﻿2025-08-20T19:02:21.1649115Z Current runner version: '2.328.0'
2025-08-20T19:02:21.1683643Z ##[group]Runner Image Provisioner
2025-08-20T19:02:21.1685028Z Hosted Compute Agent
2025-08-20T19:02:21.1685591Z Version: 20250818.377
2025-08-20T19:02:21.1686213Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T19:02:21.1686991Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T19:02:21.1687583Z ##[endgroup]
2025-08-20T19:02:21.1688214Z ##[group]VM Image
2025-08-20T19:02:21.1688816Z - OS: Linux (arm64)
2025-08-20T19:02:21.1689351Z - Source: Partner
2025-08-20T19:02:21.1689925Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T19:02:21.1690807Z - Version: 20250728.24.1
2025-08-20T19:02:21.1691799Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T19:02:21.1692858Z ##[endgroup]
2025-08-20T19:02:21.1694157Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T19:02:21.1698263Z Attestations: write
2025-08-20T19:02:21.1698894Z Contents: write
2025-08-20T19:02:21.1699747Z Metadata: read
2025-08-20T19:02:21.1700351Z Packages: write
2025-08-20T19:02:21.1701273Z ##[endgroup]
2025-08-20T19:02:21.1704472Z Secret source: Actions
2025-08-20T19:02:21.1705506Z Prepare workflow directory
2025-08-20T19:02:21.2135494Z Prepare all required actions
2025-08-20T19:02:21.2177345Z Getting action download info
2025-08-20T19:02:21.5872587Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T19:02:22.5076141Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T19:02:23.0642835Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T19:02:23.2285609Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T19:02:23.7339837Z Getting action download info
2025-08-20T19:02:23.9073333Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T19:02:24.4615250Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T19:02:24.9619879Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/coreutils/multicall/glibc)
2025-08-20T19:02:25.0255886Z ##[group]Run ##Presets
2025-08-20T19:02:25.0256572Z [36;1m##Presets[0m
2025-08-20T19:02:25.0256852Z [36;1mset +x ; set +e[0m
2025-08-20T19:02:25.0257087Z [36;1m#-------------#[0m
2025-08-20T19:02:25.0257542Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T19:02:25.0257995Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T19:02:25.0258818Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0259158Z [36;1m  fi[0m
2025-08-20T19:02:25.0259481Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T19:02:25.0259981Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T19:02:25.0260397Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0260959Z [36;1m  fi[0m
2025-08-20T19:02:25.0261358Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T19:02:25.0261855Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T19:02:25.0262318Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0262675Z [36;1m  fi[0m
2025-08-20T19:02:25.0263018Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T19:02:25.0263432Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T19:02:25.0263786Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T19:02:25.0264174Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T19:02:25.0264538Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0265240Z [36;1m     else[0m
2025-08-20T19:02:25.0265640Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0265983Z [36;1m     fi[0m
2025-08-20T19:02:25.0266202Z [36;1m  fi[0m
2025-08-20T19:02:25.0266468Z [36;1mfi[0m
2025-08-20T19:02:25.0297689Z shell: /usr/bin/bash -e {0}
2025-08-20T19:02:25.0298413Z env:
2025-08-20T19:02:25.0299115Z   GH_TOKEN: ***
2025-08-20T19:02:25.0299528Z ##[endgroup]
2025-08-20T19:02:25.0544197Z ##[group]Run ##Presets
2025-08-20T19:02:25.0544622Z [36;1m##Presets[0m
2025-08-20T19:02:25.0545286Z [36;1mset +x ; set +e[0m
2025-08-20T19:02:25.0545562Z [36;1m#-------------#[0m
2025-08-20T19:02:25.0545954Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T19:02:25.0546531Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T19:02:25.0547048Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T19:02:25.0547549Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T19:02:25.0547983Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T19:02:25.0548413Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T19:02:25.0548897Z [36;1m  exit 1[0m
2025-08-20T19:02:25.0549119Z [36;1mfi[0m
2025-08-20T19:02:25.0576851Z shell: /usr/bin/bash -e {0}
2025-08-20T19:02:25.0577407Z env:
2025-08-20T19:02:25.0578008Z   RO_GHTOKEN: ***
2025-08-20T19:02:25.0578334Z   RO_GLTOKEN: ***
2025-08-20T19:02:25.0579606Z   MINISIGN_KEY: ***
2025-08-20T19:02:25.0579838Z ##[endgroup]
2025-08-20T19:02:25.0725261Z ##[group]Run ##Presets
2025-08-20T19:02:25.0726440Z [36;1m##Presets[0m
2025-08-20T19:02:25.0726714Z [36;1mset +x ; set +e[0m
2025-08-20T19:02:25.0726960Z [36;1m#-------------#[0m
2025-08-20T19:02:25.0727307Z [36;1m##Host Triplet[0m
2025-08-20T19:02:25.0727664Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T19:02:25.0728123Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T19:02:25.0728489Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T19:02:25.0728826Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T19:02:25.0729200Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T19:02:25.0729574Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T19:02:25.0729966Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T19:02:25.0730383Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T19:02:25.0730975Z [36;1m   fi[0m
2025-08-20T19:02:25.0731439Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T19:02:25.0731823Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T19:02:25.0732193Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T19:02:25.0732623Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T19:02:25.0732967Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T19:02:25.0733284Z [36;1m fi[0m
2025-08-20T19:02:25.0733618Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0734066Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0734539Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0734931Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0735228Z [36;1m##Debug[0m
2025-08-20T19:02:25.0735529Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T19:02:25.0735847Z [36;1m   export DEBUG="1"[0m
2025-08-20T19:02:25.0736158Z [36;1m else[0m
2025-08-20T19:02:25.0736412Z [36;1m   export DEBUG="0"[0m
2025-08-20T19:02:25.0736654Z [36;1m fi[0m
2025-08-20T19:02:25.0736959Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0737313Z [36;1m##Docker Platform[0m
2025-08-20T19:02:25.0737986Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T19:02:25.0738416Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T19:02:25.0738780Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T19:02:25.0739152Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T19:02:25.0739603Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T19:02:25.0739980Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T19:02:25.0740393Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T19:02:25.0740981Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T19:02:25.0741284Z [36;1m fi[0m
2025-08-20T19:02:25.0741706Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0742169Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0742522Z [36;1m##GHCRPKG_URL[0m
2025-08-20T19:02:25.0743142Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T19:02:25.0743738Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T19:02:25.0744121Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0744521Z [36;1m##Logs[0m
2025-08-20T19:02:25.0744974Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T19:02:25.0745351Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T19:02:25.0745633Z [36;1m else[0m
2025-08-20T19:02:25.0745863Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T19:02:25.0746253Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T19:02:25.0746563Z [36;1m fi[0m
2025-08-20T19:02:25.0747232Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0747702Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0748091Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T19:02:25.0748590Z [36;1m PKG_FAMILY_LOCAL="$(echo "coreutils" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T19:02:25.0749038Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T19:02:25.0749394Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0749810Z [36;1m##Rebuild[0m
2025-08-20T19:02:25.0750069Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T19:02:25.0750396Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T19:02:25.0750939Z [36;1m else[0m
2025-08-20T19:02:25.0751194Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T19:02:25.0751542Z [36;1m fi[0m
2025-08-20T19:02:25.0751866Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0752268Z [36;1m ##SBUILD_URL[0m
2025-08-20T19:02:25.0752820Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T19:02:25.0753397Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T19:02:25.0754302Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml" | tr -d '[:space:]')"[0m
2025-08-20T19:02:25.0755242Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T19:02:25.0755692Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T19:02:25.0756197Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T19:02:25.0756660Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T19:02:25.0757058Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0757440Z [36;1m    exit 1[0m
2025-08-20T19:02:25.0757685Z [36;1m   else[0m
2025-08-20T19:02:25.0757963Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T19:02:25.0758398Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0758783Z [36;1m    #Check for x_exec.host[0m
2025-08-20T19:02:25.0759523Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T19:02:25.0759954Z [36;1m      #check if supported[0m
2025-08-20T19:02:25.0760363Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T19:02:25.0761187Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T19:02:25.0761657Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T19:02:25.0762025Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0762432Z [36;1m         exit 1[0m
2025-08-20T19:02:25.0762745Z [36;1m       fi[0m
2025-08-20T19:02:25.0762967Z [36;1m      #get build system[0m
2025-08-20T19:02:25.0763441Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T19:02:25.0763862Z [36;1m       export BUILD_SYS[0m
2025-08-20T19:02:25.0764239Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0764653Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T19:02:25.0765024Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0765449Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0765831Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T19:02:25.0766207Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0766660Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.0766983Z [36;1m       fi[0m
2025-08-20T19:02:25.0767526Z [36;1m     fi[0m
2025-08-20T19:02:25.0767817Z [36;1m   fi[0m
2025-08-20T19:02:25.0768059Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T19:02:25.0795864Z shell: /usr/bin/bash -e {0}
2025-08-20T19:02:25.0796223Z ##[endgroup]
2025-08-20T19:02:25.7493909Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T19:02:25.7494606Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T19:02:25.7494851Z 
2025-08-20T19:02:25.9002285Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T19:02:25.9002887Z 100 14673  100 14673    0     0  96425      0 --:--:-- --:--:-- --:--:-- 96532
2025-08-20T19:02:25.9011480Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:02:25.9227658Z ##[group]Run ##Presets
2025-08-20T19:02:25.9228198Z [36;1m##Presets[0m
2025-08-20T19:02:25.9228464Z [36;1mset +x ; set +e[0m
2025-08-20T19:02:25.9228744Z [36;1m#-------------#[0m
2025-08-20T19:02:25.9229053Z [36;1m##Debug?[0m
2025-08-20T19:02:25.9229333Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:02:25.9229706Z [36;1m  set -x[0m
2025-08-20T19:02:25.9229942Z [36;1mfi[0m
2025-08-20T19:02:25.9230255Z [36;1m#-------------#[0m
2025-08-20T19:02:25.9230760Z [36;1m##CoreUtils[0m
2025-08-20T19:02:25.9231035Z [36;1msudo apt update -y[0m
2025-08-20T19:02:25.9231408Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T19:02:25.9232447Z [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-20T19:02:25.9233447Z [36;1m##tmp[0m
2025-08-20T19:02:25.9233808Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T19:02:25.9234167Z [36;1m#GH ENV[0m
2025-08-20T19:02:25.9234418Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.9234833Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.9235163Z [36;1m#-------------#[0m
2025-08-20T19:02:25.9235463Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T19:02:25.9236045Z [36;1msudo apt update -y[0m
2025-08-20T19:02:25.9236327Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T19:02:25.9236673Z [36;1m##Setup Minisign[0m
2025-08-20T19:02:25.9236977Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T19:02:25.9237493Z [36;1mecho "***[0m
2025-08-20T19:02:25.9238962Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T19:02:25.9239305Z [36;1m##User-Agent[0m
2025-08-20T19:02:25.9240132Z [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-20T19:02:25.9242105Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:25.9269369Z shell: /usr/bin/bash -e {0}
2025-08-20T19:02:25.9269688Z env:
2025-08-20T19:02:25.9269915Z   CROSS_COMPILING: NO
2025-08-20T19:02:25.9270297Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:02:25.9270787Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:02:25.9271136Z   ON_QEMU: NO
2025-08-20T19:02:25.9271376Z   DEBUG: 0
2025-08-20T19:02:25.9271608Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:02:25.9271965Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:02:25.9272365Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:02:25.9272732Z   KEEP_LOGS: YES
2025-08-20T19:02:25.9273033Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:02:25.9273304Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:02:25.9273616Z   SBUILD_REBUILD: false
2025-08-20T19:02:25.9274259Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:02:25.9274913Z   BUILD_SYS: docker://clang+make
2025-08-20T19:02:25.9275232Z   BUILD_ON_HOST: FALSE
2025-08-20T19:02:25.9275534Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:02:25.9275766Z ##[endgroup]
2025-08-20T19:02:25.9599101Z 
2025-08-20T19:02:25.9600047Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T19:02:25.9600600Z 
2025-08-20T19:02:26.5134375Z Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T19:02:26.5136123Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T19:02:26.5419044Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T19:02:26.6361854Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T19:02:26.6544421Z Get:5 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T19:02:26.6903059Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T19:02:27.2034239Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T19:02:27.2632791Z Get:8 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T19:02:27.3776899Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T19:02:27.3949551Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T19:02:27.4140672Z Get:11 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T19:02:27.4404771Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T19:02:27.4591105Z Get:13 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T19:02:27.4722994Z Get:14 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T19:02:27.4889246Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T19:02:27.5836511Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T19:02:27.6296006Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T19:02:27.6791491Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T19:02:27.7902452Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T19:02:27.8367836Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T19:02:27.8844414Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T19:02:28.0110569Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T19:02:28.0887792Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T19:02:28.1367395Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T19:02:28.1838244Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T19:02:28.2312742Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T19:02:28.2782533Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T19:02:28.3416902Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T19:02:28.3836417Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T19:02:28.4357964Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T19:02:28.4834848Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T19:02:28.5308396Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1134 kB]
2025-08-20T19:02:28.5785091Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T19:02:28.6416007Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T19:02:28.6891633Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T19:02:28.7377357Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T19:02:28.8641329Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T19:02:28.9429588Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2170 kB]
2025-08-20T19:02:29.0382168Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [359 kB]
2025-08-20T19:02:29.0856908Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T19:02:29.1331817Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T19:02:29.1806347Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T19:02:29.2284104Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T19:02:38.6179595Z Fetched 11.9 MB in 3s (3729 kB/s)
2025-08-20T19:02:39.4310866Z Reading package lists...
2025-08-20T19:02:39.6972311Z Building dependency tree...
2025-08-20T19:02:39.6978553Z Reading state information...
2025-08-20T19:02:39.7316020Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T19:02:39.7410693Z 
2025-08-20T19:02:39.7412027Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T19:02:39.7413427Z 
2025-08-20T19:02:39.7534492Z Reading package lists...
2025-08-20T19:02:40.0173739Z Building dependency tree...
2025-08-20T19:02:40.0181334Z Reading state information...
2025-08-20T19:02:40.3546501Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T19:02:40.3546936Z bc set to manually installed.
2025-08-20T19:02:40.3547482Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T19:02:40.3547867Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T19:02:40.3548804Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:02:40.4282229Z The following NEW packages will be installed:
2025-08-20T19:02:40.4289995Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T19:02:40.4292257Z   moreutils
2025-08-20T19:02:40.4299381Z The following packages will be upgraded:
2025-08-20T19:02:40.4308111Z   jq libjq1
2025-08-20T19:02:40.4517338Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T19:02:40.5950972Z Need to get 936 kB of archives.
2025-08-20T19:02:40.5951754Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T19:02:40.5952361Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T19:02:40.7112228Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T19:02:40.7907435Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T19:02:40.8715166Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T19:02:40.9133495Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T19:02:40.9618007Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T19:02:41.0016370Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T19:02:41.0457134Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T19:02:41.4287771Z Fetched 936 kB in 1s (1472 kB/s)
2025-08-20T19:02:41.4945686Z Selecting previously unselected package fdupes.
2025-08-20T19:02:41.6081574Z (Reading database ... 
2025-08-20T19:02:41.6081929Z (Reading database ... 5%
2025-08-20T19:02:41.6082458Z (Reading database ... 10%
2025-08-20T19:02:41.6082697Z (Reading database ... 15%
2025-08-20T19:02:41.6083029Z (Reading database ... 20%
2025-08-20T19:02:41.6083302Z (Reading database ... 25%
2025-08-20T19:02:41.6083549Z (Reading database ... 30%
2025-08-20T19:02:41.6083788Z (Reading database ... 35%
2025-08-20T19:02:41.6084062Z (Reading database ... 40%
2025-08-20T19:02:41.6084301Z (Reading database ... 45%
2025-08-20T19:02:41.6084567Z (Reading database ... 50%
2025-08-20T19:02:41.8987026Z (Reading database ... 55%
2025-08-20T19:02:42.4263583Z (Reading database ... 60%
2025-08-20T19:02:42.8824998Z (Reading database ... 65%
2025-08-20T19:02:43.3387775Z (Reading database ... 70%
2025-08-20T19:02:43.7758497Z (Reading database ... 75%
2025-08-20T19:02:44.3098801Z (Reading database ... 80%
2025-08-20T19:02:44.8379840Z (Reading database ... 85%
2025-08-20T19:02:45.3566826Z (Reading database ... 90%
2025-08-20T19:02:45.9236205Z (Reading database ... 95%
2025-08-20T19:02:45.9236667Z (Reading database ... 100%
2025-08-20T19:02:45.9237288Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T19:02:45.9279755Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T19:02:45.9392756Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T19:02:46.0450004Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T19:02:46.0719118Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T19:02:46.2153661Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T19:02:46.2538359Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T19:02:46.3216421Z Selecting previously unselected package libio-pty-perl.
2025-08-20T19:02:46.3407116Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T19:02:46.3509256Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T19:02:46.4383603Z Selecting previously unselected package libipc-run-perl.
2025-08-20T19:02:46.4562600Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T19:02:46.4640070Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T19:02:46.5481448Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T19:02:46.5667927Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T19:02:46.5741917Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T19:02:46.6377609Z Selecting previously unselected package moreutils.
2025-08-20T19:02:46.6553593Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T19:02:46.6632016Z Unpacking moreutils (0.69-1) ...
2025-08-20T19:02:46.7833751Z Selecting previously unselected package dos2unix.
2025-08-20T19:02:46.8004829Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T19:02:46.8084581Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T19:02:47.1027785Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T19:02:47.1242994Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T19:02:47.1442389Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T19:02:47.1653459Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T19:02:47.1849676Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T19:02:47.2080712Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T19:02:47.2277847Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T19:02:47.2481139Z Setting up moreutils (0.69-1) ...
2025-08-20T19:02:47.2741277Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:03:11.6408986Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:03:13.1618595Z Reading package lists...
2025-08-20T19:03:13.4247133Z Building dependency tree...
2025-08-20T19:03:13.4255042Z Reading state information...
2025-08-20T19:03:13.7829299Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T19:03:13.7830617Z apt-utils is already the newest version (2.8.3).
2025-08-20T19:03:13.7831015Z apt-utils set to manually installed.
2025-08-20T19:03:13.7831509Z ca-certificates is already the newest version (20240203).
2025-08-20T19:03:13.7831945Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T19:03:13.7832382Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T19:03:13.7832750Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:03:13.7833108Z moreutils is already the newest version (0.69-1).
2025-08-20T19:03:13.7833534Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T19:03:13.7833953Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T19:03:13.7834297Z texinfo is already the newest version (7.1-3build2).
2025-08-20T19:03:13.7835216Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T19:03:13.7835550Z tmux set to manually installed.
2025-08-20T19:03:13.7835846Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:03:13.7836287Z The following additional packages will be installed:
2025-08-20T19:03:13.7836751Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T19:03:13.7837267Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T19:03:13.7837776Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T19:03:13.7838137Z   uuid-runtime
2025-08-20T19:03:13.7846593Z Suggested packages:
2025-08-20T19:03:13.7847030Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T19:03:13.7847515Z   util-linux-extra util-linux-locales
2025-08-20T19:03:13.7847816Z Recommended packages:
2025-08-20T19:03:13.7848055Z   unattended-upgrades
2025-08-20T19:03:13.8428403Z The following NEW packages will be installed:
2025-08-20T19:03:13.8428831Z   rename
2025-08-20T19:03:13.8433731Z The following packages will be upgraded:
2025-08-20T19:03:13.8434425Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T19:03:13.8435348Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T19:03:13.8443299Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T19:03:13.8444739Z   software-properties-common util-linux uuid-runtime
2025-08-20T19:03:13.8673383Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:03:14.0094653Z Need to get 4390 kB of archives.
2025-08-20T19:03:14.0095875Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T19:03:14.0096584Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T19:03:14.1680263Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T19:03:14.3638772Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T19:03:14.4045627Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T19:03:14.4442344Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T19:03:14.4834277Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T19:03:14.5229437Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T19:03:14.5633478Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T19:03:14.6046500Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T19:03:14.6443493Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T19:03:14.6899978Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T19:03:14.7304541Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T19:03:14.7737573Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T19:03:14.8166935Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T19:03:14.8677472Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T19:03:14.9085399Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T19:03:14.9552598Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T19:03:14.9947085Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T19:03:15.0366513Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T19:03:15.1555701Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T19:03:15.1968298Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T19:03:15.2363200Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T19:03:15.2770025Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T19:03:15.3166836Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T19:03:15.3559423Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T19:03:15.3952621Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T19:03:15.4343821Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T19:03:15.7219915Z Fetched 4390 kB in 2s (2828 kB/s)
2025-08-20T19:03:15.7541918Z (Reading database ... 
2025-08-20T19:03:15.7543149Z (Reading database ... 5%
2025-08-20T19:03:15.7543475Z (Reading database ... 10%
2025-08-20T19:03:15.7543874Z (Reading database ... 15%
2025-08-20T19:03:15.7544138Z (Reading database ... 20%
2025-08-20T19:03:15.7544383Z (Reading database ... 25%
2025-08-20T19:03:15.7544697Z (Reading database ... 30%
2025-08-20T19:03:15.7544938Z (Reading database ... 35%
2025-08-20T19:03:15.7545167Z (Reading database ... 40%
2025-08-20T19:03:15.7545473Z (Reading database ... 45%
2025-08-20T19:03:15.7545720Z (Reading database ... 50%
2025-08-20T19:03:15.7566219Z (Reading database ... 55%
2025-08-20T19:03:15.7662763Z (Reading database ... 60%
2025-08-20T19:03:15.7706647Z (Reading database ... 65%
2025-08-20T19:03:15.7722490Z (Reading database ... 70%
2025-08-20T19:03:15.7743776Z (Reading database ... 75%
2025-08-20T19:03:15.7780030Z (Reading database ... 80%
2025-08-20T19:03:15.7976854Z (Reading database ... 85%
2025-08-20T19:03:15.7997490Z (Reading database ... 90%
2025-08-20T19:03:15.8110144Z (Reading database ... 95%
2025-08-20T19:03:15.8110821Z (Reading database ... 100%
2025-08-20T19:03:15.8111189Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T19:03:15.8152463Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:03:15.8382308Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T19:03:15.9608490Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T19:03:16.0474805Z (Reading database ... 
2025-08-20T19:03:16.0475415Z (Reading database ... 5%
2025-08-20T19:03:16.0475693Z (Reading database ... 10%
2025-08-20T19:03:16.0475946Z (Reading database ... 15%
2025-08-20T19:03:16.0476202Z (Reading database ... 20%
2025-08-20T19:03:16.0476505Z (Reading database ... 25%
2025-08-20T19:03:16.0477302Z (Reading database ... 30%
2025-08-20T19:03:16.0477616Z (Reading database ... 35%
2025-08-20T19:03:16.0477898Z (Reading database ... 40%
2025-08-20T19:03:16.0478132Z (Reading database ... 45%
2025-08-20T19:03:16.0478432Z (Reading database ... 50%
2025-08-20T19:03:16.0498734Z (Reading database ... 55%
2025-08-20T19:03:16.0594995Z (Reading database ... 60%
2025-08-20T19:03:16.0639939Z (Reading database ... 65%
2025-08-20T19:03:16.0655699Z (Reading database ... 70%
2025-08-20T19:03:16.0676740Z (Reading database ... 75%
2025-08-20T19:03:16.0711923Z (Reading database ... 80%
2025-08-20T19:03:16.0901132Z (Reading database ... 85%
2025-08-20T19:03:16.0922379Z (Reading database ... 90%
2025-08-20T19:03:16.1035242Z (Reading database ... 95%
2025-08-20T19:03:16.1035751Z (Reading database ... 100%
2025-08-20T19:03:16.1036099Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T19:03:16.1077843Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:03:16.1337489Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T19:03:16.4334758Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T19:03:17.0557547Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T19:03:17.1214127Z (Reading database ... 
2025-08-20T19:03:17.1214510Z (Reading database ... 5%
2025-08-20T19:03:17.1214792Z (Reading database ... 10%
2025-08-20T19:03:17.1215101Z (Reading database ... 15%
2025-08-20T19:03:17.1215399Z (Reading database ... 20%
2025-08-20T19:03:17.1215642Z (Reading database ... 25%
2025-08-20T19:03:17.1215942Z (Reading database ... 30%
2025-08-20T19:03:17.1216231Z (Reading database ... 35%
2025-08-20T19:03:17.1216510Z (Reading database ... 40%
2025-08-20T19:03:17.1216794Z (Reading database ... 45%
2025-08-20T19:03:17.1217045Z (Reading database ... 50%
2025-08-20T19:03:17.1238134Z (Reading database ... 55%
2025-08-20T19:03:17.1332242Z (Reading database ... 60%
2025-08-20T19:03:17.1373861Z (Reading database ... 65%
2025-08-20T19:03:17.1389157Z (Reading database ... 70%
2025-08-20T19:03:17.1409350Z (Reading database ... 75%
2025-08-20T19:03:17.1445039Z (Reading database ... 80%
2025-08-20T19:03:17.1640850Z (Reading database ... 85%
2025-08-20T19:03:17.1662961Z (Reading database ... 90%
2025-08-20T19:03:17.1781230Z (Reading database ... 95%
2025-08-20T19:03:17.1781870Z (Reading database ... 100%
2025-08-20T19:03:17.1782816Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T19:03:17.1825414Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:03:17.2018190Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T19:03:17.3058570Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:03:17.3413871Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T19:03:17.4241794Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T19:03:17.5049714Z (Reading database ... 
2025-08-20T19:03:17.5050682Z (Reading database ... 5%
2025-08-20T19:03:17.5050975Z (Reading database ... 10%
2025-08-20T19:03:17.5051322Z (Reading database ... 15%
2025-08-20T19:03:17.5051660Z (Reading database ... 20%
2025-08-20T19:03:17.5051908Z (Reading database ... 25%
2025-08-20T19:03:17.5052221Z (Reading database ... 30%
2025-08-20T19:03:17.5052479Z (Reading database ... 35%
2025-08-20T19:03:17.5052761Z (Reading database ... 40%
2025-08-20T19:03:17.5053037Z (Reading database ... 45%
2025-08-20T19:03:17.5053287Z (Reading database ... 50%
2025-08-20T19:03:17.5075797Z (Reading database ... 55%
2025-08-20T19:03:17.5177452Z (Reading database ... 60%
2025-08-20T19:03:17.5221798Z (Reading database ... 65%
2025-08-20T19:03:17.5237379Z (Reading database ... 70%
2025-08-20T19:03:17.5259666Z (Reading database ... 75%
2025-08-20T19:03:17.5297965Z (Reading database ... 80%
2025-08-20T19:03:17.5498319Z (Reading database ... 85%
2025-08-20T19:03:17.5526631Z (Reading database ... 90%
2025-08-20T19:03:17.5637595Z (Reading database ... 95%
2025-08-20T19:03:17.5638113Z (Reading database ... 100%
2025-08-20T19:03:17.5638522Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T19:03:17.5681385Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:03:17.5903178Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T19:03:17.6719651Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T19:03:17.7584578Z (Reading database ... 
2025-08-20T19:03:17.7585548Z (Reading database ... 5%
2025-08-20T19:03:17.7586114Z (Reading database ... 10%
2025-08-20T19:03:17.7586385Z (Reading database ... 15%
2025-08-20T19:03:17.7587116Z (Reading database ... 20%
2025-08-20T19:03:17.7587415Z (Reading database ... 25%
2025-08-20T19:03:17.7587648Z (Reading database ... 30%
2025-08-20T19:03:17.7587948Z (Reading database ... 35%
2025-08-20T19:03:17.7588208Z (Reading database ... 40%
2025-08-20T19:03:17.7588458Z (Reading database ... 45%
2025-08-20T19:03:17.7588769Z (Reading database ... 50%
2025-08-20T19:03:17.7612956Z (Reading database ... 55%
2025-08-20T19:03:17.7713961Z (Reading database ... 60%
2025-08-20T19:03:17.7760137Z (Reading database ... 65%
2025-08-20T19:03:17.7775815Z (Reading database ... 70%
2025-08-20T19:03:17.7799831Z (Reading database ... 75%
2025-08-20T19:03:17.7839354Z (Reading database ... 80%
2025-08-20T19:03:17.8036935Z (Reading database ... 85%
2025-08-20T19:03:17.8066138Z (Reading database ... 90%
2025-08-20T19:03:17.8179939Z (Reading database ... 95%
2025-08-20T19:03:17.8181109Z (Reading database ... 100%
2025-08-20T19:03:17.8182001Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T19:03:17.8223853Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:03:17.8551298Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T19:03:17.9570305Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:03:17.9795260Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T19:03:18.0641031Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T19:03:18.1482191Z (Reading database ... 
2025-08-20T19:03:18.1482791Z (Reading database ... 5%
2025-08-20T19:03:18.1487141Z (Reading database ... 10%
2025-08-20T19:03:18.1487425Z (Reading database ... 15%
2025-08-20T19:03:18.1487671Z (Reading database ... 20%
2025-08-20T19:03:18.1488035Z (Reading database ... 25%
2025-08-20T19:03:18.1488275Z (Reading database ... 30%
2025-08-20T19:03:18.1488543Z (Reading database ... 35%
2025-08-20T19:03:18.1488792Z (Reading database ... 40%
2025-08-20T19:03:18.1489051Z (Reading database ... 45%
2025-08-20T19:03:18.1489363Z (Reading database ... 50%
2025-08-20T19:03:18.1535738Z (Reading database ... 55%
2025-08-20T19:03:18.1608602Z (Reading database ... 60%
2025-08-20T19:03:18.1657769Z (Reading database ... 65%
2025-08-20T19:03:18.1667507Z (Reading database ... 70%
2025-08-20T19:03:18.1690393Z (Reading database ... 75%
2025-08-20T19:03:18.1728392Z (Reading database ... 80%
2025-08-20T19:03:18.1923525Z (Reading database ... 85%
2025-08-20T19:03:18.1952394Z (Reading database ... 90%
2025-08-20T19:03:18.2064655Z (Reading database ... 95%
2025-08-20T19:03:18.2065020Z (Reading database ... 100%
2025-08-20T19:03:18.2065536Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T19:03:18.2107901Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:03:18.2338735Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T19:03:18.3413971Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T19:03:18.4242025Z (Reading database ... 
2025-08-20T19:03:18.4242428Z (Reading database ... 5%
2025-08-20T19:03:18.4242691Z (Reading database ... 10%
2025-08-20T19:03:18.4243088Z (Reading database ... 15%
2025-08-20T19:03:18.4243333Z (Reading database ... 20%
2025-08-20T19:03:18.4243637Z (Reading database ... 25%
2025-08-20T19:03:18.4243888Z (Reading database ... 30%
2025-08-20T19:03:18.4244135Z (Reading database ... 35%
2025-08-20T19:03:18.4244402Z (Reading database ... 40%
2025-08-20T19:03:18.4244667Z (Reading database ... 45%
2025-08-20T19:03:18.4244919Z (Reading database ... 50%
2025-08-20T19:03:18.4267563Z (Reading database ... 55%
2025-08-20T19:03:18.4367956Z (Reading database ... 60%
2025-08-20T19:03:18.4412578Z (Reading database ... 65%
2025-08-20T19:03:18.4427787Z (Reading database ... 70%
2025-08-20T19:03:18.4451660Z (Reading database ... 75%
2025-08-20T19:03:18.4492581Z (Reading database ... 80%
2025-08-20T19:03:18.4696680Z (Reading database ... 85%
2025-08-20T19:03:18.4725429Z (Reading database ... 90%
2025-08-20T19:03:18.4839166Z (Reading database ... 95%
2025-08-20T19:03:18.4839552Z (Reading database ... 100%
2025-08-20T19:03:18.4840067Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T19:03:18.4882859Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T19:03:18.5103260Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:03:18.6136161Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T19:03:18.6655584Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:03:18.7760763Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T19:03:18.7984248Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:03:18.8879562Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T19:03:18.9093002Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:03:19.0125989Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T19:03:19.0374320Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:03:19.1467879Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T19:03:19.1672619Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:03:19.2569227Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T19:03:19.2795112Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:03:19.3647519Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T19:03:19.3890596Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:03:19.4928361Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T19:03:19.5124157Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:03:19.6008769Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T19:03:19.6219847Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:03:19.7135867Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T19:03:19.7898836Z (Reading database ... 
2025-08-20T19:03:19.7899401Z (Reading database ... 5%
2025-08-20T19:03:19.7899654Z (Reading database ... 10%
2025-08-20T19:03:19.7899929Z (Reading database ... 15%
2025-08-20T19:03:19.7901058Z (Reading database ... 20%
2025-08-20T19:03:19.7901400Z (Reading database ... 25%
2025-08-20T19:03:19.7901788Z (Reading database ... 30%
2025-08-20T19:03:19.7902018Z (Reading database ... 35%
2025-08-20T19:03:19.7902265Z (Reading database ... 40%
2025-08-20T19:03:19.7902565Z (Reading database ... 45%
2025-08-20T19:03:19.7902832Z (Reading database ... 50%
2025-08-20T19:03:19.7922211Z (Reading database ... 55%
2025-08-20T19:03:19.8014793Z (Reading database ... 60%
2025-08-20T19:03:19.8056060Z (Reading database ... 65%
2025-08-20T19:03:19.8070539Z (Reading database ... 70%
2025-08-20T19:03:19.8091478Z (Reading database ... 75%
2025-08-20T19:03:19.8225600Z (Reading database ... 80%
2025-08-20T19:03:19.8306752Z (Reading database ... 85%
2025-08-20T19:03:19.8333897Z (Reading database ... 90%
2025-08-20T19:03:19.8440386Z (Reading database ... 95%
2025-08-20T19:03:19.8440932Z (Reading database ... 100%
2025-08-20T19:03:19.8441302Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T19:03:19.8482709Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:03:19.8703309Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T19:03:19.9671969Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:03:19.9923824Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T19:03:20.0826386Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:03:20.1081145Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T19:03:20.1973289Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:03:20.2177952Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T19:03:20.3037440Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T19:03:20.3256933Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:03:20.4316893Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T19:03:20.5573114Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T19:03:20.7296630Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T19:03:20.8098868Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T19:03:20.8784488Z Selecting previously unselected package rename.
2025-08-20T19:03:20.8969251Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T19:03:20.9078888Z Unpacking rename (2.02-1) ...
2025-08-20T19:03:20.9819221Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T19:03:21.0076241Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:03:21.0946161Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T19:03:21.1182657Z Setting up rename (2.02-1) ...
2025-08-20T19:03:21.1364457Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T19:03:21.1527024Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T19:03:21.1731131Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T19:03:21.1951005Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T19:03:21.2179661Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T19:03:21.2395268Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T19:03:21.8727957Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T19:03:21.8957588Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T19:03:22.2012149Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T19:03:22.2464879Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T19:03:22.2692597Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T19:03:22.6340928Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T19:03:22.6531537Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T19:03:22.6723689Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T19:03:22.7861083Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T19:03:22.9202099Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T19:03:23.0298775Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T19:03:23.0498571Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T19:03:23.0730841Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T19:03:23.0947651Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T19:03:23.2141739Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T19:03:23.4740319Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:03:23.5156622Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:03:25.1254703Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T19:03:26.7293482Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T19:03:26.7294738Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T19:03:26.8757751Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T19:03:26.9145982Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T19:03:26.9535059Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T19:03:26.9925017Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T19:03:27.9813199Z Reading package lists...
2025-08-20T19:03:28.2600023Z Building dependency tree...
2025-08-20T19:03:28.2606568Z Reading state information...
2025-08-20T19:03:28.2936454Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T19:03:28.3067324Z 
2025-08-20T19:03:28.3068765Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T19:03:28.3069209Z 
2025-08-20T19:03:28.3806019Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T19:03:28.3807529Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T19:03:28.6771838Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T19:03:28.7854042Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T19:03:28.8933747Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T19:03:29.0015812Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T19:03:29.9641148Z Reading package lists...
2025-08-20T19:03:30.2378449Z Building dependency tree...
2025-08-20T19:03:30.2385210Z Reading state information...
2025-08-20T19:03:30.2697394Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T19:03:30.2791492Z 
2025-08-20T19:03:30.2792504Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T19:03:30.2792861Z 
2025-08-20T19:03:30.2910219Z Reading package lists...
2025-08-20T19:03:30.5512209Z Building dependency tree...
2025-08-20T19:03:30.5519521Z Reading state information...
2025-08-20T19:03:30.8784180Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T19:03:30.9275756Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:03:30.9584665Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T19:03:31.0243166Z ##[group]Run ##Presets
2025-08-20T19:03:31.0243789Z [36;1m##Presets[0m
2025-08-20T19:03:31.0244001Z [36;1mset +x ; set +e[0m
2025-08-20T19:03:31.0244277Z [36;1m#-------------#[0m
2025-08-20T19:03:31.0244524Z [36;1m##Debug?[0m
2025-08-20T19:03:31.0244788Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:03:31.0245208Z [36;1m  set -x[0m
2025-08-20T19:03:31.0245419Z [36;1mfi[0m
2025-08-20T19:03:31.0245613Z [36;1m#-------------#[0m
2025-08-20T19:03:31.0246105Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T19:03:31.0246706Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T19:03:31.0247132Z [36;1msudo service procps restart[0m
2025-08-20T19:03:31.0247456Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T19:03:31.0275157Z shell: /usr/bin/bash -e {0}
2025-08-20T19:03:31.0275429Z env:
2025-08-20T19:03:31.0275813Z   CROSS_COMPILING: NO
2025-08-20T19:03:31.0276066Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:03:31.0276315Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:03:31.0276604Z   ON_QEMU: NO
2025-08-20T19:03:31.0276801Z   DEBUG: 0
2025-08-20T19:03:31.0277064Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:03:31.0277328Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:03:31.0277674Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:03:31.0278082Z   KEEP_LOGS: YES
2025-08-20T19:03:31.0278299Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:03:31.0278549Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:03:31.0278879Z   SBUILD_REBUILD: false
2025-08-20T19:03:31.0279441Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:03:31.0280031Z   BUILD_SYS: docker://clang+make
2025-08-20T19:03:31.0280326Z   BUILD_ON_HOST: FALSE
2025-08-20T19:03:31.0281003Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:03:31.0281315Z   SYSTMP: /tmp
2025-08-20T19:03:31.0281536Z   GHA_MODE: MATRIX
2025-08-20T19:03:31.0281989Z   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-20T19:03:31.0282516Z ##[endgroup]
2025-08-20T19:03:31.0386587Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T19:03:31.0449021Z 0
2025-08-20T19:03:31.0823245Z vm.max_map_count = 262144
2025-08-20T19:03:31.0823642Z fs.inotify.max_user_watches = 655360
2025-08-20T19:03:31.0823917Z fs.inotify.max_user_instances = 1280
2025-08-20T19:03:31.0824294Z vm.mmap_rnd_bits = 28
2025-08-20T19:03:31.0919719Z ##[group]Run ##Presets
2025-08-20T19:03:31.0920161Z [36;1m##Presets[0m
2025-08-20T19:03:31.0920733Z [36;1mset +x ; set +e[0m
2025-08-20T19:03:31.0920979Z [36;1m#-------------#[0m
2025-08-20T19:03:31.0921233Z [36;1m##Debug?[0m
2025-08-20T19:03:31.0921570Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:03:31.0921915Z [36;1m  set -x[0m
2025-08-20T19:03:31.0922152Z [36;1mfi[0m
2025-08-20T19:03:31.0922373Z [36;1m#-------------#[0m
2025-08-20T19:03:31.0922623Z [36;1m##Main[0m
2025-08-20T19:03:31.0922895Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T19:03:31.0923554Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T19:03:31.0924273Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T19:03:31.0924709Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T19:03:31.0925069Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T19:03:31.0925384Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T19:03:31.0925709Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T19:03:31.0926023Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T19:03:31.0926390Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T19:03:31.0927062Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T19:03:31.0927423Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T19:03:31.0927778Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T19:03:31.0928165Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T19:03:31.0928504Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T19:03:31.0928812Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T19:03:31.0929117Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T19:03:31.0929455Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T19:03:31.0929769Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T19:03:31.0930097Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T19:03:31.0930782Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T19:03:31.0931165Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T19:03:31.0931559Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T19:03:31.0931912Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T19:03:31.0932252Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T19:03:31.0932647Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T19:03:31.0932980Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T19:03:31.0933298Z [36;1m     "${POD_ID}" \[0m
2025-08-20T19:03:31.0933671Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T19:03:31.0934142Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T19:03:31.0934679Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T19:03:31.0935171Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T19:03:31.0935535Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T19:03:31.0935949Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T19:03:31.0936597Z [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-20T19:03:31.0937451Z [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-20T19:03:31.0938007Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T19:03:31.0938296Z [36;1m else[0m
2025-08-20T19:03:31.0938957Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T19:03:31.0939363Z [36;1m fi[0m
2025-08-20T19:03:31.0939651Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T19:03:31.0940120Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T19:03:31.0940755Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:03:31.0941208Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:03:31.0941615Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:03:31.0942040Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:03:31.0942510Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:03:31.0942955Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:03:31.0943395Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:03:31.0943871Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T19:03:31.0944202Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T19:03:31.0972005Z shell: /usr/bin/bash -e {0}
2025-08-20T19:03:31.0972279Z env:
2025-08-20T19:03:31.0972639Z   CROSS_COMPILING: NO
2025-08-20T19:03:31.0973192Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:03:31.0973442Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:03:31.0973736Z   ON_QEMU: NO
2025-08-20T19:03:31.0973939Z   DEBUG: 0
2025-08-20T19:03:31.0974140Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:03:31.0974438Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:03:31.0974805Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:03:31.0975188Z   KEEP_LOGS: YES
2025-08-20T19:03:31.0975413Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:03:31.0975655Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:03:31.0975931Z   SBUILD_REBUILD: false
2025-08-20T19:03:31.0976535Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:03:31.0977128Z   BUILD_SYS: docker://clang+make
2025-08-20T19:03:31.0977422Z   BUILD_ON_HOST: FALSE
2025-08-20T19:03:31.0977650Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:03:31.0977897Z   SYSTMP: /tmp
2025-08-20T19:03:31.0978143Z   GHA_MODE: MATRIX
2025-08-20T19:03:31.0978598Z   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-20T19:03:31.0979392Z   GHCR_TOKEN: ***
2025-08-20T19:03:31.0979710Z   GITHUB_TOKEN: ***
2025-08-20T19:03:31.0979968Z   GITLAB_TOKEN: ***
2025-08-20T19:03:31.0981659Z   MINISIGN_KEY: ***
2025-08-20T19:03:31.0981915Z ##[endgroup]
2025-08-20T19:03:31.1721895Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T19:03:31.2607919Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T19:03:31.2609141Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T19:03:31.2609458Z 
2025-08-20T19:03:31.3187206Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T19:03:31.3187741Z 100 14673  100 14673    0     0   246k      0 --:--:-- --:--:-- --:--:--  251k
2025-08-20T19:03:31.3201081Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:03:31.3285798Z 
2025-08-20T19:03:31.3286643Z [+] Building [/tmp/tmp.OWhHAsr51k/SBUILD_INPUT] Locally
2025-08-20T19:03:31.3286935Z 
2025-08-20T19:03:31.3299136Z '/tmp/tmp.OWhHAsr51k/SBUILD_INPUT' -> '/tmp/pkgforge/lzUWZdkYa_build.yaml'
2025-08-20T19:03:31.4466773Z 
2025-08-20T19:03:31.4469892Z [+] Passwordless sudo is Configured
2025-08-20T19:03:31.5265128Z 
2025-08-20T19:03:31.5278969Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T19:03:31.5279350Z 
2025-08-20T19:03:31.5708009Z 
2025-08-20T19:03:31.5709866Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T19:03:31.5710256Z 
2025-08-20T19:03:31.5710283Z 
2025-08-20T19:03:31.5710861Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T19:03:31.5711171Z 
2025-08-20T19:03:31.5754233Z [+] Installing: 7z -> 7z
2025-08-20T19:03:32.1189919Z [+] Installing: actionlint -> actionlint
2025-08-20T19:03:32.6750869Z [+] Installing: anew -> anew
2025-08-20T19:03:33.2058341Z [+] Installing: anew-rs -> anew-rs
2025-08-20T19:03:33.7265369Z [+] Installing: ansi2html -> ansi2html
2025-08-20T19:03:34.1968425Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T19:03:34.6586612Z [+] Installing: archey -> archey
2025-08-20T19:03:35.2162710Z [+] Installing: aria2 -> aria2c
2025-08-20T19:03:35.7834062Z [+] Installing: askalono -> askalono
2025-08-20T19:03:36.3251206Z [+] Installing: bsdtar -> bsdtar
2025-08-20T19:03:37.3717111Z [+] Installing: b3sum -> b3sum
2025-08-20T19:03:37.9007084Z [+] Installing: bita -> bita
2025-08-20T19:03:38.4653954Z [+] Installing: btop -> btop
2025-08-20T19:03:38.9895065Z [+] Installing: chafa -> chafa
2025-08-20T19:03:39.5554953Z [+] Installing: cloudflared -> cloudflared
2025-08-20T19:03:40.2757313Z [+] Installing: croc -> croc
2025-08-20T19:03:40.8289479Z [+] Installing: csvtk -> csvtk
2025-08-20T19:03:41.5119613Z [+] Installing: cutlines -> cutlines
2025-08-20T19:03:41.6646126Z curl: (22) The requested URL returned error: 404
2025-08-20T19:03:41.6683705Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T19:03:41.6684379Z [+] Installing: dbin -> dbin
2025-08-20T19:03:42.2194192Z [+] Installing: dasel -> dasel
2025-08-20T19:03:42.7652011Z [+] Installing: delta -> delta
2025-08-20T19:03:43.3202740Z [+] Installing: ds -> ds
2025-08-20T19:03:43.8095661Z curl: (22) The requested URL returned error: 404
2025-08-20T19:03:43.8135094Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T19:03:43.8135554Z [+] Installing: dos2unix -> dos2unix
2025-08-20T19:03:44.2964083Z [+] Installing: duf -> duf
2025-08-20T19:03:44.8133622Z [+] Installing: duplicut -> duplicut
2025-08-20T19:03:45.0131649Z [+] Installing: dust -> dust
2025-08-20T19:03:45.5524902Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T19:03:46.0887360Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T19:03:46.6321230Z [+] Installing: dysk -> dysk
2025-08-20T19:03:46.8700801Z [+] Installing: eget -> eget
2025-08-20T19:03:47.4277178Z [+] Installing: epoch -> epoch
2025-08-20T19:03:47.9744148Z [+] Installing: faketty -> faketty
2025-08-20T19:03:48.4828218Z [+] Installing: fastfetch -> fastfetch
2025-08-20T19:03:49.0148329Z [+] Installing: freeze -> freeze
2025-08-20T19:03:49.5863338Z [+] Installing: fusermount3 -> fusermount
2025-08-20T19:03:50.0642398Z [+] Installing: gdu -> gdu
2025-08-20T19:03:50.6353065Z [+] Installing: gh -> gh
2025-08-20T19:03:51.3357041Z [+] Installing: gitleaks -> gitleaks
2025-08-20T19:03:51.9150726Z [+] Installing: git-sizer -> git-sizer
2025-08-20T19:03:52.4593744Z [+] Installing: glab -> glab
2025-08-20T19:03:53.1222919Z [+] Installing: glow -> glow
2025-08-20T19:03:53.6963960Z [+] Installing: httpx -> httpx
2025-08-20T19:03:54.3780675Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T19:03:55.0486682Z [+] Installing: husarnet -> husarnet
2025-08-20T19:03:55.5364676Z curl: (22) The requested URL returned error: 404
2025-08-20T19:03:55.5401347Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T19:03:55.5401779Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T19:03:56.0468753Z curl: (22) The requested URL returned error: 404
2025-08-20T19:03:56.0505679Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T19:03:56.0506081Z [+] Installing: imgcat -> imgcat
2025-08-20T19:03:56.5810410Z [+] Installing: jc -> jc
2025-08-20T19:03:57.1663048Z [+] Installing: jq -> jq
2025-08-20T19:03:57.6600356Z [+] Installing: logdy -> logdy
2025-08-20T19:03:58.0197812Z [+] Installing: micro -> micro
2025-08-20T19:03:58.5896856Z [+] Installing: miniserve -> miniserve
2025-08-20T19:03:59.1207634Z [+] Installing: minisign -> minisign
2025-08-20T19:03:59.6110009Z [+] Installing: ncdu -> ncdu
2025-08-20T19:04:00.1146351Z [+] Installing: notify -> notify
2025-08-20T19:04:00.7128529Z [+] Installing: ouch -> ouch
2025-08-20T19:04:01.3193900Z [+] Installing: oras -> oras
2025-08-20T19:04:01.8973193Z [+] Installing: pipetty -> pipetty
2025-08-20T19:04:02.3648102Z [+] Installing: pixterm -> pixterm
2025-08-20T19:04:02.9114869Z [+] Installing: qsv -> qsv
2025-08-20T19:04:03.4961372Z [+] Installing: rclone -> rclone
2025-08-20T19:04:03.9215809Z [+] Installing: ripgrep -> rg
2025-08-20T19:04:04.4459060Z [+] Installing: rga -> rga
2025-08-20T19:04:04.6747778Z [+] Installing: rsync -> rsync
2025-08-20T19:04:05.2194164Z [+] Installing: script -> script
2025-08-20T19:04:05.6866582Z [+] Installing: shellcheck -> shellcheck
2025-08-20T19:04:06.7060699Z [+] Installing: soar -> soar
2025-08-20T19:04:07.2637388Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T19:04:07.8220666Z [+] Installing: sstrip -> sstrip
2025-08-20T19:04:08.0099549Z [+] Installing: strace -> strace
2025-08-20T19:04:08.5979229Z [+] Installing: sttr -> sttr
2025-08-20T19:04:08.8418284Z [+] Installing: tailscale -> tailscale
2025-08-20T19:04:09.4327922Z [+] Installing: tailscaled -> tailscaled
2025-08-20T19:04:10.0548237Z [+] Installing: taplo -> taplo
2025-08-20T19:04:10.2878337Z [+] Installing: tldr -> tldr
2025-08-20T19:04:10.8354484Z [+] Installing: tldr -> tealdeer
2025-08-20T19:04:11.0701604Z [+] Installing: tmux -> tmux
2025-08-20T19:04:11.2838684Z [+] Installing: tok -> tok
2025-08-20T19:04:11.8320415Z [+] Installing: trufflehog -> trufflehog
2025-08-20T19:04:12.4777208Z [+] Installing: trurl -> trurl
2025-08-20T19:04:13.0309517Z [+] Installing: tss -> tss
2025-08-20T19:04:13.5215810Z [+] Installing: ulexec -> ulexec
2025-08-20T19:04:14.0571496Z [+] Installing: unfurl -> unfurl
2025-08-20T19:04:14.6054246Z [+] Installing: upx -> upx
2025-08-20T19:04:15.1091044Z [+] Installing: validtoml -> validtoml
2025-08-20T19:04:15.6723136Z [+] Installing: wget -> wget
2025-08-20T19:04:16.2264712Z [+] Installing: wget2 -> wget2
2025-08-20T19:04:16.7843997Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T19:04:17.3467506Z [+] Installing: xq -> xq
2025-08-20T19:04:17.9113008Z [+] Installing: xz -> xz
2025-08-20T19:04:18.4090146Z [+] Installing: unxz -> unxz
2025-08-20T19:04:18.9151159Z [+] Installing: yq -> yq
2025-08-20T19:04:19.5445098Z [+] Installing: yj -> yj
2025-08-20T19:04:20.0747928Z [+] Installing: zapper -> zapper
2025-08-20T19:04:20.5693830Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T19:04:21.0567343Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T19:04:21.5409188Z curl: (22) The requested URL returned error: 404
2025-08-20T19:04:21.5445376Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T19:04:21.5445789Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T19:04:22.0116308Z curl: (22) The requested URL returned error: 404
2025-08-20T19:04:22.0152888Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T19:04:22.0155231Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T19:04:22.5194310Z curl: (22) The requested URL returned error: 404
2025-08-20T19:04:22.5232359Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T19:04:22.5232963Z [+] Installing: zstd -> zstd
2025-08-20T19:04:23.0323905Z [+] Creating symlinks...
2025-08-20T19:04:23.0405767Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T19:04:23.0495769Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T19:04:23.0588630Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T19:04:23.0681407Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T19:04:23.0778698Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T19:04:23.0872950Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T19:04:23.0966827Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T19:04:23.1061765Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T19:04:23.1157168Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T19:04:23.1251886Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T19:04:23.1348138Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T19:04:23.1445963Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T19:04:23.1535941Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T19:04:23.1633096Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T19:04:23.1753176Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T19:04:23.1844562Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T19:04:23.1935303Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T19:04:23.1975001Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T19:04:23.2058011Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T19:04:23.2151772Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T19:04:23.2247627Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T19:04:23.2287095Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T19:04:23.2371759Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T19:04:23.2465754Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T19:04:23.2563662Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T19:04:23.2660773Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T19:04:23.2756847Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T19:04:23.2852695Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T19:04:23.2946314Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T19:04:23.3040843Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T19:04:23.3133495Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T19:04:23.3225007Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T19:04:23.3315958Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T19:04:23.3407664Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T19:04:23.3500171Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T19:04:23.3594377Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T19:04:23.3689491Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T19:04:23.3784188Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T19:04:23.3881717Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T19:04:23.3976223Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T19:04:23.4071898Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T19:04:23.4168010Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T19:04:23.4263109Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T19:04:23.4353791Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T19:04:23.4392290Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T19:04:23.4419599Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T19:04:23.4501836Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T19:04:23.4589541Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T19:04:23.4683167Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T19:04:23.4774883Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T19:04:23.4866611Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T19:04:23.4959244Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T19:04:23.5051837Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T19:04:23.5146157Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T19:04:23.5238733Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T19:04:23.5341287Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T19:04:23.5433927Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T19:04:23.5524169Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T19:04:23.5618311Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T19:04:23.5710797Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T19:04:23.5802345Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T19:04:23.5896212Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T19:04:23.5989262Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T19:04:23.6083372Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T19:04:23.6177322Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T19:04:23.6275867Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T19:04:23.6371859Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T19:04:23.6466677Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T19:04:23.6559972Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T19:04:23.6651437Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T19:04:23.6743669Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T19:04:23.6836144Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T19:04:23.6932154Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T19:04:23.7024477Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T19:04:23.7117082Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T19:04:23.7210981Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T19:04:23.7304628Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T19:04:23.7398281Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T19:04:23.7493420Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T19:04:23.7586417Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T19:04:23.7681858Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T19:04:23.7776222Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T19:04:23.7870178Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T19:04:23.7963790Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T19:04:23.8055584Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T19:04:23.8147897Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T19:04:23.8241613Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T19:04:23.8335516Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T19:04:23.8427239Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T19:04:23.8521357Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T19:04:23.8614936Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T19:04:23.8706531Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T19:04:23.8802748Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T19:04:23.8895398Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T19:04:23.8988453Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T19:04:23.9027274Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T19:04:23.9055345Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T19:04:23.9083831Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T19:04:23.9166335Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T19:04:23.9192451Z 
2025-08-20T19:04:23.9192798Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T19:04:23.9193154Z 
2025-08-20T19:04:23.9297833Z 
2025-08-20T19:04:23.9390331Z 
2025-08-20T19:04:23.9391123Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T19:04:23.9391351Z 
2025-08-20T19:04:23.9391442Z [+] Installation completed!
2025-08-20T19:04:23.9474214Z 
2025-08-20T19:04:23.9474597Z [+] GITHUB_TOKEN is Exported
2025-08-20T19:04:24.2700250Z github.com
2025-08-20T19:04:24.2701115Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T19:04:24.2701465Z   - Active account: true
2025-08-20T19:04:24.2701678Z   - Git operations protocol: https
2025-08-20T19:04:24.2702743Z   - Token: ghp_************************************
2025-08-20T19:04:24.2704107Z   - 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-20T19:04:24.2704796Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T19:04:24.2705140Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T19:04:24.4271584Z Limit: 5000, Remaining: 3968, Reset: 2025-08-20 19:25:14 +0000 UTC (20m50s)
2025-08-20T19:04:24.4283014Z 
2025-08-20T19:04:24.4283267Z [+] GHCR_TOKEN is Exported
2025-08-20T19:04:24.4314326Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T19:04:24.6248392Z Login Succeeded
2025-08-20T19:04:24.6258209Z 
2025-08-20T19:04:24.6258653Z [+] GITLAB is Exported
2025-08-20T19:04:24.7594034Z [git remote -v]
2025-08-20T19:04:25.1234838Z gitlab.com
2025-08-20T19:04:25.1235486Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T19:04:25.1236065Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T19:04:25.1236518Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T19:04:25.1236897Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T19:04:25.1237245Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T19:04:25.1237557Z   ✓ Token found: **************************
2025-08-20T19:04:25.1237752Z 
2025-08-20T19:04:25.1238071Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T19:04:25.1252683Z [git remote -v]
2025-08-20T19:04:25.1265725Z 2025/08/20 19:04:25 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T19:04:25.1266593Z git: exit status 128]
2025-08-20T19:04:25.4857201Z 
2025-08-20T19:04:25.4857218Z 
2025-08-20T19:04:25.4858018Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (07:04:25 PM)
2025-08-20T19:04:25.4858412Z 
2025-08-20T19:04:25.4858416Z 
2025-08-20T19:04:25.4858509Z [+] USER = runner
2025-08-20T19:04:25.4858682Z [+] HOME = /home/runner
2025-08-20T19:04:25.4861117Z [+] 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:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T19:04:25.4863259Z 
2025-08-20T19:04:25.6865085Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T19:04:25.6900749Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T19:04:25.7374385Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T19:04:25.7762104Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T19:04:25.8149474Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T19:04:25.8537574Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T19:04:26.8842499Z Reading package lists...
2025-08-20T19:04:26.9163774Z Reading package lists...
2025-08-20T19:04:27.1846427Z Building dependency tree...
2025-08-20T19:04:27.1855342Z Reading state information...
2025-08-20T19:04:27.6040079Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T19:04:27.6040545Z apt-utils is already the newest version (2.8.3).
2025-08-20T19:04:27.6040908Z ca-certificates is already the newest version (20240203).
2025-08-20T19:04:27.6041262Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T19:04:27.6041585Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T19:04:27.6041890Z moreutils is already the newest version (0.69-1).
2025-08-20T19:04:27.6042247Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T19:04:27.6042638Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T19:04:27.6043420Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:04:27.7119921Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T19:04:27.7144894Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T19:04:28.0258235Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T19:04:28.1338381Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T19:04:28.2421098Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T19:04:28.3503649Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T19:04:29.3343869Z Reading package lists...
2025-08-20T19:04:29.3670341Z Reading package lists...
2025-08-20T19:04:29.6400880Z Building dependency tree...
2025-08-20T19:04:29.6410255Z Reading state information...
2025-08-20T19:04:30.0220821Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T19:04:30.0221273Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T19:04:30.0221631Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T19:04:30.0221943Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T19:04:30.0222284Z ca-certificates is already the newest version (20240203).
2025-08-20T19:04:30.0222611Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T19:04:30.0222919Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T19:04:30.0223639Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T19:04:30.0223905Z gawk set to manually installed.
2025-08-20T19:04:30.0224138Z git-lfs is already the newest version (3.6.1).
2025-08-20T19:04:30.0224433Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:04:30.0224741Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T19:04:30.0225035Z make is already the newest version (4.3-4.1build2).
2025-08-20T19:04:30.0225362Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T19:04:30.0225712Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T19:04:30.0226013Z texinfo is already the newest version (7.1-3build2).
2025-08-20T19:04:30.0226313Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:04:30.0226622Z The following additional packages will be installed:
2025-08-20T19:04:30.0226995Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T19:04:30.0227435Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T19:04:30.0227864Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T19:04:30.0228272Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T19:04:30.0228696Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T19:04:30.0229082Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T19:04:30.0238733Z Suggested packages:
2025-08-20T19:04:30.0239025Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T19:04:30.0239454Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T19:04:30.0239899Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T19:04:30.0240338Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T19:04:30.0240887Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T19:04:30.0241269Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T19:04:30.0241622Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T19:04:30.0507706Z The following NEW packages will be installed:
2025-08-20T19:04:30.0509692Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T19:04:30.0510140Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T19:04:30.0510828Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T19:04:30.0511600Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T19:04:30.0512065Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T19:04:30.0517641Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T19:04:30.0519085Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T19:04:30.1941147Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:04:30.1941558Z Need to get 27.2 MB of archives.
2025-08-20T19:04:30.1941849Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T19:04:30.1942396Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T19:04:30.5203310Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T19:04:30.6018158Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T19:04:30.6428780Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T19:04:30.6819624Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T19:04:30.7212740Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T19:04:30.7638748Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T19:04:30.8059004Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T19:04:30.8488417Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T19:04:30.8883169Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T19:04:31.0265599Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T19:04:31.0667327Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T19:04:31.1087999Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T19:04:31.1482812Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T19:04:31.1876318Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T19:04:31.2271091Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T19:04:31.2669009Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T19:04:31.3280758Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T19:04:31.4463638Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T19:04:31.4873269Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T19:04:31.5265340Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T19:04:31.5663256Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T19:04:31.6088215Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T19:04:31.6485144Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T19:04:31.6886517Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T19:04:31.7279987Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T19:04:31.7722568Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T19:04:31.8117725Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T19:04:31.8514974Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T19:04:31.8912706Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T19:04:31.9305697Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T19:04:31.9702018Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T19:04:32.0098318Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T19:04:32.0605324Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T19:04:32.1021818Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T19:04:32.1446194Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T19:04:32.4121472Z Preconfiguring packages ...
2025-08-20T19:04:32.5212224Z Fetched 27.2 MB in 2s (13.1 MB/s)
2025-08-20T19:04:32.5679819Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T19:04:32.5712656Z (Reading database ... 
2025-08-20T19:04:32.5712965Z (Reading database ... 5%
2025-08-20T19:04:32.5713287Z (Reading database ... 10%
2025-08-20T19:04:32.5713490Z (Reading database ... 15%
2025-08-20T19:04:32.5713685Z (Reading database ... 20%
2025-08-20T19:04:32.5713878Z (Reading database ... 25%
2025-08-20T19:04:32.5714109Z (Reading database ... 30%
2025-08-20T19:04:32.5714305Z (Reading database ... 35%
2025-08-20T19:04:32.5714502Z (Reading database ... 40%
2025-08-20T19:04:32.5714701Z (Reading database ... 45%
2025-08-20T19:04:32.5714899Z (Reading database ... 50%
2025-08-20T19:04:32.5739473Z (Reading database ... 55%
2025-08-20T19:04:32.5836003Z (Reading database ... 60%
2025-08-20T19:04:32.5880219Z (Reading database ... 65%
2025-08-20T19:04:32.5895928Z (Reading database ... 70%
2025-08-20T19:04:32.5919001Z (Reading database ... 75%
2025-08-20T19:04:32.6071367Z (Reading database ... 80%
2025-08-20T19:04:32.6165739Z (Reading database ... 85%
2025-08-20T19:04:32.6195510Z (Reading database ... 90%
2025-08-20T19:04:32.6310631Z (Reading database ... 95%
2025-08-20T19:04:32.6310876Z (Reading database ... 100%
2025-08-20T19:04:32.6311172Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T19:04:32.6354847Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T19:04:32.6822319Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T19:04:32.8457159Z Selecting previously unselected package poppler-data.
2025-08-20T19:04:32.8631682Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T19:04:32.8732274Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T19:04:32.9906869Z Selecting previously unselected package b3sum.
2025-08-20T19:04:33.0079504Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T19:04:33.0927935Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T19:04:33.2181979Z Selecting previously unselected package build-essential.
2025-08-20T19:04:33.2372323Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T19:04:33.2448860Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T19:04:33.3179026Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T19:04:33.3362887Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T19:04:33.3506841Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T19:04:33.4232282Z Selecting previously unselected package ccache.
2025-08-20T19:04:33.4412771Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T19:04:33.4502001Z Unpacking ccache (4.9.1-1) ...
2025-08-20T19:04:33.5403252Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T19:04:33.5579960Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T19:04:33.5648192Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T19:04:33.6298478Z Selecting previously unselected package xfonts-encodings.
2025-08-20T19:04:33.6475248Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T19:04:33.6565280Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T19:04:33.7260317Z Selecting previously unselected package xfonts-utils.
2025-08-20T19:04:33.7451837Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T19:04:33.7528286Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T19:04:33.8397356Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T19:04:33.8581316Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T19:04:33.9229539Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T19:04:34.0377640Z Selecting previously unselected package libgs-common.
2025-08-20T19:04:34.0562166Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T19:04:34.0660004Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:04:34.1277299Z Selecting previously unselected package libgs10-common.
2025-08-20T19:04:34.1448543Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T19:04:34.1514166Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:04:34.2445386Z Selecting previously unselected package libidn12:arm64.
2025-08-20T19:04:34.2617752Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T19:04:34.2691694Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T19:04:34.3379337Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T19:04:34.3568249Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T19:04:34.3646007Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T19:04:34.4347731Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T19:04:34.4536038Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T19:04:34.4604566Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T19:04:34.5370205Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T19:04:34.5553783Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T19:04:34.5634369Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T19:04:34.6360663Z Selecting previously unselected package libgs10:arm64.
2025-08-20T19:04:34.6537949Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T19:04:34.6613059Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:04:34.8254557Z Selecting previously unselected package ghostscript.
2025-08-20T19:04:34.8464238Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T19:04:34.8547203Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:04:34.9128081Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T19:04:34.9320079Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T19:04:34.9380756Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:04:35.0946767Z Selecting previously unselected package imagemagick.
2025-08-20T19:04:35.1133828Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T19:04:36.2524924Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:04:37.4963646Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T19:04:37.5139909Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T19:04:37.5208140Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T19:04:37.5817940Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T19:04:37.5995213Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T19:04:37.6055898Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T19:04:37.6755493Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T19:04:37.6922814Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T19:04:37.6984559Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T19:04:37.7588821Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T19:04:37.7801977Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T19:04:37.7869030Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T19:04:37.8404725Z Selecting previously unselected package libjxr-tools.
2025-08-20T19:04:37.8585392Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T19:04:37.8652185Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T19:04:37.9233623Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T19:04:37.9461611Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T19:04:37.9524293Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T19:04:38.0376666Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T19:04:38.0567245Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T19:04:38.0650098Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T19:04:38.1216811Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T19:04:38.1393405Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T19:04:38.1472206Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:04:38.2158909Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T19:04:38.2322279Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T19:04:38.2386941Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T19:04:38.2897311Z Selecting previously unselected package libpaper-utils.
2025-08-20T19:04:38.3075675Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T19:04:38.3152339Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T19:04:38.4036096Z Selecting previously unselected package libtool-bin.
2025-08-20T19:04:38.4211493Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T19:04:38.4281779Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T19:04:38.4986095Z Selecting previously unselected package lzip.
2025-08-20T19:04:38.5174630Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T19:04:38.5263229Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T19:04:38.5852578Z Selecting previously unselected package netpbm.
2025-08-20T19:04:38.6032782Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T19:04:38.6119619Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T19:04:38.8303910Z Selecting previously unselected package musl:arm64.
2025-08-20T19:04:38.8474661Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T19:04:38.8540361Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T19:04:38.9193088Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T19:04:38.9361755Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T19:04:38.9454079Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T19:04:39.0258210Z Selecting previously unselected package musl-tools.
2025-08-20T19:04:39.0426719Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T19:04:39.0494487Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T19:04:39.1234526Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T19:04:39.2681541Z 
2025-08-20T19:04:39.2682214Z Creating config file /etc/papersize with new version
2025-08-20T19:04:39.3635790Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T19:04:39.3829263Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T19:04:39.4092401Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T19:04:39.4290387Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T19:04:39.4513001Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:04:39.4744187Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T19:04:39.4930091Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T19:04:39.5122213Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T19:04:39.5717652Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T19:04:39.5898922Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T19:04:39.6089800Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T19:04:39.6237751Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T19:04:39.6305487Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T19:04:39.6372002Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T19:04:39.6483397Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T19:04:39.6671849Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T19:04:39.6866581Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T19:04:39.7047553Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T19:04:39.7224474Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:04:39.7389685Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T19:04:39.7459250Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T19:04:39.7534206Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T19:04:39.7612352Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T19:04:39.7692048Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T19:04:39.7766748Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T19:04:39.7856625Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T19:04:39.7930089Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T19:04:39.8011761Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T19:04:39.8084496Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T19:04:39.8159719Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T19:04:39.8240917Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T19:04:39.8339802Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T19:04:39.8412547Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T19:04:39.8488522Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T19:04:39.8564491Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T19:04:39.8640676Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T19:04:39.8712198Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T19:04:39.8793795Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T19:04:39.8864440Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T19:04:39.8962661Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T19:04:39.9033471Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T19:04:39.9149838Z Setting up b3sum (1.2.0-1) ...
2025-08-20T19:04:39.9411724Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T19:04:39.9741343Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T19:04:39.9975917Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T19:04:40.0377218Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T19:04:40.0576111Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T19:04:40.0777797Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T19:04:40.0960829Z Setting up ccache (4.9.1-1) ...
2025-08-20T19:04:40.1092750Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T19:04:40.1224868Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T19:04:40.1400762Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T19:04:40.1612807Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T19:04:40.1814130Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T19:04:40.1999822Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:04:40.2218816Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:04:40.2452233Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T19:04:40.4455847Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T19:04:40.4673313Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:04:40.4866589Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:04:40.5086941Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:04:40.5361168Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T19:04:40.6586147Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T19:04:41.0571422Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T19:04:42.1530038Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:04:42.1853029Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:04:45.1251416Z Reading package lists...
2025-08-20T19:04:45.3937403Z Building dependency tree...
2025-08-20T19:04:45.3945923Z Reading state information...
2025-08-20T19:04:45.7326154Z autoconf is already the newest version (2.71-3).
2025-08-20T19:04:45.7326539Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T19:04:45.7326884Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T19:04:45.7327222Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T19:04:45.7327611Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T19:04:45.7327956Z ca-certificates is already the newest version (20240203).
2025-08-20T19:04:45.7328270Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T19:04:45.7328565Z file is already the newest version (1:5.45-3build1).
2025-08-20T19:04:45.7328872Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:04:45.7329182Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T19:04:45.7329499Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T19:04:45.7330285Z patch is already the newest version (2.7.6-7build3).
2025-08-20T19:04:45.7330972Z patch set to manually installed.
2025-08-20T19:04:45.7331250Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T19:04:45.7331577Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T19:04:45.7331907Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T19:04:45.7332208Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:04:45.7332485Z Suggested packages:
2025-08-20T19:04:45.7332654Z   scons-doc
2025-08-20T19:04:45.7497723Z The following NEW packages will be installed:
2025-08-20T19:04:45.7506521Z   autopoint byacc clang qemu-user-static scons
2025-08-20T19:04:45.9559379Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:04:45.9559743Z Need to get 17.8 MB of archives.
2025-08-20T19:04:45.9560038Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T19:04:45.9560734Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T19:04:46.1988319Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T19:04:46.2379304Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T19:04:46.5443679Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T19:04:46.5863643Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T19:04:46.8704063Z Fetched 17.8 MB in 1s (21.6 MB/s)
2025-08-20T19:04:46.8947261Z Selecting previously unselected package autopoint.
2025-08-20T19:04:46.8980211Z (Reading database ... 
2025-08-20T19:04:46.8980586Z (Reading database ... 5%
2025-08-20T19:04:46.8980815Z (Reading database ... 10%
2025-08-20T19:04:46.8981017Z (Reading database ... 15%
2025-08-20T19:04:46.8981216Z (Reading database ... 20%
2025-08-20T19:04:46.8981407Z (Reading database ... 25%
2025-08-20T19:04:46.8981638Z (Reading database ... 30%
2025-08-20T19:04:46.8981832Z (Reading database ... 35%
2025-08-20T19:04:46.8982028Z (Reading database ... 40%
2025-08-20T19:04:46.8982223Z (Reading database ... 45%
2025-08-20T19:04:46.8982417Z (Reading database ... 50%
2025-08-20T19:04:46.9006967Z (Reading database ... 55%
2025-08-20T19:04:46.9108861Z (Reading database ... 60%
2025-08-20T19:04:46.9153890Z (Reading database ... 65%
2025-08-20T19:04:46.9169971Z (Reading database ... 70%
2025-08-20T19:04:46.9193843Z (Reading database ... 75%
2025-08-20T19:04:46.9341935Z (Reading database ... 80%
2025-08-20T19:04:46.9429529Z (Reading database ... 85%
2025-08-20T19:04:46.9460158Z (Reading database ... 90%
2025-08-20T19:04:46.9572302Z (Reading database ... 95%
2025-08-20T19:04:46.9572548Z (Reading database ... 100%
2025-08-20T19:04:46.9572844Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T19:04:46.9615487Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T19:04:46.9711408Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T19:04:47.0477960Z Selecting previously unselected package clang.
2025-08-20T19:04:47.0670551Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T19:04:47.0743773Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T19:04:47.1327852Z Selecting previously unselected package qemu-user-static.
2025-08-20T19:04:47.1509585Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T19:04:47.1592371Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T19:04:48.4377509Z Selecting previously unselected package scons.
2025-08-20T19:04:48.4554939Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T19:04:48.4629121Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T19:04:48.5526201Z Selecting previously unselected package byacc.
2025-08-20T19:04:48.5705276Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T19:04:48.5767050Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T19:04:48.6650137Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T19:04:48.6881850Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T19:04:48.7152333Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T19:04:48.7658089Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T19:04:49.1495940Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T19:04:49.1736139Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:04:50.4474911Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T19:04:51.9608841Z Reading package lists...
2025-08-20T19:04:52.2398680Z Building dependency tree...
2025-08-20T19:04:52.2406799Z Reading state information...
2025-08-20T19:04:52.6155377Z The following additional packages will be installed:
2025-08-20T19:04:52.6155785Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T19:04:52.6156126Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T19:04:52.6156549Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T19:04:52.6157039Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T19:04:52.6157486Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T19:04:52.6157913Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T19:04:52.6158365Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T19:04:52.6159237Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T19:04:52.6162894Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T19:04:52.6173474Z Suggested packages:
2025-08-20T19:04:52.6173747Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T19:04:52.6174126Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T19:04:52.6174533Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T19:04:52.6175078Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T19:04:52.6175458Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T19:04:52.6175867Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T19:04:52.6176326Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T19:04:52.6176798Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T19:04:52.6177170Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T19:04:52.6177382Z Recommended packages:
2025-08-20T19:04:52.6177659Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T19:04:52.6178088Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T19:04:52.6178482Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T19:04:52.6178841Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T19:04:52.6179156Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T19:04:52.6418650Z The following NEW packages will be installed:
2025-08-20T19:04:52.6419861Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T19:04:52.6420239Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T19:04:52.6420714Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T19:04:52.6421189Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T19:04:52.6421639Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T19:04:52.6422066Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T19:04:52.6422515Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T19:04:52.6425376Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T19:04:52.6428743Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T19:04:52.9911138Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:04:52.9911549Z Need to get 2409 kB of archives.
2025-08-20T19:04:52.9911846Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T19:04:52.9912356Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T19:04:53.1000987Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T19:04:53.2309671Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T19:04:53.4471377Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T19:04:53.5627797Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T19:04:53.6879013Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T19:04:53.8292308Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T19:04:53.9435671Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T19:04:54.0609053Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T19:04:54.1810904Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T19:04:54.3075688Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T19:04:54.5231402Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T19:04:54.6234682Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T19:04:54.7623837Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T19:04:54.9079571Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T19:04:55.1193330Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T19:04:55.2264810Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T19:04:55.5119244Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T19:04:55.6169849Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T19:04:55.7203274Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T19:04:55.8217257Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T19:04:56.0807745Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T19:04:56.4070605Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T19:04:56.6345606Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T19:04:56.7591705Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T19:04:56.9095243Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T19:04:57.0469934Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T19:04:57.4101146Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T19:04:57.5581965Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T19:04:57.6808149Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T19:04:58.3408841Z Fetched 2409 kB in 5s (447 kB/s)
2025-08-20T19:04:58.3693634Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T19:04:58.3727948Z (Reading database ... 
2025-08-20T19:04:58.3728199Z (Reading database ... 5%
2025-08-20T19:04:58.3728398Z (Reading database ... 10%
2025-08-20T19:04:58.3728634Z (Reading database ... 15%
2025-08-20T19:04:58.3728846Z (Reading database ... 20%
2025-08-20T19:04:58.3729639Z (Reading database ... 25%
2025-08-20T19:04:58.3729859Z (Reading database ... 30%
2025-08-20T19:04:58.3730056Z (Reading database ... 35%
2025-08-20T19:04:58.3730256Z (Reading database ... 40%
2025-08-20T19:04:58.3730559Z (Reading database ... 45%
2025-08-20T19:04:58.3730766Z (Reading database ... 50%
2025-08-20T19:04:58.3753017Z (Reading database ... 55%
2025-08-20T19:04:58.3853262Z (Reading database ... 60%
2025-08-20T19:04:58.3899164Z (Reading database ... 65%
2025-08-20T19:04:58.3915857Z (Reading database ... 70%
2025-08-20T19:04:58.3940265Z (Reading database ... 75%
2025-08-20T19:04:58.4087164Z (Reading database ... 80%
2025-08-20T19:04:58.4173204Z (Reading database ... 85%
2025-08-20T19:04:58.4203438Z (Reading database ... 90%
2025-08-20T19:04:58.4313169Z (Reading database ... 95%
2025-08-20T19:04:58.4313393Z (Reading database ... 100%
2025-08-20T19:04:58.4314127Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T19:04:58.4356694Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T19:04:58.4427292Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T19:04:58.5096290Z Selecting previously unselected package libfile-which-perl.
2025-08-20T19:04:58.5267125Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T19:04:58.5332752Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T19:04:58.5837390Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T19:04:58.6028484Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T19:04:58.6093844Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T19:04:58.6641159Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T19:04:58.6825688Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T19:04:58.6911054Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T19:04:58.7518897Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T19:04:58.7702369Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T19:04:58.7792682Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T19:04:58.8361994Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T19:04:58.8548873Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T19:04:58.8629296Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T19:04:58.9166652Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T19:04:58.9397934Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T19:04:58.9458135Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T19:04:59.0024910Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T19:04:59.0196566Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T19:04:59.0275855Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T19:04:59.0795001Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T19:04:59.0962436Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T19:04:59.1029996Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T19:04:59.1536955Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T19:04:59.1729844Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T19:04:59.1792433Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T19:04:59.2323245Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T19:04:59.2519041Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T19:04:59.2582707Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T19:04:59.3122367Z Selecting previously unselected package libimport-into-perl.
2025-08-20T19:04:59.3316684Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T19:04:59.3404825Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T19:04:59.3979075Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T19:04:59.4159407Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T19:04:59.4221523Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T19:04:59.4767616Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T19:04:59.4970066Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T19:04:59.5044145Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T19:04:59.5558009Z Selecting previously unselected package libmoo-perl.
2025-08-20T19:04:59.5726797Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T19:04:59.5790252Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T19:04:59.6331983Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T19:04:59.6507638Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T19:04:59.6584664Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T19:04:59.7136645Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T19:04:59.7313595Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T19:04:59.7373890Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T19:04:59.7964522Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T19:04:59.8156011Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T19:04:59.8226780Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T19:04:59.8771774Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T19:04:59.8962532Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T19:04:59.9028768Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T19:04:59.9531879Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T19:04:59.9724840Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T19:04:59.9808794Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T19:05:00.0621092Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T19:05:00.0812337Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T19:05:00.0883786Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T19:05:00.2055449Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T19:05:00.2237501Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T19:05:00.2307666Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T19:05:00.2905283Z Selecting previously unselected package libnet-http-perl.
2025-08-20T19:05:00.3084245Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T19:05:00.3152356Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T19:05:00.3708173Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T19:05:00.3935576Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T19:05:00.4019016Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T19:05:00.4597730Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T19:05:00.4804715Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T19:05:00.4884011Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T19:05:00.5432929Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T19:05:00.5617992Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T19:05:00.5688616Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T19:05:00.6792194Z Selecting previously unselected package libwww-perl.
2025-08-20T19:05:00.6976641Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T19:05:00.7041364Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T19:05:00.7631545Z Selecting previously unselected package patchutils.
2025-08-20T19:05:00.7814849Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T19:05:00.7883950Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T19:05:00.8462891Z Selecting previously unselected package wdiff.
2025-08-20T19:05:00.8642314Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T19:05:00.8714968Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T19:05:00.9450999Z Selecting previously unselected package devscripts.
2025-08-20T19:05:00.9635405Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T19:05:00.9864642Z Unpacking devscripts (2.23.7) ...
2025-08-20T19:05:01.1409854Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T19:05:01.1613996Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T19:05:01.1846545Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T19:05:01.2040863Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T19:05:01.2238961Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T19:05:01.2449494Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T19:05:01.2630114Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T19:05:01.2869964Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T19:05:01.3098814Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T19:05:01.3293413Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T19:05:01.3508255Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T19:05:01.3707542Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T19:05:01.3936424Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T19:05:01.4157698Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T19:05:01.4362778Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T19:05:01.4564881Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T19:05:01.4745138Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T19:05:01.4944633Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T19:05:01.5127392Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T19:05:01.5313700Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T19:05:01.5497537Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T19:05:01.5730132Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T19:05:01.5917420Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T19:05:01.6124198Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T19:05:01.6314405Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T19:05:01.6612135Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T19:05:01.6849037Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T19:05:01.7237320Z Setting up libwww-perl (6.76-1) ...
2025-08-20T19:05:01.7543988Z Setting up devscripts (2.23.7) ...
2025-08-20T19:05:01.8907998Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T19:05:01.9110026Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:05:03.7138622Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T19:05:05.3549026Z Reading package lists...
2025-08-20T19:05:05.6389818Z Building dependency tree...
2025-08-20T19:05:05.6400904Z Reading state information...
2025-08-20T19:05:06.0915327Z The following additional packages will be installed:
2025-08-20T19:05:06.0922565Z   cmake-data libjsoncpp25 librhash0
2025-08-20T19:05:06.0932169Z Suggested packages:
2025-08-20T19:05:06.0934683Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T19:05:06.1142794Z The following NEW packages will be installed:
2025-08-20T19:05:06.1151704Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T19:05:06.2588413Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:05:06.2588778Z Need to get 12.7 MB of archives.
2025-08-20T19:05:06.2589073Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T19:05:06.2589586Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T19:05:06.4014733Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T19:05:06.4994985Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T19:05:06.7003432Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T19:05:07.1234097Z Fetched 12.7 MB in 1s (18.3 MB/s)
2025-08-20T19:05:07.1579116Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T19:05:07.1614658Z (Reading database ... 
2025-08-20T19:05:07.1614886Z (Reading database ... 5%
2025-08-20T19:05:07.1615103Z (Reading database ... 10%
2025-08-20T19:05:07.1615303Z (Reading database ... 15%
2025-08-20T19:05:07.1615500Z (Reading database ... 20%
2025-08-20T19:05:07.1615693Z (Reading database ... 25%
2025-08-20T19:05:07.1615891Z (Reading database ... 30%
2025-08-20T19:05:07.1616473Z (Reading database ... 35%
2025-08-20T19:05:07.1616670Z (Reading database ... 40%
2025-08-20T19:05:07.1616864Z (Reading database ... 45%
2025-08-20T19:05:07.1617057Z (Reading database ... 50%
2025-08-20T19:05:07.1639437Z (Reading database ... 55%
2025-08-20T19:05:07.1735971Z (Reading database ... 60%
2025-08-20T19:05:07.1782186Z (Reading database ... 65%
2025-08-20T19:05:07.1798343Z (Reading database ... 70%
2025-08-20T19:05:07.1823226Z (Reading database ... 75%
2025-08-20T19:05:07.1978771Z (Reading database ... 80%
2025-08-20T19:05:07.2071981Z (Reading database ... 85%
2025-08-20T19:05:07.2120860Z (Reading database ... 90%
2025-08-20T19:05:07.2229302Z (Reading database ... 95%
2025-08-20T19:05:07.2229558Z (Reading database ... 100%
2025-08-20T19:05:07.2229858Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T19:05:07.2276106Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T19:05:07.2402160Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T19:05:07.3075250Z Selecting previously unselected package librhash0:arm64.
2025-08-20T19:05:07.3254545Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T19:05:07.3355116Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T19:05:07.4309029Z Selecting previously unselected package cmake-data.
2025-08-20T19:05:07.4499985Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T19:05:07.4635931Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T19:05:08.3987437Z Selecting previously unselected package cmake.
2025-08-20T19:05:08.4181198Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T19:05:08.4250218Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T19:05:08.6823911Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T19:05:08.7044106Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T19:05:08.7229177Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T19:05:08.7491989Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T19:05:08.7694180Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:05:10.1766105Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:05:11.7275347Z Reading package lists...
2025-08-20T19:05:11.9916345Z Building dependency tree...
2025-08-20T19:05:11.9925397Z Reading state information...
2025-08-20T19:05:12.3418800Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T19:05:12.3419214Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T19:05:12.3419536Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T19:05:12.3420229Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T19:05:12.3422341Z b3sum is already the newest version (1.2.0-1).
2025-08-20T19:05:12.3422661Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T19:05:12.3423007Z ca-certificates is already the newest version (20240203).
2025-08-20T19:05:12.3423310Z ccache is already the newest version (4.9.1-1).
2025-08-20T19:05:12.3423626Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T19:05:12.3423929Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T19:05:12.3424220Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T19:05:12.3424502Z git-lfs is already the newest version (3.6.1).
2025-08-20T19:05:12.3424838Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T19:05:12.3425189Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T19:05:12.3425494Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:05:12.3425809Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T19:05:12.3426125Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T19:05:12.3426429Z make is already the newest version (4.3-4.1build2).
2025-08-20T19:05:12.3426708Z musl is already the newest version (1.2.4-2).
2025-08-20T19:05:12.3426982Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T19:05:12.3427275Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T19:05:12.3427908Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T19:05:12.3428256Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T19:05:12.3428565Z texinfo is already the newest version (7.1-3build2).
2025-08-20T19:05:12.3428865Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:05:12.3429198Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:05:12.3636185Z Reading package lists...
2025-08-20T19:05:12.6356839Z Building dependency tree...
2025-08-20T19:05:12.6365965Z Reading state information...
2025-08-20T19:05:13.0154630Z autoconf is already the newest version (2.71-3).
2025-08-20T19:05:13.0154979Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T19:05:13.0155320Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T19:05:13.0155650Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T19:05:13.0156009Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T19:05:13.0156354Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T19:05:13.0156682Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T19:05:13.0157001Z ca-certificates is already the newest version (20240203).
2025-08-20T19:05:13.0157316Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T19:05:13.0157616Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T19:05:13.0157911Z file is already the newest version (1:5.45-3build1).
2025-08-20T19:05:13.0158229Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:05:13.0158538Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T19:05:13.0158854Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T19:05:13.0159165Z patch is already the newest version (2.7.6-7build3).
2025-08-20T19:05:13.0159477Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T19:05:13.0159807Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T19:05:13.0160166Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T19:05:13.0160810Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T19:05:13.0161146Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T19:05:13.0161448Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:05:13.0161779Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:05:13.0371219Z Reading package lists...
2025-08-20T19:05:13.3096309Z Building dependency tree...
2025-08-20T19:05:13.3103777Z Reading state information...
2025-08-20T19:05:13.6948298Z devscripts is already the newest version (2.23.7).
2025-08-20T19:05:13.6948708Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:05:13.7164645Z Reading package lists...
2025-08-20T19:05:13.9914163Z Building dependency tree...
2025-08-20T19:05:13.9925722Z Reading state information...
2025-08-20T19:05:14.3941237Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T19:05:14.3941695Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:05:14.4156431Z Reading package lists...
2025-08-20T19:05:14.6890098Z Building dependency tree...
2025-08-20T19:05:14.6898359Z Reading state information...
2025-08-20T19:05:15.0569861Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T19:05:15.0570315Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T19:05:15.1101313Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:05:15.1617819Z Reading package lists...
2025-08-20T19:05:15.4235024Z Building dependency tree...
2025-08-20T19:05:15.4243870Z Reading state information...
2025-08-20T19:05:15.7718853Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T19:05:15.7719295Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T19:05:15.7719651Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T19:05:15.7720656Z The following additional packages will be installed:
2025-08-20T19:05:15.7720999Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T19:05:15.7721402Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T19:05:15.7721857Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T19:05:15.7722241Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T19:05:15.7722629Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T19:05:15.7723074Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T19:05:15.7723491Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T19:05:15.7723898Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T19:05:15.7724276Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T19:05:15.7724672Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T19:05:15.7725094Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T19:05:15.7725440Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T19:05:15.7725808Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T19:05:15.7726246Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T19:05:15.7726589Z   linux-libc-dev-armhf-cross
2025-08-20T19:05:15.7736365Z Suggested packages:
2025-08-20T19:05:15.7736724Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T19:05:15.7737099Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T19:05:15.8110561Z The following NEW packages will be installed:
2025-08-20T19:05:15.8110942Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T19:05:15.8111346Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T19:05:15.8111833Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T19:05:15.8112267Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T19:05:15.8112644Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T19:05:15.8113035Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T19:05:15.8113456Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T19:05:15.8113855Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T19:05:15.8114732Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T19:05:15.8115141Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T19:05:15.8115557Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T19:05:15.8119203Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T19:05:15.8119596Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T19:05:15.8119976Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T19:05:15.8122014Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T19:05:15.9545202Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:05:15.9545560Z Need to get 112 MB of archives.
2025-08-20T19:05:15.9545859Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T19:05:15.9547322Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T19:05:16.0764158Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T19:05:16.4242811Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T19:05:16.4635733Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T19:05:16.5972935Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T19:05:16.6364555Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T19:05:16.6758289Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T19:05:16.7336247Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T19:05:16.7730708Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T19:05:16.8125878Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T19:05:16.8573989Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T19:05:16.8969210Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T19:05:16.9367710Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T19:05:16.9759621Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T19:05:17.0306185Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T19:05:17.0735156Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T19:05:17.1988071Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T19:05:17.2427738Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T19:05:17.4776918Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T19:05:17.5294744Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T19:05:17.5817345Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T19:05:17.6441617Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T19:05:17.7905257Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T19:05:17.8616723Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T19:05:17.9013757Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T19:05:17.9406356Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T19:05:17.9914485Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T19:05:18.0307569Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T19:05:18.0706437Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T19:05:18.1102339Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T19:05:18.1765268Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T19:05:18.2212940Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T19:05:18.2706875Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T19:05:18.3976197Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T19:05:18.6191895Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T19:05:18.6706943Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T19:05:18.7224670Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T19:05:18.7845834Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T19:05:18.9306878Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T19:05:18.9696357Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T19:05:19.0089485Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T19:05:19.0483270Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T19:05:19.3696763Z Fetched 112 MB in 3s (34.8 MB/s)
2025-08-20T19:05:19.4023165Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T19:05:19.4057692Z (Reading database ... 
2025-08-20T19:05:19.4057943Z (Reading database ... 5%
2025-08-20T19:05:19.4058173Z (Reading database ... 10%
2025-08-20T19:05:19.4058372Z (Reading database ... 15%
2025-08-20T19:05:19.4058579Z (Reading database ... 20%
2025-08-20T19:05:19.4058768Z (Reading database ... 25%
2025-08-20T19:05:19.4058961Z (Reading database ... 30%
2025-08-20T19:05:19.4059563Z (Reading database ... 35%
2025-08-20T19:05:19.4059778Z (Reading database ... 40%
2025-08-20T19:05:19.4059972Z (Reading database ... 45%
2025-08-20T19:05:19.4060168Z (Reading database ... 50%
2025-08-20T19:05:19.4083711Z (Reading database ... 55%
2025-08-20T19:05:19.4183036Z (Reading database ... 60%
2025-08-20T19:05:19.4228758Z (Reading database ... 65%
2025-08-20T19:05:19.4244819Z (Reading database ... 70%
2025-08-20T19:05:19.4274760Z (Reading database ... 75%
2025-08-20T19:05:19.4420749Z (Reading database ... 80%
2025-08-20T19:05:19.4509360Z (Reading database ... 85%
2025-08-20T19:05:19.4576690Z (Reading database ... 90%
2025-08-20T19:05:19.4666789Z (Reading database ... 95%
2025-08-20T19:05:19.4667013Z (Reading database ... 100%
2025-08-20T19:05:19.4667305Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T19:05:19.4714018Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:05:19.4794113Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:19.5416470Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T19:05:19.5594450Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:05:19.5693252Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:19.8043401Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T19:05:19.8236385Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:05:19.8307898Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:19.8910011Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T19:05:19.9101439Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:05:19.9193208Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:20.1416558Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T19:05:20.1595712Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T19:05:20.1661877Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:05:20.2206650Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T19:05:20.2382486Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T19:05:20.2455510Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:05:20.3034386Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T19:05:20.3226165Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T19:05:20.3399673Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T19:05:20.4509797Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T19:05:20.4707516Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:05:20.4780345Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:20.5445885Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T19:05:20.5638146Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:05:20.5706571Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:20.6665702Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T19:05:20.6842567Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:05:20.6923107Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:05:20.7675666Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T19:05:20.7853564Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:05:20.7918773Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:20.8862289Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T19:05:20.9093918Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:05:20.9165536Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:20.9833930Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T19:05:21.0029443Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:05:21.0118774Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:21.0736260Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T19:05:21.0925558Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:05:21.0996882Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:21.2001323Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T19:05:21.2201424Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:05:21.2266793Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:21.3113020Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T19:05:21.3297532Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:05:21.3367760Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:21.4105197Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T19:05:21.4284511Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:05:21.4366620Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:21.5314569Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T19:05:21.5509579Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:05:21.5601987Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:21.9513679Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T19:05:21.9693729Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T19:05:21.9759161Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T19:05:22.2352509Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T19:05:22.2548435Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:05:22.2642696Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:05:22.4107005Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T19:05:22.4286719Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:05:22.4355730Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:22.6916822Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T19:05:22.7118004Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:05:22.7213169Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:22.9745665Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T19:05:22.9932716Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T19:05:23.0026283Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T19:05:23.1210942Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T19:05:23.1391974Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:05:23.1463801Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:23.2066082Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T19:05:23.2245649Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:05:23.2343423Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:23.2942161Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T19:05:23.3135895Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:05:23.3203366Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:05:23.4072852Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T19:05:23.4271368Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:05:23.4350039Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:23.4962613Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T19:05:23.5203342Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:05:23.5269712Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:23.5955475Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T19:05:23.6134539Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:05:23.6215621Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:23.6836043Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T19:05:23.7016585Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:05:23.7079284Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:23.8106779Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T19:05:23.8305046Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:05:23.8412625Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:23.9113404Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T19:05:23.9312766Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:05:23.9390172Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:24.0132612Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T19:05:24.0336686Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:05:24.0417256Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:24.1415104Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T19:05:24.1604356Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:05:24.1694779Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:24.5632568Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T19:05:24.5847614Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T19:05:24.5941478Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T19:05:24.8829363Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T19:05:24.9025062Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:05:24.9094069Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:05:25.0518149Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T19:05:25.0724962Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:05:25.0806909Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:25.3460545Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T19:05:25.3650552Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:05:25.3832757Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:25.6839245Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T19:05:25.7044285Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T19:05:25.7112524Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:05:25.7611396Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T19:05:25.7809368Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T19:05:25.7873820Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:05:25.8306433Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T19:05:25.8503384Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T19:05:25.8571827Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:05:25.9048883Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T19:05:25.9239549Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T19:05:25.9306759Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:05:26.0021420Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T19:05:26.0234380Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:05:26.0417260Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.0619970Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.0862349Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.1232108Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T19:05:26.1429694Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.1619875Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T19:05:26.1830763Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:05:26.2027767Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.2216351Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.2410630Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:05:26.2621913Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T19:05:26.2834681Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.3020378Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.3218229Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.3432881Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.3624357Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.3855452Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.4078395Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.4280250Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:05:26.4521826Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.4718748Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.4912590Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:05:26.5112569Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.5304431Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.5505493Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.5710855Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:05:26.5892491Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.6119068Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.6314672Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.6501783Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.6685164Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.6863536Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.7044815Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:05:26.7257784Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.7451692Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.7679662Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.7859385Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:05:26.8067968Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:05:26.8238926Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:05:26.8441290Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:05:26.8651961Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T19:05:26.8742142Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T19:05:26.8903889Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:05:28.2938872Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:05:29.7915545Z Reading package lists...
2025-08-20T19:05:30.0679660Z Building dependency tree...
2025-08-20T19:05:30.0688093Z Reading state information...
2025-08-20T19:05:30.4334583Z The following additional packages will be installed:
2025-08-20T19:05:30.4335031Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T19:05:30.4345762Z   libpcap0.8-dev
2025-08-20T19:05:30.4708844Z The following NEW packages will be installed:
2025-08-20T19:05:30.4709625Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T19:05:30.4717735Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T19:05:30.4975613Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:05:30.9688768Z Need to get 1640 kB of archives.
2025-08-20T19:05:30.9689162Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T19:05:30.9689764Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T19:05:31.5297275Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T19:05:31.6790095Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T19:05:31.8287518Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T19:05:32.0772187Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T19:05:32.4553700Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T19:05:32.6816507Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T19:05:32.7904955Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T19:05:33.0959369Z Fetched 1640 kB in 2s (718 kB/s)
2025-08-20T19:05:33.1415030Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T19:05:33.1451255Z (Reading database ... 
2025-08-20T19:05:33.1451495Z (Reading database ... 5%
2025-08-20T19:05:33.1451697Z (Reading database ... 10%
2025-08-20T19:05:33.1451895Z (Reading database ... 15%
2025-08-20T19:05:33.1452097Z (Reading database ... 20%
2025-08-20T19:05:33.1452290Z (Reading database ... 25%
2025-08-20T19:05:33.1453065Z (Reading database ... 30%
2025-08-20T19:05:33.1453663Z (Reading database ... 35%
2025-08-20T19:05:33.1453889Z (Reading database ... 40%
2025-08-20T19:05:33.1454086Z (Reading database ... 45%
2025-08-20T19:05:33.1454279Z (Reading database ... 50%
2025-08-20T19:05:33.1478062Z (Reading database ... 55%
2025-08-20T19:05:33.1581275Z (Reading database ... 60%
2025-08-20T19:05:33.1624218Z (Reading database ... 65%
2025-08-20T19:05:33.1644062Z (Reading database ... 70%
2025-08-20T19:05:33.1675726Z (Reading database ... 75%
2025-08-20T19:05:33.1865075Z (Reading database ... 80%
2025-08-20T19:05:33.1913873Z (Reading database ... 85%
2025-08-20T19:05:33.1997008Z (Reading database ... 90%
2025-08-20T19:05:33.2091174Z (Reading database ... 95%
2025-08-20T19:05:33.2091831Z (Reading database ... 100%
2025-08-20T19:05:33.2092177Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T19:05:33.2139996Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T19:05:33.2204344Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T19:05:33.3107851Z Selecting previously unselected package libjudydebian1.
2025-08-20T19:05:33.3293307Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T19:05:33.3445118Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T19:05:33.4071921Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T19:05:33.4280156Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T19:05:33.4351047Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T19:05:33.5160812Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T19:05:33.5353738Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T19:05:33.5431539Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T19:05:33.6025340Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T19:05:33.6254776Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T19:05:33.6318766Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T19:05:33.7230248Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T19:05:33.7417247Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T19:05:33.7513503Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T19:05:33.8146296Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T19:05:33.8325914Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T19:05:33.8389259Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T19:05:33.9126139Z Selecting previously unselected package pcaputils.
2025-08-20T19:05:33.9306814Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T19:05:33.9394647Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T19:05:34.0210838Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T19:05:34.0431599Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T19:05:34.1895962Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T19:05:34.2115783Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T19:05:34.2427283Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T19:05:34.4782437Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T19:05:34.4991130Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T19:05:34.5275598Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:05:34.5612400Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:05:36.2096921Z Processing triggers for sgml-base (1.31) ...
2025-08-20T19:05:36.2538254Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T19:05:36.2771744Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T19:05:37.7785399Z Reading package lists...
2025-08-20T19:05:38.0527554Z Building dependency tree...
2025-08-20T19:05:38.0538535Z Reading state information...
2025-08-20T19:05:38.1110048Z Reading package lists...
2025-08-20T19:05:38.3818039Z Building dependency tree...
2025-08-20T19:05:38.3826255Z Reading state information...
2025-08-20T19:05:38.7388316Z The following additional packages will be installed:
2025-08-20T19:05:38.7394141Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T19:05:38.7402511Z Suggested packages:
2025-08-20T19:05:38.7402826Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T19:05:38.7403192Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T19:05:38.7602834Z The following NEW packages will be installed:
2025-08-20T19:05:38.7604340Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T19:05:38.7609942Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T19:05:38.9002601Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:05:38.9002950Z Need to get 801 kB of archives.
2025-08-20T19:05:38.9003276Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T19:05:38.9003769Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T19:05:38.9977352Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T19:05:39.0785854Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T19:05:39.2129537Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T19:05:39.2549528Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T19:05:39.2950923Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T19:05:39.3451047Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T19:05:39.3842554Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T19:05:39.4252588Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T19:05:39.7198626Z Fetched 801 kB in 1s (1224 kB/s)
2025-08-20T19:05:39.7567177Z Selecting previously unselected package liblz1:arm64.
2025-08-20T19:05:39.7604576Z (Reading database ... 
2025-08-20T19:05:39.7604817Z (Reading database ... 5%
2025-08-20T19:05:39.7605023Z (Reading database ... 10%
2025-08-20T19:05:39.7605222Z (Reading database ... 15%
2025-08-20T19:05:39.7605549Z (Reading database ... 20%
2025-08-20T19:05:39.7605747Z (Reading database ... 25%
2025-08-20T19:05:39.7605942Z (Reading database ... 30%
2025-08-20T19:05:39.7606134Z (Reading database ... 35%
2025-08-20T19:05:39.7606336Z (Reading database ... 40%
2025-08-20T19:05:39.7606527Z (Reading database ... 45%
2025-08-20T19:05:39.7606720Z (Reading database ... 50%
2025-08-20T19:05:39.7628998Z (Reading database ... 55%
2025-08-20T19:05:39.7731978Z (Reading database ... 60%
2025-08-20T19:05:39.7774619Z (Reading database ... 65%
2025-08-20T19:05:39.7795346Z (Reading database ... 70%
2025-08-20T19:05:39.7828161Z (Reading database ... 75%
2025-08-20T19:05:39.8023086Z (Reading database ... 80%
2025-08-20T19:05:39.8065938Z (Reading database ... 85%
2025-08-20T19:05:39.8121927Z (Reading database ... 90%
2025-08-20T19:05:39.8235409Z (Reading database ... 95%
2025-08-20T19:05:39.8235630Z (Reading database ... 100%
2025-08-20T19:05:39.8235921Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T19:05:39.8281885Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T19:05:39.8424343Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T19:05:39.8935468Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T19:05:39.9139151Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T19:05:39.9234977Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T19:05:39.9842627Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T19:05:40.0058597Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T19:05:40.0141807Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T19:05:40.1078599Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T19:05:40.1308965Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T19:05:40.1374858Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T19:05:40.1926486Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T19:05:40.2127134Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T19:05:40.2196126Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T19:05:40.2768919Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T19:05:40.2951449Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T19:05:40.3155379Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T19:05:40.3792031Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T19:05:40.3977043Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T19:05:40.4063239Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T19:05:40.4678960Z Selecting previously unselected package lzma.
2025-08-20T19:05:40.4883748Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T19:05:40.4946115Z Unpacking lzma (9.22-2.2) ...
2025-08-20T19:05:40.5576799Z Selecting previously unselected package lzma-dev.
2025-08-20T19:05:40.5783994Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T19:05:40.6397703Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T19:05:40.7212380Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T19:05:40.7438124Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T19:05:40.7641473Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T19:05:40.7828441Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T19:05:40.8017639Z Setting up lzma (9.22-2.2) ...
2025-08-20T19:05:40.8172209Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T19:05:40.8293040Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T19:05:40.8465690Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T19:05:40.8647402Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T19:05:40.8833019Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T19:05:40.9052487Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:05:40.9402829Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:05:42.3243300Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T19:05:43.9103882Z Reading package lists...
2025-08-20T19:05:44.1781006Z Building dependency tree...
2025-08-20T19:05:44.1788413Z Reading state information...
2025-08-20T19:05:44.5924251Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T19:05:44.5925029Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T19:05:44.5925546Z inetutils-telnet set to manually installed.
2025-08-20T19:05:44.5925859Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T19:05:44.5926193Z The following additional packages will be installed:
2025-08-20T19:05:44.5926476Z   tcpd update-inetd
2025-08-20T19:05:44.6108996Z The following packages will be REMOVED:
2025-08-20T19:05:44.6118712Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T19:05:44.6119778Z The following NEW packages will be installed:
2025-08-20T19:05:44.6120113Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T19:05:44.6120686Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T19:05:44.6128683Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T19:05:44.8506515Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T19:05:44.8507294Z Need to get 691 kB of archives.
2025-08-20T19:05:44.8507576Z After this operation, 987 kB disk space will be freed.
2025-08-20T19:05:44.8508089Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T19:05:45.2119134Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T19:05:45.3473485Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T19:05:45.4830250Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T19:05:45.6421808Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T19:05:45.8469764Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T19:05:46.0143526Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T19:05:46.1696012Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T19:05:46.3142706Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T19:05:46.4488598Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T19:05:46.6019121Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T19:05:46.8787692Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T19:05:47.2404441Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T19:05:47.5412721Z Preconfiguring packages ...
2025-08-20T19:05:47.6572808Z Fetched 691 kB in 3s (259 kB/s)
2025-08-20T19:05:47.6789481Z (Reading database ... 
2025-08-20T19:05:47.6790121Z (Reading database ... 5%
2025-08-20T19:05:47.6790780Z (Reading database ... 10%
2025-08-20T19:05:47.6791011Z (Reading database ... 15%
2025-08-20T19:05:47.6791208Z (Reading database ... 20%
2025-08-20T19:05:47.6791406Z (Reading database ... 25%
2025-08-20T19:05:47.6791597Z (Reading database ... 30%
2025-08-20T19:05:47.6791808Z (Reading database ... 35%
2025-08-20T19:05:47.6791995Z (Reading database ... 40%
2025-08-20T19:05:47.6792188Z (Reading database ... 45%
2025-08-20T19:05:47.6792379Z (Reading database ... 50%
2025-08-20T19:05:47.6814376Z (Reading database ... 55%
2025-08-20T19:05:47.6913184Z (Reading database ... 60%
2025-08-20T19:05:47.6958400Z (Reading database ... 65%
2025-08-20T19:05:47.6978061Z (Reading database ... 70%
2025-08-20T19:05:47.7008757Z (Reading database ... 75%
2025-08-20T19:05:47.7191883Z (Reading database ... 80%
2025-08-20T19:05:47.7233151Z (Reading database ... 85%
2025-08-20T19:05:47.7311161Z (Reading database ... 90%
2025-08-20T19:05:47.7396855Z (Reading database ... 95%
2025-08-20T19:05:47.7397077Z (Reading database ... 100%
2025-08-20T19:05:47.7397369Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T19:05:47.7442248Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T19:05:47.8102990Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T19:05:47.8917337Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T19:05:48.2656783Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T19:05:48.2693950Z (Reading database ... 
2025-08-20T19:05:48.2694184Z (Reading database ... 5%
2025-08-20T19:05:48.2694704Z (Reading database ... 10%
2025-08-20T19:05:48.2694950Z (Reading database ... 15%
2025-08-20T19:05:48.2695153Z (Reading database ... 20%
2025-08-20T19:05:48.2695348Z (Reading database ... 25%
2025-08-20T19:05:48.2695545Z (Reading database ... 30%
2025-08-20T19:05:48.2695739Z (Reading database ... 35%
2025-08-20T19:05:48.2695931Z (Reading database ... 40%
2025-08-20T19:05:48.2696576Z (Reading database ... 45%
2025-08-20T19:05:48.2696797Z (Reading database ... 50%
2025-08-20T19:05:48.2719000Z (Reading database ... 55%
2025-08-20T19:05:48.2819199Z (Reading database ... 60%
2025-08-20T19:05:48.2865387Z (Reading database ... 65%
2025-08-20T19:05:48.2884830Z (Reading database ... 70%
2025-08-20T19:05:48.2916201Z (Reading database ... 75%
2025-08-20T19:05:48.3120745Z (Reading database ... 80%
2025-08-20T19:05:48.3165758Z (Reading database ... 85%
2025-08-20T19:05:48.3250299Z (Reading database ... 90%
2025-08-20T19:05:48.3343642Z (Reading database ... 95%
2025-08-20T19:05:48.3343868Z (Reading database ... 100%
2025-08-20T19:05:48.3344159Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T19:05:48.3390910Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:05:48.3494729Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T19:05:48.4062061Z Selecting previously unselected package tcpd.
2025-08-20T19:05:48.4245966Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T19:05:48.4311828Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T19:05:48.4999085Z Selecting previously unselected package update-inetd.
2025-08-20T19:05:48.5180823Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T19:05:48.5606433Z Unpacking update-inetd (4.53) ...
2025-08-20T19:05:48.6453561Z Selecting previously unselected package inetutils-inetd.
2025-08-20T19:05:48.6648181Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:05:48.6761796Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T19:05:48.7442302Z Selecting previously unselected package inetutils-ftp.
2025-08-20T19:05:48.7635815Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:05:48.7734433Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T19:05:48.8542711Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T19:05:48.8754263Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:05:48.8838850Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T19:05:48.9536581Z Selecting previously unselected package inetutils-ping.
2025-08-20T19:05:48.9721085Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:05:48.9787668Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T19:05:49.0385646Z Selecting previously unselected package inetutils-talk.
2025-08-20T19:05:49.0569964Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:05:49.0642720Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T19:05:49.1302681Z Selecting previously unselected package inetutils-talkd.
2025-08-20T19:05:49.1480897Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:05:49.1553998Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T19:05:49.2258194Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T19:05:49.2455057Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:05:49.2526273Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T19:05:49.3106372Z Selecting previously unselected package inetutils-tools.
2025-08-20T19:05:49.3298933Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:05:49.3366532Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T19:05:49.3979797Z Selecting previously unselected package netcat-traditional.
2025-08-20T19:05:49.4175265Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T19:05:49.4250171Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T19:05:49.4920998Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T19:05:49.5095450Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:05:49.5162134Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T19:05:49.6000743Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T19:05:49.6300134Z Setting up update-inetd (4.53) ...
2025-08-20T19:05:49.7285818Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T19:05:49.7466199Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T19:05:49.7614328Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T19:05:50.1000694Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T19:05:50.1001125Z 
2025-08-20T19:05:50.1001240Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T19:05:50.1001436Z 
2025-08-20T19:05:50.1001842Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T19:05:50.1002238Z 
2025-08-20T19:05:50.1002736Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T19:05:50.1003225Z 
2025-08-20T19:05:50.3461360Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T19:05:50.3767452Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T19:05:50.3957840Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T19:05:50.4082221Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T19:05:50.4287265Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T19:05:50.4521905Z Setting up tcpd (7.6.q-33) ...
2025-08-20T19:05:50.4726092Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T19:05:50.7934741Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T19:05:50.7935142Z 
2025-08-20T19:05:50.7935642Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T19:05:50.7936113Z 
2025-08-20T19:05:51.0255315Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T19:05:51.1399313Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T19:05:51.2411396Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T19:05:51.3240109Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:05:54.6032516Z Reading package lists...
2025-08-20T19:05:54.8729647Z Building dependency tree...
2025-08-20T19:05:54.8738431Z Reading state information...
2025-08-20T19:05:55.3109937Z The following packages will be REMOVED:
2025-08-20T19:05:55.3122318Z   inetutils-ping
2025-08-20T19:05:55.3122806Z The following NEW packages will be installed:
2025-08-20T19:05:55.3132699Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T19:05:55.3139041Z The following packages will be upgraded:
2025-08-20T19:05:55.3147447Z   iputils-tracepath
2025-08-20T19:05:55.4249350Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T19:05:55.4249712Z Need to get 84.5 kB of archives.
2025-08-20T19:05:55.4250008Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T19:05:55.4250775Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T19:05:55.5407429Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T19:05:55.5839219Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T19:05:55.6289837Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T19:05:55.9670719Z Fetched 84.5 kB in 0s (275 kB/s)
2025-08-20T19:05:55.9894910Z (Reading database ... 
2025-08-20T19:05:55.9895202Z (Reading database ... 5%
2025-08-20T19:05:55.9895408Z (Reading database ... 10%
2025-08-20T19:05:55.9895606Z (Reading database ... 15%
2025-08-20T19:05:55.9895807Z (Reading database ... 20%
2025-08-20T19:05:55.9896005Z (Reading database ... 25%
2025-08-20T19:05:55.9896570Z (Reading database ... 30%
2025-08-20T19:05:55.9897513Z (Reading database ... 35%
2025-08-20T19:05:55.9897718Z (Reading database ... 40%
2025-08-20T19:05:55.9897915Z (Reading database ... 45%
2025-08-20T19:05:55.9898104Z (Reading database ... 50%
2025-08-20T19:05:55.9919269Z (Reading database ... 55%
2025-08-20T19:05:56.0019686Z (Reading database ... 60%
2025-08-20T19:05:56.0060775Z (Reading database ... 65%
2025-08-20T19:05:56.0080219Z (Reading database ... 70%
2025-08-20T19:05:56.0111296Z (Reading database ... 75%
2025-08-20T19:05:56.0303981Z (Reading database ... 80%
2025-08-20T19:05:56.0343734Z (Reading database ... 85%
2025-08-20T19:05:56.0435111Z (Reading database ... 90%
2025-08-20T19:05:56.0511591Z (Reading database ... 95%
2025-08-20T19:05:56.0511841Z (Reading database ... 100%
2025-08-20T19:05:56.0512144Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T19:05:56.0556400Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T19:05:56.1699727Z Selecting previously unselected package iputils-ping.
2025-08-20T19:05:56.1737037Z (Reading database ... 
2025-08-20T19:05:56.1737252Z (Reading database ... 5%
2025-08-20T19:05:56.1737460Z (Reading database ... 10%
2025-08-20T19:05:56.1737662Z (Reading database ... 15%
2025-08-20T19:05:56.1737854Z (Reading database ... 20%
2025-08-20T19:05:56.1738048Z (Reading database ... 25%
2025-08-20T19:05:56.1738645Z (Reading database ... 30%
2025-08-20T19:05:56.1738847Z (Reading database ... 35%
2025-08-20T19:05:56.1739040Z (Reading database ... 40%
2025-08-20T19:05:56.1739236Z (Reading database ... 45%
2025-08-20T19:05:56.1739428Z (Reading database ... 50%
2025-08-20T19:05:56.1763333Z (Reading database ... 55%
2025-08-20T19:05:56.1865527Z (Reading database ... 60%
2025-08-20T19:05:56.1912857Z (Reading database ... 65%
2025-08-20T19:05:56.1932972Z (Reading database ... 70%
2025-08-20T19:05:56.1965310Z (Reading database ... 75%
2025-08-20T19:05:56.2168081Z (Reading database ... 80%
2025-08-20T19:05:56.2211127Z (Reading database ... 85%
2025-08-20T19:05:56.2309458Z (Reading database ... 90%
2025-08-20T19:05:56.2394692Z (Reading database ... 95%
2025-08-20T19:05:56.2394935Z (Reading database ... 100%
2025-08-20T19:05:56.2395227Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T19:05:56.2443250Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T19:05:56.2514923Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T19:05:56.3425000Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T19:05:56.3657714Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T19:05:56.4337121Z Selecting previously unselected package iputils-arping.
2025-08-20T19:05:56.4535381Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T19:05:56.4612069Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T19:05:56.5204073Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T19:05:56.5387866Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T19:05:56.5471552Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T19:05:56.6163785Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T19:05:56.6537350Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T19:05:56.6837272Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T19:05:56.7145241Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T19:05:56.7325309Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:05:59.7396790Z Reading package lists...
2025-08-20T19:05:59.9936599Z Building dependency tree...
2025-08-20T19:05:59.9947040Z Reading state information...
2025-08-20T19:06:00.3041791Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T19:06:00.3382360Z The following packages will be upgraded:
2025-08-20T19:06:00.3382693Z   python3-pip python3-pip-whl
2025-08-20T19:06:00.3612003Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T19:06:00.4668702Z Need to get 3020 kB of archives.
2025-08-20T19:06:00.4669106Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T19:06:00.4669689Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T19:06:00.7760587Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T19:06:01.1141907Z Fetched 3020 kB in 0s (6747 kB/s)
2025-08-20T19:06:01.1587810Z (Reading database ... 
2025-08-20T19:06:01.1588079Z (Reading database ... 5%
2025-08-20T19:06:01.1588278Z (Reading database ... 10%
2025-08-20T19:06:01.1588478Z (Reading database ... 15%
2025-08-20T19:06:01.1588702Z (Reading database ... 20%
2025-08-20T19:06:01.1588895Z (Reading database ... 25%
2025-08-20T19:06:01.1589089Z (Reading database ... 30%
2025-08-20T19:06:01.1589285Z (Reading database ... 35%
2025-08-20T19:06:01.1589510Z (Reading database ... 40%
2025-08-20T19:06:01.1589706Z (Reading database ... 45%
2025-08-20T19:06:01.1589900Z (Reading database ... 50%
2025-08-20T19:06:01.1613236Z (Reading database ... 55%
2025-08-20T19:06:01.1715937Z (Reading database ... 60%
2025-08-20T19:06:01.1758786Z (Reading database ... 65%
2025-08-20T19:06:01.1778976Z (Reading database ... 70%
2025-08-20T19:06:01.1811280Z (Reading database ... 75%
2025-08-20T19:06:01.2011231Z (Reading database ... 80%
2025-08-20T19:06:01.2052420Z (Reading database ... 85%
2025-08-20T19:06:01.2145990Z (Reading database ... 90%
2025-08-20T19:06:01.2223952Z (Reading database ... 95%
2025-08-20T19:06:01.2224171Z (Reading database ... 100%
2025-08-20T19:06:01.2224466Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T19:06:01.2269827Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T19:06:01.4160275Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T19:06:01.6287534Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T19:06:01.6456586Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T19:06:01.7418238Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T19:06:01.7605410Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T19:06:02.7436617Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:06:05.8859356Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T19:06:06.1839905Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:06:07.0980261Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T19:06:07.2395243Z Collecting pip
2025-08-20T19:06:07.3065126Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T19:06:07.3304600Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T19:06:07.4132310Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 22.5 MB/s eta 0:00:00
2025-08-20T19:06:07.6836298Z Installing collected packages: pip
2025-08-20T19:06:08.3645805Z Successfully installed pip-25.2
2025-08-20T19:06:08.5764465Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T19:06:08.6237761Z Reading package lists...
2025-08-20T19:06:08.8913106Z Building dependency tree...
2025-08-20T19:06:08.8921737Z Reading state information...
2025-08-20T19:06:09.2293161Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T19:06:09.2293526Z pciutils set to manually installed.
2025-08-20T19:06:09.2293818Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T19:06:09.2294151Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T19:06:09.2294472Z python3-distro set to manually installed.
2025-08-20T19:06:09.2294790Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T19:06:09.2295121Z python3-netifaces set to manually installed.
2025-08-20T19:06:09.2295948Z The following additional packages will be installed:
2025-08-20T19:06:09.2296258Z   libsysfs2
2025-08-20T19:06:09.2306559Z Suggested packages:
2025-08-20T19:06:09.2306808Z   fancontrol read-edid i2c-tools
2025-08-20T19:06:09.2654209Z The following NEW packages will be installed:
2025-08-20T19:06:09.2656950Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T19:06:09.2908972Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T19:06:09.3924649Z Need to get 133 kB of archives.
2025-08-20T19:06:09.3925043Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T19:06:09.3925556Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T19:06:09.4739338Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T19:06:09.5238042Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T19:06:09.6309968Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T19:06:09.9283338Z Fetched 133 kB in 0s (404 kB/s)
2025-08-20T19:06:09.9674983Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T19:06:09.9712344Z (Reading database ... 
2025-08-20T19:06:09.9712612Z (Reading database ... 5%
2025-08-20T19:06:09.9713246Z (Reading database ... 10%
2025-08-20T19:06:09.9713444Z (Reading database ... 15%
2025-08-20T19:06:09.9713642Z (Reading database ... 20%
2025-08-20T19:06:09.9713841Z (Reading database ... 25%
2025-08-20T19:06:09.9714030Z (Reading database ... 30%
2025-08-20T19:06:09.9714220Z (Reading database ... 35%
2025-08-20T19:06:09.9714412Z (Reading database ... 40%
2025-08-20T19:06:09.9714602Z (Reading database ... 45%
2025-08-20T19:06:09.9714795Z (Reading database ... 50%
2025-08-20T19:06:09.9738494Z (Reading database ... 55%
2025-08-20T19:06:09.9840691Z (Reading database ... 60%
2025-08-20T19:06:09.9882491Z (Reading database ... 65%
2025-08-20T19:06:09.9901602Z (Reading database ... 70%
2025-08-20T19:06:09.9931748Z (Reading database ... 75%
2025-08-20T19:06:10.0121939Z (Reading database ... 80%
2025-08-20T19:06:10.0161857Z (Reading database ... 85%
2025-08-20T19:06:10.0251095Z (Reading database ... 90%
2025-08-20T19:06:10.0328881Z (Reading database ... 95%
2025-08-20T19:06:10.0329109Z (Reading database ... 100%
2025-08-20T19:06:10.0329441Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T19:06:10.0374211Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T19:06:10.0519240Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T19:06:10.1366426Z Selecting previously unselected package sysfsutils.
2025-08-20T19:06:10.1572842Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T19:06:10.1696063Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T19:06:10.2596728Z Selecting previously unselected package lm-sensors.
2025-08-20T19:06:10.2779202Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T19:06:10.3033712Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T19:06:10.3645760Z Selecting previously unselected package virt-what.
2025-08-20T19:06:10.3827323Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T19:06:10.3906978Z Unpacking virt-what (1.25-2) ...
2025-08-20T19:06:10.4687760Z Setting up virt-what (1.25-2) ...
2025-08-20T19:06:10.4885052Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T19:06:10.5159833Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T19:06:10.8417834Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T19:06:10.8418229Z 
2025-08-20T19:06:10.8418688Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T19:06:10.8419137Z 
2025-08-20T19:06:11.0895963Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T19:06:11.4061248Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T19:06:11.4061765Z 
2025-08-20T19:06:11.4173477Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:06:13.0689969Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:06:14.6201674Z Reading package lists...
2025-08-20T19:06:14.8925323Z Building dependency tree...
2025-08-20T19:06:14.8932872Z Reading state information...
2025-08-20T19:06:15.2814120Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T19:06:15.2814867Z The following additional packages will be installed:
2025-08-20T19:06:15.2819089Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T19:06:15.2819450Z   xorg-sgml-doctools
2025-08-20T19:06:15.2828312Z Suggested packages:
2025-08-20T19:06:15.2828498Z   libxcb-doc
2025-08-20T19:06:15.3036176Z The following NEW packages will be installed:
2025-08-20T19:06:15.3038306Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T19:06:15.3042910Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T19:06:15.3043274Z   xcb xorg-sgml-doctools
2025-08-20T19:06:15.5312941Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T19:06:15.5313295Z Need to get 816 kB of archives.
2025-08-20T19:06:15.5313994Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T19:06:15.5314544Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T19:06:15.6337979Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T19:06:15.7427153Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T19:06:16.3421020Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T19:06:16.4446331Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T19:06:16.5488257Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T19:06:16.6606759Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T19:06:16.7640364Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T19:06:16.8662074Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T19:06:16.9684463Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T19:06:17.0718335Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T19:06:17.3751455Z Fetched 816 kB in 2s (465 kB/s)
2025-08-20T19:06:17.4037657Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T19:06:17.4074262Z (Reading database ... 
2025-08-20T19:06:17.4074506Z (Reading database ... 5%
2025-08-20T19:06:17.4074712Z (Reading database ... 10%
2025-08-20T19:06:17.4074907Z (Reading database ... 15%
2025-08-20T19:06:17.4075103Z (Reading database ... 20%
2025-08-20T19:06:17.4075297Z (Reading database ... 25%
2025-08-20T19:06:17.4075519Z (Reading database ... 30%
2025-08-20T19:06:17.4075712Z (Reading database ... 35%
2025-08-20T19:06:17.4076582Z (Reading database ... 40%
2025-08-20T19:06:17.4076808Z (Reading database ... 45%
2025-08-20T19:06:17.4077002Z (Reading database ... 50%
2025-08-20T19:06:17.4098594Z (Reading database ... 55%
2025-08-20T19:06:17.4197240Z (Reading database ... 60%
2025-08-20T19:06:17.4238745Z (Reading database ... 65%
2025-08-20T19:06:17.4258622Z (Reading database ... 70%
2025-08-20T19:06:17.4290103Z (Reading database ... 75%
2025-08-20T19:06:17.4488453Z (Reading database ... 80%
2025-08-20T19:06:17.4530320Z (Reading database ... 85%
2025-08-20T19:06:17.4626861Z (Reading database ... 90%
2025-08-20T19:06:17.4710225Z (Reading database ... 95%
2025-08-20T19:06:17.4710573Z (Reading database ... 100%
2025-08-20T19:06:17.4710881Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T19:06:17.4756919Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T19:06:17.4827375Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T19:06:17.5371655Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T19:06:17.5576485Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T19:06:17.5633870Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T19:06:17.6254029Z Selecting previously unselected package x11proto-dev.
2025-08-20T19:06:17.6466048Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T19:06:17.6527239Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T19:06:17.7186109Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T19:06:17.7378434Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T19:06:17.7445260Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T19:06:17.8032748Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T19:06:17.8214247Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T19:06:17.8275323Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T19:06:17.8824043Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T19:06:17.9007141Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T19:06:17.9078405Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:06:17.9627549Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T19:06:17.9812156Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T19:06:17.9878086Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:06:18.0526639Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T19:06:18.0730081Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T19:06:18.0879323Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:06:18.1424324Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T19:06:18.1615892Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T19:06:18.1678547Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:06:18.2197703Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T19:06:18.2392283Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T19:06:18.2456229Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:06:18.3106512Z Selecting previously unselected package xcb.
2025-08-20T19:06:18.3297042Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T19:06:18.3356977Z Unpacking xcb (2.4-8build2) ...
2025-08-20T19:06:18.4140224Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:06:18.4322062Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T19:06:18.4506772Z Setting up xcb (2.4-8build2) ...
2025-08-20T19:06:18.4774131Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T19:06:18.5009550Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:06:18.5356867Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:06:20.0775556Z Processing triggers for sgml-base (1.31) ...
2025-08-20T19:06:20.1078752Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T19:06:20.1326568Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T19:06:20.1568472Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T19:06:20.1779047Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:06:20.2003362Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:06:20.2226629Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:06:20.2417478Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:06:21.9395984Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:06:22.5983712Z Collecting build
2025-08-20T19:06:22.6639527Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T19:06:22.7936140Z Collecting cffi
2025-08-20T19:06:22.8072342Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T19:06:22.8475691Z Collecting scons
2025-08-20T19:06:22.8634874Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:06:22.9113606Z Collecting scuba
2025-08-20T19:06:22.9262386Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T19:06:23.0019310Z Collecting pytest
2025-08-20T19:06:23.0156742Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T19:06:23.0589408Z Collecting packaging>=19.1 (from build)
2025-08-20T19:06:23.0726101Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:06:23.1118452Z Collecting pyproject_hooks (from build)
2025-08-20T19:06:23.1255035Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T19:06:23.1658135Z Collecting pycparser (from cffi)
2025-08-20T19:06:23.1794676Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T19:06:23.2342054Z Collecting PyYAML (from scuba)
2025-08-20T19:06:23.2498749Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T19:06:23.2887838Z Collecting iniconfig>=1 (from pytest)
2025-08-20T19:06:23.3024985Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T19:06:23.3452898Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T19:06:23.3596731Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T19:06:23.4042320Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T19:06:23.4176800Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:06:23.4473177Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T19:06:23.4730900Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T19:06:23.5379297Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:06:23.5939814Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 74.1 MB/s  0:00:00
2025-08-20T19:06:23.6116871Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T19:06:23.6410919Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T19:06:23.6679958Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T19:06:23.6918095Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T19:06:23.7145205Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:06:23.7389333Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:06:23.7583995Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 55.9 MB/s  0:00:00
2025-08-20T19:06:23.7723374Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T19:06:23.7976328Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T19:06:23.8233582Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T19:06:23.8436016Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 28.0 MB/s  0:00:00
2025-08-20T19:06:23.9403086Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T19:06:25.7556154Z 
2025-08-20T19:06:25.7571126Z 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-20T19:06:26.0641352Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:06:26.5697173Z Collecting ansi2txt
2025-08-20T19:06:26.6374294Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T19:06:26.6825485Z Collecting pipx
2025-08-20T19:06:26.6964151Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:06:26.7339154Z Collecting scons
2025-08-20T19:06:26.7350917Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:06:26.7572413Z Collecting py2static
2025-08-20T19:06:26.7712506Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T19:06:26.8113849Z Collecting typer
2025-08-20T19:06:26.8247013Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T19:06:26.8788800Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T19:06:26.8927661Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:06:26.9400861Z Collecting packaging>=20 (from pipx)
2025-08-20T19:06:26.9410647Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:06:26.9730724Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T19:06:26.9866727Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T19:06:27.0297217Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T19:06:27.0436440Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:06:27.1151648Z Collecting pyinstaller (from py2static)
2025-08-20T19:06:27.1302571Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T19:06:27.1806795Z Collecting staticx (from py2static)
2025-08-20T19:06:27.1960307Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T19:06:27.2474139Z   Preparing metadata (setup.py): started
2025-08-20T19:06:27.7225517Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T19:06:27.7537468Z Collecting click>=8.0.0 (from typer)
2025-08-20T19:06:27.7673431Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:06:27.8167847Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T19:06:27.8304222Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:06:27.8649059Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T19:06:27.8807120Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T19:06:27.9369485Z Collecting rich>=10.11.0 (from typer)
2025-08-20T19:06:27.9505962Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:06:27.9910861Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T19:06:28.0049289Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:06:28.0486198Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T19:06:28.0497979Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:06:28.0757403Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T19:06:28.0899678Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T19:06:28.2090718Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T19:06:28.2228556Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T19:06:28.2601288Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T19:06:28.2744977Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:06:28.3142155Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T19:06:28.3279574Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:06:28.3670292Z Collecting pyelftools (from staticx->py2static)
2025-08-20T19:06:28.3805050Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T19:06:28.4069264Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T19:06:28.4301561Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T19:06:28.4453390Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:06:28.4682245Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T19:06:28.4922762Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T19:06:28.5220586Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T19:06:28.5548191Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T19:06:28.5693247Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:06:28.5829088Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T19:06:28.6056841Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T19:06:28.6299286Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:06:28.6441851Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T19:06:28.6676572Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T19:06:28.6895527Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T19:06:28.7120640Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T19:06:28.7345895Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T19:06:28.7655335Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T19:06:28.7932384Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 19.8 MB/s  0:00:00
2025-08-20T19:06:28.8071163Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T19:06:28.8329985Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T19:06:28.8594037Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 38.8 MB/s  0:00:00
2025-08-20T19:06:28.8738838Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T19:06:28.9026240Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T19:06:28.9469701Z Building wheels for collected packages: staticx
2025-08-20T19:06:28.9477195Z   Building wheel for staticx (setup.py): started
2025-08-20T19:06:38.4128401Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T19:06:38.4139597Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790697 sha256=09e217c88c763bbca5335cc2a2eaf3881d81e7b68df306774842002ed1993647
2025-08-20T19:06:38.4140609Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T19:06:38.4156637Z Successfully built staticx
2025-08-20T19:06:38.5128577Z 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-20T19:06:39.3227008Z   Attempting uninstall: scons
2025-08-20T19:06:39.3300668Z     Found existing installation: SCons 4.9.1
2025-08-20T19:06:39.3593092Z     Uninstalling SCons-4.9.1:
2025-08-20T19:06:39.3657987Z       Successfully uninstalled SCons-4.9.1
2025-08-20T19:06:39.8815787Z   Attempting uninstall: pygments
2025-08-20T19:06:39.8888245Z     Found existing installation: Pygments 2.19.2
2025-08-20T19:06:39.9053883Z     Uninstalling Pygments-2.19.2:
2025-08-20T19:06:39.9078495Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T19:06:40.6584078Z   Attempting uninstall: packaging
2025-08-20T19:06:40.6658332Z     Found existing installation: packaging 25.0
2025-08-20T19:06:40.6678725Z     Uninstalling packaging-25.0:
2025-08-20T19:06:40.6684145Z       Successfully uninstalled packaging-25.0
2025-08-20T19:06:41.7364076Z 
2025-08-20T19:06:41.7389524Z 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-20T19:06:42.0504706Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:06:42.2322337Z Collecting build
2025-08-20T19:06:42.2333829Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T19:06:42.3113634Z Collecting cffi
2025-08-20T19:06:42.3125249Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T19:06:42.3340856Z Collecting scons
2025-08-20T19:06:42.3351046Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:06:42.3572375Z Collecting scuba
2025-08-20T19:06:42.3583587Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T19:06:42.4065189Z Collecting pytest
2025-08-20T19:06:42.4077908Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T19:06:42.4330823Z Collecting packaging>=19.1 (from build)
2025-08-20T19:06:42.4341638Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:06:42.4539413Z Collecting pyproject_hooks (from build)
2025-08-20T19:06:42.4550515Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T19:06:42.4734279Z Collecting pycparser (from cffi)
2025-08-20T19:06:42.4746499Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T19:06:42.5086617Z Collecting PyYAML (from scuba)
2025-08-20T19:06:42.5104734Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T19:06:42.5299058Z Collecting iniconfig>=1 (from pytest)
2025-08-20T19:06:42.5309629Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T19:06:42.5567602Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T19:06:42.5579019Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T19:06:42.5851419Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T19:06:42.5862822Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:06:42.5915342Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T19:06:42.5925391Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T19:06:42.5937303Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:06:42.5971413Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T19:06:42.5982252Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T19:06:42.5993385Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T19:06:42.6002666Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T19:06:42.6011437Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:06:42.6020583Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:06:42.6037340Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T19:06:42.6047184Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T19:06:42.6056267Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T19:06:42.7138815Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T19:06:42.7144853Z   Attempting uninstall: scons
2025-08-20T19:06:42.7217417Z     Found existing installation: SCons 4.9.1
2025-08-20T19:06:42.7507792Z     Uninstalling SCons-4.9.1:
2025-08-20T19:06:42.7573179Z       Successfully uninstalled SCons-4.9.1
2025-08-20T19:06:43.2646616Z   Attempting uninstall: PyYAML
2025-08-20T19:06:43.2722289Z     Found existing installation: PyYAML 6.0.2
2025-08-20T19:06:43.2742914Z     Uninstalling PyYAML-6.0.2:
2025-08-20T19:06:43.2749812Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T19:06:43.3581865Z   Attempting uninstall: pyproject_hooks
2025-08-20T19:06:43.3651909Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T19:06:43.3666115Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T19:06:43.3671795Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T19:06:43.4213157Z   Attempting uninstall: pygments
2025-08-20T19:06:43.4282426Z     Found existing installation: Pygments 2.19.2
2025-08-20T19:06:43.4441620Z     Uninstalling Pygments-2.19.2:
2025-08-20T19:06:43.4465990Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T19:06:44.0474540Z   Attempting uninstall: pycparser
2025-08-20T19:06:44.0546485Z     Found existing installation: pycparser 2.22
2025-08-20T19:06:44.0566625Z     Uninstalling pycparser-2.22:
2025-08-20T19:06:44.0578600Z       Successfully uninstalled pycparser-2.22
2025-08-20T19:06:44.1818564Z   Attempting uninstall: pluggy
2025-08-20T19:06:44.1892615Z     Found existing installation: pluggy 1.6.0
2025-08-20T19:06:44.1909399Z     Uninstalling pluggy-1.6.0:
2025-08-20T19:06:44.1915217Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T19:06:44.2131054Z   Attempting uninstall: packaging
2025-08-20T19:06:44.2206704Z     Found existing installation: packaging 25.0
2025-08-20T19:06:44.2226980Z     Uninstalling packaging-25.0:
2025-08-20T19:06:44.2233630Z       Successfully uninstalled packaging-25.0
2025-08-20T19:06:44.2680624Z   Attempting uninstall: iniconfig
2025-08-20T19:06:44.2755850Z     Found existing installation: iniconfig 2.1.0
2025-08-20T19:06:44.2770415Z     Uninstalling iniconfig-2.1.0:
2025-08-20T19:06:44.2776118Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T19:06:44.2920825Z   Attempting uninstall: scuba
2025-08-20T19:06:44.2990597Z     Found existing installation: scuba 2.14.1
2025-08-20T19:06:44.3009574Z     Uninstalling scuba-2.14.1:
2025-08-20T19:06:44.3017289Z       Successfully uninstalled scuba-2.14.1
2025-08-20T19:06:44.3287281Z   Attempting uninstall: pytest
2025-08-20T19:06:44.3364804Z     Found existing installation: pytest 8.4.1
2025-08-20T19:06:44.3413808Z     Uninstalling pytest-8.4.1:
2025-08-20T19:06:44.3618983Z       Successfully uninstalled pytest-8.4.1
2025-08-20T19:06:44.5739038Z   Attempting uninstall: cffi
2025-08-20T19:06:44.5810033Z     Found existing installation: cffi 1.17.1
2025-08-20T19:06:44.5835287Z     Uninstalling cffi-1.17.1:
2025-08-20T19:06:44.6026720Z       Successfully uninstalled cffi-1.17.1
2025-08-20T19:06:44.6742194Z   Attempting uninstall: build
2025-08-20T19:06:44.6815794Z     Found existing installation: build 1.3.0
2025-08-20T19:06:44.6835385Z     Uninstalling build-1.3.0:
2025-08-20T19:06:44.6843307Z       Successfully uninstalled build-1.3.0
2025-08-20T19:06:44.7091148Z 
2025-08-20T19:06:44.7115796Z 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-20T19:06:45.0158293Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:06:45.2077045Z Collecting ansi2txt
2025-08-20T19:06:45.2089456Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T19:06:45.2423345Z Collecting pipx
2025-08-20T19:06:45.2435482Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:06:45.2712891Z Collecting scons
2025-08-20T19:06:45.2724815Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:06:45.2961081Z Collecting py2static
2025-08-20T19:06:45.2972149Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T19:06:45.3254980Z Collecting typer
2025-08-20T19:06:45.3266345Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T19:06:45.3610101Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T19:06:45.3621343Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:06:45.3919235Z Collecting packaging>=20 (from pipx)
2025-08-20T19:06:45.3930262Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:06:45.4217430Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T19:06:45.4228572Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T19:06:45.4511566Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T19:06:45.4522176Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:06:45.4975033Z Collecting pyinstaller (from py2static)
2025-08-20T19:06:45.4987695Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T19:06:45.5311489Z Collecting staticx (from py2static)
2025-08-20T19:06:45.5322518Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T19:06:45.5460135Z   Preparing metadata (setup.py): started
2025-08-20T19:06:45.7525280Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T19:06:45.7819095Z Collecting click>=8.0.0 (from typer)
2025-08-20T19:06:45.7829610Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:06:45.8119504Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T19:06:45.8131846Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:06:45.8521650Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T19:06:45.8532698Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T19:06:45.8964146Z Collecting rich>=10.11.0 (from typer)
2025-08-20T19:06:45.8975557Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:06:45.9280948Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T19:06:45.9292830Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:06:45.9622543Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T19:06:45.9633713Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:06:45.9895497Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T19:06:45.9906599Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T19:06:46.0907368Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T19:06:46.0917135Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T19:06:46.1238303Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T19:06:46.1248518Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:06:46.1560392Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T19:06:46.1571975Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:06:46.1870638Z Collecting pyelftools (from staticx->py2static)
2025-08-20T19:06:46.1882290Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T19:06:46.1916321Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T19:06:46.1925784Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T19:06:46.1935269Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:06:46.1969115Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T19:06:46.1977931Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T19:06:46.1987014Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T19:06:46.1995884Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T19:06:46.2005066Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:06:46.2014550Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T19:06:46.2023044Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T19:06:46.2032731Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:06:46.2048966Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T19:06:46.2058058Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T19:06:46.2066776Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T19:06:46.2075518Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T19:06:46.2084329Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T19:06:46.2093120Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T19:06:46.2105161Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T19:06:46.2116210Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T19:06:46.2130207Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T19:06:46.2138906Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T19:06:46.2465554Z Building wheels for collected packages: staticx
2025-08-20T19:06:46.2471739Z   Building wheel for staticx (setup.py): started
2025-08-20T19:06:48.8214815Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T19:06:48.8227560Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790771 sha256=bff6e4ffccc8458d180c8ce10c38ad8348c1ef817e4f67d24cf55b5f8a7b6276
2025-08-20T19:06:48.8228770Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T19:06:48.8245490Z Successfully built staticx
2025-08-20T19:06:48.9222137Z 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-20T19:06:48.9225432Z   Attempting uninstall: pyelftools
2025-08-20T19:06:48.9293038Z     Found existing installation: pyelftools 0.32
2025-08-20T19:06:48.9333527Z     Uninstalling pyelftools-0.32:
2025-08-20T19:06:48.9344015Z       Successfully uninstalled pyelftools-0.32
2025-08-20T19:06:49.0434750Z   Attempting uninstall: altgraph
2025-08-20T19:06:49.0506284Z     Found existing installation: altgraph 0.17.4
2025-08-20T19:06:49.0523612Z     Uninstalling altgraph-0.17.4:
2025-08-20T19:06:49.0529000Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T19:06:49.0728912Z   Attempting uninstall: typing-extensions
2025-08-20T19:06:49.0800195Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T19:06:49.0813176Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T19:06:49.1008935Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T19:06:49.1317459Z   Attempting uninstall: staticx
2025-08-20T19:06:49.1390728Z     Found existing installation: staticx 0.14.1
2025-08-20T19:06:49.1412909Z     Uninstalling staticx-0.14.1:
2025-08-20T19:06:49.1421648Z       Successfully uninstalled staticx-0.14.1
2025-08-20T19:06:49.1731711Z   Attempting uninstall: shellingham
2025-08-20T19:06:49.1806363Z     Found existing installation: shellingham 1.5.4
2025-08-20T19:06:49.1822044Z     Uninstalling shellingham-1.5.4:
2025-08-20T19:06:49.1827512Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T19:06:49.1988828Z   Attempting uninstall: setuptools
2025-08-20T19:06:49.2059128Z     Found existing installation: setuptools 80.9.0
2025-08-20T19:06:49.2267816Z     Uninstalling setuptools-80.9.0:
2025-08-20T19:06:49.2493932Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T19:06:49.8452795Z   Attempting uninstall: scons
2025-08-20T19:06:49.8539012Z     Found existing installation: SCons 4.9.1
2025-08-20T19:06:49.8836187Z     Uninstalling SCons-4.9.1:
2025-08-20T19:06:49.8898412Z       Successfully uninstalled SCons-4.9.1
2025-08-20T19:06:50.3893166Z   Attempting uninstall: pygments
2025-08-20T19:06:50.3974953Z     Found existing installation: Pygments 2.19.2
2025-08-20T19:06:50.4131477Z     Uninstalling Pygments-2.19.2:
2025-08-20T19:06:50.4155370Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T19:06:51.0179524Z   Attempting uninstall: platformdirs
2025-08-20T19:06:51.0261579Z     Found existing installation: platformdirs 4.3.8
2025-08-20T19:06:51.0278770Z     Uninstalling platformdirs-4.3.8:
2025-08-20T19:06:51.0284618Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T19:06:51.0513407Z   Attempting uninstall: packaging
2025-08-20T19:06:51.0588966Z     Found existing installation: packaging 25.0
2025-08-20T19:06:51.0609203Z     Uninstalling packaging-25.0:
2025-08-20T19:06:51.0615609Z       Successfully uninstalled packaging-25.0
2025-08-20T19:06:51.1046993Z   Attempting uninstall: mdurl
2025-08-20T19:06:51.1115614Z     Found existing installation: mdurl 0.1.2
2025-08-20T19:06:51.1130212Z     Uninstalling mdurl-0.1.2:
2025-08-20T19:06:51.1135730Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T19:06:51.1281177Z   Attempting uninstall: click
2025-08-20T19:06:51.1355230Z     Found existing installation: click 8.2.1
2025-08-20T19:06:51.1374869Z     Uninstalling click-8.2.1:
2025-08-20T19:06:51.1380771Z       Successfully uninstalled click-8.2.1
2025-08-20T19:06:51.2013150Z   Attempting uninstall: argcomplete
2025-08-20T19:06:51.2088839Z     Found existing installation: argcomplete 3.6.2
2025-08-20T19:06:51.2113765Z     Uninstalling argcomplete-3.6.2:
2025-08-20T19:06:51.2123435Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T19:06:51.2399519Z   Attempting uninstall: ansi2txt
2025-08-20T19:06:51.2473052Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T19:06:51.2487189Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T19:06:51.2684801Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T19:06:51.2828319Z   Attempting uninstall: userpath
2025-08-20T19:06:51.2903214Z     Found existing installation: userpath 1.9.2
2025-08-20T19:06:51.2919757Z     Uninstalling userpath-1.9.2:
2025-08-20T19:06:51.2927478Z       Successfully uninstalled userpath-1.9.2
2025-08-20T19:06:51.3094845Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T19:06:51.3170640Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T19:06:51.3475607Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T19:06:51.3516008Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T19:06:51.5585125Z   Attempting uninstall: markdown-it-py
2025-08-20T19:06:51.5672752Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T19:06:51.5717592Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T19:06:51.5729934Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T19:06:51.6412676Z   Attempting uninstall: rich
2025-08-20T19:06:51.6489134Z     Found existing installation: rich 14.1.0
2025-08-20T19:06:51.6538231Z     Uninstalling rich-14.1.0:
2025-08-20T19:06:51.6547389Z       Successfully uninstalled rich-14.1.0
2025-08-20T19:06:52.0161608Z   Attempting uninstall: pyinstaller
2025-08-20T19:06:52.0237527Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T19:06:52.0490836Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T19:06:52.0530586Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T19:06:52.3301877Z   Attempting uninstall: pipx
2025-08-20T19:06:52.3380727Z     Found existing installation: pipx 1.7.1
2025-08-20T19:06:52.3421757Z     Uninstalling pipx-1.7.1:
2025-08-20T19:06:52.3430311Z       Successfully uninstalled pipx-1.7.1
2025-08-20T19:06:52.3996047Z   Attempting uninstall: typer
2025-08-20T19:06:52.4072299Z     Found existing installation: typer 0.16.1
2025-08-20T19:06:52.4095079Z     Uninstalling typer-0.16.1:
2025-08-20T19:06:52.4103260Z       Successfully uninstalled typer-0.16.1
2025-08-20T19:06:52.4501545Z   Attempting uninstall: py2static
2025-08-20T19:06:52.4573881Z     Found existing installation: py2static 0.0.1
2025-08-20T19:06:52.4592385Z     Uninstalling py2static-0.0.1:
2025-08-20T19:06:52.4601049Z       Successfully uninstalled py2static-0.0.1
2025-08-20T19:06:52.4739231Z 
2025-08-20T19:06:52.4764918Z 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-20T19:06:52.7929454Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:06:52.8985033Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T19:06:52.8989338Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-mesbza2u
2025-08-20T19:06:52.9009779Z 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}  Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-mesbza2u
2025-08-20T19:06:54.5988084Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T19:06:54.6027973Z   Installing build dependencies: started
2025-08-20T19:06:55.2857962Z   Installing build dependencies: finished with status 'done'
2025-08-20T19:06:55.2868428Z   Getting requirements to build wheel: started
2025-08-20T19:06:55.5524751Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T19:06:55.5535980Z   Preparing metadata (pyproject.toml): started
2025-08-20T19:06:55.7292406Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T19:06:55.9048202Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T19:06:55.9062699Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T19:06:55.9373784Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T19:06:55.9384169Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:06:55.9721423Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T19:06:55.9732924Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:06:56.0009373Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T19:06:56.0020316Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:06:56.0061556Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:06:56.0071303Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T19:06:56.0083182Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T19:06:56.0098488Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T19:06:56.0209757Z Building wheels for collected packages: pyinstaller
2025-08-20T19:06:56.0217476Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T19:06:58.8713682Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T19:06:58.8736413Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=95da2dee93e7ab0f12b8c2b3b4fdb645fe4466dabeaf184415cf545dea3e5167
2025-08-20T19:06:58.8737853Z   Stored in directory: /tmp/pip-ephem-wheel-cache-x19t25vn/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T19:06:58.8777598Z Successfully built pyinstaller
2025-08-20T19:06:58.9589383Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T19:06:58.9595661Z   Attempting uninstall: altgraph
2025-08-20T19:06:58.9665641Z     Found existing installation: altgraph 0.17.4
2025-08-20T19:06:58.9683842Z     Uninstalling altgraph-0.17.4:
2025-08-20T19:06:58.9689948Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T19:06:58.9922655Z   Attempting uninstall: setuptools
2025-08-20T19:06:58.9993339Z     Found existing installation: setuptools 80.9.0
2025-08-20T19:06:59.0200899Z     Uninstalling setuptools-80.9.0:
2025-08-20T19:06:59.0430550Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T19:06:59.6525259Z   Attempting uninstall: packaging
2025-08-20T19:06:59.6599052Z     Found existing installation: packaging 25.0
2025-08-20T19:06:59.6632502Z     Uninstalling packaging-25.0:
2025-08-20T19:06:59.6638217Z       Successfully uninstalled packaging-25.0
2025-08-20T19:06:59.7094957Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T19:06:59.7170338Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T19:06:59.7477416Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T19:06:59.7518421Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T19:06:59.9594460Z   Attempting uninstall: pyinstaller
2025-08-20T19:06:59.9684839Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T19:06:59.9942938Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T19:06:59.9983008Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T19:07:00.2903310Z 
2025-08-20T19:07:00.2930069Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T19:07:00.5334069Z 6.15.0
2025-08-20T19:07:01.7659865Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T19:07:01.7669857Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T19:07:01.7670132Z 
2025-08-20T19:07:01.7670611Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T19:07:01.7671152Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T19:07:01.7671508Z installation.
2025-08-20T19:07:01.7671680Z 
2025-08-20T19:07:01.7671920Z If you installed the current Docker package using this script and are using it
2025-08-20T19:07:01.7672401Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T19:07:01.7672873Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T19:07:01.7673325Z files to match the parameters passed to the script.
2025-08-20T19:07:01.7673565Z 
2025-08-20T19:07:01.7673680Z You may press Ctrl+C now to abort this script.
2025-08-20T19:07:01.7844474Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T19:07:03.2220291Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T19:07:03.9024108Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T19:07:03.9043853Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T19:07:04.0071219Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T19:07:04.0087978Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T19:07:04.0095758Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T19:07:05.3396344Z + 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-20T19:07:16.5379080Z + sh -c 'docker version'
2025-08-20T19:07:16.5529761Z Client: Docker Engine - Community
2025-08-20T19:07:16.5530304Z  Version:           28.3.3
2025-08-20T19:07:16.5531487Z  API version:       1.51
2025-08-20T19:07:16.5531779Z  Go version:        go1.24.5
2025-08-20T19:07:16.5532029Z  Git commit:        980b856
2025-08-20T19:07:16.5532352Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T19:07:16.5532630Z  OS/Arch:           linux/arm64
2025-08-20T19:07:16.5533030Z  Context:           default
2025-08-20T19:07:16.5533170Z 
2025-08-20T19:07:16.5533286Z Server: Docker Engine - Community
2025-08-20T19:07:16.5533604Z  Engine:
2025-08-20T19:07:16.5533792Z   Version:          28.3.3
2025-08-20T19:07:16.5534057Z   API version:      1.51 (minimum version 1.24)
2025-08-20T19:07:16.5534422Z   Go version:       go1.24.5
2025-08-20T19:07:16.5534683Z   Git commit:       bea959c
2025-08-20T19:07:16.5534930Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T19:07:16.5535229Z   OS/Arch:          linux/arm64
2025-08-20T19:07:16.5535468Z   Experimental:     false
2025-08-20T19:07:16.5535711Z  containerd:
2025-08-20T19:07:16.5535945Z   Version:          1.7.27
2025-08-20T19:07:16.5536239Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T19:07:16.5536561Z  runc:
2025-08-20T19:07:16.5536761Z   Version:          1.2.5
2025-08-20T19:07:16.5537021Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T19:07:16.5537299Z  docker-init:
2025-08-20T19:07:16.5537490Z   Version:          0.19.0
2025-08-20T19:07:16.5537722Z   GitCommit:        de40ad0
2025-08-20T19:07:16.5548602Z 
2025-08-20T19:07:16.5548962Z ================================================================================
2025-08-20T19:07:16.5549239Z 
2025-08-20T19:07:16.5549777Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T19:07:16.5550230Z Docker daemon in rootless mode for your user:
2025-08-20T19:07:16.5550817Z 
2025-08-20T19:07:16.5550937Z     dockerd-rootless-setuptool.sh install
2025-08-20T19:07:16.5551152Z 
2025-08-20T19:07:16.5551366Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T19:07:16.5551712Z 
2025-08-20T19:07:16.5551716Z 
2025-08-20T19:07:16.5551954Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T19:07:16.5552389Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T19:07:16.5552688Z 
2025-08-20T19:07:16.5552867Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T19:07:16.5553374Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T19:07:16.5553834Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T19:07:16.5554159Z 
2025-08-20T19:07:16.5554318Z ================================================================================
2025-08-20T19:07:16.5554547Z 
2025-08-20T19:07:27.5652913Z ● docker.service - Docker Application Container Engine
2025-08-20T19:07:27.5653481Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T19:07:27.5653965Z      Active: active (running) since Wed 2025-08-20 19:07:17 UTC; 10s ago
2025-08-20T19:07:27.5654878Z TriggeredBy: ● docker.socket
2025-08-20T19:07:27.5655168Z        Docs: https://docs.docker.com
2025-08-20T19:07:27.5655447Z    Main PID: 21198 (dockerd)
2025-08-20T19:07:27.5655733Z       Tasks: 11
2025-08-20T19:07:27.5655956Z      Memory: 21.3M (peak: 24.9M)
2025-08-20T19:07:27.5656233Z         CPU: 283ms
2025-08-20T19:07:27.5656507Z      CGroup: /system.slice/docker.service
2025-08-20T19:07:27.5657548Z              └─21198 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T19:07:27.5657874Z 
2025-08-20T19:07:27.5658274Z Aug 20 19:07:16 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:16.932210885Z" level=info msg="Loading containers: start."
2025-08-20T19:07:27.5659457Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.466940282Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 14f9501d996afd504c003445494bb54071ee124df87fc5bafa358c151e6ab217], retrying...."
2025-08-20T19:07:27.5661624Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.506146219Z" level=info msg="Loading containers: done."
2025-08-20T19:07:27.5662853Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.525178514Z" 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-20T19:07:27.5664177Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.525294606Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T19:07:27.5665094Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.525328239Z" level=info msg="Initializing buildkit"
2025-08-20T19:07:27.5665802Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.543866919Z" level=info msg="Completed buildkit initialization"
2025-08-20T19:07:27.5666549Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.548440785Z" level=info msg="Daemon has completed initialization"
2025-08-20T19:07:27.5667332Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.548512675Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T19:07:27.5667985Z Aug 20 19:07:17 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T19:07:27.5761358Z ● docker.service - Docker Application Container Engine
2025-08-20T19:07:27.5762505Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T19:07:27.5763061Z      Active: active (running) since Wed 2025-08-20 19:07:17 UTC; 10s ago
2025-08-20T19:07:27.5764857Z TriggeredBy: ● docker.socket
2025-08-20T19:07:27.5765210Z        Docs: https://docs.docker.com
2025-08-20T19:07:27.5765510Z    Main PID: 21198 (dockerd)
2025-08-20T19:07:27.5765804Z       Tasks: 11
2025-08-20T19:07:27.5766064Z      Memory: 21.3M (peak: 24.9M)
2025-08-20T19:07:27.5766344Z         CPU: 283ms
2025-08-20T19:07:27.5766631Z      CGroup: /system.slice/docker.service
2025-08-20T19:07:27.5767197Z              └─21198 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T19:07:27.5767492Z 
2025-08-20T19:07:27.5767850Z Aug 20 19:07:16 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:16.932210885Z" level=info msg="Loading containers: start."
2025-08-20T19:07:27.5769001Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.466940282Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 14f9501d996afd504c003445494bb54071ee124df87fc5bafa358c151e6ab217], retrying...."
2025-08-20T19:07:27.5770351Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.506146219Z" level=info msg="Loading containers: done."
2025-08-20T19:07:27.5771854Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.525178514Z" 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-20T19:07:27.5773490Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.525294606Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T19:07:27.5774423Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.525328239Z" level=info msg="Initializing buildkit"
2025-08-20T19:07:27.5775201Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.543866919Z" level=info msg="Completed buildkit initialization"
2025-08-20T19:07:27.5775982Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.548440785Z" level=info msg="Daemon has completed initialization"
2025-08-20T19:07:27.5776733Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.548512675Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T19:07:27.5777410Z Aug 20 19:07:17 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T19:07:27.5960984Z ● docker.service - Docker Application Container Engine
2025-08-20T19:07:27.5961748Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T19:07:27.5962258Z      Active: active (running) since Wed 2025-08-20 19:07:17 UTC; 10s ago
2025-08-20T19:07:27.5962764Z TriggeredBy: ● docker.socket
2025-08-20T19:07:27.5963075Z        Docs: https://docs.docker.com
2025-08-20T19:07:27.5963421Z    Main PID: 21198 (dockerd)
2025-08-20T19:07:27.5963713Z       Tasks: 11
2025-08-20T19:07:27.5963935Z      Memory: 21.3M (peak: 24.9M)
2025-08-20T19:07:27.5964174Z         CPU: 283ms
2025-08-20T19:07:27.5964452Z      CGroup: /system.slice/docker.service
2025-08-20T19:07:27.5965034Z              └─21198 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T19:07:27.5965342Z 
2025-08-20T19:07:27.5965698Z Aug 20 19:07:16 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:16.932210885Z" level=info msg="Loading containers: start."
2025-08-20T19:07:27.5966840Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.466940282Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 14f9501d996afd504c003445494bb54071ee124df87fc5bafa358c151e6ab217], retrying...."
2025-08-20T19:07:27.5967993Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.506146219Z" level=info msg="Loading containers: done."
2025-08-20T19:07:27.5969468Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.525178514Z" 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-20T19:07:27.5971022Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.525294606Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T19:07:27.5971928Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.525328239Z" level=info msg="Initializing buildkit"
2025-08-20T19:07:27.5972748Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.543866919Z" level=info msg="Completed buildkit initialization"
2025-08-20T19:07:27.5973485Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.548440785Z" level=info msg="Daemon has completed initialization"
2025-08-20T19:07:27.5974252Z Aug 20 19:07:17 runnervmdbl46 dockerd[21198]: time="2025-08-20T19:07:17.548512675Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T19:07:27.5974952Z Aug 20 19:07:17 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T19:07:27.6063240Z Docker version 28.3.3, build 980b856
2025-08-20T19:07:27.6228457Z Unable to find image 'hello-world:latest' locally
2025-08-20T19:07:28.3110397Z latest: Pulling from library/hello-world
2025-08-20T19:07:28.5134885Z 198f93fd5094: Pulling fs layer
2025-08-20T19:07:28.8631447Z 198f93fd5094: Verifying Checksum
2025-08-20T19:07:28.8638182Z 198f93fd5094: Download complete
2025-08-20T19:07:28.8944242Z 198f93fd5094: Pull complete
2025-08-20T19:07:28.9167414Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T19:07:28.9252563Z Status: Downloaded newer image for hello-world:latest
2025-08-20T19:07:29.5660156Z 
2025-08-20T19:07:29.5661814Z Hello from Docker!
2025-08-20T19:07:29.5663291Z This message shows that your installation appears to be working correctly.
2025-08-20T19:07:29.5663597Z 
2025-08-20T19:07:29.5663745Z To generate this message, Docker took the following steps:
2025-08-20T19:07:29.5664147Z  1. The Docker client contacted the Docker daemon.
2025-08-20T19:07:29.5664617Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T19:07:29.5664997Z     (arm64v8)
2025-08-20T19:07:29.5665345Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T19:07:29.5665791Z     executable that produces the output you are currently reading.
2025-08-20T19:07:29.5666231Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T19:07:29.5666663Z     to your terminal.
2025-08-20T19:07:29.5666791Z 
2025-08-20T19:07:29.5666984Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T19:07:29.5667377Z  $ docker run -it ubuntu bash
2025-08-20T19:07:29.5667537Z 
2025-08-20T19:07:29.5667729Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T19:07:29.5668096Z  https://hub.docker.com/
2025-08-20T19:07:29.5668232Z 
2025-08-20T19:07:29.5668420Z For more examples and ideas, visit:
2025-08-20T19:07:29.5668690Z  https://docs.docker.com/get-started/
2025-08-20T19:07:29.5668893Z 
2025-08-20T19:07:29.6897503Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:07:29.6898327Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T19:07:29.6898863Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T19:07:29.6899329Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T19:07:29.6899950Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T19:07:29.6900373Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T19:07:29.6900946Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T19:07:29.6901745Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T19:07:29.6902224Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T19:07:29.6902657Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T19:07:29.6903070Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T19:07:29.6903560Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T19:07:29.6904007Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T19:07:29.6904459Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T19:07:29.6904996Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T19:07:29.6905449Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T19:07:29.6905924Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T19:07:29.6906350Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T19:07:29.6906786Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:07:29.6907357Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:07:29.6907855Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T19:07:29.6908309Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T19:07:29.6909092Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:07:29.6909546Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T19:07:29.6910002Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T19:07:29.6910601Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:07:29.6911096Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:07:29.6976501Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:07:29.6977150Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:07:29.6977590Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:07:29.6978010Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T19:07:29.6978437Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T19:07:29.6978875Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T19:07:29.6979299Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:07:29.6979740Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T19:07:29.6980162Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:07:29.6980773Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:07:29.6981207Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T19:07:29.6981603Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T19:07:29.6982012Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:07:29.6982440Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T19:07:29.6982865Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:07:29.6983269Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T19:07:29.6983666Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T19:07:29.6984121Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T19:07:29.6984596Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:07:29.6985069Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:07:29.6985990Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T19:07:29.6986468Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T19:07:29.6986887Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:07:29.6987305Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T19:07:29.6987720Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T19:07:29.6988135Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T19:07:29.6988531Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T19:07:29.6988900Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T19:07:29.6989257Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T19:07:29.6989632Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T19:07:29.6990023Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T19:07:29.6990562Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:07:29.6990955Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T19:07:29.6991363Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:07:29.6991989Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:07:29.6992418Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:07:29.6992835Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:07:29.6993257Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T19:07:29.6993686Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:07:29.6994094Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:07:29.6994487Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T19:07:29.6994921Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:07:29.6995417Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:07:29.6995920Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T19:07:29.6996383Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T19:07:29.6996798Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T19:07:29.6997183Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T19:07:29.6997575Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T19:07:29.6997976Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T19:07:29.6998377Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T19:07:29.6998834Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:07:29.6999332Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:07:29.6999841Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:07:29.7000337Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:07:29.7000920Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:07:29.7001323Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:07:29.7001717Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:07:29.7002127Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:07:29.7002735Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T19:07:29.7003148Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T19:07:29.7003571Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T19:07:29.7003996Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T19:07:29.7004386Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T19:07:29.7004759Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T19:07:29.7005163Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:07:29.7005568Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T19:07:29.7005942Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T19:07:29.7006310Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T19:07:29.7006705Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:07:29.7007094Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T19:07:29.7007443Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T19:07:29.7007824Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T19:07:29.7008381Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T19:07:29.7008778Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T19:07:29.7009145Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T19:07:29.7009508Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T19:07:29.7009887Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T19:07:29.7010273Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T19:07:29.7010971Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T19:07:29.7011366Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T19:07:29.7011749Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T19:07:29.7012130Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T19:07:29.7012532Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T19:07:29.7012931Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T19:07:29.7013300Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T19:07:29.7013659Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T19:07:29.7014008Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T19:07:29.7014362Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T19:07:29.7014728Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T19:07:29.7015077Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T19:07:29.7015453Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T19:07:29.7015851Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T19:07:29.7016414Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:07:29.7016853Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T19:07:29.7017255Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T19:07:29.7017647Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T19:07:29.7018037Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T19:07:29.7018422Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T19:07:29.7019057Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T19:07:29.7019493Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T19:07:29.7019879Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T19:07:29.7020272Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T19:07:29.7020861Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:07:29.7021307Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:07:29.7021738Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T19:07:29.7022127Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T19:07:29.7022519Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T19:07:29.7022930Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T19:07:29.7023342Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T19:07:29.7023744Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T19:07:29.7024138Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T19:07:29.7024534Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:07:29.7024935Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T19:07:29.7025502Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T19:07:29.7025863Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T19:07:29.7026230Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T19:07:29.7026627Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T19:07:29.7027023Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T19:07:29.7027428Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T19:07:29.7027820Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T19:07:29.7028192Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T19:07:29.7028571Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T19:07:29.7028952Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T19:07:29.7029345Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T19:07:29.7029766Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:07:29.7030210Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T19:07:29.7030807Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T19:07:29.7031187Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T19:07:29.7031585Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T19:07:29.7032006Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:07:29.7032422Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:07:29.7032773Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T19:07:29.7033114Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T19:07:29.7033532Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:07:29.7033960Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T19:07:29.7034371Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T19:07:29.7034754Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T19:07:29.7035136Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T19:07:29.7035735Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T19:07:29.7036174Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:07:29.7036639Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:07:29.7037053Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T19:07:29.7037417Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T19:07:29.7037779Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T19:07:29.7038221Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:07:29.7038723Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:07:29.7039161Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T19:07:29.7039537Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T19:07:29.7039999Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:07:29.7040738Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:07:29.7041269Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:07:29.7041706Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T19:07:29.7042241Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T19:07:29.7042624Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T19:07:29.7043028Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T19:07:29.7043444Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T19:07:29.7043849Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:07:29.7044225Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T19:07:29.7044602Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T19:07:29.7045002Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:07:29.7045401Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T19:07:29.7045798Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:07:29.7046202Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T19:07:29.7046603Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:07:29.7046995Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T19:07:29.7047417Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:07:29.7047862Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T19:07:29.7048292Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T19:07:29.7048682Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T19:07:29.7049067Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T19:07:29.7049443Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T19:07:29.7049821Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T19:07:29.7050219Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T19:07:29.7051596Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:07:29.7052078Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:07:29.7052527Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:07:29.7052932Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T19:07:29.7053564Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T19:07:29.7053974Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T19:07:29.7054348Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T19:07:29.7054715Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T19:07:29.7055100Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T19:07:29.7055487Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T19:07:29.7055932Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:07:29.7056405Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T19:07:29.7056863Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:07:29.7057382Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:07:29.7057896Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:07:29.7058403Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:07:29.7058843Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T19:07:29.7059206Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T19:07:29.7059714Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T19:07:29.7060091Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:07:29.7060638Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T19:07:29.7061021Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T19:07:29.7061406Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:07:29.7061788Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T19:07:29.7062182Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:07:29.7062561Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T19:07:29.7062935Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T19:07:29.7063333Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T19:07:29.7063730Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T19:07:29.7064138Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:07:29.7064574Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:07:29.7064996Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T19:07:29.7065410Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T19:07:29.7065821Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T19:07:29.7066232Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T19:07:29.7066656Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T19:07:29.7067049Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T19:07:29.7067415Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T19:07:29.7067924Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:29.7068486Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T19:07:29.7068861Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T19:07:29.7069237Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T19:07:29.7069603Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T19:07:29.7070240Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:07:29.7070815Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T19:07:29.7071243Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:07:29.7071672Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T19:07:29.7072080Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T19:07:29.7072483Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T19:07:29.7072906Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:07:29.7073315Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T19:07:29.7073703Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T19:07:29.7074136Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:07:29.7074631Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:07:29.7075128Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:07:29.7075579Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:07:29.7075988Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T19:07:29.7076678Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T19:07:29.7077171Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:07:29.7077658Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T19:07:29.7078068Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T19:07:29.7078500Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:07:29.7078955Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T19:07:29.7079362Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T19:07:29.7079952Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T19:07:29.7080311Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T19:07:29.7080831Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T19:07:29.7081219Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T19:07:29.7081585Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T19:07:29.7081941Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T19:07:29.7082309Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T19:07:29.7082764Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T19:07:29.7083120Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T19:07:29.7083495Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T19:07:29.7083851Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T19:07:29.7084228Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T19:07:29.7084615Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T19:07:29.7084982Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T19:07:29.7085342Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T19:07:29.7085700Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T19:07:29.7086065Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T19:07:29.7086440Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T19:07:29.7086806Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T19:07:29.7087415Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T19:07:29.7087857Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T19:07:29.7088282Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T19:07:29.7088719Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T19:07:29.7089130Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T19:07:29.7089493Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T19:07:29.7089877Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:07:29.7090303Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:07:29.7091024Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T19:07:29.7091388Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T19:07:29.7091768Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T19:07:29.7092125Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T19:07:29.7092470Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T19:07:29.7092817Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T19:07:29.7093172Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T19:07:29.7094683Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T19:07:29.7095056Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T19:07:29.7095406Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T19:07:29.7095741Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T19:07:29.7096116Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:07:29.7096522Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T19:07:29.7096927Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:07:29.7097323Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T19:07:29.7097718Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:07:29.7098134Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:07:29.7098642Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:07:29.7099255Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:07:29.7099881Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:07:29.7100422Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:07:29.7101123Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:07:29.7101575Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:07:29.7102095Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:07:29.7102718Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:07:29.7103284Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:07:29.7103775Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:07:29.7104222Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T19:07:29.7104594Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T19:07:29.7104967Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T19:07:29.7105608Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T19:07:29.7106018Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T19:07:29.7106409Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T19:07:29.7106794Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T19:07:29.7107181Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T19:07:29.7107574Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T19:07:29.7107960Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T19:07:29.7108342Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T19:07:29.7108722Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T19:07:29.7109097Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T19:07:29.7109492Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T19:07:29.7109886Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T19:07:29.7110303Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T19:07:29.7110914Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T19:07:29.7111286Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T19:07:29.7111913Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T19:07:29.7112322Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T19:07:29.7112734Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:07:29.7113170Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:07:29.7113598Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T19:07:29.7113970Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T19:07:29.7114338Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T19:07:29.7114719Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T19:07:29.7115085Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T19:07:29.7115476Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:07:29.7115871Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T19:07:29.7116255Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T19:07:29.7116635Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T19:07:29.7116999Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T19:07:29.7117366Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T19:07:29.7117918Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:29.7118633Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:29.7119322Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:29.7119996Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:29.7120735Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T19:07:29.7121148Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T19:07:29.7121551Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T19:07:29.7121953Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T19:07:29.7122516Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T19:07:29.7122924Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T19:07:29.7123297Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T19:07:29.7123680Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T19:07:29.7124062Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T19:07:29.7124446Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T19:07:29.7124824Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T19:07:29.7125213Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T19:07:29.7125617Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T19:07:29.7126015Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T19:07:29.7126414Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T19:07:29.7126809Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T19:07:29.7127217Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T19:07:29.7127604Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T19:07:29.7128010Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T19:07:29.7128613Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T19:07:29.7129021Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T19:07:29.7129417Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T19:07:29.7129840Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:07:29.7130273Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T19:07:29.7130887Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T19:07:29.7131340Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:07:29.7131800Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:07:29.7132207Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T19:07:29.7132576Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T19:07:29.7132966Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T19:07:29.7133364Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T19:07:29.7133778Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:07:29.7134183Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T19:07:29.7134565Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T19:07:29.7134960Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T19:07:29.7135436Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:07:29.7135908Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:07:29.7136308Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T19:07:29.7136714Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:07:29.7137172Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:07:29.7137618Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:07:29.7138094Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:07:29.7138584Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:07:29.7139226Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:07:29.7139739Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:07:29.7140144Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T19:07:29.7140691Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T19:07:29.7141125Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T19:07:29.7141513Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T19:07:29.7141888Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T19:07:29.7142296Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T19:07:29.7142695Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T19:07:29.7143101Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:07:29.7143526Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T19:07:29.7143924Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T19:07:29.7144302Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T19:07:29.7144670Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T19:07:29.7145031Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T19:07:29.7145590Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:07:29.7146013Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:07:29.7146404Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T19:07:29.7146857Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:07:29.7147307Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:07:29.7147717Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T19:07:29.7148154Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:07:29.7148578Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T19:07:29.7148985Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:07:29.7149396Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T19:07:29.7149752Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T19:07:29.7150117Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T19:07:29.7150708Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T19:07:29.7151137Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T19:07:29.7151521Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T19:07:29.7151886Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T19:07:29.7152238Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T19:07:29.7152585Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T19:07:29.7153075Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T19:07:29.7153586Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T19:07:29.7153967Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T19:07:29.7154347Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T19:07:29.7154746Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T19:07:29.7155154Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T19:07:29.7155564Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T19:07:29.7156221Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T19:07:29.7156654Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:07:29.7157071Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T19:07:29.7157449Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T19:07:29.7157822Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T19:07:29.7158182Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T19:07:29.7158558Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T19:07:29.7158982Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T19:07:29.7159411Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T19:07:29.7159811Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T19:07:29.7160237Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:07:29.7160842Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:07:29.7161247Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T19:07:29.7161617Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T19:07:29.7162128Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T19:07:29.7162481Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T19:07:29.7162850Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T19:07:29.7163229Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T19:07:29.7163601Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T19:07:29.7164002Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T19:07:29.7164424Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T19:07:29.7164893Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:07:29.7165333Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T19:07:29.7165708Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T19:07:29.7166099Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T19:07:29.7166487Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T19:07:29.7166874Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T19:07:29.7167257Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T19:07:29.7167633Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T19:07:29.7168122Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:07:29.7168618Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:07:29.7169045Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T19:07:29.7169423Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T19:07:29.7169800Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T19:07:29.7170208Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T19:07:29.7170825Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T19:07:29.7171207Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T19:07:29.7171607Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T19:07:29.7171983Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T19:07:29.7172336Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T19:07:29.7172908Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T19:07:29.7173339Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T19:07:29.7173762Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T19:07:29.7174140Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T19:07:29.7174534Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T19:07:29.7174977Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:07:29.7175417Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T19:07:29.7175845Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:07:29.7176237Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T19:07:29.7176760Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:29.7177270Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T19:07:29.7177667Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:07:29.7178081Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T19:07:29.7178505Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:07:29.7179204Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:07:29.7179788Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:07:29.7180395Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:07:29.7181199Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:07:29.7181855Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:07:29.7182487Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:07:29.7183110Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:07:29.7183696Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:07:29.7184180Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T19:07:29.7184623Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:07:29.7185059Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T19:07:29.7185489Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:07:29.7185973Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:07:29.7186406Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T19:07:29.7186792Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T19:07:29.7187164Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T19:07:29.7187546Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T19:07:29.7187936Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T19:07:29.7188346Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:07:29.7188760Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T19:07:29.7189128Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T19:07:29.7189517Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:07:29.7190175Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:07:29.7190808Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:07:29.7191302Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:07:29.7191792Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:07:29.7192253Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:07:29.7192673Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T19:07:29.7193089Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T19:07:29.7193504Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T19:07:29.7193934Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:07:29.7194364Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T19:07:29.7194755Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T19:07:29.7195138Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T19:07:29.7195514Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T19:07:29.7195896Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T19:07:29.7196521Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:07:29.7196962Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T19:07:29.7197368Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T19:07:29.7197780Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T19:07:29.7198208Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:07:29.7198660Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:07:29.7199104Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:07:29.7199537Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:07:29.7199936Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T19:07:29.7200317Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T19:07:29.7200962Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T19:07:29.7201343Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T19:07:29.7201722Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T19:07:29.7202124Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T19:07:29.7202526Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T19:07:29.7202959Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:07:29.7203451Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:07:29.7203911Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:07:29.7204304Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T19:07:29.7204661Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T19:07:29.7205035Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T19:07:29.7205434Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T19:07:29.7205826Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T19:07:29.7206220Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:07:29.7206650Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:07:29.7207295Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:07:29.7207757Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T19:07:29.7208146Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T19:07:29.7208548Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T19:07:29.7209100Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:29.7209682Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:07:29.7210137Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:07:29.7210751Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:07:29.7211191Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T19:07:29.7211596Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T19:07:29.7211987Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T19:07:29.7212376Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:07:29.7212778Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:07:29.7213345Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T19:07:29.7213727Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T19:07:29.7214119Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:07:29.7214524Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:07:29.7214900Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T19:07:29.7215310Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T19:07:29.7215772Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T19:07:29.7216197Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T19:07:29.7216571Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T19:07:29.7216946Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T19:07:29.7217337Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T19:07:29.7217713Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T19:07:29.7218088Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:07:29.7218516Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:07:29.7218965Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T19:07:29.7219380Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T19:07:29.7219779Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T19:07:29.7220180Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T19:07:29.7220745Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T19:07:29.7221138Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T19:07:29.7221531Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T19:07:29.7221929Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T19:07:29.7222378Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:07:29.7222824Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:07:29.7223248Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:07:29.7223844Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T19:07:29.7224272Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T19:07:29.7224702Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T19:07:29.7225093Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T19:07:29.7225452Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T19:07:29.7225802Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T19:07:29.7226168Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T19:07:29.7226543Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T19:07:29.7226897Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T19:07:29.7227271Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:07:29.7227669Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:07:29.7228058Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T19:07:29.7228413Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T19:07:29.7228763Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T19:07:29.7229144Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T19:07:29.7229704Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T19:07:29.7230080Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T19:07:29.7230598Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T19:07:29.7230979Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T19:07:29.7231368Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T19:07:29.7231753Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T19:07:29.7232108Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T19:07:29.7232481Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T19:07:29.7232872Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T19:07:29.7233253Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T19:07:29.7233633Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T19:07:29.7234010Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T19:07:29.7234395Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T19:07:29.7234798Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T19:07:29.7235225Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T19:07:29.7235626Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T19:07:29.7235985Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T19:07:29.7236334Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T19:07:29.7236676Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T19:07:29.7237098Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:07:29.7237602Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:07:29.7238110Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:07:29.7238592Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:07:29.7239102Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:07:29.7239544Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T19:07:29.7240215Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:07:29.7241348Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:07:29.7241746Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:07:29.7242134Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T19:07:29.7242526Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:07:29.7242921Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T19:07:29.7243298Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T19:07:29.7243693Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:07:29.7244137Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:07:29.7244569Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:07:29.7244948Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T19:07:29.7245350Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:07:29.7245776Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:07:29.7246157Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T19:07:29.7246747Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T19:07:29.7247139Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:07:29.7247591Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:07:29.7248046Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T19:07:29.7248458Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T19:07:29.7248873Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T19:07:29.7249307Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T19:07:29.7249740Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T19:07:29.8125351Z [+] Installing Go for linux-arm64...
2025-08-20T19:07:30.1609263Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T19:07:30.1609586Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T19:07:30.1609849Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T19:07:30.1621319Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T19:07:30.1621714Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T19:07:30.1622066Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T19:07:30.1682334Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T19:07:30.1682817Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T19:07:30.1683301Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T19:07:30.1683752Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T19:07:30.1684189Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T19:07:30.1684636Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T19:07:30.1685111Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T19:07:30.1685568Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T19:07:30.1686001Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T19:07:30.1686434Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T19:07:30.1686862Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T19:07:30.1687785Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T19:07:30.1688256Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T19:07:30.1688707Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T19:07:30.1689157Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T19:07:30.1689615Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T19:07:30.1690078Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T19:07:30.1691372Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T19:07:30.1691857Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T19:07:30.1692279Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T19:07:30.1692627Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T19:07:30.1692964Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T19:07:30.1693297Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T19:07:30.1693630Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T19:07:30.1693966Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T19:07:30.1725918Z go version go1.22.2 linux/arm64
2025-08-20T19:07:30.2006766Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:07:30.2007213Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T19:07:30.2007565Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T19:07:30.2007919Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T19:07:30.2008285Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T19:07:30.2008643Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T19:07:30.2009034Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T19:07:30.2009436Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T19:07:30.2009783Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T19:07:30.2010112Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T19:07:30.2010621Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T19:07:30.2011069Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T19:07:30.2011488Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T19:07:30.2011899Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T19:07:30.2012290Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T19:07:30.2012690Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T19:07:30.2013096Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T19:07:30.2013466Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T19:07:30.2013846Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:07:30.2014302Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:07:30.2014747Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T19:07:30.2015151Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T19:07:30.2015587Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:07:30.2015999Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T19:07:30.2016351Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T19:07:30.2016745Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:07:30.2017180Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:07:30.2017993Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:07:30.2018433Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:07:30.2018851Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:07:30.2019270Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T19:07:30.2019700Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T19:07:30.2020132Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T19:07:30.2020750Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:07:30.2021211Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T19:07:30.2021636Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:07:30.2022047Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:07:30.2022458Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T19:07:30.2022849Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T19:07:30.2023256Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:07:30.2023924Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T19:07:30.2024342Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:07:30.2024746Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T19:07:30.2025146Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T19:07:30.2025597Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T19:07:30.2026069Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:07:30.2026544Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:07:30.2027041Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T19:07:30.2027486Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T19:07:30.2027907Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:07:30.2028333Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T19:07:30.2028746Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T19:07:30.2029164Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T19:07:30.2029562Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T19:07:30.2029937Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T19:07:30.2030300Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T19:07:30.2030886Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T19:07:30.2031290Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T19:07:30.2031695Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:07:30.2032073Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T19:07:30.2032491Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:07:30.2032932Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:07:30.2033360Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:07:30.2033771Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:07:30.2034194Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T19:07:30.2034846Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:07:30.2035278Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:07:30.2035680Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T19:07:30.2036119Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:07:30.2036621Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:07:30.2037124Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T19:07:30.2037584Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T19:07:30.2038005Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T19:07:30.2038395Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T19:07:30.2038792Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T19:07:30.2039199Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T19:07:30.2039598Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T19:07:30.2040057Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:07:30.2040700Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:07:30.2041401Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:07:30.2041893Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:07:30.2042332Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:07:30.2042736Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:07:30.2043129Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:07:30.2043542Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:07:30.2043941Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T19:07:30.2044329Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T19:07:30.2044752Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T19:07:30.2045181Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T19:07:30.2045565Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T19:07:30.2045938Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T19:07:30.2046344Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:07:30.2046753Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T19:07:30.2047131Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T19:07:30.2047506Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T19:07:30.2047905Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:07:30.2048300Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T19:07:30.2048651Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T19:07:30.2049036Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T19:07:30.2049442Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T19:07:30.2049836Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T19:07:30.2050203Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T19:07:30.2050728Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T19:07:30.2051117Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T19:07:30.2051744Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T19:07:30.2052165Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T19:07:30.2052560Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T19:07:30.2052943Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T19:07:30.2053337Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T19:07:30.2053737Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T19:07:30.2054142Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T19:07:30.2054510Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T19:07:30.2054869Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T19:07:30.2055222Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T19:07:30.2055581Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T19:07:30.2055947Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T19:07:30.2056296Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T19:07:30.2056670Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T19:07:30.2057067Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T19:07:30.2057676Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:07:30.2058112Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T19:07:30.2058515Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T19:07:30.2058910Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T19:07:30.2059302Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T19:07:30.2059691Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T19:07:30.2060098Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T19:07:30.2061567Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T19:07:30.2061972Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T19:07:30.2062375Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T19:07:30.2062796Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:07:30.2063236Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:07:30.2063666Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T19:07:30.2064061Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T19:07:30.2064460Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T19:07:30.2064877Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T19:07:30.2065292Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T19:07:30.2065701Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T19:07:30.2066102Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T19:07:30.2066506Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:07:30.2066912Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T19:07:30.2067292Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T19:07:30.2067654Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T19:07:30.2068024Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T19:07:30.2068421Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T19:07:30.2069103Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T19:07:30.2069540Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T19:07:30.2069933Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T19:07:30.2070304Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T19:07:30.2070838Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T19:07:30.2071229Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T19:07:30.2071620Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T19:07:30.2072047Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:07:30.2072493Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T19:07:30.2072899Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T19:07:30.2073281Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T19:07:30.2073676Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T19:07:30.2074097Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:07:30.2074520Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:07:30.2074880Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T19:07:30.2075410Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T19:07:30.2075833Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:07:30.2076267Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T19:07:30.2076679Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T19:07:30.2077064Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T19:07:30.2077451Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T19:07:30.2077989Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T19:07:30.2078417Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:07:30.2078882Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:07:30.2079299Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T19:07:30.2079671Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T19:07:30.2080035Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T19:07:30.2080668Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:07:30.2081195Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:07:30.2081641Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T19:07:30.2082023Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T19:07:30.2082490Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:07:30.2083031Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:07:30.2083536Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:07:30.2083979Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T19:07:30.2084365Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T19:07:30.2084742Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T19:07:30.2085144Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T19:07:30.2085559Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T19:07:30.2085965Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:07:30.2086606Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T19:07:30.2087007Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T19:07:30.2087410Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:07:30.2087808Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T19:07:30.2088209Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:07:30.2088606Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T19:07:30.2089000Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:07:30.2089397Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T19:07:30.2089816Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:07:30.2090268Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T19:07:30.2090880Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T19:07:30.2091273Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T19:07:30.2091647Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T19:07:30.2092025Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T19:07:30.2092574Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T19:07:30.2092971Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T19:07:30.2093388Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:07:30.2093857Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:07:30.2094300Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:07:30.2094711Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T19:07:30.2095104Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T19:07:30.2095485Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T19:07:30.2095864Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T19:07:30.2096235Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T19:07:30.2096627Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T19:07:30.2097009Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T19:07:30.2097457Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:07:30.2097930Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T19:07:30.2098392Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:07:30.2098913Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:07:30.2099429Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:07:30.2099939Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:07:30.2100384Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T19:07:30.2100924Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T19:07:30.2101296Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T19:07:30.2101677Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:07:30.2102060Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T19:07:30.2102437Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T19:07:30.2102824Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:07:30.2103442Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T19:07:30.2103856Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:07:30.2104241Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T19:07:30.2104620Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T19:07:30.2105021Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T19:07:30.2105413Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T19:07:30.2105836Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:07:30.2106272Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:07:30.2106694Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T19:07:30.2107107Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T19:07:30.2107514Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T19:07:30.2107929Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T19:07:30.2108351Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T19:07:30.2108745Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T19:07:30.2109329Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T19:07:30.2109839Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:30.2110358Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T19:07:30.2110863Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T19:07:30.2111243Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T19:07:30.2111614Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T19:07:30.2112015Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:07:30.2112449Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T19:07:30.2112880Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:07:30.2113315Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T19:07:30.2113717Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T19:07:30.2114125Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T19:07:30.2114548Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:07:30.2114959Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T19:07:30.2115353Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T19:07:30.2115786Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:07:30.2116277Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:07:30.2116778Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:07:30.2117226Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:07:30.2117642Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T19:07:30.2118047Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T19:07:30.2118528Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:07:30.2119015Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T19:07:30.2119430Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T19:07:30.2120117Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:07:30.2120744Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T19:07:30.2121161Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T19:07:30.2121526Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T19:07:30.2121880Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T19:07:30.2122254Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T19:07:30.2122643Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T19:07:30.2123011Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T19:07:30.2123364Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T19:07:30.2123734Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T19:07:30.2124101Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T19:07:30.2124463Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T19:07:30.2124836Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T19:07:30.2125195Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T19:07:30.2125571Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T19:07:30.2126135Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T19:07:30.2126497Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T19:07:30.2126856Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T19:07:30.2127217Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T19:07:30.2127588Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T19:07:30.2127965Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T19:07:30.2128338Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T19:07:30.2128700Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T19:07:30.2129074Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T19:07:30.2129492Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T19:07:30.2129934Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T19:07:30.2130340Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T19:07:30.2130915Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T19:07:30.2131300Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:07:30.2131728Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:07:30.2132127Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T19:07:30.2132491Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T19:07:30.2132858Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T19:07:30.2133216Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T19:07:30.2133561Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T19:07:30.2133916Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T19:07:30.2134274Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T19:07:30.2134641Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T19:07:30.2134999Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T19:07:30.2135344Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T19:07:30.2135676Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T19:07:30.2136052Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:07:30.2136685Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T19:07:30.2137108Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:07:30.2137506Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T19:07:30.2137906Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:07:30.2138330Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:07:30.2138834Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:07:30.2139450Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:07:30.2140075Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:07:30.2140765Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:07:30.2141245Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:07:30.2141701Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:07:30.2142222Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:07:30.2143071Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:07:30.2143637Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:07:30.2144127Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:07:30.2144573Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T19:07:30.2144940Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T19:07:30.2145317Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T19:07:30.2145694Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T19:07:30.2146073Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T19:07:30.2146463Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T19:07:30.2146850Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T19:07:30.2147245Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T19:07:30.2147633Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T19:07:30.2148018Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T19:07:30.2148884Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T19:07:30.2149275Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T19:07:30.2149665Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T19:07:30.2150059Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T19:07:30.2150585Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T19:07:30.2151018Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T19:07:30.2151437Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T19:07:30.2151811Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T19:07:30.2152204Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T19:07:30.2152616Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T19:07:30.2153027Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:07:30.2153471Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:07:30.2154124Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T19:07:30.2154521Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T19:07:30.2154893Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T19:07:30.2155277Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T19:07:30.2155656Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T19:07:30.2156062Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:07:30.2156458Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T19:07:30.2156844Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T19:07:30.2157226Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T19:07:30.2157595Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T19:07:30.2157967Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T19:07:30.2158523Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:30.2159258Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:30.2159944Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:30.2160901Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:30.2161429Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T19:07:30.2161811Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T19:07:30.2162219Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T19:07:30.2162635Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T19:07:30.2163013Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T19:07:30.2163389Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T19:07:30.2163756Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T19:07:30.2164133Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T19:07:30.2164518Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T19:07:30.2164894Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T19:07:30.2165272Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T19:07:30.2165659Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T19:07:30.2166062Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T19:07:30.2166463Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T19:07:30.2166867Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T19:07:30.2167254Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T19:07:30.2167630Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T19:07:30.2168020Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T19:07:30.2168427Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T19:07:30.2168826Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T19:07:30.2169221Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T19:07:30.2169621Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T19:07:30.2170048Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:07:30.2170622Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T19:07:30.2171301Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T19:07:30.2171771Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:07:30.2172228Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:07:30.2172633Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T19:07:30.2173007Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T19:07:30.2173388Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T19:07:30.2173785Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T19:07:30.2174192Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:07:30.2174598Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T19:07:30.2174982Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T19:07:30.2175375Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T19:07:30.2175845Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:07:30.2176313Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:07:30.2176862Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T19:07:30.2177273Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:07:30.2177729Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:07:30.2178176Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:07:30.2178649Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:07:30.2179139Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:07:30.2179584Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:07:30.2180023Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:07:30.2180422Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T19:07:30.2180985Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T19:07:30.2181407Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T19:07:30.2181795Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T19:07:30.2182172Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T19:07:30.2182582Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T19:07:30.2182987Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T19:07:30.2183395Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:07:30.2183818Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T19:07:30.2184210Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T19:07:30.2184586Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T19:07:30.2184957Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T19:07:30.2185317Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T19:07:30.2185700Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:07:30.2186122Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:07:30.2186514Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T19:07:30.2186963Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:07:30.2187622Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:07:30.2188050Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T19:07:30.2188490Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:07:30.2188917Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T19:07:30.2189329Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:07:30.2189740Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T19:07:30.2190096Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T19:07:30.2190605Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T19:07:30.2191012Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T19:07:30.2191408Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T19:07:30.2191789Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T19:07:30.2192147Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T19:07:30.2192495Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T19:07:30.2192843Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T19:07:30.2193332Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T19:07:30.2194010Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T19:07:30.2194400Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T19:07:30.2194775Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T19:07:30.2195172Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T19:07:30.2195584Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T19:07:30.2196000Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T19:07:30.2196406Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T19:07:30.2196821Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:07:30.2197240Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T19:07:30.2197621Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T19:07:30.2197987Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T19:07:30.2198351Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T19:07:30.2198727Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T19:07:30.2199150Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T19:07:30.2199577Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T19:07:30.2199981Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T19:07:30.2200408Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:07:30.2201007Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:07:30.2201403Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T19:07:30.2201777Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T19:07:30.2202126Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T19:07:30.2202477Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T19:07:30.2202843Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T19:07:30.2203223Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T19:07:30.2203602Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T19:07:30.2204175Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T19:07:30.2204618Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T19:07:30.2205078Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:07:30.2205519Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T19:07:30.2205901Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T19:07:30.2206290Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T19:07:30.2206676Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T19:07:30.2207067Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T19:07:30.2207448Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T19:07:30.2207826Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T19:07:30.2208268Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:07:30.2208811Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:07:30.2209238Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T19:07:30.2209613Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T19:07:30.2210148Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T19:07:30.2210694Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T19:07:30.2211093Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T19:07:30.2211468Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T19:07:30.2211869Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T19:07:30.2212252Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T19:07:30.2212603Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T19:07:30.2212961Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T19:07:30.2213360Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T19:07:30.2213783Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T19:07:30.2214168Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T19:07:30.2214557Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T19:07:30.2215001Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:07:30.2215447Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T19:07:30.2215876Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:07:30.2216276Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T19:07:30.2216797Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:30.2217305Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T19:07:30.2217697Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:07:30.2218109Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T19:07:30.2218547Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:07:30.2219070Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:07:30.2219657Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:07:30.2220272Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:07:30.2221255Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:07:30.2221937Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:07:30.2222572Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:07:30.2223200Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:07:30.2223784Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:07:30.2224269Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T19:07:30.2224710Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:07:30.2225151Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T19:07:30.2225585Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:07:30.2226067Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:07:30.2226502Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T19:07:30.2226884Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T19:07:30.2227253Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T19:07:30.2227775Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T19:07:30.2228159Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T19:07:30.2228569Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:07:30.2228987Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T19:07:30.2229353Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T19:07:30.2229748Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:07:30.2230212Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:07:30.2230845Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:07:30.2231337Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:07:30.2231834Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:07:30.2232291Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:07:30.2232707Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T19:07:30.2233120Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T19:07:30.2233530Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T19:07:30.2233966Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:07:30.2234398Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T19:07:30.2234808Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T19:07:30.2235202Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T19:07:30.2235580Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T19:07:30.2235963Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T19:07:30.2236405Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:07:30.2236845Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T19:07:30.2237253Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T19:07:30.2237669Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T19:07:30.2238307Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:07:30.2238788Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:07:30.2239235Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:07:30.2239673Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:07:30.2240076Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T19:07:30.2240580Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T19:07:30.2240979Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T19:07:30.2241355Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T19:07:30.2241734Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T19:07:30.2242140Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T19:07:30.2242543Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T19:07:30.2242973Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:07:30.2243442Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:07:30.2243903Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:07:30.2244472Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T19:07:30.2244824Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T19:07:30.2245195Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T19:07:30.2245587Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T19:07:30.2245974Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T19:07:30.2246369Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:07:30.2246801Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:07:30.2247250Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:07:30.2247671Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T19:07:30.2248054Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T19:07:30.2248461Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T19:07:30.2249007Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:30.2249585Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:07:30.2250035Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:07:30.2250637Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:07:30.2251090Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T19:07:30.2251495Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T19:07:30.2251890Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T19:07:30.2252275Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:07:30.2252716Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:07:30.2253117Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T19:07:30.2253499Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T19:07:30.2253891Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:07:30.2254296Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:07:30.2254674Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T19:07:30.2255289Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T19:07:30.2255776Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T19:07:30.2256201Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T19:07:30.2256578Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T19:07:30.2256963Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T19:07:30.2257353Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T19:07:30.2257730Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T19:07:30.2258102Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:07:30.2258532Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:07:30.2258987Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T19:07:30.2259391Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T19:07:30.2259790Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T19:07:30.2260189Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T19:07:30.2260813Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T19:07:30.2261362Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T19:07:30.2261755Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T19:07:30.2262158Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T19:07:30.2262603Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:07:30.2263051Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:07:30.2263478Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:07:30.2263879Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T19:07:30.2264285Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T19:07:30.2264710Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T19:07:30.2265103Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T19:07:30.2265460Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T19:07:30.2265808Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T19:07:30.2266175Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T19:07:30.2266555Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T19:07:30.2266910Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T19:07:30.2267285Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:07:30.2267683Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:07:30.2268067Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T19:07:30.2268425Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T19:07:30.2268780Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T19:07:30.2269161Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T19:07:30.2269592Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T19:07:30.2269971Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T19:07:30.2270334Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T19:07:30.2270827Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T19:07:30.2271217Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T19:07:30.2271872Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T19:07:30.2272248Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T19:07:30.2272625Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T19:07:30.2273023Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T19:07:30.2273413Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T19:07:30.2273790Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T19:07:30.2274167Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T19:07:30.2274554Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T19:07:30.2274958Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T19:07:30.2275382Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T19:07:30.2275789Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T19:07:30.2276147Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T19:07:30.2276494Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T19:07:30.2276832Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T19:07:30.2277253Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:07:30.2277919Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:07:30.2278389Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:07:30.2278865Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:07:30.2279373Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:07:30.2279819Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T19:07:30.2280199Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:07:30.2280713Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:07:30.2281105Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:07:30.2281493Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T19:07:30.2281882Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:07:30.2282272Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T19:07:30.2282651Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T19:07:30.2283046Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:07:30.2283488Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:07:30.2283927Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:07:30.2284304Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T19:07:30.2284701Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:07:30.2285128Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:07:30.2285512Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T19:07:30.2285865Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T19:07:30.2286249Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:07:30.2286702Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:07:30.2287168Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T19:07:30.2287584Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T19:07:30.2288209Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T19:07:30.2288665Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T19:07:30.2289100Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T19:07:30.4393046Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:07:30.6670951Z Collecting meson
2025-08-20T19:07:30.7351613Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T19:07:30.7899050Z Collecting ninja
2025-08-20T19:07:30.8013170Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T19:07:30.8223792Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T19:07:30.8816818Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 25.1 MB/s  0:00:00
2025-08-20T19:07:30.8940948Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T19:07:30.9803867Z Installing collected packages: ninja, meson
2025-08-20T19:07:31.6836260Z 
2025-08-20T19:07:31.6861055Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T19:07:31.9688990Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:07:32.0638382Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T19:07:32.1450734Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T19:07:32.5484512Z 1.8.4
2025-08-20T19:07:32.5834369Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T19:07:32.6137916Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:07:32.6138371Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T19:07:32.6138740Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T19:07:32.6139110Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T19:07:32.6139528Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T19:07:32.6139904Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T19:07:32.6140267Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T19:07:32.6140821Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T19:07:32.6141174Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T19:07:32.6141519Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T19:07:32.6141879Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T19:07:32.6142265Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T19:07:32.6142649Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T19:07:32.6143060Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T19:07:32.6143456Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T19:07:32.6143865Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T19:07:32.6144264Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T19:07:32.6144628Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T19:07:32.6145005Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:07:32.6145470Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:07:32.6145914Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T19:07:32.6146300Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T19:07:32.6146719Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:07:32.6147118Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T19:07:32.6147470Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T19:07:32.6148243Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:07:32.6148705Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:07:32.6149128Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:07:32.6149537Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:07:32.6149961Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:07:32.6150382Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T19:07:32.6150966Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T19:07:32.6151402Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T19:07:32.6151828Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:07:32.6152280Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T19:07:32.6152711Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:07:32.6153117Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:07:32.6153526Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T19:07:32.6154112Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T19:07:32.6154525Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:07:32.6154953Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T19:07:32.6155374Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:07:32.6155778Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T19:07:32.6156176Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T19:07:32.6156641Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T19:07:32.6157120Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:07:32.6157599Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:07:32.6158091Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T19:07:32.6158543Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T19:07:32.6158973Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:07:32.6159399Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T19:07:32.6159812Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T19:07:32.6160235Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T19:07:32.6160787Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T19:07:32.6161160Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T19:07:32.6161518Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T19:07:32.6161891Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T19:07:32.6162286Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T19:07:32.6162693Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:07:32.6163076Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T19:07:32.6163486Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:07:32.6163926Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:07:32.6164350Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:07:32.6164987Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:07:32.6165433Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T19:07:32.6165867Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:07:32.6166275Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:07:32.6166678Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T19:07:32.6167116Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:07:32.6167615Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:07:32.6168118Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T19:07:32.6168580Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T19:07:32.6169003Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T19:07:32.6169394Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T19:07:32.6169787Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T19:07:32.6170191Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T19:07:32.6170714Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T19:07:32.6171353Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:07:32.6171858Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:07:32.6172365Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:07:32.6172856Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:07:32.6173298Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:07:32.6173702Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:07:32.6174094Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:07:32.6174503Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:07:32.6174900Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T19:07:32.6175288Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T19:07:32.6175714Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T19:07:32.6176140Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T19:07:32.6176526Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T19:07:32.6176899Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T19:07:32.6177306Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:07:32.6177722Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T19:07:32.6178100Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T19:07:32.6178476Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T19:07:32.6178873Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:07:32.6179268Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T19:07:32.6179623Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T19:07:32.6180001Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T19:07:32.6180411Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T19:07:32.6180937Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T19:07:32.6181306Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T19:07:32.6181889Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T19:07:32.6182288Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T19:07:32.6182678Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T19:07:32.6183077Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T19:07:32.6183478Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T19:07:32.6184009Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T19:07:32.6184389Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T19:07:32.6184788Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T19:07:32.6185187Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T19:07:32.6185556Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T19:07:32.6185912Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T19:07:32.6186264Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T19:07:32.6186617Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T19:07:32.6186978Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T19:07:32.6187326Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T19:07:32.6187862Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T19:07:32.6188261Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T19:07:32.6188692Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:07:32.6189127Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T19:07:32.6189528Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T19:07:32.6189923Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T19:07:32.6190311Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T19:07:32.6192218Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T19:07:32.6192631Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T19:07:32.6193041Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T19:07:32.6193441Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T19:07:32.6193835Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T19:07:32.6194246Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:07:32.6194682Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:07:32.6195108Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T19:07:32.6195503Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T19:07:32.6195897Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T19:07:32.6196307Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T19:07:32.6196716Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T19:07:32.6197119Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T19:07:32.6197515Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T19:07:32.6197915Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:07:32.6198319Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T19:07:32.6198701Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T19:07:32.6199056Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T19:07:32.6199703Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T19:07:32.6200128Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T19:07:32.6200675Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T19:07:32.6201081Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T19:07:32.6201472Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T19:07:32.6201882Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T19:07:32.6202257Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T19:07:32.6202638Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T19:07:32.6203027Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T19:07:32.6203453Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:07:32.6203902Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T19:07:32.6204307Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T19:07:32.6204678Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T19:07:32.6205068Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T19:07:32.6205487Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:07:32.6206066Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:07:32.6206421Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T19:07:32.6206766Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T19:07:32.6207184Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:07:32.6207613Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T19:07:32.6208025Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T19:07:32.6208407Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T19:07:32.6208792Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T19:07:32.6209174Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T19:07:32.6209622Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:07:32.6210091Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:07:32.6210688Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T19:07:32.6211077Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T19:07:32.6211441Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T19:07:32.6211888Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:07:32.6212399Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:07:32.6212840Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T19:07:32.6213216Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T19:07:32.6213677Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:07:32.6214218Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:07:32.6214719Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:07:32.6215157Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T19:07:32.6215519Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T19:07:32.6215900Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T19:07:32.6216311Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T19:07:32.6216931Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T19:07:32.6217356Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:07:32.6217732Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T19:07:32.6218109Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T19:07:32.6218512Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:07:32.6218912Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T19:07:32.6219308Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:07:32.6219705Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T19:07:32.6220101Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:07:32.6220630Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T19:07:32.6221066Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:07:32.6221515Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T19:07:32.6221942Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T19:07:32.6222331Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T19:07:32.6222872Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T19:07:32.6223246Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T19:07:32.6223626Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T19:07:32.6224019Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T19:07:32.6224437Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:07:32.6224914Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:07:32.6225365Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:07:32.6225766Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T19:07:32.6226153Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T19:07:32.6226537Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T19:07:32.6226921Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T19:07:32.6227293Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T19:07:32.6227685Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T19:07:32.6228071Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T19:07:32.6228516Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:07:32.6228997Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T19:07:32.6229459Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:07:32.6229978Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:07:32.6230642Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:07:32.6231175Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:07:32.6231616Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T19:07:32.6231983Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T19:07:32.6232348Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T19:07:32.6232728Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:07:32.6233112Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T19:07:32.6233665Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T19:07:32.6234064Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:07:32.6234451Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T19:07:32.6234836Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:07:32.6235219Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T19:07:32.6235595Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T19:07:32.6235994Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T19:07:32.6236389Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T19:07:32.6236806Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:07:32.6237242Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:07:32.6237667Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T19:07:32.6238078Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T19:07:32.6238482Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T19:07:32.6238893Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T19:07:32.6239454Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T19:07:32.6239845Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T19:07:32.6240211Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T19:07:32.6240863Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:32.6241383Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T19:07:32.6241761Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T19:07:32.6242138Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T19:07:32.6242505Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T19:07:32.6242903Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:07:32.6243341Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T19:07:32.6243762Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:07:32.6244198Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T19:07:32.6244603Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T19:07:32.6245007Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T19:07:32.6245433Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:07:32.6245853Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T19:07:32.6246244Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T19:07:32.6246675Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:07:32.6247168Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:07:32.6247669Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:07:32.6248119Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:07:32.6248558Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T19:07:32.6248964Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T19:07:32.6249441Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:07:32.6250249Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T19:07:32.6250830Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T19:07:32.6251264Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:07:32.6251718Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T19:07:32.6252131Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T19:07:32.6252492Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T19:07:32.6252842Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T19:07:32.6253218Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T19:07:32.6253601Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T19:07:32.6253966Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T19:07:32.6254329Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T19:07:32.6254700Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T19:07:32.6255064Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T19:07:32.6255422Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T19:07:32.6255795Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T19:07:32.6256339Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T19:07:32.6256715Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T19:07:32.6257101Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T19:07:32.6257468Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T19:07:32.6257827Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T19:07:32.6258191Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T19:07:32.6258561Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T19:07:32.6258934Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T19:07:32.6259300Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T19:07:32.6259660Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T19:07:32.6260039Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T19:07:32.6260591Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T19:07:32.6261047Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T19:07:32.6261457Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T19:07:32.6261823Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T19:07:32.6262209Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:07:32.6262641Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:07:32.6263045Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T19:07:32.6263408Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T19:07:32.6263777Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T19:07:32.6264139Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T19:07:32.6264483Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T19:07:32.6264832Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T19:07:32.6265190Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T19:07:32.6265562Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T19:07:32.6265923Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T19:07:32.6266271Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T19:07:32.6266844Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T19:07:32.6267248Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:07:32.6267660Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T19:07:32.6268054Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:07:32.6268457Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T19:07:32.6268852Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:07:32.6269271Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:07:32.6269775Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:07:32.6270394Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:07:32.6271196Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:07:32.6271756Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:07:32.6272230Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:07:32.6272687Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:07:32.6273389Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:07:32.6274012Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:07:32.6274578Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:07:32.6275068Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:07:32.6275515Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T19:07:32.6275890Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T19:07:32.6276265Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T19:07:32.6276636Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T19:07:32.6277016Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T19:07:32.6277410Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T19:07:32.6277799Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T19:07:32.6278186Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T19:07:32.6278567Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T19:07:32.6278955Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T19:07:32.6279331Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T19:07:32.6279708Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T19:07:32.6280088Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T19:07:32.6280688Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T19:07:32.6281113Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T19:07:32.6281537Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T19:07:32.6281954Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T19:07:32.6282323Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T19:07:32.6282717Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T19:07:32.6283128Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T19:07:32.6283775Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:07:32.6284258Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:07:32.6284687Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T19:07:32.6285057Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T19:07:32.6285425Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T19:07:32.6285814Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T19:07:32.6286187Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T19:07:32.6286581Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:07:32.6286975Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T19:07:32.6287363Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T19:07:32.6287746Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T19:07:32.6288109Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T19:07:32.6288476Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T19:07:32.6289030Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:32.6289913Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:32.6290745Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:32.6291431Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:32.6291961Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T19:07:32.6292352Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T19:07:32.6292761Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T19:07:32.6293167Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T19:07:32.6293546Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T19:07:32.6293921Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T19:07:32.6294291Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T19:07:32.6294670Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T19:07:32.6295049Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T19:07:32.6295425Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T19:07:32.6295812Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T19:07:32.6296202Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T19:07:32.6296612Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T19:07:32.6297013Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T19:07:32.6297414Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T19:07:32.6297805Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T19:07:32.6298183Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T19:07:32.6298575Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T19:07:32.6298981Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T19:07:32.6299383Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T19:07:32.6299785Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T19:07:32.6300178Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T19:07:32.6300975Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:07:32.6301433Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T19:07:32.6301873Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T19:07:32.6302323Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:07:32.6302784Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:07:32.6303189Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T19:07:32.6303563Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T19:07:32.6303947Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T19:07:32.6304347Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T19:07:32.6304763Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:07:32.6305169Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T19:07:32.6305551Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T19:07:32.6305945Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T19:07:32.6306412Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:07:32.6307034Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:07:32.6307429Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T19:07:32.6307841Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:07:32.6308296Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:07:32.6308747Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:07:32.6309222Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:07:32.6309711Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:07:32.6310158Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:07:32.6310806Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:07:32.6311222Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T19:07:32.6311615Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T19:07:32.6312034Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T19:07:32.6312418Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T19:07:32.6312793Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T19:07:32.6313208Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T19:07:32.6313612Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T19:07:32.6314016Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:07:32.6314436Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T19:07:32.6314833Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T19:07:32.6315210Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T19:07:32.6315578Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T19:07:32.6315933Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T19:07:32.6316317Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:07:32.6316734Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:07:32.6317352Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T19:07:32.6317832Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:07:32.6318280Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:07:32.6318686Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T19:07:32.6319130Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:07:32.6319552Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T19:07:32.6319957Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:07:32.6320367Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T19:07:32.6320890Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T19:07:32.6321263Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T19:07:32.6321663Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T19:07:32.6322061Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T19:07:32.6322441Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T19:07:32.6322801Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T19:07:32.6323327Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T19:07:32.6323679Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T19:07:32.6324165Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T19:07:32.6324675Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T19:07:32.6325057Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T19:07:32.6325553Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T19:07:32.6325962Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T19:07:32.6326377Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T19:07:32.6326793Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T19:07:32.6327198Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T19:07:32.6327618Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:07:32.6328035Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T19:07:32.6328414Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T19:07:32.6328783Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T19:07:32.6329144Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T19:07:32.6329520Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T19:07:32.6329949Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T19:07:32.6330385Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T19:07:32.6330898Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T19:07:32.6331327Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:07:32.6331775Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:07:32.6332174Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T19:07:32.6332545Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T19:07:32.6332895Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T19:07:32.6333243Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T19:07:32.6333608Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T19:07:32.6334221Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T19:07:32.6334619Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T19:07:32.6335019Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T19:07:32.6335438Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T19:07:32.6335903Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:07:32.6336342Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T19:07:32.6336718Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T19:07:32.6337107Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T19:07:32.6337496Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T19:07:32.6337884Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T19:07:32.6338270Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T19:07:32.6338654Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T19:07:32.6339098Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:07:32.6339596Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:07:32.6340168Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T19:07:32.6340815Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T19:07:32.6341204Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T19:07:32.6341612Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T19:07:32.6342008Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T19:07:32.6342379Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T19:07:32.6342788Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T19:07:32.6343173Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T19:07:32.6343524Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T19:07:32.6343879Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T19:07:32.6344287Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T19:07:32.6344712Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T19:07:32.6345091Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T19:07:32.6345478Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T19:07:32.6345925Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:07:32.6346367Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T19:07:32.6346800Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:07:32.6347196Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T19:07:32.6347712Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:32.6348228Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T19:07:32.6348620Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:07:32.6349034Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T19:07:32.6349463Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:07:32.6349992Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:07:32.6350949Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:07:32.6351591Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:07:32.6352244Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:07:32.6352895Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:07:32.6353532Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:07:32.6354159Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:07:32.6354740Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:07:32.6355226Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T19:07:32.6355673Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:07:32.6356106Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T19:07:32.6356539Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:07:32.6357016Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:07:32.6357623Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T19:07:32.6358009Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T19:07:32.6358381Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T19:07:32.6358765Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T19:07:32.6359152Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T19:07:32.6359561Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:07:32.6360009Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T19:07:32.6360378Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T19:07:32.6360980Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:07:32.6361449Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:07:32.6361948Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:07:32.6362437Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:07:32.6362929Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:07:32.6363381Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:07:32.6363802Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T19:07:32.6364226Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T19:07:32.6364640Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T19:07:32.6365072Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:07:32.6365505Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T19:07:32.6365896Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T19:07:32.6366285Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T19:07:32.6366664Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T19:07:32.6367044Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T19:07:32.6367480Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:07:32.6367922Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T19:07:32.6368548Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T19:07:32.6368995Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T19:07:32.6369430Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:07:32.6369881Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:07:32.6370330Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:07:32.6370906Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:07:32.6371305Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T19:07:32.6371677Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T19:07:32.6372066Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T19:07:32.6372438Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T19:07:32.6372815Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T19:07:32.6373218Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T19:07:32.6373617Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T19:07:32.6374041Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:07:32.6374685Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:07:32.6375143Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:07:32.6375537Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T19:07:32.6375889Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T19:07:32.6376263Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T19:07:32.6376658Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T19:07:32.6377048Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T19:07:32.6377438Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:07:32.6377868Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:07:32.6378314Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:07:32.6378732Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T19:07:32.6379120Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T19:07:32.6379521Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T19:07:32.6380064Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:32.6380879Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:07:32.6381346Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:07:32.6381795Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:07:32.6382220Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T19:07:32.6382619Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T19:07:32.6383014Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T19:07:32.6383403Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:07:32.6383805Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:07:32.6384209Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T19:07:32.6384592Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T19:07:32.6385255Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:07:32.6385681Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:07:32.6386056Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T19:07:32.6386464Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T19:07:32.6386928Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T19:07:32.6387357Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T19:07:32.6387733Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T19:07:32.6388109Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T19:07:32.6388498Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T19:07:32.6388874Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T19:07:32.6389248Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:07:32.6389678Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:07:32.6390123Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T19:07:32.6390673Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T19:07:32.6391080Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T19:07:32.6391654Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T19:07:32.6392038Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T19:07:32.6392413Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T19:07:32.6392807Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T19:07:32.6393208Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T19:07:32.6393658Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:07:32.6394109Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:07:32.6394537Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:07:32.6394940Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T19:07:32.6395352Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T19:07:32.6395779Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T19:07:32.6396170Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T19:07:32.6396525Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T19:07:32.6396873Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T19:07:32.6397241Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T19:07:32.6397621Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T19:07:32.6397977Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T19:07:32.6398349Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:07:32.6398746Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:07:32.6399134Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T19:07:32.6399494Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T19:07:32.6399848Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T19:07:32.6400225Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T19:07:32.6400796Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T19:07:32.6401184Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T19:07:32.6401553Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T19:07:32.6402169Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T19:07:32.6402580Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T19:07:32.6402965Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T19:07:32.6403316Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T19:07:32.6403697Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T19:07:32.6404094Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T19:07:32.6404476Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T19:07:32.6404856Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T19:07:32.6405236Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T19:07:32.6405626Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T19:07:32.6406035Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T19:07:32.6406461Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T19:07:32.6406867Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T19:07:32.6407225Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T19:07:32.6407721Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T19:07:32.6408062Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T19:07:32.6408487Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:07:32.6408991Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:07:32.6409462Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:07:32.6409945Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:07:32.6410596Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:07:32.6411057Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T19:07:32.6411443Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:07:32.6411830Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:07:32.6412231Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:07:32.6412624Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T19:07:32.6413012Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:07:32.6413404Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T19:07:32.6413782Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T19:07:32.6414179Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:07:32.6414622Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:07:32.6415056Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:07:32.6415436Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T19:07:32.6415842Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:07:32.6416268Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:07:32.6416649Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T19:07:32.6417001Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T19:07:32.6417387Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:07:32.6417841Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:07:32.6418503Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T19:07:32.6418941Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T19:07:32.6419360Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T19:07:32.6419791Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T19:07:32.6420231Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T19:07:33.1314910Z info: downloading installer
2025-08-20T19:07:33.4413945Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T19:07:33.4414326Z warn: /home/runner/.rustup/settings.toml
2025-08-20T19:07:33.4414692Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T19:07:33.4415119Z warn: instead of the one inferred from the default host triple.
2025-08-20T19:07:33.4605735Z info: profile set to 'default'
2025-08-20T19:07:33.4606124Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T19:07:33.4606490Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T19:07:33.5180772Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T19:07:33.7075188Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T19:07:33.7396555Z info: downloading component 'clippy'
2025-08-20T19:07:33.8847369Z info: downloading component 'rustfmt'
2025-08-20T19:07:34.0125918Z info: downloading component 'cargo'
2025-08-20T19:07:34.2234553Z info: downloading component 'rust-std'
2025-08-20T19:07:34.6670563Z info: downloading component 'rustc'
2025-08-20T19:07:35.6387964Z info: removing previous version of component 'clippy'
2025-08-20T19:07:35.6544086Z info: removing previous version of component 'rustfmt'
2025-08-20T19:07:35.6614043Z info: removing previous version of component 'cargo'
2025-08-20T19:07:35.6815145Z info: removing previous version of component 'rust-std'
2025-08-20T19:07:35.6919055Z info: removing previous version of component 'rustc'
2025-08-20T19:07:35.7143749Z info: installing component 'clippy'
2025-08-20T19:07:35.9819890Z info: installing component 'rustfmt'
2025-08-20T19:07:36.1831362Z info: installing component 'cargo'
2025-08-20T19:07:36.6866894Z info: installing component 'rust-std'
2025-08-20T19:07:38.0030946Z info: installing component 'rustc'
2025-08-20T19:07:40.8621557Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T19:07:40.8621871Z 
2025-08-20T19:07:40.8698769Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-20T19:07:40.8699228Z 
2025-08-20T19:07:40.8699232Z 
2025-08-20T19:07:40.8699315Z Rust is installed now. Great!
2025-08-20T19:07:40.8699464Z 
2025-08-20T19:07:40.8699639Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T19:07:40.8700034Z environment variable. This has not been done automatically.
2025-08-20T19:07:40.8700287Z 
2025-08-20T19:07:40.8700396Z To configure your current shell, you need to source
2025-08-20T19:07:40.8700830Z the corresponding env file under $HOME/.cargo.
2025-08-20T19:07:40.8701012Z 
2025-08-20T19:07:40.8701180Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T19:07:40.8701565Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T19:07:40.8701876Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T19:07:40.8702150Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T19:07:40.8868638Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T19:07:40.9191379Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T19:07:40.9191663Z 
2025-08-20T19:07:40.9269413Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T19:07:40.9269742Z 
2025-08-20T19:07:40.9684186Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T19:07:41.0060647Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T19:07:41.0358743Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:07:41.0359241Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T19:07:41.0359611Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T19:07:41.0359982Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T19:07:41.0360389Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T19:07:41.0360875Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T19:07:41.0361246Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T19:07:41.0361609Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T19:07:41.0361955Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T19:07:41.0362281Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T19:07:41.0362646Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T19:07:41.0363031Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T19:07:41.0363414Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T19:07:41.0363825Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T19:07:41.0364218Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T19:07:41.0365025Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T19:07:41.0365431Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T19:07:41.0365792Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T19:07:41.0366172Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:07:41.0366630Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:07:41.0367086Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T19:07:41.0367475Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T19:07:41.0367896Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:07:41.0368295Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T19:07:41.0368646Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T19:07:41.0369042Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:07:41.0369473Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:07:41.0369892Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:07:41.0370300Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:07:41.0371025Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:07:41.0371463Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T19:07:41.0371885Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T19:07:41.0372313Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T19:07:41.0372735Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:07:41.0373177Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T19:07:41.0373608Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:07:41.0374014Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:07:41.0374426Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T19:07:41.0374820Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T19:07:41.0375229Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:07:41.0375951Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T19:07:41.0376398Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:07:41.0376808Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T19:07:41.0377209Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T19:07:41.0377673Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T19:07:41.0378144Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:07:41.0378614Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:07:41.0379105Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T19:07:41.0379549Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T19:07:41.0379972Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:07:41.0380392Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T19:07:41.0380985Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T19:07:41.0381405Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T19:07:41.0382005Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T19:07:41.0382379Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T19:07:41.0382895Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T19:07:41.0383268Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T19:07:41.0383657Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T19:07:41.0384062Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:07:41.0384452Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T19:07:41.0384863Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:07:41.0385304Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:07:41.0385732Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:07:41.0386153Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:07:41.0386577Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T19:07:41.0387007Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:07:41.0387415Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:07:41.0387817Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T19:07:41.0388257Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:07:41.0388765Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:07:41.0389276Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T19:07:41.0389740Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T19:07:41.0390162Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T19:07:41.0390731Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T19:07:41.0391144Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T19:07:41.0391546Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T19:07:41.0391945Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T19:07:41.0392400Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:07:41.0393182Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:07:41.0393714Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:07:41.0394212Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:07:41.0394653Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:07:41.0395062Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:07:41.0395458Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:07:41.0395868Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:07:41.0396269Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T19:07:41.0396657Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T19:07:41.0397089Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T19:07:41.0397515Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T19:07:41.0397901Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T19:07:41.0398278Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T19:07:41.0398688Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:07:41.0399367Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T19:07:41.0399747Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T19:07:41.0400117Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T19:07:41.0400733Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:07:41.0401152Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T19:07:41.0401512Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T19:07:41.0401899Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T19:07:41.0402306Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T19:07:41.0402698Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T19:07:41.0403065Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T19:07:41.0403438Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T19:07:41.0403815Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T19:07:41.0404206Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T19:07:41.0404604Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T19:07:41.0404999Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T19:07:41.0405384Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T19:07:41.0405777Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T19:07:41.0406177Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T19:07:41.0406579Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T19:07:41.0406951Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T19:07:41.0407315Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T19:07:41.0407666Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T19:07:41.0408034Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T19:07:41.0408405Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T19:07:41.0408762Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T19:07:41.0409141Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T19:07:41.0409771Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T19:07:41.0410244Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:07:41.0410859Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T19:07:41.0411268Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T19:07:41.0411665Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T19:07:41.0412067Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T19:07:41.0412461Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T19:07:41.0412870Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T19:07:41.0413282Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T19:07:41.0413706Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T19:07:41.0414106Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T19:07:41.0414521Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:07:41.0414964Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:07:41.0415395Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T19:07:41.0415965Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T19:07:41.0416369Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T19:07:41.0416781Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T19:07:41.0417189Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T19:07:41.0417594Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T19:07:41.0417992Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T19:07:41.0418400Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:07:41.0418805Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T19:07:41.0419190Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T19:07:41.0419551Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T19:07:41.0419922Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T19:07:41.0420322Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T19:07:41.0420878Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T19:07:41.0421282Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T19:07:41.0421675Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T19:07:41.0422044Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T19:07:41.0422428Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T19:07:41.0422810Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T19:07:41.0423197Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T19:07:41.0423621Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:07:41.0424072Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T19:07:41.0424476Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T19:07:41.0424853Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T19:07:41.0425245Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T19:07:41.0425665Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:07:41.0426086Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:07:41.0426642Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T19:07:41.0427010Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T19:07:41.0427434Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:07:41.0427867Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T19:07:41.0428279Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T19:07:41.0428665Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T19:07:41.0429051Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T19:07:41.0429440Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T19:07:41.0429864Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:07:41.0430332Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:07:41.0430903Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T19:07:41.0431282Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T19:07:41.0431651Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T19:07:41.0432099Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:07:41.0432811Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:07:41.0433254Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T19:07:41.0433629Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T19:07:41.0434091Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:07:41.0434631Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:07:41.0435142Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:07:41.0435581Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T19:07:41.0435943Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T19:07:41.0436322Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T19:07:41.0436735Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T19:07:41.0437156Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T19:07:41.0437560Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:07:41.0437944Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T19:07:41.0438325Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T19:07:41.0438726Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:07:41.0439138Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T19:07:41.0439545Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:07:41.0439945Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T19:07:41.0440340Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:07:41.0440958Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T19:07:41.0441397Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:07:41.0441846Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T19:07:41.0442278Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T19:07:41.0442672Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T19:07:41.0443053Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T19:07:41.0443667Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T19:07:41.0444066Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T19:07:41.0444461Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T19:07:41.0444885Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:07:41.0445358Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:07:41.0445810Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:07:41.0446216Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T19:07:41.0446608Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T19:07:41.0446999Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T19:07:41.0447424Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T19:07:41.0447803Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T19:07:41.0448199Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T19:07:41.0448587Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T19:07:41.0449037Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:07:41.0449684Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T19:07:41.0450148Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:07:41.0450805Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:07:41.0451325Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:07:41.0451833Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:07:41.0452278Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T19:07:41.0452644Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T19:07:41.0453008Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T19:07:41.0453388Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:07:41.0453773Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T19:07:41.0454149Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T19:07:41.0454536Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:07:41.0454922Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T19:07:41.0455311Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:07:41.0455693Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T19:07:41.0456077Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T19:07:41.0456480Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T19:07:41.0456874Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T19:07:41.0457294Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:07:41.0457735Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:07:41.0458163Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T19:07:41.0458580Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T19:07:41.0458986Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T19:07:41.0459398Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T19:07:41.0459823Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T19:07:41.0460591Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T19:07:41.0460994Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T19:07:41.0461508Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:41.0462027Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T19:07:41.0462407Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T19:07:41.0462808Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T19:07:41.0463175Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T19:07:41.0463570Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:07:41.0464004Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T19:07:41.0464432Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:07:41.0464867Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T19:07:41.0465273Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T19:07:41.0465680Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T19:07:41.0466108Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:07:41.0466674Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T19:07:41.0467070Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T19:07:41.0467501Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:07:41.0467992Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:07:41.0468489Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:07:41.0468944Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:07:41.0469359Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T19:07:41.0469766Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T19:07:41.0470250Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:07:41.0470886Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T19:07:41.0471301Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T19:07:41.0471739Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:07:41.0472197Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T19:07:41.0472608Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T19:07:41.0472971Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T19:07:41.0473327Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T19:07:41.0473702Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T19:07:41.0474089Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T19:07:41.0474468Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T19:07:41.0474830Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T19:07:41.0475207Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T19:07:41.0475576Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T19:07:41.0475941Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T19:07:41.0476319Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T19:07:41.0476680Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T19:07:41.0477293Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T19:07:41.0477701Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T19:07:41.0478066Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T19:07:41.0478427Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T19:07:41.0478786Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T19:07:41.0479158Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T19:07:41.0479532Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T19:07:41.0479900Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T19:07:41.0480257Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T19:07:41.0480791Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T19:07:41.0481217Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T19:07:41.0481657Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T19:07:41.0482065Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T19:07:41.0482429Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T19:07:41.0482815Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:07:41.0483421Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:07:41.0483824Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T19:07:41.0484187Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T19:07:41.0484556Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T19:07:41.0484919Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T19:07:41.0485270Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T19:07:41.0485624Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T19:07:41.0485988Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T19:07:41.0486360Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T19:07:41.0486722Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T19:07:41.0487105Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T19:07:41.0487447Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T19:07:41.0487821Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:07:41.0488228Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T19:07:41.0488628Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:07:41.0489032Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T19:07:41.0489435Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:07:41.0489850Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:07:41.0490354Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:07:41.0491142Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:07:41.0491781Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:07:41.0492328Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:07:41.0492798Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:07:41.0493254Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:07:41.0493779Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:07:41.0494664Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:07:41.0495253Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:07:41.0495751Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:07:41.0496204Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T19:07:41.0496577Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T19:07:41.0496952Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T19:07:41.0497327Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T19:07:41.0497710Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T19:07:41.0498099Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T19:07:41.0498493Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T19:07:41.0498881Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T19:07:41.0499270Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T19:07:41.0499664Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T19:07:41.0500228Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T19:07:41.0500722Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T19:07:41.0501101Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T19:07:41.0501495Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T19:07:41.0501893Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T19:07:41.0502304Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T19:07:41.0502726Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T19:07:41.0503093Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T19:07:41.0503485Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T19:07:41.0503894Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T19:07:41.0504315Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:07:41.0504758Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:07:41.0505184Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T19:07:41.0505558Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T19:07:41.0505934Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T19:07:41.0506324Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T19:07:41.0506702Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T19:07:41.0507099Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:07:41.0507494Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T19:07:41.0507887Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T19:07:41.0508278Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T19:07:41.0508647Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T19:07:41.0509018Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T19:07:41.0509569Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:41.0510288Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:41.0511349Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:41.0512048Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:41.0512579Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T19:07:41.0512970Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T19:07:41.0513379Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T19:07:41.0513781Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T19:07:41.0514156Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T19:07:41.0514533Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T19:07:41.0514901Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T19:07:41.0515283Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T19:07:41.0515668Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T19:07:41.0516048Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T19:07:41.0516427Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T19:07:41.0516818Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T19:07:41.0517430Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T19:07:41.0517833Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T19:07:41.0518228Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T19:07:41.0518625Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T19:07:41.0519009Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T19:07:41.0519403Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T19:07:41.0519807Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T19:07:41.0520204Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T19:07:41.0520748Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T19:07:41.0521142Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T19:07:41.0521573Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:07:41.0522003Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T19:07:41.0522407Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T19:07:41.0522847Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:07:41.0523306Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:07:41.0523715Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T19:07:41.0524086Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T19:07:41.0524467Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T19:07:41.0524865Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T19:07:41.0525279Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:07:41.0525686Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T19:07:41.0526067Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T19:07:41.0526457Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T19:07:41.0526930Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:07:41.0527402Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:07:41.0528073Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T19:07:41.0528503Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:07:41.0528961Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:07:41.0529422Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:07:41.0529901Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:07:41.0530394Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:07:41.0531000Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:07:41.0531441Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:07:41.0531841Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T19:07:41.0532239Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T19:07:41.0532660Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T19:07:41.0533047Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T19:07:41.0533424Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T19:07:41.0534013Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T19:07:41.0534415Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T19:07:41.0534819Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:07:41.0535240Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T19:07:41.0535635Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T19:07:41.0536011Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T19:07:41.0536385Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T19:07:41.0536742Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T19:07:41.0537134Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:07:41.0537553Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:07:41.0537951Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T19:07:41.0538403Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:07:41.0538855Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:07:41.0539256Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T19:07:41.0539695Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:07:41.0540121Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T19:07:41.0540774Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:07:41.0541204Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T19:07:41.0541566Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T19:07:41.0541931Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T19:07:41.0542332Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T19:07:41.0542731Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T19:07:41.0543113Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T19:07:41.0543474Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T19:07:41.0543828Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T19:07:41.0544178Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T19:07:41.0544908Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T19:07:41.0545437Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T19:07:41.0545823Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T19:07:41.0546207Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T19:07:41.0546609Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T19:07:41.0547020Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T19:07:41.0547475Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T19:07:41.0547880Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T19:07:41.0548297Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:07:41.0548709Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T19:07:41.0549088Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T19:07:41.0549459Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T19:07:41.0549823Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T19:07:41.0550204Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T19:07:41.0550968Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T19:07:41.0551404Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T19:07:41.0551804Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T19:07:41.0552230Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:07:41.0552671Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:07:41.0553077Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T19:07:41.0553449Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T19:07:41.0553794Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T19:07:41.0554147Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T19:07:41.0554516Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T19:07:41.0554900Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T19:07:41.0555283Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T19:07:41.0555685Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T19:07:41.0556104Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T19:07:41.0556568Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:07:41.0557005Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T19:07:41.0557387Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T19:07:41.0557777Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T19:07:41.0558166Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T19:07:41.0558560Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T19:07:41.0558950Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T19:07:41.0559329Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T19:07:41.0559776Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:07:41.0560273Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:07:41.0560867Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T19:07:41.0561471Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T19:07:41.0561869Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T19:07:41.0562271Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T19:07:41.0562701Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T19:07:41.0563079Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T19:07:41.0563486Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T19:07:41.0563867Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T19:07:41.0564216Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T19:07:41.0564575Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T19:07:41.0564976Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T19:07:41.0565403Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T19:07:41.0565790Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T19:07:41.0566180Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T19:07:41.0566620Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:07:41.0567063Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T19:07:41.0567684Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:07:41.0568080Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T19:07:41.0568596Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:41.0569105Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T19:07:41.0569502Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:07:41.0569918Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T19:07:41.0570345Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:07:41.0571033Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:07:41.0571620Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:07:41.0572239Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:07:41.0572880Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:07:41.0573531Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:07:41.0574163Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:07:41.0574794Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:07:41.0575374Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:07:41.0575855Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T19:07:41.0576302Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:07:41.0576746Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T19:07:41.0577177Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:07:41.0577653Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:07:41.0578083Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T19:07:41.0578467Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T19:07:41.0579032Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T19:07:41.0579440Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T19:07:41.0579828Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T19:07:41.0580240Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:07:41.0580790Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T19:07:41.0581159Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T19:07:41.0581551Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:07:41.0582018Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:07:41.0582515Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:07:41.0583008Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:07:41.0583503Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:07:41.0583957Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:07:41.0584370Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T19:07:41.0584781Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T19:07:41.0585385Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T19:07:41.0585816Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:07:41.0586250Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T19:07:41.0586643Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T19:07:41.0587028Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T19:07:41.0587413Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T19:07:41.0587799Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T19:07:41.0588238Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:07:41.0588680Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T19:07:41.0589088Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T19:07:41.0589503Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T19:07:41.0589937Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:07:41.0590388Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:07:41.0590985Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:07:41.0591422Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:07:41.0591826Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T19:07:41.0592201Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T19:07:41.0592606Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T19:07:41.0592978Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T19:07:41.0593351Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T19:07:41.0593753Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T19:07:41.0594155Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T19:07:41.0594587Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:07:41.0595060Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:07:41.0595726Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:07:41.0596141Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T19:07:41.0596496Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T19:07:41.0596867Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T19:07:41.0597262Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T19:07:41.0597654Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T19:07:41.0598051Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:07:41.0598479Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:07:41.0598929Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:07:41.0599351Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T19:07:41.0599741Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T19:07:41.0600144Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T19:07:41.0600916Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:07:41.0601509Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:07:41.0602140Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:07:41.0602590Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:07:41.0603015Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T19:07:41.0603412Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T19:07:41.0603805Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T19:07:41.0604197Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:07:41.0604597Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:07:41.0605001Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T19:07:41.0605380Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T19:07:41.0605772Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:07:41.0606180Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:07:41.0606558Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T19:07:41.0606968Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T19:07:41.0607432Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T19:07:41.0607856Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T19:07:41.0608238Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T19:07:41.0608617Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T19:07:41.0609005Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T19:07:41.0609381Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T19:07:41.0609753Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:07:41.0610192Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:07:41.0610802Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T19:07:41.0611209Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T19:07:41.0611607Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T19:07:41.0612004Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T19:07:41.0612611Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T19:07:41.0613008Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T19:07:41.0613399Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T19:07:41.0613802Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T19:07:41.0614254Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:07:41.0614700Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:07:41.0615123Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:07:41.0615528Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T19:07:41.0615931Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T19:07:41.0616354Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T19:07:41.0616744Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T19:07:41.0617104Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T19:07:41.0617451Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T19:07:41.0617822Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T19:07:41.0618374Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T19:07:41.0618733Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T19:07:41.0619106Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:07:41.0619504Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:07:41.0619895Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T19:07:41.0620249Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T19:07:41.0620764Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T19:07:41.0621147Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T19:07:41.0621550Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T19:07:41.0621928Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T19:07:41.0622292Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T19:07:41.0622659Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T19:07:41.0623047Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T19:07:41.0623430Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T19:07:41.0623786Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T19:07:41.0624159Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T19:07:41.0624552Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T19:07:41.0624939Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T19:07:41.0625318Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T19:07:41.0625695Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T19:07:41.0626086Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T19:07:41.0626493Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T19:07:41.0626919Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T19:07:41.0627321Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T19:07:41.0627674Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T19:07:41.0628024Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T19:07:41.0628370Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T19:07:41.0629053Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:07:41.0629591Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:07:41.0630064Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:07:41.0630754Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:07:41.0631283Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:07:41.0631723Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T19:07:41.0632110Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:07:41.0632500Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:07:41.0632891Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:07:41.0633285Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T19:07:41.0633670Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:07:41.0634058Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T19:07:41.0634439Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T19:07:41.0635005Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:07:41.0635452Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:07:41.0635890Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:07:41.0636267Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T19:07:41.0636667Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:07:41.0637092Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:07:41.0637473Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T19:07:41.0637857Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T19:07:41.0656872Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:07:41.0657357Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:07:41.0657843Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T19:07:41.0658260Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T19:07:41.0658679Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T19:07:41.0659111Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T19:07:41.0659547Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T19:07:41.0659883Z 
2025-08-20T19:07:41.0659887Z 
2025-08-20T19:07:41.0661477Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (07:07:41 PM)
2025-08-20T19:07:41.0661850Z 
2025-08-20T19:07:41.0661853Z 
2025-08-20T19:07:41.0661857Z 
2025-08-20T19:07:41.0661927Z [+] Continue : YES
2025-08-20T19:07:41.0662034Z 
2025-08-20T19:07:41.0662266Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T19:07:41.1338066Z 
2025-08-20T19:07:41.1338590Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (07:07:41 PM) UTC
2025-08-20T19:07:41.1338846Z 
2025-08-20T19:07:41.1354926Z 
2025-08-20T19:07:41.1355155Z [+] Total RECIPES :: 1
2025-08-20T19:07:41.1355301Z 
2025-08-20T19:07:41.1445543Z 
2025-08-20T19:07:41.1446449Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml (1/1)
2025-08-20T19:07:41.1446984Z 
2025-08-20T19:07:41.2708766Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:07:41.2719900Z mode of '/tmp/pkgforge/lzUWZdkYa_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T19:07:41.2770299Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/coreutils/multicall/glibc [Provided]
2025-08-20T19:07:41.2770815Z [+] Setting '.pkg_family' --> coreutils [Provided]
2025-08-20T19:07:41.2785178Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T19:07:41.2790731Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-20T19:07:41.2820018Z [00:00:00.003]➜  
2025-08-20T19:07:41.2820672Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/lzUWZdkYa_build.yaml
2025-08-20T19:07:41.2821153Z [00:00:00.003]➜  
2025-08-20T19:07:41.2860216Z [00:00:00.007]➜  
2025-08-20T19:07:41.2860876Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/lzUWZdkYa_build.yaml
2025-08-20T19:07:41.2861314Z [00:00:00.007]➜  
2025-08-20T19:07:41.2943100Z [00:00:00.015]➜  
2025-08-20T19:07:41.2944159Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/coreutils/static.multicall.glibc.yaml) --> /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (07:07:41 PM) UTC]
2025-08-20T19:07:41.2945401Z [00:00:00.015]➜  
2025-08-20T19:07:41.2945596Z [00:00:00.015]➜  
2025-08-20T19:07:41.2945785Z [00:00:00.015]➜  
2025-08-20T19:07:41.2946061Z [00:00:00.015]➜  ###################################################################
2025-08-20T19:07:41.2952519Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T19:07:41.2953604Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:07:41.2954694Z [00:00:00.016]➜  _disabled: false
2025-08-20T19:07:41.2954977Z [00:00:00.016]➜  
2025-08-20T19:07:41.2955225Z [00:00:00.016]➜  pkg: "coreutils"
2025-08-20T19:07:41.2955596Z [00:00:00.016]➜  pkg_id: "github.com.coreutils.coreutils.multicall.glibc"
2025-08-20T19:07:41.2955953Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T19:07:41.2956196Z [00:00:00.016]➜  category:
2025-08-20T19:07:41.2958285Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T19:07:41.2958710Z [00:00:00.016]➜    - "Utility"
2025-08-20T19:07:41.2959023Z [00:00:00.016]➜  description: 
2025-08-20T19:07:41.2959360Z [00:00:00.016]➜    _default: "GNU File, Shell, and Text utilities"
2025-08-20T19:07:41.2959825Z [00:00:00.016]➜    "[": "Check file types and compare values [coreutils]"
2025-08-20T19:07:41.2960280Z [00:00:00.016]➜    arch: "Print machine hardware name (same as uname -m) [coreutils]"
2025-08-20T19:07:41.2961029Z [00:00:00.016]➜    b2sum: "Compute and check BLAKE2 message digest [coreutils]"
2025-08-20T19:07:41.2961556Z [00:00:00.016]➜    base32: "Base32 encode/decode data and print to standard output [coreutils]"
2025-08-20T19:07:41.2962126Z [00:00:00.016]➜    base64: "Base64 encode/decode data and print to standard output [coreutils]"
2025-08-20T19:07:41.2962647Z [00:00:00.016]➜    basename: "Strip directory and suffix from filenames [coreutils]"
2025-08-20T19:07:41.2963154Z [00:00:00.016]➜    basenc: "Encode/decode data and print to standard output [coreutils]"
2025-08-20T19:07:41.2963661Z [00:00:00.016]➜    cat: "Concatenate files and print on the standard output [coreutils]"
2025-08-20T19:07:41.2964117Z [00:00:00.016]➜    chcon: "Change file security context [coreutils]"
2025-08-20T19:07:41.2964491Z [00:00:00.016]➜    chgrp: "Change group ownership [coreutils]"
2025-08-20T19:07:41.2964866Z [00:00:00.016]➜    chmod: "Change file owner and group [coreutils]"
2025-08-20T19:07:41.2965245Z [00:00:00.016]➜    chown: "Change file owner and group [coreutils]"
2025-08-20T19:07:41.2965738Z [00:00:00.016]➜    chroot: "Run command or interactive shell with special root directory [coreutils]"
2025-08-20T19:07:41.2966603Z [00:00:00.016]➜    cksum: "Compute and verify file checksums [coreutils]"
2025-08-20T19:07:41.2967107Z [00:00:00.016]➜    comm: "Compare two sorted files line by line [coreutils]"
2025-08-20T19:07:41.2967626Z [00:00:00.016]➜    coreutils: "Multicall Binary for Coreutils: GNU File, Shell, and Text utilities"  
2025-08-20T19:07:41.2968094Z [00:00:00.016]➜    cp: "Copy files and directories [coreutils]"
2025-08-20T19:07:41.2968553Z [00:00:00.016]➜    csplit: "Split a file into sections determined by context lines [coreutils]"
2025-08-20T19:07:41.2969048Z [00:00:00.016]➜    cut: "Remove sections from each line of files [coreutils]"
2025-08-20T19:07:41.2969480Z [00:00:00.016]➜    date: "Print or set the system date and time [coreutils]"
2025-08-20T19:07:41.2969867Z [00:00:00.016]➜    dd: "Convert and Copy a file [coreutils]"
2025-08-20T19:07:41.2970237Z [00:00:00.016]➜    df: "Report file system space usage [coreutils]"
2025-08-20T19:07:41.2970767Z [00:00:00.016]➜    dir: "List directory contents [coreutils]"
2025-08-20T19:07:41.2971148Z [00:00:00.016]➜    dircolors: "Color setup for ls [coreutils]"
2025-08-20T19:07:41.2971554Z [00:00:00.016]➜    dirname: "Strip last component from file name [coreutils]"
2025-08-20T19:07:41.2971950Z [00:00:00.016]➜    du: "Estimate file space usage [coreutils]"
2025-08-20T19:07:41.2972301Z [00:00:00.016]➜    echo: "Display a line of text [coreutils]"
2025-08-20T19:07:41.2972701Z [00:00:00.016]➜    env: "Run a program in a modified environment [coreutils]"
2025-08-20T19:07:41.2973400Z [00:00:00.016]➜    expand: "Convert tabs to spaces [coreutils]"
2025-08-20T19:07:41.2973759Z [00:00:00.016]➜    expr: "Evaluate expressions [coreutils]"
2025-08-20T19:07:41.2974099Z [00:00:00.016]➜    factor: "Factor numbers [coreutils]"
2025-08-20T19:07:41.2974468Z [00:00:00.016]➜    "false": "Do nothing, unsuccessfully [coreutils]"
2025-08-20T19:07:41.2974855Z [00:00:00.016]➜    fmt: "Simple optimal text formatter [coreutils]"
2025-08-20T19:07:41.2975295Z [00:00:00.016]➜    fold: "Wrap each input line to fit in specified width [coreutils]"
2025-08-20T19:07:41.2975752Z [00:00:00.016]➜    ginstall: "Copy files and set attributes [coreutils]"
2025-08-20T19:07:41.2976162Z [00:00:00.016]➜    groups: "Print the groups a user is in [coreutils]"
2025-08-20T19:07:41.2976555Z [00:00:00.016]➜    head: "Output the first part of files [coreutils]"
2025-08-20T19:07:41.2977014Z [00:00:00.016]➜    hostid: "Print the numeric identifier for the current host [coreutils]"
2025-08-20T19:07:41.2977508Z [00:00:00.016]➜    hostname: "Display or set the system's host name [coreutils]"
2025-08-20T19:07:41.2977963Z [00:00:00.016]➜    id: "Print real and effective user and group IDs [coreutils]"
2025-08-20T19:07:41.2978385Z [00:00:00.016]➜    install: "Copy files and set attributes [coreutils]"
2025-08-20T19:07:41.2978817Z [00:00:00.016]➜    join: "Join lines of two files on a common field [coreutils]"
2025-08-20T19:07:41.2979264Z [00:00:00.016]➜    kill: "Send a signal (default: TERM) to given PIDs [coreutils]"
2025-08-20T19:07:41.2979750Z [00:00:00.016]➜    link: "Call the link function to create a link to a file [coreutils]"
2025-08-20T19:07:41.2980169Z [00:00:00.016]➜    ln: "Make links between files [coreutils]"
2025-08-20T19:07:41.2981020Z [00:00:00.016]➜    logname: "Print user's login name [coreutils]"
2025-08-20T19:07:41.2981452Z [00:00:00.016]➜    ls: "List directory contents [coreutils]"
2025-08-20T19:07:41.2981848Z [00:00:00.016]➜    make-prime-list: "Generate Prime Numbers [coreutils]"
2025-08-20T19:07:41.2982294Z [00:00:00.016]➜    md5sum: "Compute and check MD5 message digest [coreutils]"
2025-08-20T19:07:41.2982681Z [00:00:00.016]➜    mkdir: "Make directories [coreutils]"
2025-08-20T19:07:41.2983039Z [00:00:00.016]➜    mkfifo: "Make FIFOs (named pipes) [coreutils]"
2025-08-20T19:07:41.2983449Z [00:00:00.016]➜    mknod: "Make block or character special files [coreutils]"
2025-08-20T19:07:41.2983890Z [00:00:00.016]➜    mktemp: "Create a temporary file or directory [coreutils]"
2025-08-20T19:07:41.2984275Z [00:00:00.016]➜    mv: "Move (rename) files [coreutils]"
2025-08-20T19:07:41.2984974Z [00:00:00.016]➜    nice: "Run a program with modified scheduling priority [coreutils]"
2025-08-20T19:07:41.2985489Z [00:00:00.016]➜    nl: "Number lines of files [coreutils]"
2025-08-20T19:07:41.2985951Z [00:00:00.016]➜    nohup: "Run a command immune to hangups, with output to a non-tty [coreutils]"
2025-08-20T19:07:41.2986474Z [00:00:00.016]➜    nproc: "Print the number of processing units available [coreutils]"
2025-08-20T19:07:41.2986983Z [00:00:00.016]➜    numfmt: "Convert numbers from/to human-readable strings [coreutils]"
2025-08-20T19:07:41.2987434Z [00:00:00.016]➜    od: "Dump files in octal and other formats [coreutils]"
2025-08-20T19:07:41.2987851Z [00:00:00.016]➜    paste: "Merge lines of files [coreutils]"
2025-08-20T19:07:41.2988294Z [00:00:00.016]➜    pathchk: "Check whether file names are valid or portable [coreutils]"
2025-08-20T19:07:41.2988716Z [00:00:00.016]➜    pinky: "Lightweight finger [coreutils]"
2025-08-20T19:07:41.2989096Z [00:00:00.017]➜    pr: "Convert text files for printing [coreutils]"
2025-08-20T19:07:41.2989511Z [00:00:00.017]➜    printenv: "Print all or part of environment [coreutils]"
2025-08-20T19:07:41.2989907Z [00:00:00.017]➜    printf: "Format and print data [coreutils]"
2025-08-20T19:07:41.2990309Z [00:00:00.017]➜    ptx: "Produce a permuted index of file contents [coreutils]"
2025-08-20T19:07:41.2990967Z [00:00:00.017]➜    pwd: "Print name of current/working directory [coreutils]"
2025-08-20T19:07:41.2991753Z [00:00:00.017]➜    readlink: "Print resolved symbolic links or canonical file names [coreutils]"
2025-08-20T19:07:41.2992229Z [00:00:00.017]➜    realpath: "Print the resolved path [coreutils]"
2025-08-20T19:07:41.2992606Z [00:00:00.017]➜    rm: "Remove files or directories [coreutils]"
2025-08-20T19:07:41.2992976Z [00:00:00.017]➜    rmdir: "Remove empty directories [coreutils]"
2025-08-20T19:07:41.2993408Z [00:00:00.017]➜    runcon: "Run command with specified security context [coreutils]"
2025-08-20T19:07:41.2993843Z [00:00:00.017]➜    seq: "Print a sequence of numbers [coreutils]"
2025-08-20T19:07:41.2994257Z [00:00:00.017]➜    sha1sum: "Compute and check SHA1 message digest [coreutils]"
2025-08-20T19:07:41.2994718Z [00:00:00.017]➜    sha224sum: "Compute and check SHA224 message digest [coreutils]"
2025-08-20T19:07:41.2995195Z [00:00:00.017]➜    sha256sum: "Compute and check SHA256 message digest [coreutils]"
2025-08-20T19:07:41.2995674Z [00:00:00.017]➜    sha384sum: "Compute and check SHA384 message digest [coreutils]"
2025-08-20T19:07:41.2996144Z [00:00:00.017]➜    sha512sum: "Compute and check SHA512 message digest [coreutils]"
2025-08-20T19:07:41.2996689Z [00:00:00.017]➜    shred: "Overwrite a file to hide its contents, and optionally delete it [coreutils]"
2025-08-20T19:07:41.2997163Z [00:00:00.017]➜    shuf: "Generate random permutations [coreutils]"
2025-08-20T19:07:41.2997572Z [00:00:00.017]➜    sleep: "Delay for a specified amount of time [coreutils]"
2025-08-20T19:07:41.2997968Z [00:00:00.017]➜    sort: "Sort lines of text files [coreutils]"
2025-08-20T19:07:41.2998349Z [00:00:00.017]➜    split: "Split a file into pieces [coreutils]"
2025-08-20T19:07:41.2998743Z [00:00:00.017]➜    stat: "Display file or file system status [coreutils]"
2025-08-20T19:07:41.2999295Z [00:00:00.017]➜    stdbuf: "Run COMMAND, with modified buffering operations for its standard streams [coreutils]"
2025-08-20T19:07:41.2999847Z [00:00:00.017]➜    stty: "Change and print terminal line settings [coreutils]"
2025-08-20T19:07:41.3000297Z [00:00:00.017]➜    sum: "Checksum and count the blocks in a file [coreutils]"
2025-08-20T19:07:41.3000976Z [00:00:00.017]➜    sync: "Synchronize cached writes to persistent storage [coreutils]"
2025-08-20T19:07:41.3001455Z [00:00:00.017]➜    tac: "Concatenate and print files in reverse [coreutils]"
2025-08-20T19:07:41.3001863Z [00:00:00.017]➜    tail: "Output the last part of files [coreutils]"
2025-08-20T19:07:41.3002351Z [00:00:00.017]➜    tee: "Read from standard input and write to standard output and files [coreutils]"
2025-08-20T19:07:41.3003074Z [00:00:00.017]➜    test: "Check file types and compare values [coreutils]"
2025-08-20T19:07:41.3003601Z [00:00:00.017]➜    timeout: "Run a command with a time limit [coreutils]"
2025-08-20T19:07:41.3003990Z [00:00:00.017]➜    touch: "Change file timestamps [coreutils]"
2025-08-20T19:07:41.3004359Z [00:00:00.017]➜    tr: "Translate or Delete characters [coreutils]"
2025-08-20T19:07:41.3004748Z [00:00:00.017]➜    "true": "Do nothing, successfully [coreutils]"
2025-08-20T19:07:41.3005223Z [00:00:00.017]➜    truncate: "Shrink or extend the size of a file to the specified size [coreutils]"
2025-08-20T19:07:41.3005684Z [00:00:00.017]➜    tsort: "Perform topological sort [coreutils]"
2025-08-20T19:07:41.3006159Z [00:00:00.017]➜    tty: "Print the file name of the terminal connected to standard input [coreutils]"
2025-08-20T19:07:41.3006629Z [00:00:00.017]➜    uname: "Print system information [coreutils]"
2025-08-20T19:07:41.3007005Z [00:00:00.017]➜    unexpand: "Convert spaces to tabs [coreutils]"
2025-08-20T19:07:41.3007400Z [00:00:00.017]➜    uniq: "Report or omit repeated lines [coreutils]"
2025-08-20T19:07:41.3007873Z [00:00:00.017]➜    unlink: "Call the unlink function to remove the specified file [coreutils]"
2025-08-20T19:07:41.3008358Z [00:00:00.017]➜    uptime: "Display the time since the last boot [coreutils]"
2025-08-20T19:07:41.3008905Z [00:00:00.017]➜    users: "Print the user names of users currently logged in to the current host [coreutils]"
2025-08-20T19:07:41.3009633Z [00:00:00.017]➜    vdir: "List directory contents [coreutils]"
2025-08-20T19:07:41.3010060Z [00:00:00.017]➜    wc: "Print newline, word, and byte counts for each file [coreutils]"
2025-08-20T19:07:41.3010946Z [00:00:00.017]➜    who: "Show who is logged on [coreutils]"
2025-08-20T19:07:41.3011384Z [00:00:00.017]➜    whoami: "Print effective user name [coreutils]"
2025-08-20T19:07:41.3011888Z [00:00:00.017]➜    yes: "Output a string repeatedly until killed [coreutils]"
2025-08-20T19:07:41.3012227Z [00:00:00.017]➜  distro_pkg:
2025-08-20T19:07:41.3012467Z [00:00:00.017]➜    alpine:
2025-08-20T19:07:41.3012740Z [00:00:00.017]➜      - "coreutils"
2025-08-20T19:07:41.3012985Z [00:00:00.017]➜    archlinux:
2025-08-20T19:07:41.3013209Z [00:00:00.017]➜      aur:
2025-08-20T19:07:41.3013455Z [00:00:00.017]➜        - "coreutils-git"
2025-08-20T19:07:41.3013711Z [00:00:00.017]➜    debian:
2025-08-20T19:07:41.3013955Z [00:00:00.017]➜      - "coreutils"
2025-08-20T19:07:41.3014197Z [00:00:00.017]➜    gnuguix:
2025-08-20T19:07:41.3014430Z [00:00:00.017]➜      - "coreutils"
2025-08-20T19:07:41.3014674Z [00:00:00.017]➜    homebrew:
2025-08-20T19:07:41.3014910Z [00:00:00.017]➜      - "coreutils"
2025-08-20T19:07:41.3015149Z [00:00:00.017]➜    nixpkgs:
2025-08-20T19:07:41.3015426Z [00:00:00.017]➜      - "coreutils"
2025-08-20T19:07:41.3015668Z [00:00:00.017]➜  homepage:
2025-08-20T19:07:41.3015983Z [00:00:00.017]➜    - "https://www.gnu.org/software/coreutils/"
2025-08-20T19:07:41.3016288Z [00:00:00.017]➜  license:
2025-08-20T19:07:41.3016530Z [00:00:00.017]➜    - id: "GPL-3.0"
2025-08-20T19:07:41.3017245Z [00:00:00.017]➜      url: "https://github.com/coreutils/coreutils/raw/fbfd886e595cf9b021fc9d8363760953a1d3e6ca/COPYING"
2025-08-20T19:07:41.3017726Z [00:00:00.017]➜  maintainer:
2025-08-20T19:07:41.3018038Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T19:07:41.3018339Z [00:00:00.017]➜  note:
2025-08-20T19:07:41.3018661Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T19:07:41.3019177Z [00:00:00.017]➜    - "Built From Source (Latest Git TAG). Check/Report @ https://github.com/coreutils/coreutils"
2025-08-20T19:07:41.3019712Z [00:00:00.017]➜    - "This is the multicall version i.e all progs are symlinked"
2025-08-20T19:07:41.3020101Z [00:00:00.017]➜    - "Statically Linked on Debian (GLIBC)"
2025-08-20T19:07:41.3020406Z [00:00:00.017]➜  provides:
2025-08-20T19:07:41.3020934Z [00:00:00.017]➜    - "coreutils==["
2025-08-20T19:07:41.3021201Z [00:00:00.017]➜    - "coreutils==[["  
2025-08-20T19:07:41.3021833Z [00:00:00.017]➜    - "coreutils==arch"
2025-08-20T19:07:41.3022171Z [00:00:00.017]➜    - "coreutils==b2sum"
2025-08-20T19:07:41.3022447Z [00:00:00.017]➜    - "coreutils==base32"
2025-08-20T19:07:41.3022723Z [00:00:00.017]➜    - "coreutils==base64"
2025-08-20T19:07:41.3023003Z [00:00:00.017]➜    - "coreutils==basename"
2025-08-20T19:07:41.3023278Z [00:00:00.017]➜    - "coreutils==basenc"
2025-08-20T19:07:41.3023559Z [00:00:00.017]➜    - "coreutils==cat"
2025-08-20T19:07:41.3023822Z [00:00:00.017]➜    - "coreutils==chcon"
2025-08-20T19:07:41.3024089Z [00:00:00.017]➜    - "coreutils==chgrp"
2025-08-20T19:07:41.3024356Z [00:00:00.017]➜    - "coreutils==chmod"
2025-08-20T19:07:41.3024625Z [00:00:00.017]➜    - "coreutils==chown"
2025-08-20T19:07:41.3024893Z [00:00:00.017]➜    - "coreutils==chroot"
2025-08-20T19:07:41.3025158Z [00:00:00.017]➜    - "coreutils==cksum"
2025-08-20T19:07:41.3025425Z [00:00:00.017]➜    - "coreutils==comm"
2025-08-20T19:07:41.3025685Z [00:00:00.017]➜    - "coreutils==cp"
2025-08-20T19:07:41.3025956Z [00:00:00.017]➜    - "coreutils==csplit"
2025-08-20T19:07:41.3026226Z [00:00:00.017]➜    - "coreutils==cut"
2025-08-20T19:07:41.3026490Z [00:00:00.017]➜    - "coreutils==date"
2025-08-20T19:07:41.3026758Z [00:00:00.017]➜    - "coreutils==dd"
2025-08-20T19:07:41.3027014Z [00:00:00.017]➜    - "coreutils==df"
2025-08-20T19:07:41.3027276Z [00:00:00.017]➜    - "coreutils==dir"
2025-08-20T19:07:41.3027850Z [00:00:00.017]➜    - "coreutils==dircolors"
2025-08-20T19:07:41.3028138Z [00:00:00.017]➜    - "coreutils==dirname"
2025-08-20T19:07:41.3028407Z [00:00:00.017]➜    - "coreutils==du"
2025-08-20T19:07:41.3028669Z [00:00:00.017]➜    - "coreutils==echo"
2025-08-20T19:07:41.3028930Z [00:00:00.017]➜    - "coreutils==env"
2025-08-20T19:07:41.3029196Z [00:00:00.017]➜    - "coreutils==expand"
2025-08-20T19:07:41.3029471Z [00:00:00.017]➜    - "coreutils==expr"
2025-08-20T19:07:41.3029743Z [00:00:00.017]➜    - "coreutils==factor"
2025-08-20T19:07:41.3030015Z [00:00:00.017]➜    - "coreutils==false"
2025-08-20T19:07:41.3030294Z [00:00:00.017]➜    - "coreutils==fmt"
2025-08-20T19:07:41.3030831Z [00:00:00.017]➜    - "coreutils==fold"
2025-08-20T19:07:41.3031120Z [00:00:00.017]➜    - "coreutils==ginstall"
2025-08-20T19:07:41.3031400Z [00:00:00.017]➜    - "coreutils==groups"
2025-08-20T19:07:41.3031687Z [00:00:00.017]➜    - "coreutils==head"
2025-08-20T19:07:41.3031953Z [00:00:00.017]➜    - "coreutils==hostid"
2025-08-20T19:07:41.3032251Z [00:00:00.017]➜    - "coreutils==hostname"  
2025-08-20T19:07:41.3032522Z [00:00:00.017]➜    - "coreutils==id"
2025-08-20T19:07:41.3032818Z [00:00:00.017]➜    - "coreutils==install"  
2025-08-20T19:07:41.3033094Z [00:00:00.017]➜    - "coreutils==join"
2025-08-20T19:07:41.3033356Z [00:00:00.017]➜    - "coreutils==kill"
2025-08-20T19:07:41.3033622Z [00:00:00.017]➜    - "coreutils==link"
2025-08-20T19:07:41.3033883Z [00:00:00.017]➜    - "coreutils==ln"
2025-08-20T19:07:41.3034148Z [00:00:00.017]➜    - "coreutils==logname"
2025-08-20T19:07:41.3034415Z [00:00:00.017]➜    - "coreutils==ls"
2025-08-20T19:07:41.3034986Z [00:00:00.017]➜    - "coreutils==make-prime-list"  
2025-08-20T19:07:41.3035381Z [00:00:00.017]➜    - "coreutils==md5sum"
2025-08-20T19:07:41.3035652Z [00:00:00.017]➜    - "coreutils==mkdir"
2025-08-20T19:07:41.3035919Z [00:00:00.017]➜    - "coreutils==mkfifo"
2025-08-20T19:07:41.3036192Z [00:00:00.017]➜    - "coreutils==mknod"
2025-08-20T19:07:41.3036474Z [00:00:00.017]➜    - "coreutils==mktemp"
2025-08-20T19:07:41.3036748Z [00:00:00.017]➜    - "coreutils==mv"
2025-08-20T19:07:41.3037003Z [00:00:00.017]➜    - "coreutils==nice"
2025-08-20T19:07:41.3037265Z [00:00:00.017]➜    - "coreutils==nl"
2025-08-20T19:07:41.3037524Z [00:00:00.017]➜    - "coreutils==nohup"
2025-08-20T19:07:41.3037792Z [00:00:00.017]➜    - "coreutils==nproc"
2025-08-20T19:07:41.3038059Z [00:00:00.017]➜    - "coreutils==numfmt"
2025-08-20T19:07:41.3038324Z [00:00:00.017]➜    - "coreutils==od"
2025-08-20T19:07:41.3038591Z [00:00:00.017]➜    - "coreutils==paste"
2025-08-20T19:07:41.3038876Z [00:00:00.017]➜    - "coreutils==pathchk"
2025-08-20T19:07:41.3039159Z [00:00:00.017]➜    - "coreutils==pinky"
2025-08-20T19:07:41.3039420Z [00:00:00.017]➜    - "coreutils==pr"
2025-08-20T19:07:41.3039691Z [00:00:00.017]➜    - "coreutils==printenv"
2025-08-20T19:07:41.3039972Z [00:00:00.017]➜    - "coreutils==printf"
2025-08-20T19:07:41.3040251Z [00:00:00.017]➜    - "coreutils==ptx"
2025-08-20T19:07:41.3041023Z [00:00:00.017]➜    - "coreutils==pwd"
2025-08-20T19:07:41.3041302Z [00:00:00.017]➜    - "coreutils==readlink"
2025-08-20T19:07:41.3041582Z [00:00:00.017]➜    - "coreutils==realpath"
2025-08-20T19:07:41.3041851Z [00:00:00.017]➜    - "coreutils==rm"
2025-08-20T19:07:41.3042112Z [00:00:00.017]➜    - "coreutils==rmdir"
2025-08-20T19:07:41.3042387Z [00:00:00.017]➜    - "coreutils==runcon"
2025-08-20T19:07:41.3042655Z [00:00:00.017]➜    - "coreutils==seq"
2025-08-20T19:07:41.3042923Z [00:00:00.017]➜    - "coreutils==sha1sum"
2025-08-20T19:07:41.3043210Z [00:00:00.017]➜    - "coreutils==sha224sum"
2025-08-20T19:07:41.3043512Z [00:00:00.017]➜    - "coreutils==sha256sum"
2025-08-20T19:07:41.3043801Z [00:00:00.017]➜    - "coreutils==sha384sum"
2025-08-20T19:07:41.3044086Z [00:00:00.017]➜    - "coreutils==sha512sum"
2025-08-20T19:07:41.3044367Z [00:00:00.017]➜    - "coreutils==shred"
2025-08-20T19:07:41.3044634Z [00:00:00.017]➜    - "coreutils==shuf"
2025-08-20T19:07:41.3044898Z [00:00:00.017]➜    - "coreutils==sleep"
2025-08-20T19:07:41.3045179Z [00:00:00.017]➜    - "coreutils==sort"
2025-08-20T19:07:41.3045444Z [00:00:00.017]➜    - "coreutils==split"
2025-08-20T19:07:41.3045715Z [00:00:00.017]➜    - "coreutils==stat"
2025-08-20T19:07:41.3045990Z [00:00:00.017]➜    - "coreutils==stty"
2025-08-20T19:07:41.3046257Z [00:00:00.017]➜    - "coreutils==sum"
2025-08-20T19:07:41.3046521Z [00:00:00.017]➜    - "coreutils==sync"
2025-08-20T19:07:41.3046787Z [00:00:00.017]➜    - "coreutils==tac"
2025-08-20T19:07:41.3047065Z [00:00:00.017]➜    - "coreutils==tail"
2025-08-20T19:07:41.3047342Z [00:00:00.017]➜    - "coreutils==tee"
2025-08-20T19:07:41.3047620Z [00:00:00.017]➜    - "coreutils==test"
2025-08-20T19:07:41.3047901Z [00:00:00.017]➜    - "coreutils==timeout"
2025-08-20T19:07:41.3048180Z [00:00:00.017]➜    - "coreutils==touch"
2025-08-20T19:07:41.3048450Z [00:00:00.017]➜    - "coreutils==tr"
2025-08-20T19:07:41.3048715Z [00:00:00.017]➜    - "coreutils==true"
2025-08-20T19:07:41.3048990Z [00:00:00.017]➜    - "coreutils==truncate"
2025-08-20T19:07:41.3049283Z [00:00:00.017]➜    - "coreutils==tsort"
2025-08-20T19:07:41.3049566Z [00:00:00.017]➜    - "coreutils==tty"
2025-08-20T19:07:41.3049829Z [00:00:00.017]➜    - "coreutils==uname"
2025-08-20T19:07:41.3050113Z [00:00:00.017]➜    - "coreutils==unexpand"
2025-08-20T19:07:41.3050388Z [00:00:00.017]➜    - "coreutils==uniq"
2025-08-20T19:07:41.3050956Z [00:00:00.017]➜    - "coreutils==unlink"
2025-08-20T19:07:41.3051239Z [00:00:00.017]➜    - "coreutils==uptime"
2025-08-20T19:07:41.3051512Z [00:00:00.017]➜    - "coreutils==users"
2025-08-20T19:07:41.3051782Z [00:00:00.017]➜    - "coreutils==vdir"
2025-08-20T19:07:41.3052398Z [00:00:00.017]➜    - "coreutils==wc"
2025-08-20T19:07:41.3052740Z [00:00:00.017]➜    - "coreutils==who"
2025-08-20T19:07:41.3053005Z [00:00:00.017]➜    - "coreutils==whoami"
2025-08-20T19:07:41.3053274Z [00:00:00.017]➜    - "coreutils==yes"
2025-08-20T19:07:41.3053522Z [00:00:00.017]➜  repology:
2025-08-20T19:07:41.3053750Z [00:00:00.017]➜    - "coreutils"
2025-08-20T19:07:41.3053993Z [00:00:00.017]➜  src_url:
2025-08-20T19:07:41.3054297Z [00:00:00.017]➜    - "https://github.com/coreutils/coreutils"
2025-08-20T19:07:41.3054632Z [00:00:00.017]➜  tag:
2025-08-20T19:07:41.3054856Z [00:00:00.017]➜    - "bootstrap"
2025-08-20T19:07:41.3055097Z [00:00:00.017]➜    - "busybox"
2025-08-20T19:07:41.3055333Z [00:00:00.017]➜    - "coreutils"
2025-08-20T19:07:41.3055564Z [00:00:00.017]➜  x_exec:
2025-08-20T19:07:41.3055817Z [00:00:00.017]➜    bsys: "docker://clang+make"
2025-08-20T19:07:41.3056083Z [00:00:00.017]➜    host:
2025-08-20T19:07:41.3056314Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T19:07:41.3056582Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T19:07:41.3056834Z [00:00:00.017]➜    shell: "bash"
2025-08-20T19:07:41.3057070Z [00:00:00.017]➜    pkgver: |
2025-08-20T19:07:41.3057743Z [00:00:00.017]➜      git ls-remote --tags --refs "https://github.com/coreutils/coreutils" | awk '{print $2}' | sed 's|refs/tags/||' | sort --version-sort | tail -n 1 | tr -cd '0-9.'
2025-08-20T19:07:41.3058590Z [00:00:00.017]➜    run: |
2025-08-20T19:07:41.3058813Z [00:00:00.017]➜      #Build
2025-08-20T19:07:41.3059432Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "debian-builder-unstable" --pull="always" \
2025-08-20T19:07:41.3060170Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T19:07:41.3060964Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T19:07:41.3061441Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T19:07:41.3061883Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/debian-builder-unstable:aarch64" \
2025-08-20T19:07:41.3062257Z [00:00:00.017]➜        bash -l -c '
2025-08-20T19:07:41.3062503Z [00:00:00.017]➜        #Setup ENV
2025-08-20T19:07:41.3062920Z [00:00:00.017]➜         set -x ; mkdir -pv "/tmp" ; chown -R "$(whoami):$(whoami)" "/tmp" ; chmod -v "1777" "/tmp"
2025-08-20T19:07:41.3063428Z [00:00:00.017]➜         mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T19:07:41.3063761Z [00:00:00.017]➜        #Get Src
2025-08-20T19:07:41.3064296Z [00:00:00.017]➜         curl -w "(Source) <== %{url}\n" -qfSL "https://ftp.gnu.org/gnu/coreutils/coreutils-${PKGVER}.tar.gz" -o "./coreutils.tgz"
2025-08-20T19:07:41.3065064Z [00:00:00.017]➜         mkdir -p "./coreutils-${PKGVER}" && tar --strip-components=1 -xzf "./coreutils.tgz" -C "./coreutils-${PKGVER}"
2025-08-20T19:07:41.3065729Z [00:00:00.017]➜         if [ ! -d "./coreutils-${PKGVER}" ] || [ "$(du -s "./coreutils-${PKGVER}" | cut -f1)" -le 100 ]; then
2025-08-20T19:07:41.3066216Z [00:00:00.017]➜           echo -e "\n [X] FATAL: Extraction probably Failed\n"
2025-08-20T19:07:41.3066536Z [00:00:00.017]➜          exit 1
2025-08-20T19:07:41.3066762Z [00:00:00.017]➜         else
2025-08-20T19:07:41.3067023Z [00:00:00.017]➜           cd "./coreutils-${PKGVER}"
2025-08-20T19:07:41.3067330Z [00:00:00.017]➜         fi
2025-08-20T19:07:41.3067556Z [00:00:00.017]➜        #Build
2025-08-20T19:07:41.3067806Z [00:00:00.017]➜         export CC="clang"
2025-08-20T19:07:41.3068087Z [00:00:00.017]➜         export CXX="clang++"
2025-08-20T19:07:41.3068594Z [00:00:00.017]➜         export CFLAGS="-Os -flto=auto -fuse-ld=$(which mold) -g0 -pipe -static -static-pie -v -w -Wno-error"
2025-08-20T19:07:41.3069077Z [00:00:00.017]➜         export CPPFLAGS="${CFLAGS}"
2025-08-20T19:07:41.3069395Z [00:00:00.017]➜         export CXXFLAGS="${CFLAGS}"
2025-08-20T19:07:41.3069977Z [00:00:00.017]➜         export LD="$(which mold)"
2025-08-20T19:07:41.3071101Z [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-20T19:07:41.3071992Z [00:00:00.017]➜         export FORCE_UNSAFE_CONFIGURE="1"
2025-08-20T19:07:41.3072302Z [00:00:00.017]➜         ulimit -n unlimited
2025-08-20T19:07:41.3072732Z [00:00:00.017]➜         "./configure" --enable-single-binary --disable-shared --enable-static
2025-08-20T19:07:41.3073179Z [00:00:00.017]➜         #https://github.com/moby/moby/issues/13451
2025-08-20T19:07:41.3073536Z [00:00:00.017]➜         if [ -d "./confdir3/confdir3" ]; then
2025-08-20T19:07:41.3073876Z [00:00:00.017]➜             ulimit -n unlimited 2>/dev/null
2025-08-20T19:07:41.3074249Z [00:00:00.017]➜             timeout -k 05 05 apt purge busybox -y 2>/dev/null
2025-08-20T19:07:41.3074973Z [00:00:00.017]➜             while [[ -e "./confdir3/confdir3" ]]; do mv "./confdir3/confdir3" "./confdir3a"; rmdir "./confdir3"; mv "./confdir3a" "./confdir3"; done; rmdir "./confdir3"
2025-08-20T19:07:41.3075724Z [00:00:00.017]➜             "./configure" --enable-single-binary --disable-shared --enable-static 2>/dev/null
2025-08-20T19:07:41.3076306Z [00:00:00.017]➜             reset ; "./configure" --enable-single-binary --disable-shared --enable-static
2025-08-20T19:07:41.3076944Z [00:00:00.017]➜         fi
2025-08-20T19:07:41.3077235Z [00:00:00.017]➜         make --jobs="$(($(nproc)+1))" --keep-going
2025-08-20T19:07:41.3078162Z [00:00:00.017]➜         find "./src" -maxdepth 1 -type f -iname "*coreutils*" -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath | xargs -I "{}" readelf -p ".comment" "{}"
2025-08-20T19:07:41.3078927Z [00:00:00.017]➜        #Copy
2025-08-20T19:07:41.3079779Z [00:00:00.017]➜         find "./src" -maxdepth 1 -type f -iname "*coreutils*" -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath | xargs -I "{}" cp -fv "{}" "/build-bins/"
2025-08-20T19:07:41.3081157Z [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-20T19:07:41.3081756Z [00:00:00.017]➜        #strip & info
2025-08-20T19:07:41.3082263Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T19:07:41.3082952Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T19:07:41.3083631Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T19:07:41.3084228Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T19:07:41.3084789Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T19:07:41.3085204Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T19:07:41.3085453Z [00:00:00.017]➜        '
2025-08-20T19:07:41.3085671Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T19:07:41.3086058Z [00:00:00.017]➜       docker cp "debian-builder-unstable:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T19:07:41.3086635Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T19:07:41.3087705Z [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-20T19:07:41.3088472Z [00:00:00.017]➜  
2025-08-20T19:07:41.3088655Z [00:00:00.017]➜  
2025-08-20T19:07:41.3089214Z [00:00:00.017]➜  ###################################################################
2025-08-20T19:07:41.3089605Z [00:00:00.017]➜  
2025-08-20T19:07:41.3089800Z [00:00:00.017]➜  
2025-08-20T19:07:41.3089989Z [00:00:00.017]➜  
2025-08-20T19:07:41.3090626Z [00:00:00.018]➜  '/tmp/pkgforge/lzUWZdkYa_build.yaml' -> '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T19:07:42.6569258Z [00:00:01.378]➜  '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/coreutils.static.version' -> '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/coreutils.version'
2025-08-20T19:07:42.6621891Z [00:00:01.383]➜  [+] Version: 9.7 ('.x_exec.pkgver') [/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/coreutils.static.version]
2025-08-20T19:07:42.6826190Z [00:00:01.404]➜  [+] Progs: coreutils
2025-08-20T19:07:42.9165523Z [00:00:01.637]➜  
2025-08-20T19:07:42.9165889Z [00:00:01.637]➜  [-] Missing packages. Found: 
2025-08-20T19:07:42.9166202Z [00:00:01.637]➜  [+] Expected: coreutils
2025-08-20T19:07:42.9166529Z [00:00:01.637]➜  [+] Continuing with build...
2025-08-20T19:07:42.9166784Z [00:00:01.637]➜  
2025-08-20T19:07:43.2748308Z [00:00:01.996]➜  
2025-08-20T19:07:43.2748597Z [00:00:01.996]➜  
2025-08-20T19:07:43.2828340Z [00:00:02.004]➜  + mkdir -pv /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T19:07:43.2845777Z [00:00:02.005]➜  + docker run --platform=linux/arm64 --privileged --net=host --name debian-builder-unstable --pull=always -e PKG=coreutils -e PKG_ID=github.com.coreutils.coreutils.multicall.glibc -e PKG_TYPE=static -e PKG_VER=9.7 -e PKGVER=9.7 -e SBUILD_PKG=coreutils.static -e SBUILD_PKGVER=9.7 --volume /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/debian-builder-unstable:aarch64 bash -l -c '
2025-08-20T19:07:43.2847649Z [00:00:02.005]➜    #Setup ENV
2025-08-20T19:07:43.2848070Z [00:00:02.005]➜     set -x ; mkdir -pv "/tmp" ; chown -R "$(whoami):$(whoami)" "/tmp" ; chmod -v "1777" "/tmp"
2025-08-20T19:07:43.2848575Z [00:00:02.005]➜     mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T19:07:43.2848904Z [00:00:02.005]➜    #Get Src
2025-08-20T19:07:43.2849441Z [00:00:02.005]➜     curl -w "(Source) <== %{url}\n" -qfSL "https://ftp.gnu.org/gnu/coreutils/coreutils-${PKGVER}.tar.gz" -o "./coreutils.tgz"
2025-08-20T19:07:43.2850193Z [00:00:02.005]➜     mkdir -p "./coreutils-${PKGVER}" && tar --strip-components=1 -xzf "./coreutils.tgz" -C "./coreutils-${PKGVER}"
2025-08-20T19:07:43.2851120Z [00:00:02.005]➜     if [ ! -d "./coreutils-${PKGVER}" ] || [ "$(du -s "./coreutils-${PKGVER}" | cut -f1)" -le 100 ]; then
2025-08-20T19:07:43.2851602Z [00:00:02.005]➜       echo -e "\n [X] FATAL: Extraction probably Failed\n"
2025-08-20T19:07:43.2851916Z [00:00:02.005]➜      exit 1
2025-08-20T19:07:43.2852128Z [00:00:02.005]➜     else
2025-08-20T19:07:43.2852375Z [00:00:02.005]➜       cd "./coreutils-${PKGVER}"
2025-08-20T19:07:43.2852635Z [00:00:02.005]➜     fi
2025-08-20T19:07:43.2852852Z [00:00:02.005]➜    #Build
2025-08-20T19:07:43.2853086Z [00:00:02.005]➜     export CC="clang"
2025-08-20T19:07:43.2853360Z [00:00:02.005]➜     export CXX="clang++"
2025-08-20T19:07:43.2853854Z [00:00:02.005]➜     export CFLAGS="-Os -flto=auto -fuse-ld=$(which mold) -g0 -pipe -static -static-pie -v -w -Wno-error"
2025-08-20T19:07:43.2854322Z [00:00:02.005]➜     export CPPFLAGS="${CFLAGS}"
2025-08-20T19:07:43.2854635Z [00:00:02.005]➜     export CXXFLAGS="${CFLAGS}"
2025-08-20T19:07:43.2854933Z [00:00:02.005]➜     export LD="$(which mold)"
2025-08-20T19:07:43.2855821Z [00:00:02.005]➜     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-20T19:07:43.2856638Z [00:00:02.005]➜     export FORCE_UNSAFE_CONFIGURE="1"
2025-08-20T19:07:43.2856936Z [00:00:02.005]➜     ulimit -n unlimited
2025-08-20T19:07:43.2857658Z [00:00:02.005]➜     "./configure" --enable-single-binary --disable-shared --enable-static
2025-08-20T19:07:43.2858232Z [00:00:02.005]➜     #https://github.com/moby/moby/issues/13451
2025-08-20T19:07:43.2858604Z [00:00:02.005]➜     if [ -d "./confdir3/confdir3" ]; then
2025-08-20T19:07:43.2858935Z [00:00:02.005]➜         ulimit -n unlimited 2>/dev/null
2025-08-20T19:07:43.2859298Z [00:00:02.005]➜         timeout -k 05 05 apt purge busybox -y 2>/dev/null
2025-08-20T19:07:43.2860020Z [00:00:02.005]➜         while [[ -e "./confdir3/confdir3" ]]; do mv "./confdir3/confdir3" "./confdir3a"; rmdir "./confdir3"; mv "./confdir3a" "./confdir3"; done; rmdir "./confdir3"
2025-08-20T19:07:43.2861017Z [00:00:02.005]➜         "./configure" --enable-single-binary --disable-shared --enable-static 2>/dev/null
2025-08-20T19:07:43.2861598Z [00:00:02.005]➜         reset ; "./configure" --enable-single-binary --disable-shared --enable-static
2025-08-20T19:07:43.2861975Z [00:00:02.005]➜     fi
2025-08-20T19:07:43.2862246Z [00:00:02.005]➜     make --jobs="$(($(nproc)+1))" --keep-going
2025-08-20T19:07:43.2863173Z [00:00:02.005]➜     find "./src" -maxdepth 1 -type f -iname "*coreutils*" -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath | xargs -I "{}" readelf -p ".comment" "{}"
2025-08-20T19:07:43.2863945Z [00:00:02.006]➜    #Copy
2025-08-20T19:07:43.2864773Z [00:00:02.006]➜     find "./src" -maxdepth 1 -type f -iname "*coreutils*" -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath | xargs -I "{}" cp -fv "{}" "/build-bins/"
2025-08-20T19:07:43.2866176Z [00:00:02.006]➜     ( 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-20T19:07:43.2866752Z [00:00:02.006]➜    #strip & info
2025-08-20T19:07:43.2867250Z [00:00:02.006]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T19:07:43.2867927Z [00:00:02.006]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T19:07:43.2868609Z [00:00:02.006]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T19:07:43.2869193Z [00:00:02.006]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T19:07:43.2869745Z [00:00:02.006]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T19:07:43.2870159Z [00:00:02.006]➜     popd &>/dev/null
2025-08-20T19:07:43.2870393Z [00:00:02.006]➜    '
2025-08-20T19:07:43.9751930Z [00:00:02.696]➜  aarch64: Pulling from pkgforge/devscripts/debian-builder-unstable
2025-08-20T19:07:44.1042255Z [00:00:02.825]➜  eb3a2c17920f: Pulling fs layer
2025-08-20T19:07:44.1042654Z [00:00:02.825]➜  210cbab18b53: Pulling fs layer
2025-08-20T19:07:44.1043001Z [00:00:02.825]➜  954352dd1390: Pulling fs layer
2025-08-20T19:07:44.1043299Z [00:00:02.825]➜  c884be50e263: Pulling fs layer
2025-08-20T19:07:44.1043605Z [00:00:02.825]➜  f8d78a64e051: Pulling fs layer
2025-08-20T19:07:44.1043899Z [00:00:02.825]➜  4264b4973610: Pulling fs layer
2025-08-20T19:07:44.1044196Z [00:00:02.825]➜  b510dbb1c1cc: Pulling fs layer
2025-08-20T19:07:44.1044494Z [00:00:02.825]➜  96825f8ef978: Pulling fs layer
2025-08-20T19:07:44.1044792Z [00:00:02.825]➜  f8d78a64e051: Waiting
2025-08-20T19:07:44.1045046Z [00:00:02.825]➜  4264b4973610: Waiting
2025-08-20T19:07:44.1045303Z [00:00:02.825]➜  b510dbb1c1cc: Waiting
2025-08-20T19:07:44.1045560Z [00:00:02.825]➜  96825f8ef978: Waiting
2025-08-20T19:07:44.1045817Z [00:00:02.825]➜  c884be50e263: Waiting
2025-08-20T19:07:44.5187956Z [00:00:03.240]➜  210cbab18b53: Verifying Checksum
2025-08-20T19:07:44.5188955Z [00:00:03.240]➜  210cbab18b53: Download complete
2025-08-20T19:07:44.7441657Z [00:00:03.465]➜  c884be50e263: Verifying Checksum
2025-08-20T19:07:44.7443174Z [00:00:03.465]➜  c884be50e263: Download complete
2025-08-20T19:07:44.9510376Z [00:00:03.672]➜  eb3a2c17920f: Verifying Checksum
2025-08-20T19:07:44.9514727Z [00:00:03.672]➜  eb3a2c17920f: Download complete
2025-08-20T19:07:44.9554413Z [00:00:03.676]➜  f8d78a64e051: Verifying Checksum
2025-08-20T19:07:44.9554947Z [00:00:03.676]➜  f8d78a64e051: Download complete
2025-08-20T19:07:46.1407586Z [00:00:04.862]➜  954352dd1390: Verifying Checksum
2025-08-20T19:07:46.3954036Z [00:00:05.116]➜  96825f8ef978: Verifying Checksum
2025-08-20T19:07:46.3954427Z [00:00:05.116]➜  96825f8ef978: Download complete
2025-08-20T19:07:46.4878189Z [00:00:05.209]➜  eb3a2c17920f: Pull complete
2025-08-20T19:07:48.4489361Z [00:00:07.170]➜  4264b4973610: Verifying Checksum
2025-08-20T19:07:48.4490146Z [00:00:07.170]➜  4264b4973610: Download complete
2025-08-20T19:07:58.0567023Z [00:00:16.778]➜  b510dbb1c1cc: Verifying Checksum
2025-08-20T19:07:58.0567430Z [00:00:16.778]➜  b510dbb1c1cc: Download complete
2025-08-20T19:08:04.4415103Z [00:00:23.162]➜  210cbab18b53: Pull complete
2025-08-20T19:08:18.7838403Z [00:00:37.505]➜  954352dd1390: Pull complete
2025-08-20T19:08:18.8483419Z [00:00:37.569]➜  c884be50e263: Pull complete
2025-08-20T19:08:18.9144370Z [00:00:37.635]➜  f8d78a64e051: Pull complete
2025-08-20T19:08:26.6425657Z [00:00:45.363]➜  4264b4973610: Pull complete
2025-08-20T19:09:38.9909370Z [00:01:57.712]➜  b510dbb1c1cc: Pull complete
2025-08-20T19:09:39.0826876Z [00:01:57.804]➜  96825f8ef978: Pull complete
2025-08-20T19:09:39.1028933Z [00:01:57.824]➜  Digest: sha256:09bbfeb53dcb0d7065aefd35173e09a2de06c12cfd8a1e3682c622bb9cc77f71
2025-08-20T19:09:39.1110075Z [00:01:57.832]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/debian-builder-unstable:aarch64
2025-08-20T19:09:39.3935981Z [00:01:58.115]➜  + mkdir -pv /tmp
2025-08-20T19:09:39.3950853Z [00:01:58.116]➜  ++ whoami
2025-08-20T19:09:39.3963650Z [00:01:58.117]➜  ++ whoami
2025-08-20T19:09:39.3972724Z [00:01:58.118]➜  + chown -R root:root /tmp
2025-08-20T19:09:39.3991283Z [00:01:58.120]➜  + chmod -v 1777 /tmp
2025-08-20T19:09:39.4007106Z [00:01:58.122]➜  mode of '/tmp' changed from 0755 (rwxr-xr-x) to 1777 (rwxrwxrwt)
2025-08-20T19:09:39.4008375Z [00:01:58.122]➜  + mkdir -p /build-bins
2025-08-20T19:09:39.4024731Z [00:01:58.123]➜  ++ mktemp -d
2025-08-20T19:09:39.4033993Z [00:01:58.124]➜  + pushd /tmp/tmp.8fS7E6TFwz
2025-08-20T19:09:39.4034609Z [00:01:58.124]➜  + curl -w '(Source) <== %{url}\n' -qfSL https://ftp.gnu.org/gnu/coreutils/coreutils-9.7.tar.gz -o ./coreutils.tgz
2025-08-20T19:09:39.4092468Z [00:01:58.130]➜    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T19:09:39.4092991Z [00:01:58.130]➜                                   Dload  Upload   Total   Spent    Left  Speed
2025-08-20T19:10:00.6726598Z [00:02:19.394]➜  
2025-08-20T19:10:00.6726926Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T19:10:00.6727219Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T19:10:00.6727561Z  16 14.4M   16 2444k    0     0  2058k      0  0:00:07  0:00:01  0:00:06 2057k
2025-08-20T19:10:00.6727874Z  34 14.4M   34 5116k    0     0  2333k      0  0:00:06  0:00:02  0:00:04 2333k
2025-08-20T19:10:00.6728186Z  42 14.4M   42 6319k    0     0  1985k      0  0:00:07  0:00:03  0:00:04 1984k
2025-08-20T19:10:00.6728497Z  51 14.4M   51 7608k    0     0  1818k      0  0:00:08  0:00:04  0:00:04 1818k
2025-08-20T19:10:00.6728825Z  58 14.4M   58 8577k    0     0  1654k      0  0:00:08  0:00:05  0:00:03 1717k
2025-08-20T19:10:00.6729136Z  60 14.4M   60 8913k    0     0  1438k      0  0:00:10  0:00:06  0:00:04 1291k
2025-08-20T19:10:00.6729445Z  62 14.4M   62 9257k    0     0  1288k      0  0:00:11  0:00:07  0:00:04  829k
2025-08-20T19:10:00.6729756Z  65 14.4M   65 9647k    0     0  1177k      0  0:00:12  0:00:08  0:00:04  664k
2025-08-20T19:10:00.6730059Z  68 14.4M   68  9.8M    0     0  1091k      0  0:00:13  0:00:09  0:00:04  486k
2025-08-20T19:10:00.6730963Z  71 14.4M   71 10.2M    0     0  1028k      0  0:00:14  0:00:10  0:00:04  380k
2025-08-20T19:10:00.6731334Z  73 14.4M   73 10.6M    0     0   974k      0  0:00:15  0:00:11  0:00:04  397k
2025-08-20T19:10:00.6731632Z  76 14.4M   76 11.0M    0     0   928k      0  0:00:15  0:00:12  0:00:03  411k
2025-08-20T19:10:00.6731924Z  79 14.4M   79 11.5M    0     0   894k      0  0:00:16  0:00:13  0:00:03  429k
2025-08-20T19:10:00.6732231Z  82 14.4M   82 11.9M    0     0   859k      0  0:00:17  0:00:14  0:00:03  429k
2025-08-20T19:10:00.6732523Z  84 14.4M   84 12.1M    0     0   821k      0  0:00:17  0:00:15  0:00:02  398k
2025-08-20T19:10:00.6732816Z  86 14.4M   86 12.4M    0     0   789k      0  0:00:18  0:00:16  0:00:02  375k
2025-08-20T19:10:00.6733108Z  88 14.4M   88 12.7M    0     0   761k      0  0:00:19  0:00:17  0:00:02  354k
2025-08-20T19:10:00.6733401Z  91 14.4M   91 13.2M    0     0   744k      0  0:00:19  0:00:18  0:00:01  347k
2025-08-20T19:10:00.6733698Z  96 14.4M   96 13.8M    0     0   740k      0  0:00:19  0:00:19 --:--:--  404k
2025-08-20T19:10:00.6733998Z  98 14.4M   98 14.1M    0     0   715k      0  0:00:20  0:00:20 --:--:--  397k
2025-08-20T19:10:00.6734293Z  99 14.4M   99 14.3M    0     0   694k      0  0:00:21  0:00:21 --:--:--  389k
2025-08-20T19:10:00.6734595Z 100 14.4M  100 14.4M    0     0   693k      0  0:00:21  0:00:21 --:--:--  409k
2025-08-20T19:10:00.6740087Z [00:02:19.395]➜  (Source) <== https://ftp.gnu.org/gnu/coreutils/coreutils-9.7.tar.gz
2025-08-20T19:10:00.6749411Z [00:02:19.396]➜  + mkdir -p ./coreutils-9.7
2025-08-20T19:10:00.6763215Z [00:02:19.397]➜  + tar --strip-components=1 -xzf ./coreutils.tgz -C ./coreutils-9.7
2025-08-20T19:10:01.0063314Z [00:02:19.727]➜  + '[' '!' -d ./coreutils-9.7 ']'
2025-08-20T19:10:01.0069365Z [00:02:19.728]➜  ++ du -s ./coreutils-9.7
2025-08-20T19:10:01.0070192Z [00:02:19.728]➜  ++ cut -f1
2025-08-20T19:10:01.0154193Z [00:02:19.736]➜  + '[' 67708 -le 100 ']'
2025-08-20T19:10:01.0156115Z [00:02:19.736]➜  + cd ./coreutils-9.7
2025-08-20T19:10:01.0157026Z [00:02:19.736]➜  + export CC=clang
2025-08-20T19:10:01.0157526Z [00:02:19.736]➜  + CC=clang
2025-08-20T19:10:01.0157785Z [00:02:19.736]➜  + export CXX=clang++
2025-08-20T19:10:01.0158041Z [00:02:19.736]➜  + CXX=clang++
2025-08-20T19:10:01.0159307Z [00:02:19.737]➜  ++ which mold
2025-08-20T19:10:01.0185452Z [00:02:19.739]➜  + export 'CFLAGS=-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T19:10:01.0186269Z [00:02:19.740]➜  + CFLAGS='-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T19:10:01.0186958Z [00:02:19.740]➜  + export 'CPPFLAGS=-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T19:10:01.0187888Z [00:02:19.740]➜  + CPPFLAGS='-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T19:10:01.0188578Z [00:02:19.740]➜  + export 'CXXFLAGS=-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T19:10:01.0189271Z [00:02:19.740]➜  + CXXFLAGS='-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T19:10:01.0189707Z [00:02:19.740]➜  ++ which mold
2025-08-20T19:10:01.0201837Z [00:02:19.741]➜  + export LD=/usr/bin/mold
2025-08-20T19:10:01.0202192Z [00:02:19.741]➜  + LD=/usr/bin/mold
2025-08-20T19:10:01.0203079Z [00:02:19.741]➜  + 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-20T19:10:01.0204476Z [00:02:19.741]➜  + LDFLAGS='-static -static-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-20T19:10:01.0205269Z [00:02:19.741]➜  + export FORCE_UNSAFE_CONFIGURE=1
2025-08-20T19:10:01.0205577Z [00:02:19.741]➜  + FORCE_UNSAFE_CONFIGURE=1
2025-08-20T19:10:01.0205854Z [00:02:19.741]➜  + ulimit -n unlimited
2025-08-20T19:10:01.0207595Z [00:02:19.742]➜  bash: line 23: ulimit: open files: cannot modify limit: Operation not permitted
2025-08-20T19:10:01.0208213Z [00:02:19.742]➜  + ./configure --enable-single-binary --disable-shared --enable-static
2025-08-20T19:10:01.0787354Z [00:02:19.800]➜  configure: WARNING: unrecognized options: --disable-shared, --enable-static
2025-08-20T19:10:01.1270595Z [00:02:19.848]➜  checking for a BSD-compatible install... /usr/bin/install -c
2025-08-20T19:10:01.1302525Z [00:02:19.851]➜  checking whether build environment is sane... yes
2025-08-20T19:10:01.1387654Z [00:02:19.860]➜  checking for a race-free mkdir -p... /usr/bin/mkdir -p
2025-08-20T19:10:01.1390350Z [00:02:19.860]➜  checking for gawk... gawk
2025-08-20T19:10:01.1464415Z [00:02:19.867]➜  checking whether make sets $(MAKE)... yes
2025-08-20T19:10:01.1517274Z [00:02:19.873]➜  checking whether make supports nested variables... yes
2025-08-20T19:10:01.1562724Z [00:02:19.877]➜  checking whether make supports nested variables... (cached) yes
2025-08-20T19:10:01.1563199Z [00:02:19.877]➜  checking for gcc... clang
2025-08-20T19:10:01.3325822Z [00:02:20.053]➜  checking whether the C compiler works... yes
2025-08-20T19:10:01.3326305Z [00:02:20.054]➜  checking for C compiler default output file name... a.out
2025-08-20T19:10:01.4078866Z [00:02:20.129]➜  checking for suffix of executables... 
2025-08-20T19:10:01.4918504Z [00:02:20.213]➜  checking whether we are cross compiling... no
2025-08-20T19:10:01.5213656Z [00:02:20.242]➜  checking for suffix of object files... o
2025-08-20T19:10:01.5513655Z [00:02:20.272]➜  checking whether the compiler supports GNU C... yes
2025-08-20T19:10:01.6385353Z [00:02:20.359]➜  checking whether clang accepts -g... yes
2025-08-20T19:10:01.6991983Z [00:02:20.420]➜  checking for clang option to enable C23 features... -std=gnu23
2025-08-20T19:10:01.7449891Z [00:02:20.466]➜  checking whether clang -std=gnu23 understands -c and -o together... yes
2025-08-20T19:10:01.7730295Z [00:02:20.494]➜  checking whether the compiler is clang... yes
2025-08-20T19:10:01.8015165Z [00:02:20.522]➜  checking for compiler option needed when checking for declarations... -Werror=implicit-function-declaration
2025-08-20T19:10:01.8087847Z [00:02:20.530]➜  checking whether make supports the include directive... yes (GNU style)
2025-08-20T19:10:01.8488042Z [00:02:20.570]➜  checking dependency style of clang -std=gnu23... gcc3
2025-08-20T19:10:01.9015052Z [00:02:20.622]➜  checking how to run the C preprocessor... clang -std=gnu23 -E
2025-08-20T19:10:01.9552841Z [00:02:20.676]➜  checking for ranlib... ranlib
2025-08-20T19:10:01.9576877Z [00:02:20.679]➜  checking for grep that handles long lines and -e... /usr/bin/grep
2025-08-20T19:10:01.9592170Z [00:02:20.680]➜  checking for egrep... /usr/bin/grep -E
2025-08-20T19:10:01.9592540Z [00:02:20.680]➜  checking whether ln -s works... yes
2025-08-20T19:10:01.9914971Z [00:02:20.712]➜  checking for stdio.h... yes
2025-08-20T19:10:02.0272692Z [00:02:20.748]➜  checking for stdlib.h... yes
2025-08-20T19:10:02.0654845Z [00:02:20.786]➜  checking for string.h... yes
2025-08-20T19:10:02.1038350Z [00:02:20.825]➜  checking for inttypes.h... yes
2025-08-20T19:10:02.1418424Z [00:02:20.863]➜  checking for stdint.h... yes
2025-08-20T19:10:02.1805577Z [00:02:20.901]➜  checking for strings.h... yes
2025-08-20T19:10:02.2191074Z [00:02:20.940]➜  checking for sys/stat.h... yes
2025-08-20T19:10:02.2587634Z [00:02:20.980]➜  checking for sys/types.h... yes
2025-08-20T19:10:02.2999694Z [00:02:21.021]➜  checking for unistd.h... yes
2025-08-20T19:10:02.3424674Z [00:02:21.063]➜  checking for wchar.h... yes
2025-08-20T19:10:02.3842037Z [00:02:21.105]➜  checking for minix/config.h... no
2025-08-20T19:10:02.4267202Z [00:02:21.148]➜  checking for arpa/inet.h... yes
2025-08-20T19:10:02.4675390Z [00:02:21.188]➜  checking for features.h... yes
2025-08-20T19:10:02.5096836Z [00:02:21.231]➜  checking for sys/socket.h... yes
2025-08-20T19:10:02.5513716Z [00:02:21.272]➜  checking for stdbool.h... yes
2025-08-20T19:10:02.5925092Z [00:02:21.313]➜  checking for byteswap.h... yes
2025-08-20T19:10:02.6342224Z [00:02:21.355]➜  checking for xlocale.h... no
2025-08-20T19:10:02.6748524Z [00:02:21.396]➜  checking for uchar.h... yes
2025-08-20T19:10:02.7199030Z [00:02:21.441]➜  checking for sys/param.h... yes
2025-08-20T19:10:02.7616908Z [00:02:21.483]➜  checking for dirent.h... yes
2025-08-20T19:10:02.8032130Z [00:02:21.524]➜  checking for endian.h... yes
2025-08-20T19:10:02.8447048Z [00:02:21.566]➜  checking for sys/endian.h... no
2025-08-20T19:10:02.8858496Z [00:02:21.607]➜  checking for error.h... yes
2025-08-20T19:10:02.9263559Z [00:02:21.647]➜  checking for linux/xattr.h... yes
2025-08-20T19:10:02.9700260Z [00:02:21.691]➜  checking for selinux/selinux.h... yes
2025-08-20T19:10:03.0116916Z [00:02:21.733]➜  checking for fnmatch.h... yes
2025-08-20T19:10:03.0537220Z [00:02:21.775]➜  checking for stdio_ext.h... yes
2025-08-20T19:10:03.0952850Z [00:02:21.816]➜  checking for sys/vfs.h... yes
2025-08-20T19:10:03.1362630Z [00:02:21.857]➜  checking for sys/fs_types.h... no
2025-08-20T19:10:03.1801712Z [00:02:21.901]➜  checking for netdb.h... yes
2025-08-20T19:10:03.2236164Z [00:02:21.945]➜  checking for netinet/in.h... yes
2025-08-20T19:10:03.2646399Z [00:02:21.986]➜  checking for getopt.h... yes
2025-08-20T19:10:03.3055774Z [00:02:22.026]➜  checking for sys/time.h... yes
2025-08-20T19:10:03.3470051Z [00:02:22.068]➜  checking for grp.h... yes
2025-08-20T19:10:03.3887999Z [00:02:22.110]➜  checking for threads.h... yes
2025-08-20T19:10:03.4297383Z [00:02:22.151]➜  checking for iconv.h... yes
2025-08-20T19:10:03.4708946Z [00:02:22.192]➜  checking for limits.h... yes
2025-08-20T19:10:03.5115312Z [00:02:22.232]➜  checking for crtdefs.h... no
2025-08-20T19:10:03.5524959Z [00:02:22.273]➜  checking for wctype.h... yes
2025-08-20T19:10:03.5943926Z [00:02:22.315]➜  checking for langinfo.h... yes
2025-08-20T19:10:03.6445010Z [00:02:22.365]➜  checking for math.h... yes
2025-08-20T19:10:03.6867563Z [00:02:22.408]➜  checking for sys/mman.h... yes
2025-08-20T19:10:03.7271536Z [00:02:22.448]➜  checking for sys/statvfs.h... yes
2025-08-20T19:10:03.7683795Z [00:02:22.489]➜  checking for obstack.h... yes
2025-08-20T19:10:03.8095885Z [00:02:22.531]➜  checking for priv.h... no
2025-08-20T19:10:03.8504691Z [00:02:22.571]➜  checking for sys/select.h... yes
2025-08-20T19:10:03.8932880Z [00:02:22.614]➜  checking for pthread.h... yes
2025-08-20T19:10:03.9351731Z [00:02:22.656]➜  checking for utmp.h... yes
2025-08-20T19:10:03.9764217Z [00:02:22.697]➜  checking for utmpx.h... yes
2025-08-20T19:10:04.0181711Z [00:02:22.739]➜  checking for OS.h... no
2025-08-20T19:10:04.0590152Z [00:02:22.780]➜  checking for malloc.h... yes
2025-08-20T19:10:04.1027864Z [00:02:22.824]➜  checking for stdbit.h... yes
2025-08-20T19:10:04.1445435Z [00:02:22.865]➜  checking for stdckdint.h... yes
2025-08-20T19:10:04.1846703Z [00:02:22.906]➜  checking for sys/ioctl.h... yes
2025-08-20T19:10:04.2242906Z [00:02:22.945]➜  checking for sys/random.h... yes
2025-08-20T19:10:04.2655387Z [00:02:22.986]➜  checking for sys/resource.h... yes
2025-08-20T19:10:04.3071128Z [00:02:23.028]➜  checking for sys/uio.h... yes
2025-08-20T19:10:04.3475884Z [00:02:23.068]➜  checking for sys/utsname.h... yes
2025-08-20T19:10:04.3911133Z [00:02:23.112]➜  checking for sys/wait.h... yes
2025-08-20T19:10:04.4335998Z [00:02:23.154]➜  checking for termios.h... yes
2025-08-20T19:10:04.4751472Z [00:02:23.196]➜  checking for utime.h... yes
2025-08-20T19:10:04.5164141Z [00:02:23.237]➜  checking for semaphore.h... yes
2025-08-20T19:10:04.5575228Z [00:02:23.278]➜  checking for sys/un.h... yes
2025-08-20T19:10:04.5985579Z [00:02:23.319]➜  checking for hurd.h... no
2025-08-20T19:10:04.6383710Z [00:02:23.359]➜  checking for linux/falloc.h... yes
2025-08-20T19:10:04.6806338Z [00:02:23.402]➜  checking for linux/fs.h... yes
2025-08-20T19:10:04.7208690Z [00:02:23.442]➜  checking for paths.h... yes
2025-08-20T19:10:04.7612834Z [00:02:23.482]➜  checking for stropts.h... no
2025-08-20T19:10:04.8035351Z [00:02:23.524]➜  checking for sys/mtio.h... yes
2025-08-20T19:10:04.8448848Z [00:02:23.566]➜  checking for sys/systeminfo.h... no
2025-08-20T19:10:04.8853709Z [00:02:23.606]➜  checking for syslog.h... yes
2025-08-20T19:10:04.9268402Z [00:02:23.648]➜  checking for pwd.h... yes
2025-08-20T19:10:04.9691403Z [00:02:23.689]➜  checking for vfork.h... no
2025-08-20T19:10:05.0106150Z [00:02:23.732]➜  checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T19:10:05.0438617Z [00:02:23.765]➜  checking whether _XOPEN_SOURCE should be defined... no
2025-08-20T19:10:05.1089641Z [00:02:23.830]➜  checking build system type... aarch64-unknown-linux-gnu
2025-08-20T19:10:05.1090147Z [00:02:23.830]➜  checking host system type... aarch64-unknown-linux-gnu
2025-08-20T19:10:05.1092717Z [00:02:23.830]➜  checking for egrep -e... (cached) /usr/bin/grep -E
2025-08-20T19:10:05.1310350Z [00:02:23.852]➜  checking for Minix Amsterdam compiler... no
2025-08-20T19:10:05.1314182Z [00:02:23.852]➜  checking for ar... ar
2025-08-20T19:10:05.1963841Z [00:02:23.917]➜  checking for clang -std=gnu23 option to support large files... none needed
2025-08-20T19:10:05.2287750Z [00:02:23.950]➜  checking for clang -std=gnu23 option to support timestamps after 2038... none needed
2025-08-20T19:10:05.2289639Z [00:02:23.950]➜  configure: autobuild project... GNU coreutils
2025-08-20T19:10:05.2290025Z [00:02:23.950]➜  configure: autobuild revision... 9.7
2025-08-20T19:10:05.2301379Z [00:02:23.951]➜  configure: autobuild hostname... runnervmdbl46
2025-08-20T19:10:05.2324747Z [00:02:23.953]➜  configure: autobuild timestamp... 20250820T191005Z
2025-08-20T19:10:05.3164838Z [00:02:24.037]➜  checking for lstat... yes
2025-08-20T19:10:05.4013444Z [00:02:24.122]➜  checking for fchmod... yes
2025-08-20T19:10:05.4869184Z [00:02:24.208]➜  checking for pathconf... yes
2025-08-20T19:10:05.5713473Z [00:02:24.292]➜  checking for btowc... yes
2025-08-20T19:10:05.6552151Z [00:02:24.376]➜  checking for mbrtowc... yes
2025-08-20T19:10:05.7402390Z [00:02:24.461]➜  checking for mbsinit... yes
2025-08-20T19:10:05.8249096Z [00:02:24.546]➜  checking for canonicalize_file_name... yes
2025-08-20T19:10:05.9087403Z [00:02:24.630]➜  checking for realpath... yes
2025-08-20T19:10:05.9915621Z [00:02:24.712]➜  checking for chown... yes
2025-08-20T19:10:06.0758355Z [00:02:24.797]➜  checking for fchown... yes
2025-08-20T19:10:06.1622836Z [00:02:24.883]➜  checking for _set_invalid_parameter_handler... no
2025-08-20T19:10:06.2464825Z [00:02:24.967]➜  checking for fchdir... yes
2025-08-20T19:10:06.3308702Z [00:02:25.052]➜  checking for explicit_bzero... yes
2025-08-20T19:10:06.4139736Z [00:02:25.135]➜  checking for posix_fadvise... yes
2025-08-20T19:10:06.4991044Z [00:02:25.220]➜  checking for fchmodat... yes
2025-08-20T19:10:06.5837903Z [00:02:25.305]➜  checking for lchmod... yes
2025-08-20T19:10:06.6679745Z [00:02:25.389]➜  checking for fcntl... yes
2025-08-20T19:10:06.7506682Z [00:02:25.472]➜  checking for symlink... yes
2025-08-20T19:10:06.8349098Z [00:02:25.556]➜  checking for fdopendir... yes
2025-08-20T19:10:06.9193717Z [00:02:25.640]➜  checking for listxattr... yes
2025-08-20T19:10:07.0029655Z [00:02:25.724]➜  checking for fnmatch... yes
2025-08-20T19:10:07.0855721Z [00:02:25.806]➜  checking for mbsrtowcs... yes
2025-08-20T19:10:07.1730590Z [00:02:25.894]➜  checking for fpurge... no
2025-08-20T19:10:07.2587630Z [00:02:25.980]➜  checking for __freadptr... no
2025-08-20T19:10:07.3444301Z [00:02:26.065]➜  checking for __freadptrinc... no
2025-08-20T19:10:07.4276793Z [00:02:26.149]➜  checking for fstatat... yes
2025-08-20T19:10:07.5118637Z [00:02:26.233]➜  checking for fsync... yes
2025-08-20T19:10:07.5949515Z [00:02:26.316]➜  checking for openat... yes
2025-08-20T19:10:07.6786940Z [00:02:26.400]➜  checking for fstatfs... yes
2025-08-20T19:10:07.7627717Z [00:02:26.484]➜  checking for getdtablesize... yes
2025-08-20T19:10:07.8488400Z [00:02:26.570]➜  checking for microuptime... no
2025-08-20T19:10:07.9354301Z [00:02:26.656]➜  checking for nanouptime... no
2025-08-20T19:10:08.0204118Z [00:02:26.741]➜  checking for getlogin... yes
2025-08-20T19:10:08.1033123Z [00:02:26.824]➜  checking for flockfile... yes
2025-08-20T19:10:08.1878242Z [00:02:26.909]➜  checking for funlockfile... yes
2025-08-20T19:10:08.2743197Z [00:02:26.995]➜  checking for getexecname... no
2025-08-20T19:10:08.3585913Z [00:02:27.080]➜  checking for gettimeofday... yes
2025-08-20T19:10:08.4442097Z [00:02:27.165]➜  checking for isblank... yes
2025-08-20T19:10:08.5286118Z [00:02:27.250]➜  checking for iswcntrl... yes
2025-08-20T19:10:08.6126361Z [00:02:27.334]➜  checking for link... yes
2025-08-20T19:10:08.6971525Z [00:02:27.418]➜  checking for readlink... yes
2025-08-20T19:10:08.7809153Z [00:02:27.502]➜  checking for mbrlen... yes
2025-08-20T19:10:08.8658595Z [00:02:27.587]➜  checking for mbslen... no
2025-08-20T19:10:08.9488625Z [00:02:27.670]➜  checking for mprotect... yes
2025-08-20T19:10:09.0335269Z [00:02:27.754]➜  checking for memset_s... no
2025-08-20T19:10:09.1179347Z [00:02:27.839]➜  checking for getgrouplist... yes
2025-08-20T19:10:09.1999830Z [00:02:27.921]➜  checking for mkdirat... yes
2025-08-20T19:10:09.2834824Z [00:02:28.004]➜  checking for mknod... yes
2025-08-20T19:10:09.3669571Z [00:02:28.088]➜  checking for mkstemp... yes
2025-08-20T19:10:09.4515685Z [00:02:28.172]➜  checking for strftime_z... no
2025-08-20T19:10:09.5344511Z [00:02:28.255]➜  checking for pipe... yes
2025-08-20T19:10:09.6171994Z [00:02:28.338]➜  checking for pselect... yes
2025-08-20T19:10:09.7006080Z [00:02:28.422]➜  checking for pthread_sigmask... yes
2025-08-20T19:10:09.7863186Z [00:02:28.507]➜  checking for qsort_r... yes
2025-08-20T19:10:09.8693569Z [00:02:28.590]➜  checking for utmpname... yes
2025-08-20T19:10:09.9528977Z [00:02:28.674]➜  checking for utmpxname... yes
2025-08-20T19:10:10.0364347Z [00:02:28.757]➜  checking for iswctype... yes
2025-08-20T19:10:10.1198659Z [00:02:28.841]➜  checking for renameat... yes
2025-08-20T19:10:10.2041855Z [00:02:28.925]➜  checking for fpathconf... yes
2025-08-20T19:10:10.2897040Z [00:02:29.011]➜  checking for secure_getenv... yes
2025-08-20T19:10:10.3741594Z [00:02:29.095]➜  checking for getuid... yes
2025-08-20T19:10:10.4581123Z [00:02:29.179]➜  checking for geteuid... yes
2025-08-20T19:10:10.5414984Z [00:02:29.262]➜  checking for getgid... yes
2025-08-20T19:10:10.6343229Z [00:02:29.355]➜  checking for getegid... yes
2025-08-20T19:10:10.7182087Z [00:02:29.439]➜  checking for setenv... yes
2025-08-20T19:10:10.8017380Z [00:02:29.523]➜  checking for settimeofday... yes
2025-08-20T19:10:10.8882126Z [00:02:29.609]➜  checking for stime... no
2025-08-20T19:10:10.9730174Z [00:02:29.694]➜  checking for sigaction... yes
2025-08-20T19:10:11.0581005Z [00:02:29.779]➜  checking for sigaltstack... yes
2025-08-20T19:10:11.1419097Z [00:02:29.863]➜  checking for siginterrupt... yes
2025-08-20T19:10:11.2253130Z [00:02:29.946]➜  checking for snprintf... yes
2025-08-20T19:10:11.3083011Z [00:02:30.029]➜  checking for __xpg_strerror_r... yes
2025-08-20T19:10:11.3914255Z [00:02:30.112]➜  checking for strtoimax... yes
2025-08-20T19:10:11.4752383Z [00:02:30.196]➜  checking for strtold... yes
2025-08-20T19:10:11.5585095Z [00:02:30.279]➜  checking for strtoumax... yes
2025-08-20T19:10:11.6416103Z [00:02:30.363]➜  checking for localtime_r... yes
2025-08-20T19:10:11.7262180Z [00:02:30.447]➜  checking for unlinkat... yes
2025-08-20T19:10:11.8129622Z [00:02:30.534]➜  checking for utimens... no
2025-08-20T19:10:11.9002285Z [00:02:30.621]➜  checking for lutimens... no
2025-08-20T19:10:11.9877326Z [00:02:30.709]➜  checking for vasnprintf... no
2025-08-20T19:10:12.0714619Z [00:02:30.792]➜  checking for wcrtomb... yes
2025-08-20T19:10:12.1541329Z [00:02:30.875]➜  checking for wcwidth... yes
2025-08-20T19:10:12.2400205Z [00:02:30.961]➜  checking for pause... yes
2025-08-20T19:10:12.3293540Z [00:02:31.050]➜  checking for getlocalename_l... no
2025-08-20T19:10:12.4123678Z [00:02:31.133]➜  checking for getrusage... yes
2025-08-20T19:10:12.4958210Z [00:02:31.217]➜  checking for sleep... yes
2025-08-20T19:10:12.5800078Z [00:02:31.301]➜  checking for shutdown... yes
2025-08-20T19:10:12.6642023Z [00:02:31.385]➜  checking for usleep... yes
2025-08-20T19:10:12.7494656Z [00:02:31.470]➜  checking for mquery... no
2025-08-20T19:10:12.8357275Z [00:02:31.557]➜  checking for pstat_getprocvm... no
2025-08-20T19:10:12.9205016Z [00:02:31.641]➜  checking for wctob... yes
2025-08-20T19:10:13.0064270Z [00:02:31.727]➜  checking for directio... no
2025-08-20T19:10:13.0901831Z [00:02:31.811]➜  checking for nl_langinfo... yes
2025-08-20T19:10:13.1737675Z [00:02:31.895]➜  checking for setitimer... yes
2025-08-20T19:10:13.2565539Z [00:02:31.977]➜  checking for setrlimit... yes
2025-08-20T19:10:13.3390715Z [00:02:32.060]➜  checking for prctl... yes
2025-08-20T19:10:13.4235999Z [00:02:32.145]➜  checking for endgrent... yes
2025-08-20T19:10:13.5082495Z [00:02:32.229]➜  checking for endpwent... yes
2025-08-20T19:10:13.5908606Z [00:02:32.312]➜  checking for fallocate... yes
2025-08-20T19:10:13.6750214Z [00:02:32.396]➜  checking for setgroups... yes
2025-08-20T19:10:13.7583032Z [00:02:32.479]➜  checking for sethostname... yes
2025-08-20T19:10:13.8427540Z [00:02:32.564]➜  checking for sync... yes
2025-08-20T19:10:13.9261140Z [00:02:32.647]➜  checking for syncfs... yes
2025-08-20T19:10:14.0098744Z [00:02:32.731]➜  checking for sysinfo... yes
2025-08-20T19:10:14.0929261Z [00:02:32.814]➜  checking for tcgetpgrp... yes
2025-08-20T19:10:14.1778696Z [00:02:32.899]➜  checking for getgrgid_nomembers... no
2025-08-20T19:10:14.2635092Z [00:02:32.984]➜  checking for getgrnam_nomembers... no
2025-08-20T19:10:14.3522971Z [00:02:33.073]➜  checking for getgrent_nomembers... no
2025-08-20T19:10:14.4392646Z [00:02:33.160]➜  checking for fork... yes
2025-08-20T19:10:14.5239381Z [00:02:33.245]➜  checking for vfork... yes
2025-08-20T19:10:14.5709045Z [00:02:33.292]➜  checking for sys/acl.h... yes
2025-08-20T19:10:14.7366411Z [00:02:33.458]➜  checking for library containing acl_get_file... -lacl
2025-08-20T19:10:14.8225497Z [00:02:33.543]➜  checking for acl_get_file... yes
2025-08-20T19:10:14.9073373Z [00:02:33.628]➜  checking for acl_get_fd... yes
2025-08-20T19:10:14.9933700Z [00:02:33.714]➜  checking for acl_set_file... yes
2025-08-20T19:10:15.0784641Z [00:02:33.799]➜  checking for acl_set_fd... yes
2025-08-20T19:10:15.1667474Z [00:02:33.888]➜  checking for acl_get_link_np... no
2025-08-20T19:10:15.2567938Z [00:02:33.978]➜  checking for acl_free... yes
2025-08-20T19:10:15.3416347Z [00:02:34.063]➜  checking for acl_from_mode... yes
2025-08-20T19:10:15.4260892Z [00:02:34.147]➜  checking for acl_from_text... yes
2025-08-20T19:10:15.5104761Z [00:02:34.231]➜  checking for acl_delete_def_file... yes
2025-08-20T19:10:15.6365003Z [00:02:34.357]➜  checking for acl_extended_file... yes
2025-08-20T19:10:15.7224417Z [00:02:34.443]➜  checking for acl_delete_fd_np... no
2025-08-20T19:10:15.8084893Z [00:02:34.529]➜  checking for acl_delete_file_np... no
2025-08-20T19:10:15.8942139Z [00:02:34.615]➜  checking for acl_copy_ext_native... no
2025-08-20T19:10:15.9801212Z [00:02:34.701]➜  checking for acl_create_entry_np... no
2025-08-20T19:10:16.0662112Z [00:02:34.787]➜  checking for acl_to_short_text... no
2025-08-20T19:10:16.1539535Z [00:02:34.875]➜  checking for acl_free_text... no
2025-08-20T19:10:16.2440769Z [00:02:34.965]➜  checking for working acl_get_file... yes
2025-08-20T19:10:16.2875250Z [00:02:35.008]➜  checking for acl/libacl.h... yes
2025-08-20T19:10:16.3730998Z [00:02:35.094]➜  checking for acl_entries... yes
2025-08-20T19:10:16.4085813Z [00:02:35.129]➜  checking for ACL_FIRST_ENTRY... yes
2025-08-20T19:10:16.4429687Z [00:02:35.164]➜  checking for ACL_TYPE_EXTENDED... no
2025-08-20T19:10:16.5034064Z [00:02:35.224]➜  checking for clang -std=gnu23 options needed to detect all undeclared functions... none needed
2025-08-20T19:10:16.5918803Z [00:02:35.313]➜  checking for size_t... yes
2025-08-20T19:10:16.6736347Z [00:02:35.395]➜  checking for working alloca.h... yes
2025-08-20T19:10:16.6736745Z [00:02:35.395]➜  checking for alloca... yes
2025-08-20T19:10:16.7130281Z [00:02:35.434]➜  checking whether the preprocessor supports include_next... yes
2025-08-20T19:10:16.7355101Z [00:02:35.456]➜  checking whether source code line length is unlimited... yes
2025-08-20T19:10:16.8243266Z [00:02:35.545]➜  checking for d_ino member in directory struct... yes
2025-08-20T19:10:16.8443387Z [00:02:35.565]➜  checking for long file names... yes
2025-08-20T19:10:16.8755866Z [00:02:35.596]➜  checking for C/C++ restrict keyword... __restrict__
2025-08-20T19:10:16.9095699Z [00:02:35.630]➜  checking for wint_t... yes
2025-08-20T19:10:16.9435538Z [00:02:35.664]➜  checking whether wint_t is large enough... yes
2025-08-20T19:10:17.0605897Z [00:02:35.782]➜  checking whether <wchar.h> uses 'inline' correctly... yes
2025-08-20T19:10:17.1482636Z [00:02:35.869]➜  checking for nl_langinfo and CODESET... yes
2025-08-20T19:10:17.2494769Z [00:02:35.970]➜  checking for a traditional french locale... none
2025-08-20T19:10:17.3367077Z [00:02:36.058]➜  checking for uselocale... yes
2025-08-20T19:10:17.4177274Z [00:02:36.139]➜  checking whether uselocale works... yes
2025-08-20T19:10:17.4502061Z [00:02:36.171]➜  checking whether char8_t is correctly defined... yes
2025-08-20T19:10:17.4821914Z [00:02:36.203]➜  checking whether char16_t is correctly defined... yes
2025-08-20T19:10:17.5138114Z [00:02:36.235]➜  checking whether char32_t is correctly defined... yes
2025-08-20T19:10:17.6133630Z [00:02:36.334]➜  checking for bit size of wchar_t... 32
2025-08-20T19:10:17.6620089Z [00:02:36.383]➜  checking for mbstate_t... yes
2025-08-20T19:10:17.7634843Z [00:02:36.484]➜  checking for a traditional japanese locale... none
2025-08-20T19:10:17.8572944Z [00:02:36.578]➜  checking for an english Unicode locale... en_US.UTF-8
2025-08-20T19:10:17.9589995Z [00:02:36.680]➜  checking for a transitional chinese locale... none
2025-08-20T19:10:18.0469814Z [00:02:36.768]➜  checking whether mbrtowc handles incomplete characters... yes
2025-08-20T19:10:18.0470367Z [00:02:36.768]➜  checking whether mbrtowc works as well as mbtowc... guessing yes
2025-08-20T19:10:18.0839537Z [00:02:36.805]➜  checking whether mbrtoc32 is declared... yes
2025-08-20T19:10:18.1747695Z [00:02:36.896]➜  checking for mbrtoc32... yes
2025-08-20T19:10:18.1748240Z [00:02:36.896]➜  checking whether mbrtoc32 works as well as mbrtowc... guessing yes
2025-08-20T19:10:18.2108339Z [00:02:36.932]➜  checking whether c32rtomb is declared... yes
2025-08-20T19:10:18.3006483Z [00:02:37.022]➜  checking for c32rtomb... yes
2025-08-20T19:10:18.3006988Z [00:02:37.022]➜  checking whether c32rtomb works as well as wcrtomb... guessing yes
2025-08-20T19:10:18.3329236Z [00:02:37.054]➜  checking whether malloc is ptrdiff_t safe... yes
2025-08-20T19:10:18.3329766Z [00:02:37.054]➜  checking whether malloc, realloc, calloc set errno on failure... yes
2025-08-20T19:10:18.4330586Z [00:02:37.154]➜  checking whether lstat correctly handles trailing slash... yes
2025-08-20T19:10:18.4371927Z [00:02:37.158]➜  checking whether // is distinct from /... no
2025-08-20T19:10:18.5452236Z [00:02:37.266]➜  checking whether realpath works... yes
2025-08-20T19:10:18.6343226Z [00:02:37.355]➜  checking for uid_t... yes
2025-08-20T19:10:18.7235293Z [00:02:37.444]➜  checking for gid_t... yes
2025-08-20T19:10:18.7236149Z [00:02:37.445]➜  checking for unistd.h... (cached) yes
2025-08-20T19:10:18.8251109Z [00:02:37.546]➜  checking for working chown... yes
2025-08-20T19:10:18.9191083Z [00:02:37.640]➜  checking whether chown dereferences symlinks... yes
2025-08-20T19:10:19.0136191Z [00:02:37.735]➜  checking whether chown honors trailing slash... yes
2025-08-20T19:10:20.1092460Z [00:02:38.830]➜  checking whether chown always updates ctime... yes
2025-08-20T19:10:20.1113860Z [00:02:38.832]➜  checking whether to enable CRC slice-by-8 algorithm... yes
2025-08-20T19:10:20.4572335Z [00:02:39.178]➜  checking if pclmul intrinsic exists... no
2025-08-20T19:10:20.4918187Z [00:02:39.213]➜  checking whether <sys/socket.h> is self-contained... yes
2025-08-20T19:10:20.4919942Z [00:02:39.213]➜  checking for shutdown... (cached) yes
2025-08-20T19:10:20.5265008Z [00:02:39.247]➜  checking whether <sys/socket.h> defines the SHUT_* macros... yes
2025-08-20T19:10:20.6371144Z [00:02:39.358]➜  checking for struct sockaddr_storage... yes
2025-08-20T19:10:20.7053973Z [00:02:39.426]➜  checking for sa_family_t... yes
2025-08-20T19:10:20.7409796Z [00:02:39.462]➜  checking for struct sockaddr_storage.ss_family... yes
2025-08-20T19:10:20.7690997Z [00:02:39.490]➜  checking for inline... inline
2025-08-20T19:10:20.8048832Z [00:02:39.526]➜  checking whether linux/if_alg.h has struct sockaddr_alg.... yes
2025-08-20T19:10:20.9107553Z [00:02:39.632]➜  checking whether byte ordering is bigendian... no
2025-08-20T19:10:20.9458184Z [00:02:39.667]➜  checking if endian.h defines stdint types... no
2025-08-20T19:10:21.0305617Z [00:02:39.751]➜  checking if endian.h defines functions and macros... yes
2025-08-20T19:10:21.0687694Z [00:02:39.790]➜  checking if environ is properly declared... yes
2025-08-20T19:10:21.0924823Z [00:02:39.813]➜  checking for complete errno.h... yes
2025-08-20T19:10:21.1782090Z [00:02:39.899]➜  checking for error... yes
2025-08-20T19:10:21.2144195Z [00:02:39.935]➜  checking whether error_at_line is declared... yes
2025-08-20T19:10:21.2984181Z [00:02:40.019]➜  checking for error_at_line... yes
2025-08-20T19:10:21.3882768Z [00:02:40.109]➜  checking for working error function... yes
2025-08-20T19:10:21.4391159Z [00:02:40.160]➜  checking whether strerror_r is declared... yes
2025-08-20T19:10:21.4731936Z [00:02:40.194]➜  checking whether strerror_r returns char *... yes
2025-08-20T19:10:21.5611661Z [00:02:40.282]➜  checking type of array argument to getgroups... gid_t
2025-08-20T19:10:21.5907358Z [00:02:40.312]➜  checking whether ctype.h defines __header_inline... no
2025-08-20T19:10:21.6398469Z [00:02:40.361]➜  checking whether fchdir is declared... yes
2025-08-20T19:10:21.7322085Z [00:02:40.453]➜  checking whether fflush works on input streams... no
2025-08-20T19:10:22.8288816Z [00:02:41.550]➜  checking for working fcntl.h... yes
2025-08-20T19:10:22.9148983Z [00:02:41.636]➜  checking for pid_t... yes
2025-08-20T19:10:23.0024228Z [00:02:41.723]➜  checking for mode_t... yes
2025-08-20T19:10:23.0346795Z [00:02:41.756]➜  checking for promoted mode_t type... mode_t
2025-08-20T19:10:23.0845654Z [00:02:41.805]➜  checking whether fdatasync is declared... yes
2025-08-20T19:10:23.2529276Z [00:02:41.974]➜  checking for library containing setfilecon... -lselinux
2025-08-20T19:10:23.3029078Z [00:02:42.024]➜  checking whether strmode is declared... no
2025-08-20T19:10:23.3915848Z [00:02:42.113]➜  checking for mempcpy... yes
2025-08-20T19:10:23.4783647Z [00:02:42.199]➜  checking whether fopen recognizes a trailing slash... yes
2025-08-20T19:10:23.5881275Z [00:02:42.309]➜  checking whether frexp() can be used without linking with libm... yes
2025-08-20T19:10:23.6370202Z [00:02:42.358]➜  checking whether alarm is declared... yes
2025-08-20T19:10:23.6674184Z [00:02:42.388]➜  checking whether long double and double are the same... no
2025-08-20T19:10:23.7524739Z [00:02:42.473]➜  checking whether stdin defaults to large file offsets... yes
2025-08-20T19:10:23.7853556Z [00:02:42.506]➜  checking for off64_t... yes
2025-08-20T19:10:23.8728422Z [00:02:42.594]➜  checking for blksize_t... yes
2025-08-20T19:10:23.9602213Z [00:02:42.681]➜  checking for blkcnt_t... yes
2025-08-20T19:10:24.0090054Z [00:02:42.730]➜  checking whether fseeko is declared... yes
2025-08-20T19:10:24.0949764Z [00:02:42.816]➜  checking for fseeko... yes
2025-08-20T19:10:24.0950280Z [00:02:42.816]➜  checking whether fflush works on input streams... (cached) no
2025-08-20T19:10:24.1287260Z [00:02:42.850]➜  checking whether stat file-mode macros are broken... no
2025-08-20T19:10:24.1971154Z [00:02:42.918]➜  checking for nlink_t... yes
2025-08-20T19:10:24.2462093Z [00:02:42.967]➜  checking whether ftello is declared... yes
2025-08-20T19:10:24.3333481Z [00:02:43.054]➜  checking whether ungetc works on arbitrary bytes... yes
2025-08-20T19:10:24.4192090Z [00:02:43.140]➜  checking for ftello... yes
2025-08-20T19:10:24.5148603Z [00:02:43.236]➜  checking whether ftello works... yes
2025-08-20T19:10:24.5474262Z [00:02:43.268]➜  checking for O_CLOEXEC... yes
2025-08-20T19:10:24.6336474Z [00:02:43.355]➜  checking for library containing gethostbyname... none required
2025-08-20T19:10:24.7195556Z [00:02:43.440]➜  checking for gethostbyname... yes
2025-08-20T19:10:24.8042359Z [00:02:43.525]➜  checking for library containing getservbyname... none required
2025-08-20T19:10:24.8908219Z [00:02:43.612]➜  checking for getservbyname... yes
2025-08-20T19:10:24.9748199Z [00:02:43.696]➜  checking for library containing inet_ntop... none required
2025-08-20T19:10:25.0167538Z [00:02:43.738]➜  checking whether inet_ntop is declared... yes
2025-08-20T19:10:25.0540927Z [00:02:43.775]➜  checking for IPv4 sockets... yes
2025-08-20T19:10:25.0913658Z [00:02:43.812]➜  checking for IPv6 sockets... yes
2025-08-20T19:10:25.1847188Z [00:02:43.906]➜  checking whether getcwd (NULL, 0) allocates memory for result... yes
2025-08-20T19:10:25.2206126Z [00:02:43.942]➜  checking for getcwd with POSIX signature... yes
2025-08-20T19:10:25.2705360Z [00:02:43.991]➜  checking whether getcwd is declared... yes
2025-08-20T19:10:25.3204218Z [00:02:44.041]➜  checking whether getdelim is declared... yes
2025-08-20T19:10:25.3705168Z [00:02:44.091]➜  checking whether getdtablesize is declared... yes
2025-08-20T19:10:25.4045267Z [00:02:44.125]➜  checking for arithmetic hrtime_t... no
2025-08-20T19:10:25.4542038Z [00:02:44.175]➜  checking whether getline is declared... yes
2025-08-20T19:10:25.5036325Z [00:02:44.225]➜  checking whether getlogin is declared... yes
2025-08-20T19:10:25.5375145Z [00:02:44.258]➜  checking for ssize_t... yes
2025-08-20T19:10:25.5375750Z [00:02:44.259]➜  checking for getopt.h... (cached) yes
2025-08-20T19:10:25.6370343Z [00:02:44.358]➜  checking for getopt_long_only... yes
2025-08-20T19:10:25.9178295Z [00:02:44.639]➜  checking whether getopt is POSIX compatible... yes
2025-08-20T19:10:26.0228295Z [00:02:44.744]➜  checking for working GNU getopt function... yes
2025-08-20T19:10:26.1091956Z [00:02:44.830]➜  checking for working GNU getopt_long function... yes
2025-08-20T19:10:26.1386552Z [00:02:44.860]➜  checking for glibc-compatible sys/cdefs.h... yes
2025-08-20T19:10:26.1757623Z [00:02:44.897]➜  checking whether timespec_get is declared... yes
2025-08-20T19:10:26.2617100Z [00:02:44.983]➜  checking for timespec_get... yes
2025-08-20T19:10:26.2962464Z [00:02:45.017]➜  checking for struct timeval... yes
2025-08-20T19:10:26.3304418Z [00:02:45.051]➜  checking for wide-enough struct timeval.tv_sec member... yes
2025-08-20T19:10:26.3306576Z [00:02:45.052]➜  checking for pthread.h... (cached) yes
2025-08-20T19:10:26.5334636Z [00:02:45.254]➜  checking for pthread_kill in -lpthread... yes
2025-08-20T19:10:26.5335128Z [00:02:45.254]➜  checking whether POSIX threads API is available... yes
2025-08-20T19:10:26.6191691Z [00:02:45.340]➜  checking whether setlocale (LC_ALL, NULL) is multithread-safe... yes
2025-08-20T19:10:26.6192308Z [00:02:45.340]➜  checking whether setlocale (category, NULL) is multithread-safe... yes
2025-08-20T19:10:26.6193781Z [00:02:45.340]➜  checking for ld... /usr/bin/mold
2025-08-20T19:10:26.6232922Z [00:02:45.344]➜  checking if the linker (/usr/bin/mold) is GNU ld... yes
2025-08-20T19:10:26.6477590Z [00:02:45.369]➜  checking for shared library run path origin... done
2025-08-20T19:10:26.6793763Z [00:02:45.400]➜  checking 32-bit host C ABI... no
2025-08-20T19:10:26.7021663Z [00:02:45.423]➜  checking for ELF binary format... yes
2025-08-20T19:10:26.7268972Z [00:02:45.448]➜  checking for the common suffixes of directories in the library search path... lib,lib,lib
2025-08-20T19:10:26.8261827Z [00:02:45.547]➜  checking for iconv... yes
2025-08-20T19:10:26.9218995Z [00:02:45.643]➜  checking for working iconv... yes
2025-08-20T19:10:26.9582585Z [00:02:45.679]➜  checking whether iconv is compatible with its POSIX signature... yes
2025-08-20T19:10:27.0466005Z [00:02:45.768]➜  checking for off_t... yes
2025-08-20T19:10:27.0780815Z [00:02:45.799]➜  checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes
2025-08-20T19:10:27.1081602Z [00:02:45.829]➜  checking whether limits.h has SSIZE_MAX... yes
2025-08-20T19:10:27.1378298Z [00:02:45.859]➜  checking whether the compiler produces multi-arch binaries... no
2025-08-20T19:10:27.2815401Z [00:02:46.002]➜  checking whether stdint.h conforms to C99... yes
2025-08-20T19:10:27.3241123Z [00:02:46.045]➜  checking whether stdint.h works without ISO C predefines... yes
2025-08-20T19:10:27.3655763Z [00:02:46.086]➜  checking whether stdint.h has UINTMAX_WIDTH etc.... yes
2025-08-20T19:10:27.4611196Z [00:02:46.182]➜  checking whether INT32_MAX < INTMAX_MAX... yes
2025-08-20T19:10:27.4949037Z [00:02:46.216]➜  checking whether INT64_MAX == LONG_MAX... yes
2025-08-20T19:10:27.5272842Z [00:02:46.248]➜  checking whether UINT32_MAX < UINTMAX_MAX... yes
2025-08-20T19:10:27.5613230Z [00:02:46.282]➜  checking whether UINT64_MAX == ULONG_MAX... yes
2025-08-20T19:10:27.6585060Z [00:02:46.379]➜  checking where to find the exponent in a 'double'... word 1 bit 20
2025-08-20T19:10:27.7572349Z [00:02:46.478]➜  checking where to find the exponent in a 'float'... word 0 bit 23
2025-08-20T19:10:27.8669390Z [00:02:46.588]➜  checking where to find the exponent in a 'long double'... word 3 bit 16
2025-08-20T19:10:27.9564516Z [00:02:46.677]➜  checking whether iswcntrl works... yes
2025-08-20T19:10:28.0413090Z [00:02:46.762]➜  checking for towlower... yes
2025-08-20T19:10:28.0771704Z [00:02:46.798]➜  checking for wctype_t... yes
2025-08-20T19:10:28.1124675Z [00:02:46.833]➜  checking for wctrans_t... yes
2025-08-20T19:10:28.2014591Z [00:02:46.922]➜  checking whether wctype supports the "blank" and "punct" character classes... yes
2025-08-20T19:10:28.2347840Z [00:02:46.956]➜  checking whether langinfo.h defines CODESET... yes
2025-08-20T19:10:28.2672514Z [00:02:46.988]➜  checking whether langinfo.h defines T_FMT_AMPM... yes
2025-08-20T19:10:28.2989614Z [00:02:47.020]➜  checking whether langinfo.h defines ALTMON_1... yes
2025-08-20T19:10:28.3305871Z [00:02:47.052]➜  checking whether langinfo.h defines ABALTMON_1... no
2025-08-20T19:10:28.3630166Z [00:02:47.084]➜  checking whether langinfo.h defines ERA... yes
2025-08-20T19:10:28.3950260Z [00:02:47.116]➜  checking whether langinfo.h defines YESEXPR... yes
2025-08-20T19:10:28.4266184Z [00:02:47.148]➜  checking for good max_align_t... yes
2025-08-20T19:10:28.4574362Z [00:02:47.178]➜  checking whether NULL can be used in arbitrary expressions... yes
2025-08-20T19:10:28.5382479Z [00:02:47.259]➜  checking for unreachable... yes
2025-08-20T19:10:28.5678082Z [00:02:47.289]➜  checking whether nullptr_t needs <stddef.h>... yes
2025-08-20T19:10:28.5958112Z [00:02:47.317]➜  checking for clean definition of __STDC_VERSION_STDDEF_H__... yes
2025-08-20T19:10:28.6277464Z [00:02:47.349]➜  checking whether locale.h defines locale_t... yes
2025-08-20T19:10:28.6594785Z [00:02:47.380]➜  checking whether locale.h defines _locale_t... no
2025-08-20T19:10:28.6915619Z [00:02:47.412]➜  checking whether locale.h conforms to POSIX:2001... yes
2025-08-20T19:10:28.7233322Z [00:02:47.444]➜  checking whether struct lconv is properly defined... yes
2025-08-20T19:10:28.8060583Z [00:02:47.527]➜  checking for LC_MESSAGES... yes
2025-08-20T19:10:28.9744293Z [00:02:47.695]➜  checking whether imported symbols can be declared weak... no
2025-08-20T19:10:28.9746128Z [00:02:47.696]➜  checking for multithread API to use... posix
2025-08-20T19:10:28.9792663Z [00:02:47.700]➜  checking for a sed that does not truncate output... /usr/bin/sed
2025-08-20T19:10:29.0687928Z [00:02:47.790]➜  checking whether malloc (0) returns nonnull... yes
2025-08-20T19:10:29.1239590Z [00:02:47.845]➜  checking whether NAN macro works... yes
2025-08-20T19:10:29.1778685Z [00:02:47.899]➜  checking whether HUGE_VAL works... yes
2025-08-20T19:10:29.2722047Z [00:02:47.993]➜  checking whether mbrtowc handles a NULL pwc argument... yes
2025-08-20T19:10:29.3595121Z [00:02:48.080]➜  checking whether mbrtowc handles a NULL string argument... yes
2025-08-20T19:10:29.4519472Z [00:02:48.173]➜  checking whether mbrtowc has a correct return value... yes
2025-08-20T19:10:29.4520062Z [00:02:48.173]➜  checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
2025-08-20T19:10:29.5400864Z [00:02:48.261]➜  checking whether mbrtowc stores incomplete characters... no
2025-08-20T19:10:29.6228785Z [00:02:48.344]➜  checking whether mbrtowc works on empty input... yes
2025-08-20T19:10:29.7129538Z [00:02:48.434]➜  checking whether the C locale is free of encoding errors... no
2025-08-20T19:10:29.7980842Z [00:02:48.519]➜  checking for mmap... yes
2025-08-20T19:10:29.8226436Z [00:02:48.544]➜  checking for MAP_ANONYMOUS... yes
2025-08-20T19:10:29.9176304Z [00:02:48.639]➜  checking whether memchr works... yes
2025-08-20T19:10:29.9673766Z [00:02:48.688]➜  checking whether memrchr is declared... yes
2025-08-20T19:10:29.9990232Z [00:02:48.720]➜  checking whether <limits.h> defines MIN and MAX... no
2025-08-20T19:10:30.0388339Z [00:02:48.760]➜  checking whether <sys/param.h> defines MIN and MAX... yes
2025-08-20T19:10:30.0388952Z [00:02:48.760]➜  checking for compiler option needed when checking for future declarations... none
2025-08-20T19:10:30.0719331Z [00:02:48.793]➜  checking whether time_t is signed... yes
2025-08-20T19:10:30.2009635Z [00:02:48.922]➜  checking for working mktime... yes
2025-08-20T19:10:30.2346886Z [00:02:48.956]➜  checking for struct tm.tm_gmtoff... yes
2025-08-20T19:10:30.2677914Z [00:02:48.989]➜  checking for struct tm.tm_zone... yes
2025-08-20T19:10:30.2988732Z [00:02:49.020]➜  checking for compound literals... yes
2025-08-20T19:10:30.3495266Z [00:02:49.070]➜  checking for external symbol _system_configuration... no
2025-08-20T19:10:30.3495853Z [00:02:49.070]➜  checking for desired default level of POSIX conformance... none-specified
2025-08-20T19:10:30.5011992Z [00:02:49.222]➜  checking whether <sys/select.h> is self-contained... yes
2025-08-20T19:10:30.6222133Z [00:02:49.343]➜  checking for pthread_t... yes
2025-08-20T19:10:30.7193870Z [00:02:49.440]➜  checking for pthread_spinlock_t... yes
2025-08-20T19:10:30.8105441Z [00:02:49.531]➜  checking for pthread_spin_init... yes
2025-08-20T19:10:30.8472582Z [00:02:49.568]➜  checking for PTHREAD_CREATE_DETACHED... yes
2025-08-20T19:10:30.8838614Z [00:02:49.605]➜  checking for PTHREAD_MUTEX_RECURSIVE... yes
2025-08-20T19:10:30.9220714Z [00:02:49.643]➜  checking for PTHREAD_MUTEX_ROBUST... yes
2025-08-20T19:10:30.9592216Z [00:02:49.680]➜  checking for PTHREAD_PROCESS_SHARED... yes
2025-08-20T19:10:31.0687168Z [00:02:49.790]➜  checking whether _putenv is declared... no
2025-08-20T19:10:31.2606503Z [00:02:49.982]➜  checking for sigset_t... yes
2025-08-20T19:10:31.2606945Z [00:02:49.982]➜  checking whether to use systemd APIs... no
2025-08-20T19:10:31.3003733Z [00:02:50.021]➜  checking whether endutent is declared... yes
2025-08-20T19:10:31.3475640Z [00:02:50.068]➜  checking for struct utmpx.ut_user... yes
2025-08-20T19:10:31.3933470Z [00:02:50.114]➜  checking for struct utmp.ut_user... yes
2025-08-20T19:10:31.4391429Z [00:02:50.160]➜  checking for struct utmpx.ut_name... yes
2025-08-20T19:10:31.4844044Z [00:02:50.205]➜  checking for struct utmp.ut_name... yes
2025-08-20T19:10:31.5293903Z [00:02:50.250]➜  checking for struct utmpx.ut_type... yes
2025-08-20T19:10:31.5748800Z [00:02:50.296]➜  checking for struct utmp.ut_type... yes
2025-08-20T19:10:31.6199475Z [00:02:50.341]➜  checking for struct utmpx.ut_pid... yes
2025-08-20T19:10:31.6647451Z [00:02:50.386]➜  checking for struct utmp.ut_pid... yes
2025-08-20T19:10:31.7543323Z [00:02:50.475]➜  checking for struct utmp.ut_tv... yes
2025-08-20T19:10:31.8002627Z [00:02:50.521]➜  checking for struct utmpx.ut_host... yes
2025-08-20T19:10:31.8455134Z [00:02:50.566]➜  checking for struct utmp.ut_host... yes
2025-08-20T19:10:31.8911212Z [00:02:50.612]➜  checking for struct utmpx.ut_id... yes
2025-08-20T19:10:31.9358990Z [00:02:50.657]➜  checking for struct utmp.ut_id... yes
2025-08-20T19:10:31.9815524Z [00:02:50.702]➜  checking for struct utmpx.ut_session... yes
2025-08-20T19:10:32.0261456Z [00:02:50.747]➜  checking for struct utmp.ut_session... yes
2025-08-20T19:10:32.1147317Z [00:02:50.836]➜  checking for struct utmpx.ut_exit... yes
2025-08-20T19:10:32.2047547Z [00:02:50.926]➜  checking for struct utmp.ut_exit... yes
2025-08-20T19:10:32.2963093Z [00:02:51.017]➜  checking for struct utmpx.ut_exit.ut_exit... no
2025-08-20T19:10:32.3421897Z [00:02:51.063]➜  checking for struct utmpx.ut_exit.e_exit... yes
2025-08-20T19:10:32.3888342Z [00:02:51.110]➜  checking for struct utmp.ut_exit.e_exit... yes
2025-08-20T19:10:32.4794569Z [00:02:51.200]➜  checking for struct utmpx.ut_exit.ut_termination... no
2025-08-20T19:10:32.5257570Z [00:02:51.247]➜  checking for struct utmpx.ut_exit.e_termination... yes
2025-08-20T19:10:32.5717620Z [00:02:51.293]➜  checking for struct utmp.ut_exit.e_termination... yes
2025-08-20T19:10:32.6094443Z [00:02:51.330]➜  checking whether sysinfo is declared... yes
2025-08-20T19:10:32.6583826Z [00:02:51.379]➜  checking for sys/sysctl.h... no
2025-08-20T19:10:32.7464811Z [00:02:51.467]➜  checking for sysctl... no
2025-08-20T19:10:32.7465336Z [00:02:51.467]➜  checking whether realloc should abort upon undefined behaviour... no
2025-08-20T19:10:32.8403544Z [00:02:51.561]➜  checking whether rmdir works... yes
2025-08-20T19:10:32.9314684Z [00:02:51.652]➜  checking whether unlink honors trailing slashes... yes
2025-08-20T19:10:32.9315268Z [00:02:51.652]➜  checking whether unlink of a parent directory fails as it should... guessing yes
2025-08-20T19:10:32.9632222Z [00:02:51.684]➜  checking for sched.h... yes
2025-08-20T19:10:33.0323253Z [00:02:51.753]➜  checking for struct sched_param... yes
2025-08-20T19:10:33.1162401Z [00:02:51.837]➜  checking for library containing setsockopt... none needed
2025-08-20T19:10:33.1668413Z [00:02:51.888]➜  checking whether setenv is declared... yes
2025-08-20T19:10:33.2119085Z [00:02:51.933]➜  checking for search.h... yes
2025-08-20T19:10:33.2974770Z [00:02:52.018]➜  checking for tsearch... yes
2025-08-20T19:10:33.3765818Z [00:02:52.097]➜  checking for volatile sig_atomic_t... yes
2025-08-20T19:10:33.4545704Z [00:02:52.175]➜  checking for sighandler_t... yes
2025-08-20T19:10:33.5438359Z [00:02:52.265]➜  checking whether snprintf returns a byte count as in C99... yes
2025-08-20T19:10:33.6337704Z [00:02:52.355]➜  checking whether printf supports POSIX/XSI format strings with positions... yes
2025-08-20T19:10:33.6855381Z [00:02:52.406]➜  checking whether snprintf is declared... yes
2025-08-20T19:10:33.7371157Z [00:02:52.458]➜  checking whether fcloseall is declared... yes
2025-08-20T19:10:33.7875527Z [00:02:52.508]➜  checking whether getw is declared... yes
2025-08-20T19:10:33.8374389Z [00:02:52.558]➜  checking whether putw is declared... yes
2025-08-20T19:10:33.8724694Z [00:02:52.593]➜  checking which flavor of printf attribute matches inttypes macros... system
2025-08-20T19:10:33.9224325Z [00:02:52.643]➜  checking whether ecvt is declared... yes
2025-08-20T19:10:33.9730809Z [00:02:52.694]➜  checking whether fcvt is declared... yes
2025-08-20T19:10:34.0230714Z [00:02:52.744]➜  checking whether gcvt is declared... yes
2025-08-20T19:10:34.2017018Z [00:02:52.923]➜  checking whether MB_CUR_MAX is correct... yes
2025-08-20T19:10:34.2515531Z [00:02:52.972]➜  checking whether strdup is declared... yes
2025-08-20T19:10:34.3374847Z [00:02:53.058]➜  checking whether strerror(0) succeeds... yes
2025-08-20T19:10:34.4223056Z [00:02:53.143]➜  checking for strerror_r... yes
2025-08-20T19:10:34.4550425Z [00:02:53.176]➜  checking for strerror_r with POSIX signature... no
2025-08-20T19:10:34.5412059Z [00:02:53.262]➜  checking whether __xpg_strerror_r works... yes
2025-08-20T19:10:34.5922745Z [00:02:53.313]➜  checking whether strnlen is declared... yes
2025-08-20T19:10:34.6427830Z [00:02:53.364]➜  checking whether strsignal is declared... yes
2025-08-20T19:10:34.7497081Z [00:02:53.471]➜  checking whether ldexp() can be used without linking with libm... yes
2025-08-20T19:10:34.7996207Z [00:02:53.521]➜  checking whether strtoimax is declared... yes
2025-08-20T19:10:34.8499795Z [00:02:53.571]➜  checking whether strtoumax is declared... yes
2025-08-20T19:10:34.8816695Z [00:02:53.603]➜  checking whether <sys/ioctl.h> declares ioctl... yes
2025-08-20T19:10:34.9435147Z [00:02:53.664]➜  checking for struct utsname... yes
2025-08-20T19:10:34.9756276Z [00:02:53.696]➜  checking for struct winsize in <termios.h>... no
2025-08-20T19:10:35.0066032Z [00:02:53.727]➜  checking for struct winsize in <sys/ioctl.h>... yes
2025-08-20T19:10:35.0400675Z [00:02:53.761]➜  checking for struct timespec in <time.h>... yes
2025-08-20T19:10:35.0731787Z [00:02:53.794]➜  checking for TIME_UTC in <time.h>... yes
2025-08-20T19:10:35.1233686Z [00:02:53.844]➜  checking whether execvpe is declared... yes
2025-08-20T19:10:35.1735987Z [00:02:53.895]➜  checking whether clearerr_unlocked is declared... yes
2025-08-20T19:10:35.2246208Z [00:02:53.946]➜  checking whether feof_unlocked is declared... yes
2025-08-20T19:10:35.2742377Z [00:02:53.995]➜  checking whether ferror_unlocked is declared... yes
2025-08-20T19:10:35.3260967Z [00:02:54.047]➜  checking whether fflush_unlocked is declared... yes
2025-08-20T19:10:35.3765643Z [00:02:54.097]➜  checking whether fgets_unlocked is declared... yes
2025-08-20T19:10:35.4270574Z [00:02:54.148]➜  checking whether fputc_unlocked is declared... yes
2025-08-20T19:10:35.4778425Z [00:02:54.199]➜  checking whether fputs_unlocked is declared... yes
2025-08-20T19:10:35.5286687Z [00:02:54.250]➜  checking whether fread_unlocked is declared... yes
2025-08-20T19:10:35.5779515Z [00:02:54.299]➜  checking whether fwrite_unlocked is declared... yes
2025-08-20T19:10:35.6355515Z [00:02:54.356]➜  checking whether getc_unlocked is declared... yes
2025-08-20T19:10:35.6852750Z [00:02:54.406]➜  checking whether getchar_unlocked is declared... yes
2025-08-20T19:10:35.7349548Z [00:02:54.456]➜  checking whether putc_unlocked is declared... yes
2025-08-20T19:10:35.7843305Z [00:02:54.505]➜  checking whether putchar_unlocked is declared... yes
2025-08-20T19:10:35.8349480Z [00:02:54.556]➜  checking whether unsetenv is declared... yes
2025-08-20T19:10:35.9418242Z [00:02:54.663]➜  checking whether the utimes function works... yes
2025-08-20T19:10:35.9763065Z [00:02:54.697]➜  checking for inttypes.h... yes
2025-08-20T19:10:36.0098262Z [00:02:54.731]➜  checking for stdint.h... yes
2025-08-20T19:10:36.0477894Z [00:02:54.769]➜  checking for intmax_t... yes
2025-08-20T19:10:36.1352709Z [00:02:54.856]➜  checking whether snprintf truncates the result as in C99... yes
2025-08-20T19:10:36.2212921Z [00:02:54.942]➜  checking for wcslen... yes
2025-08-20T19:10:36.2213330Z [00:02:54.942]➜  checking for snprintf... (cached) yes
2025-08-20T19:10:36.3062220Z [00:02:55.027]➜  checking for strnlen... yes
2025-08-20T19:10:36.3062636Z [00:02:55.027]➜  checking for wcrtomb... (cached) yes
2025-08-20T19:10:36.3448729Z [00:02:55.066]➜  checking whether _snprintf is declared... no
2025-08-20T19:10:36.4367116Z [00:02:55.158]➜  checking whether printf supports size specifiers as in C99... yes
2025-08-20T19:10:36.5328456Z [00:02:55.254]➜  checking whether printf supports size specifiers as in C23... yes
2025-08-20T19:10:36.6222357Z [00:02:55.343]➜  checking whether printf supports 'long double' arguments... yes
2025-08-20T19:10:36.7221590Z [00:02:55.443]➜  checking whether printf supports infinite 'double' arguments... yes
2025-08-20T19:10:36.8307951Z [00:02:55.552]➜  checking whether printf supports infinite 'long double' arguments... yes
2025-08-20T19:10:36.9289105Z [00:02:55.650]➜  checking whether printf supports the 'a' and 'A' directives... yes
2025-08-20T19:10:37.0170036Z [00:02:55.738]➜  checking whether printf supports the 'b' directive... yes
2025-08-20T19:10:37.1080740Z [00:02:55.829]➜  checking whether printf supports the 'F' directive... yes
2025-08-20T19:10:37.2028238Z [00:02:55.924]➜  checking whether printf supports the 'ls' directive... yes
2025-08-20T19:10:37.2929660Z [00:02:56.014]➜  checking whether printf supports the 'lc' directive correctly... yes
2025-08-20T19:10:37.3812829Z [00:02:56.102]➜  checking whether printf supports the grouping flag... yes
2025-08-20T19:10:37.4689343Z [00:02:56.190]➜  checking whether printf supports the left-adjust flag correctly... yes
2025-08-20T19:10:37.5583718Z [00:02:56.279]➜  checking whether printf supports the zero flag correctly... yes
2025-08-20T19:10:37.6425113Z [00:02:56.363]➜  checking whether printf supports the alternative flag with a zero precision... yes
2025-08-20T19:10:37.7318542Z [00:02:56.453]➜  checking whether printf supports large precisions... yes
2025-08-20T19:10:37.8308708Z [00:02:56.552]➜  checking whether printf survives out-of-memory conditions... yes
2025-08-20T19:10:37.9152533Z [00:02:56.636]➜  checking for vasprintf... yes
2025-08-20T19:10:37.9538001Z [00:02:56.675]➜  checking whether wcsdup is declared... yes
2025-08-20T19:10:38.0427033Z [00:02:56.764]➜  checking POSIX termios... yes
2025-08-20T19:10:38.0677015Z [00:02:56.789]➜  checking whether use of TIOCGWINSZ requires termios.h... no
2025-08-20T19:10:38.1517767Z [00:02:56.873]➜  checking for strerrorname_np... yes
2025-08-20T19:10:38.2347823Z [00:02:56.956]➜  checking whether strerrorname_np works... yes
2025-08-20T19:10:38.2826184Z [00:02:57.004]➜  checking for C compiler option to allow warnings... -Wno-error
2025-08-20T19:10:38.3321911Z [00:02:57.053]➜  checking for C++ compiler option to allow warnings... -Wno-error
2025-08-20T19:10:38.4297812Z [00:02:57.151]➜  checking for a french Unicode locale... none
2025-08-20T19:10:38.5320254Z [00:02:57.253]➜  checking for a turkish Unicode locale... none
2025-08-20T19:10:38.5320931Z [00:02:57.253]➜  checking for uselocale... (cached) yes
2025-08-20T19:10:38.5321349Z [00:02:57.253]➜  checking whether uselocale works... (cached) yes
2025-08-20T19:10:38.6158792Z [00:02:57.337]➜  checking for fake locale system (OpenBSD, Android)... no
2025-08-20T19:10:38.6159275Z [00:02:57.337]➜  checking for Solaris 11.4 locale system... no
2025-08-20T19:10:38.6691751Z [00:02:57.390]➜  checking for CFPreferencesCopyAppValue... no
2025-08-20T19:10:38.7232806Z [00:02:57.444]➜  checking for CFLocaleCopyPreferredLanguages... no
2025-08-20T19:10:38.8095922Z [00:02:57.530]➜  checking for library needed for semaphore functions... none
2025-08-20T19:10:38.8601690Z [00:02:57.581]➜  checking whether initstate is declared... yes
2025-08-20T19:10:38.9099792Z [00:02:57.631]➜  checking whether setstate is declared... yes
2025-08-20T19:10:39.0221122Z [00:02:57.743]➜  checking whether access honors trailing slash... yes
2025-08-20T19:10:39.1076071Z [00:02:57.829]➜  checking for posix_memalign... yes
2025-08-20T19:10:39.1398755Z [00:02:57.861]➜  checking for alignas and alignof... yes, keywords
2025-08-20T19:10:39.1619997Z [00:02:57.883]➜  checking for alloca as a compiler built-in... yes
2025-08-20T19:10:39.1620590Z [00:02:57.883]➜  checking whether to enable assertions... yes
2025-08-20T19:10:39.1914817Z [00:02:57.912]➜  checking for static_assert... yes, a keyword
2025-08-20T19:10:39.2207487Z [00:02:57.942]➜  checking for bool, true, false... yes
2025-08-20T19:10:39.3057684Z [00:02:58.027]➜  checking whether btowc(0) is correct... yes
2025-08-20T19:10:39.3058156Z [00:02:58.027]➜  checking whether btowc(EOF) is correct... guessing yes
2025-08-20T19:10:39.4014855Z [00:02:58.122]➜  checking whether btowc is consistent with mbrtowc in the C locale... no
2025-08-20T19:10:39.4849831Z [00:02:58.206]➜  checking for __builtin_expect... yes
2025-08-20T19:10:39.5184516Z [00:02:58.239]➜  checking for working bswap_16, bswap_32, bswap_64... yes
2025-08-20T19:10:39.5185851Z [00:02:58.240]➜  checking for nl_langinfo... yes
2025-08-20T19:10:39.6078297Z [00:02:58.329]➜  checking for strtod_l... yes
2025-08-20T19:10:39.6078761Z [00:02:58.329]➜  checking for nl_langinfo... (cached) yes
2025-08-20T19:10:39.6919834Z [00:02:58.413]➜  checking for strtold_l... yes
2025-08-20T19:10:39.7790982Z [00:02:58.500]➜  checking whether calloc (0, n) and calloc (n, 0) return nonnull... yes
2025-08-20T19:10:39.8642308Z [00:02:58.585]➜  checking for faccessat... yes
2025-08-20T19:10:39.9493871Z [00:02:58.670]➜  checking for readlinkat... yes
2025-08-20T19:10:39.9751388Z [00:02:58.696]➜  checking whether this system supports file names of any length... no
2025-08-20T19:10:40.0746589Z [00:02:58.796]➜  checking whether chmod works... yes
2025-08-20T19:10:40.1585598Z [00:02:58.879]➜  checking for library containing clock_gettime... none required
2025-08-20T19:10:40.2413480Z [00:02:58.962]➜  checking for clock_getres... yes
2025-08-20T19:10:40.3238345Z [00:02:59.045]➜  checking for clock_gettime... yes
2025-08-20T19:10:40.4076552Z [00:02:59.129]➜  checking for clock_settime... yes
2025-08-20T19:10:40.4925191Z [00:02:59.213]➜  checking for closedir... yes
2025-08-20T19:10:40.7060210Z [00:02:59.427]➜  checking for copy_file_range... yes
2025-08-20T19:10:40.7374841Z [00:02:59.458]➜  checking whether openssl is GPL compatible... yes
2025-08-20T19:10:40.8250009Z [00:02:59.546]➜  checking for MD5 in -lcrypto... yes
2025-08-20T19:10:40.8692157Z [00:02:59.590]➜  checking for openssl/md5.h... yes
2025-08-20T19:10:40.8693803Z [00:02:59.590]➜  checking whether openssl is GPL compatible... (cached) yes
2025-08-20T19:10:40.9712872Z [00:02:59.692]➜  checking for SHA1 in -lcrypto... no
2025-08-20T19:10:40.9713519Z [00:02:59.692]➜  checking whether openssl is GPL compatible... (cached) yes
2025-08-20T19:10:41.0750316Z [00:02:59.796]➜  checking for SHA256 in -lcrypto... no
2025-08-20T19:10:41.0751775Z [00:02:59.796]➜  checking whether openssl is GPL compatible... (cached) yes
2025-08-20T19:10:41.1747721Z [00:02:59.896]➜  checking for SHA512 in -lcrypto... no
2025-08-20T19:10:41.1748199Z [00:02:59.896]➜  checking for d_ino member in directory struct... (cached) yes
2025-08-20T19:10:41.2603001Z [00:02:59.981]➜  checking for d_type member in directory struct... yes
2025-08-20T19:10:41.3451023Z [00:03:00.066]➜  checking for dirfd... yes
2025-08-20T19:10:41.3848158Z [00:03:00.106]➜  checking whether dirfd is declared... yes
2025-08-20T19:10:41.4103029Z [00:03:00.131]➜  checking whether dirfd is a macro... no
2025-08-20T19:10:41.4107026Z [00:03:00.132]➜  checking whether // is distinct from /... (cached) no
2025-08-20T19:10:41.4967128Z [00:03:00.218]➜  checking whether dup works... yes
2025-08-20T19:10:41.5873148Z [00:03:00.308]➜  checking whether dup2 works... yes
2025-08-20T19:10:41.6713132Z [00:03:00.392]➜  checking for euidaccess... yes
2025-08-20T19:10:41.6717274Z [00:03:00.393]➜  checking for faccessat... (cached) yes
2025-08-20T19:10:41.7716259Z [00:03:00.493]➜  checking whether fchmodat works... yes
2025-08-20T19:10:41.8575789Z [00:03:00.578]➜  checking for fchownat... yes
2025-08-20T19:10:41.9532398Z [00:03:00.674]➜  checking whether fchownat works with AT_SYMLINK_NOFOLLOW... yes
2025-08-20T19:10:42.0439957Z [00:03:00.765]➜  checking whether fchownat works with an empty file name... yes
2025-08-20T19:10:42.1349958Z [00:03:00.856]➜  checking whether fcntl handles F_DUPFD correctly... yes
2025-08-20T19:10:42.2502200Z [00:03:00.971]➜  checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
2025-08-20T19:10:42.3357111Z [00:03:01.057]➜  checking for fdatasync... yes
2025-08-20T19:10:42.4235910Z [00:03:01.145]➜  checking whether fdopen sets errno... yes
2025-08-20T19:10:42.4624421Z [00:03:01.183]➜  checking whether fdopendir is declared... yes
2025-08-20T19:10:42.5501395Z [00:03:01.271]➜  checking whether fdopendir works... yes
2025-08-20T19:10:42.5501984Z [00:03:01.271]➜  checking whether fflush works on input streams... (cached) no
2025-08-20T19:10:42.5953711Z [00:03:01.316]➜  checking for sys/smack.h... no
2025-08-20T19:10:42.6394912Z [00:03:01.360]➜  checking for struct stat.st_blocks... yes
2025-08-20T19:10:42.6396579Z [00:03:01.361]➜  checking for mempcpy... (cached) yes
2025-08-20T19:10:42.6791518Z [00:03:01.400]➜  checking for flexible array member... yes
2025-08-20T19:10:42.7102495Z [00:03:01.431]➜  checking whether float.h conforms to ISO C23... no
2025-08-20T19:10:42.7902173Z [00:03:01.511]➜  checking whether conversion from 'int' to 'long double' works... yes
2025-08-20T19:10:42.8881842Z [00:03:01.609]➜  checking for working GNU fnmatch... yes
2025-08-20T19:10:42.9781381Z [00:03:01.699]➜  checking whether fopen supports the mode character 'x'... yes
2025-08-20T19:10:43.0688566Z [00:03:01.790]➜  checking whether fopen supports the mode character 'e'... yes
2025-08-20T19:10:43.1586851Z [00:03:01.880]➜  checking for __fpending... yes
2025-08-20T19:10:43.1987580Z [00:03:01.920]➜  checking whether __fpending is declared... yes
2025-08-20T19:10:43.2838155Z [00:03:02.005]➜  checking for __fpurge... yes
2025-08-20T19:10:43.3236621Z [00:03:02.045]➜  checking whether fpurge is declared... no
2025-08-20T19:10:43.4111615Z [00:03:02.132]➜  checking for __freadahead... no
2025-08-20T19:10:43.4968522Z [00:03:02.218]➜  checking for __freading... yes
2025-08-20T19:10:43.5336136Z [00:03:02.255]➜  checking whether free is known to preserve errno... yes
2025-08-20T19:10:43.6232145Z [00:03:02.344]➜  checking whether freopen works on closed fds... yes
2025-08-20T19:10:43.7414586Z [00:03:02.462]➜  checking whether frexp works... yes
2025-08-20T19:10:43.8000036Z [00:03:02.521]➜  checking whether frexpl is declared... yes
2025-08-20T19:10:43.9088105Z [00:03:02.630]➜  checking whether frexpl() can be used without linking with libm... yes
2025-08-20T19:10:44.0223192Z [00:03:02.743]➜  checking whether frexpl works... yes
2025-08-20T19:10:44.0225083Z [00:03:02.744]➜  checking for fseeko... (cached) yes
2025-08-20T19:10:44.0225822Z [00:03:02.744]➜  checking whether fflush works on input streams... (cached) no
2025-08-20T19:10:44.1102873Z [00:03:02.831]➜  checking for _fseeki64... no
2025-08-20T19:10:44.1979184Z [00:03:02.919]➜  checking for __fseterr... no
2025-08-20T19:10:44.2835890Z [00:03:03.004]➜  checking whether fstatat (..., 0) works... yes
2025-08-20T19:10:44.3324512Z [00:03:03.053]➜  checking for sys/mount.h... yes
2025-08-20T19:10:44.4190338Z [00:03:03.140]➜  checking for statvfs function (SVR4)... yes
2025-08-20T19:10:44.4679172Z [00:03:03.189]➜  checking whether to use statvfs64... no
2025-08-20T19:10:44.5609188Z [00:03:03.282]➜  checking for two-argument statfs with statfs.f_frsize member... yes
2025-08-20T19:10:44.6063658Z [00:03:03.327]➜  checking for sys/fs/s5param.h... no
2025-08-20T19:10:44.6505749Z [00:03:03.371]➜  checking for sys/statfs.h... yes
2025-08-20T19:10:44.6864509Z [00:03:03.407]➜  checking for statfs that truncates block counts... no
2025-08-20T19:10:44.6865525Z [00:03:03.408]➜  checking for ftello... (cached) yes
2025-08-20T19:10:44.6867303Z [00:03:03.408]➜  checking whether ftello works... (cached) yes
2025-08-20T19:10:44.7718947Z [00:03:03.493]➜  checking for strtof... yes
2025-08-20T19:10:44.8571988Z [00:03:03.578]➜  checking for ftruncate... yes
2025-08-20T19:10:44.9030350Z [00:03:03.624]➜  checking for struct statfs.f_type... yes
2025-08-20T19:10:44.9930177Z [00:03:03.714]➜  checking for __fsword_t... yes
2025-08-20T19:10:45.0781699Z [00:03:03.799]➜  checking for fts_open... yes
2025-08-20T19:10:45.1636276Z [00:03:03.885]➜  checking for futimens... yes
2025-08-20T19:10:46.2587972Z [00:03:04.980]➜  checking whether futimens works... yes
2025-08-20T19:10:46.3472764Z [00:03:05.068]➜  checking for library containing getaddrinfo... none required
2025-08-20T19:10:46.4422372Z [00:03:05.163]➜  checking for getaddrinfo... yes
2025-08-20T19:10:46.5374040Z [00:03:05.258]➜  checking whether getaddrinfo supports AI_NUMERICSERV... yes
2025-08-20T19:10:46.5823976Z [00:03:05.303]➜  checking whether gai_strerror is declared... yes
2025-08-20T19:10:46.6267511Z [00:03:05.348]➜  checking whether gai_strerrorA is declared... no
2025-08-20T19:10:46.6641801Z [00:03:05.385]➜  checking for gai_strerror with POSIX signature... yes
2025-08-20T19:10:46.7343659Z [00:03:05.455]➜  checking for struct sockaddr.sa_len... no
2025-08-20T19:10:46.7765262Z [00:03:05.497]➜  checking whether getaddrinfo is declared... yes
2025-08-20T19:10:46.8194019Z [00:03:05.540]➜  checking whether freeaddrinfo is declared... yes
2025-08-20T19:10:46.8657488Z [00:03:05.587]➜  checking whether getnameinfo is declared... yes
2025-08-20T19:10:46.9400340Z [00:03:05.661]➜  checking for struct addrinfo... yes
2025-08-20T19:10:47.0939414Z [00:03:05.815]➜  checking whether getcwd handles long file names properly... yes
2025-08-20T19:10:47.1977640Z [00:03:05.919]➜  checking whether getcwd succeeds when 4k < cwd_length < 16k... yes
2025-08-20T19:10:47.2845634Z [00:03:06.005]➜  checking for getdelim... yes
2025-08-20T19:10:47.3825247Z [00:03:06.103]➜  checking for working getdelim function... yes
2025-08-20T19:10:47.4699935Z [00:03:06.191]➜  checking whether getdtablesize works... yes
2025-08-20T19:10:47.5561321Z [00:03:06.277]➜  checking for getgroups... yes
2025-08-20T19:10:47.6556977Z [00:03:06.377]➜  checking for working getgroups... yes
2025-08-20T19:10:47.7540277Z [00:03:06.475]➜  checking whether getgroups handles negative values... yes
2025-08-20T19:10:47.8407449Z [00:03:06.562]➜  checking for gethostname... yes
2025-08-20T19:10:47.8650308Z [00:03:06.586]➜  checking for HOST_NAME_MAX... yes
2025-08-20T19:10:47.9035511Z [00:03:06.624]➜  checking whether gethrtime is declared... no
2025-08-20T19:10:47.9290147Z [00:03:06.650]➜  checking whether CLOCK_MONOTONIC or CLOCK_REALTIME is defined... yes
2025-08-20T19:10:48.0137442Z [00:03:06.735]➜  checking for getline... yes
2025-08-20T19:10:48.1114898Z [00:03:06.832]➜  checking for working getline function... yes
2025-08-20T19:10:48.1985734Z [00:03:06.920]➜  checking for getloadavg... yes
2025-08-20T19:10:48.2442149Z [00:03:06.965]➜  checking for sys/loadavg.h... no
2025-08-20T19:10:48.2858235Z [00:03:07.007]➜  checking whether getloadavg is declared... yes
2025-08-20T19:10:48.3800166Z [00:03:07.101]➜  checking whether getlogin works... yes
2025-08-20T19:10:48.4692973Z [00:03:07.190]➜  checking for getpagesize... yes
2025-08-20T19:10:48.5192675Z [00:03:07.240]➜  checking whether getpagesize is declared... yes
2025-08-20T19:10:48.6068411Z [00:03:07.328]➜  checking for getprogname... no
2025-08-20T19:10:48.6437535Z [00:03:07.365]➜  checking whether program_invocation_name is declared... yes
2025-08-20T19:10:48.6464595Z [00:03:07.367]➜  checking whether program_invocation_name is declared... (cached) yes
2025-08-20T19:10:48.6840260Z [00:03:07.405]➜  checking whether program_invocation_short_name is declared... yes
2025-08-20T19:10:48.7259113Z [00:03:07.447]➜  checking whether __argv is declared... no
2025-08-20T19:10:48.8104796Z [00:03:07.531]➜  checking for getrandom... yes
2025-08-20T19:10:48.8483182Z [00:03:07.569]➜  checking whether getrandom is compatible with its GNU+BSD signature... yes
2025-08-20T19:10:48.9351282Z [00:03:07.656]➜  checking for timespec_getres... yes
2025-08-20T19:10:48.9696932Z [00:03:07.691]➜  checking for gettimeofday with POSIX signature... yes
2025-08-20T19:10:49.0612713Z [00:03:07.782]➜  checking for group_member... yes
2025-08-20T19:10:49.0615254Z [00:03:07.782]➜  checking host operating system... GNU/Linux
2025-08-20T19:10:49.0616098Z [00:03:07.783]➜  checking for library containing gethostbyname... (cached) none required
2025-08-20T19:10:49.0617056Z [00:03:07.783]➜  checking for gethostbyname... (cached) yes
2025-08-20T19:10:49.0868116Z [00:03:07.808]➜  checking for library containing inet_ntop... (cached) none required
2025-08-20T19:10:49.0890990Z [00:03:07.810]➜  checking whether inet_ntop is declared... (cached) yes
2025-08-20T19:10:49.1744365Z [00:03:07.895]➜  checking for library containing inet_pton... none required
2025-08-20T19:10:49.2179551Z [00:03:07.939]➜  checking whether inet_pton is declared... yes
2025-08-20T19:10:49.2493926Z [00:03:07.970]➜  checking whether the compiler generally respects inline... yes
2025-08-20T19:10:49.3374291Z [00:03:08.058]➜  checking for isapipe... no
2025-08-20T19:10:49.4355708Z [00:03:08.156]➜  checking whether pipes are FIFOs (and for their link count)... yes (1)
2025-08-20T19:10:49.5458547Z [00:03:08.267]➜  checking whether isnan(double) can be used without linking with libm... yes
2025-08-20T19:10:49.6536456Z [00:03:08.375]➜  checking whether isnan(float) can be used without linking with libm... yes
2025-08-20T19:10:49.7577218Z [00:03:08.479]➜  checking whether isnan(float) works... yes
2025-08-20T19:10:49.8661303Z [00:03:08.587]➜  checking whether isnan(long double) can be used without linking with libm... yes
2025-08-20T19:10:49.9746441Z [00:03:08.696]➜  checking whether isnanl works... yes
2025-08-20T19:10:50.0602645Z [00:03:08.781]➜  checking for iswblank... yes
2025-08-20T19:10:50.1004735Z [00:03:08.821]➜  checking whether iswblank is declared... yes
2025-08-20T19:10:50.1981946Z [00:03:08.919]➜  checking whether iswdigit is ISO C compliant... yes
2025-08-20T19:10:50.2862626Z [00:03:09.007]➜  checking whether iswpunct is consistent with ispunct... yes
2025-08-20T19:10:50.3831661Z [00:03:09.104]➜  checking whether iswxdigit is ISO C compliant... yes
2025-08-20T19:10:50.4712425Z [00:03:09.192]➜  checking for lchown... yes
2025-08-20T19:10:50.5593183Z [00:03:09.280]➜  checking for C compiler flag to ignore unused libraries... -Wl,--as-needed
2025-08-20T19:10:50.6197773Z [00:03:09.341]➜  checking whether the compiler supports the __inline keyword... yes
2025-08-20T19:10:50.6719057Z [00:03:09.393]➜  checking for gmp.h... yes
2025-08-20T19:10:50.7693615Z [00:03:09.490]➜  checking for libgmp... yes
2025-08-20T19:10:50.7694041Z [00:03:09.490]➜  checking how to link with libgmp... -lgmp
2025-08-20T19:10:50.7727466Z [00:03:09.494]➜  checking for gmp.h... (cached) yes
2025-08-20T19:10:50.7785621Z [00:03:09.500]➜  checking for libgmp... (cached) yes
2025-08-20T19:10:50.7786038Z [00:03:09.500]➜  checking how to link with libgmp... -lgmp
2025-08-20T19:10:50.8721441Z [00:03:09.593]➜  checking whether link obeys POSIX... yes
2025-08-20T19:10:50.9578227Z [00:03:09.679]➜  checking for __xpg4... no
2025-08-20T19:10:51.0535745Z [00:03:09.774]➜  checking whether link(2) dereferences a symlink... no
2025-08-20T19:10:51.1406630Z [00:03:09.862]➜  checking for linkat... yes
2025-08-20T19:10:51.2304915Z [00:03:09.951]➜  checking whether linkat() can link symlinks... yes
2025-08-20T19:10:51.3264342Z [00:03:10.047]➜  checking whether linkat handles trailing slash correctly... yes
2025-08-20T19:10:51.4093116Z [00:03:10.130]➜  checking whether localeconv works... yes
2025-08-20T19:10:51.4833282Z [00:03:10.204]➜  checking for pthread_rwlock_t... yes
2025-08-20T19:10:51.6881086Z [00:03:10.409]➜  checking whether pthread_rwlock_rdlock prefers a writer to a reader... no
2025-08-20T19:10:51.8224868Z [00:03:10.543]➜  checking whether lseek detects pipes... yes
2025-08-20T19:10:51.8536270Z [00:03:10.575]➜  checking whether SEEK_DATA works but is incompatible with GNU... no
2025-08-20T19:10:51.9384473Z [00:03:10.659]➜  checking whether mbrtoc32 works on empty input... yes
2025-08-20T19:10:52.0306668Z [00:03:10.752]➜  checking whether the C locale is free of encoding errors... no
2025-08-20T19:10:52.1178806Z [00:03:10.839]➜  checking whether mbrtoc32 works in an UTF-8 locale... yes
2025-08-20T19:10:52.1185750Z [00:03:10.840]➜  checking whether mbrtowc handles a NULL pwc argument... (cached) yes
2025-08-20T19:10:52.1186376Z [00:03:10.840]➜  checking whether mbrtowc handles a NULL string argument... (cached) yes
2025-08-20T19:10:52.1186893Z [00:03:10.840]➜  checking whether mbrtowc has a correct return value... (cached) yes
2025-08-20T19:10:52.1187464Z [00:03:10.840]➜  checking whether mbrtowc returns 0 when parsing a NUL character... (cached) guessing yes
2025-08-20T19:10:52.1188070Z [00:03:10.840]➜  checking whether mbrtowc stores incomplete characters... (cached) no
2025-08-20T19:10:52.1188556Z [00:03:10.840]➜  checking whether mbrtowc works on empty input... (cached) yes
2025-08-20T19:10:52.1193028Z [00:03:10.840]➜  checking whether the C locale is free of encoding errors... (cached) no
2025-08-20T19:10:52.2113229Z [00:03:10.932]➜  checking whether mbsrtowcs works... yes
2025-08-20T19:10:52.2114226Z [00:03:10.932]➜  checking whether the C locale is free of encoding errors... (cached) no
2025-08-20T19:10:52.2465858Z [00:03:10.967]➜  checking whether mbswidth is declared in <wchar.h>... no
2025-08-20T19:10:52.2466313Z [00:03:10.968]➜  checking for mbstate_t... (cached) yes
2025-08-20T19:10:52.3325545Z [00:03:11.053]➜  checking for mbtowc... yes
2025-08-20T19:10:52.4197788Z [00:03:11.053]➜  checking for mempcpy... (cached) yes
2025-08-20T19:10:52.4198202Z [00:03:11.141]➜  checking for memrchr... yes
2025-08-20T19:10:52.5083037Z [00:03:11.229]➜  checking for memset_explicit... no
2025-08-20T19:10:52.5999228Z [00:03:11.321]➜  checking for explicit_memset... no
2025-08-20T19:10:52.6895739Z [00:03:11.410]➜  checking whether mkdir handles trailing slash... yes
2025-08-20T19:10:52.7779829Z [00:03:11.499]➜  checking whether mkdir handles trailing dot... yes
2025-08-20T19:10:52.8637912Z [00:03:11.585]➜  checking for mkfifo... yes
2025-08-20T19:10:52.9507031Z [00:03:11.672]➜  checking whether mkfifo rejects trailing slashes... yes
2025-08-20T19:10:53.0371714Z [00:03:11.758]➜  checking for mknodat... yes
2025-08-20T19:10:53.1219142Z [00:03:11.843]➜  checking for mkfifoat... yes
2025-08-20T19:10:53.2127451Z [00:03:11.934]➜  checking whether mkfifoat rejects trailing slashes... yes
2025-08-20T19:10:53.3004528Z [00:03:12.021]➜  checking whether mknod can create fifo without root privileges... no
2025-08-20T19:10:53.3861485Z [00:03:12.107]➜  checking for mkostemp... yes
2025-08-20T19:10:53.4901208Z [00:03:12.211]➜  checking for working mkstemp... yes
2025-08-20T19:10:53.5755702Z [00:03:12.296]➜  checking for __mktime_internal... yes
2025-08-20T19:10:53.6655393Z [00:03:12.386]➜  checking for listmntent... no
2025-08-20T19:10:53.6967850Z [00:03:12.418]➜  checking for sys/ucred.h... no
2025-08-20T19:10:53.6969093Z [00:03:12.418]➜  checking for sys/mount.h... (cached) yes
2025-08-20T19:10:53.7412015Z [00:03:12.462]➜  checking for mntent.h... yes
2025-08-20T19:10:53.7413435Z [00:03:12.462]➜  checking for sys/fs_types.h... (cached) no
2025-08-20T19:10:53.8381783Z [00:03:12.559]➜  checking for struct fsstat.f_fstypename... no
2025-08-20T19:10:53.9225185Z [00:03:12.643]➜  checking for library containing getmntent... none required
2025-08-20T19:10:54.0075589Z [00:03:12.728]➜  checking for getmntent... yes
2025-08-20T19:10:54.0357959Z [00:03:12.757]➜  checking for mntctl function and struct vmount... no
2025-08-20T19:10:54.0705619Z [00:03:12.791]➜  checking for one-argument getmntent function... yes
2025-08-20T19:10:54.1564953Z [00:03:12.877]➜  checking for setmntent... yes
2025-08-20T19:10:54.2429259Z [00:03:12.964]➜  checking for endmntent... yes
2025-08-20T19:10:54.3277884Z [00:03:13.049]➜  checking for hasmntopt... yes
2025-08-20T19:10:54.3734009Z [00:03:13.094]➜  checking for sys/mntent.h... no
2025-08-20T19:10:54.4179678Z [00:03:13.139]➜  checking for sys/mkdev.h... no
2025-08-20T19:10:54.4627885Z [00:03:13.184]➜  checking for sys/sysmacros.h... yes
2025-08-20T19:10:54.5485724Z [00:03:13.269]➜  checking for struct statfs.f_fstypename... no
2025-08-20T19:10:54.6349125Z [00:03:13.356]➜  checking for library containing nanosleep... none required
2025-08-20T19:10:55.7334796Z [00:03:14.454]➜  checking for working nanosleep... no (mishandles large arguments)
2025-08-20T19:10:55.7708003Z [00:03:14.492]➜  checking whether <netinet/in.h> is self-contained... yes
2025-08-20T19:10:55.7709364Z [00:03:14.492]➜  checking for nl_langinfo... (cached) yes
2025-08-20T19:10:55.8543378Z [00:03:14.575]➜  checking whether YESEXPR works... yes
2025-08-20T19:10:55.9002656Z [00:03:14.621]➜  checking for sys/pstat.h... no
2025-08-20T19:10:55.9455557Z [00:03:14.666]➜  checking for sys/sysmp.h... no
2025-08-20T19:10:55.9456544Z [00:03:14.667]➜  checking for sys/param.h... (cached) yes
2025-08-20T19:10:55.9457633Z [00:03:14.667]➜  checking for sys/sysctl.h... (cached) no
2025-08-20T19:10:56.0342639Z [00:03:14.755]➜  checking for sched_getaffinity_np... no
2025-08-20T19:10:56.1210059Z [00:03:14.842]➜  checking for pstat_getdynamic... no
2025-08-20T19:10:56.2095565Z [00:03:14.930]➜  checking for sysmp... no
2025-08-20T19:10:56.2095965Z [00:03:14.931]➜  checking for sysctl... (cached) no
2025-08-20T19:10:56.2984585Z [00:03:15.019]➜  checking for sched_getaffinity... yes
2025-08-20T19:10:56.3350353Z [00:03:15.056]➜  checking for glibc compatible sched_getaffinity... yes
2025-08-20T19:10:56.3973080Z [00:03:15.118]➜  checking for C nullptr... yes
2025-08-20T19:10:56.4473908Z [00:03:15.168]➜  checking for obstacks that work with any size object... no
2025-08-20T19:10:56.4786343Z [00:03:15.200]➜  checking whether ptrdiff_t is at least as large as a pointer... yes
2025-08-20T19:10:56.5695835Z [00:03:15.290]➜  checking whether open recognizes a trailing slash... yes
2025-08-20T19:10:56.6544302Z [00:03:15.375]➜  checking for opendir... yes
2025-08-20T19:10:56.6550318Z [00:03:15.376]➜  checking for bison... bison
2025-08-20T19:10:56.7567333Z [00:03:15.477]➜  checking for bison 2.4 or newer... ./configure: line 68434: 10096 Aborted                 (core dumped) $PARSE_DATETIME_BISON conftest.y -o conftest.c 2> /dev/null
2025-08-20T19:10:56.7577185Z [00:03:15.479]➜  v. ?.??, bad
2025-08-20T19:10:56.7733186Z [00:03:15.494]➜  checking for Perl 5.005 or newer... perl
2025-08-20T19:10:56.7733951Z [00:03:15.494]➜  checking for sys/pstat.h... (cached) no
2025-08-20T19:10:56.7734401Z [00:03:15.494]➜  checking for sys/sysmp.h... (cached) no
2025-08-20T19:10:56.8186774Z [00:03:15.540]➜  checking for sys/sysinfo.h... yes
2025-08-20T19:10:56.8642812Z [00:03:15.585]➜  checking for machine/hal_sysinfo.h... no
2025-08-20T19:10:56.9088195Z [00:03:15.630]➜  checking for sys/table.h... no
2025-08-20T19:10:56.9090564Z [00:03:15.630]➜  checking for sys/param.h... (cached) yes
2025-08-20T19:10:56.9539952Z [00:03:15.675]➜  checking for sys/systemcfg.h... no
2025-08-20T19:10:56.9541286Z [00:03:15.675]➜  checking for sys/sysctl.h... (cached) no
2025-08-20T19:10:57.0430798Z [00:03:15.764]➜  checking for pstat_getstatic... no
2025-08-20T19:10:57.0432062Z [00:03:15.764]➜  checking for pstat_getdynamic... (cached) no
2025-08-20T19:10:57.0432656Z [00:03:15.764]➜  checking for sysmp... (cached) no
2025-08-20T19:10:57.1321527Z [00:03:15.853]➜  checking for getsysinfo... no
2025-08-20T19:10:57.1322167Z [00:03:15.853]➜  checking for sysctl... (cached) no
2025-08-20T19:10:57.2201628Z [00:03:15.941]➜  checking for table... no
2025-08-20T19:10:57.2202068Z [00:03:15.941]➜  checking for sysinfo... (cached) yes
2025-08-20T19:10:57.2518979Z [00:03:15.973]➜  checking for struct sysinfo.mem_unit... yes
2025-08-20T19:10:57.3375242Z [00:03:16.058]➜  checking for pipe2... yes
2025-08-20T19:10:57.3423894Z [00:03:16.063]➜  checking for a shell that conforms to POSIX... /bin/bash
2025-08-20T19:10:57.3424427Z [00:03:16.063]➜  checking for posix_memalign... (cached) yes
2025-08-20T19:10:57.4328693Z [00:03:16.154]➜  checking whether posix_memalign works for large alignment or zero size... no
2025-08-20T19:10:57.4329250Z [00:03:16.154]➜  checking whether frexp works... (cached) yes
2025-08-20T19:10:57.4330236Z [00:03:16.154]➜  checking whether ldexp can be used without linking with libm... (cached) yes
2025-08-20T19:10:57.4331338Z [00:03:16.154]➜  checking whether frexpl() can be used without linking with libm... (cached) yes
2025-08-20T19:10:57.4331924Z [00:03:16.154]➜  checking whether frexpl works... (cached) yes
2025-08-20T19:10:57.4356441Z [00:03:16.157]➜  checking whether frexpl is declared... (cached) yes
2025-08-20T19:10:57.5433683Z [00:03:16.264]➜  checking whether ldexpl() can be used without linking with libm... yes
2025-08-20T19:10:57.6518055Z [00:03:16.373]➜  checking whether ldexpl works... yes
2025-08-20T19:10:57.7108786Z [00:03:16.432]➜  checking whether ldexpl is declared... yes
2025-08-20T19:10:57.8002860Z [00:03:16.521]➜  checking for getppriv... no
2025-08-20T19:10:57.8027053Z [00:03:16.524]➜  checking whether program_invocation_name is declared... (cached) yes
2025-08-20T19:10:57.8052004Z [00:03:16.526]➜  checking whether program_invocation_short_name is declared... (cached) yes
2025-08-20T19:10:57.8928440Z [00:03:16.614]➜  checking whether signature of pselect conforms to POSIX... yes
2025-08-20T19:10:57.9839031Z [00:03:16.705]➜  checking whether pselect detects invalid fds... yes
2025-08-20T19:10:57.9842423Z [00:03:16.705]➜  checking for PTHREAD_CREATE_DETACHED... (cached) yes
2025-08-20T19:10:57.9842862Z [00:03:16.705]➜  checking for PTHREAD_MUTEX_RECURSIVE... (cached) yes
2025-08-20T19:10:57.9843264Z [00:03:16.705]➜  checking for PTHREAD_MUTEX_ROBUST... (cached) yes
2025-08-20T19:10:57.9843660Z [00:03:16.705]➜  checking for PTHREAD_PROCESS_SHARED... (cached) yes
2025-08-20T19:10:58.0680765Z [00:03:16.789]➜  checking for pthread_mutexattr_getrobust... yes
2025-08-20T19:10:58.0682390Z [00:03:16.789]➜  checking whether pthread_once works... yes
2025-08-20T19:10:58.1546358Z [00:03:16.876]➜  checking whether pthread_create exists as a global function... yes
2025-08-20T19:10:58.1982580Z [00:03:16.919]➜  checking whether pthread_mutex_timedlock is declared... yes
2025-08-20T19:10:58.2891544Z [00:03:17.010]➜  checking for pthread_mutex_timedlock... yes
2025-08-20T19:10:58.3185366Z [00:03:17.039]➜  checking whether pthread_sigmask is a macro... no
2025-08-20T19:10:58.4152784Z [00:03:17.136]➜  checking whether pthread_sigmask works without -lpthread... yes
2025-08-20T19:10:58.5108572Z [00:03:17.232]➜  checking whether pthread_sigmask returns error numbers... yes
2025-08-20T19:11:00.6159905Z [00:03:19.337]➜  checking whether pthread_sigmask unblocks signals correctly... guessing yes
2025-08-20T19:11:00.7131474Z [00:03:19.434]➜  checking for putenv compatible with GNU and SVID... yes
2025-08-20T19:11:00.8899051Z [00:03:19.611]➜  checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr
2025-08-20T19:11:00.9822508Z [00:03:19.703]➜  checking for qsort_r signature... GNU
2025-08-20T19:11:01.0683749Z [00:03:19.789]➜  checking for raise... yes
2025-08-20T19:11:01.1562376Z [00:03:19.877]➜  checking for sigprocmask... yes
2025-08-20T19:11:01.2461317Z [00:03:19.967]➜  checking for rawmemchr... yes
2025-08-20T19:11:01.3347229Z [00:03:20.056]➜  checking for readdir... yes
2025-08-20T19:11:01.3710565Z [00:03:20.092]➜  checking whether readlink signature is correct... yes
2025-08-20T19:11:01.4603599Z [00:03:20.181]➜  checking whether readlink handles trailing slash correctly... yes
2025-08-20T19:11:01.5481568Z [00:03:20.269]➜  checking whether readlink truncates results correctly... yes
2025-08-20T19:11:01.5483451Z [00:03:20.269]➜  checking for readlinkat... (cached) yes
2025-08-20T19:11:01.5839752Z [00:03:20.305]➜  checking whether readlinkat signature is correct... yes
2025-08-20T19:11:01.6755441Z [00:03:20.396]➜  checking whether realloc (..., 0) returns nonnull... no
2025-08-20T19:11:01.7634179Z [00:03:20.484]➜  checking for reallocarray... yes
2025-08-20T19:11:01.8853177Z [00:03:20.606]➜  checking for working re_compile_pattern... yes
2025-08-20T19:11:01.9737951Z [00:03:20.695]➜  checking whether remove handles directories... yes
2025-08-20T19:11:02.0727040Z [00:03:20.794]➜  checking whether rename honors trailing slash on destination... yes
2025-08-20T19:11:02.1704658Z [00:03:20.891]➜  checking whether rename honors trailing slash on source... yes
2025-08-20T19:11:02.2709483Z [00:03:20.992]➜  checking whether rename manages hard links correctly... yes
2025-08-20T19:11:02.3666483Z [00:03:21.088]➜  checking whether rename manages existing destinations correctly... yes
2025-08-20T19:11:02.3667004Z [00:03:21.088]➜  checking for linux/fs.h... (cached) yes
2025-08-20T19:11:02.4509820Z [00:03:21.172]➜  checking for renameat2... yes
2025-08-20T19:11:02.5454281Z [00:03:21.266]➜  checking whether renameat2 works... yes
2025-08-20T19:11:02.5462818Z [00:03:21.267]➜  checking for linux/fs.h... (cached) yes
2025-08-20T19:11:02.5463221Z [00:03:21.267]➜  checking for renameat2... (cached) yes
2025-08-20T19:11:02.5463603Z [00:03:21.267]➜  checking whether renameat2 works... (cached) yes
2025-08-20T19:11:02.6325838Z [00:03:21.354]➜  checking for rewinddir... yes
2025-08-20T19:11:02.6327583Z [00:03:21.354]➜  checking whether rmdir works... (cached) yes
2025-08-20T19:11:02.7197251Z [00:03:21.441]➜  checking for rpmatch... yes
2025-08-20T19:11:02.8068137Z [00:03:21.528]➜  checking whether select supports a 0 argument... yes
2025-08-20T19:11:02.8992291Z [00:03:21.620]➜  checking whether select detects invalid fds... yes
2025-08-20T19:11:02.9466925Z [00:03:21.668]➜  checking for selinux/flask.h... no
2025-08-20T19:11:02.9913278Z [00:03:21.712]➜  checking for selinux/context.h... yes
2025-08-20T19:11:03.0375030Z [00:03:21.758]➜  checking for selinux/label.h... yes
2025-08-20T19:11:03.0378581Z [00:03:21.759]➜  checking for library containing getservbyname... (cached) none required
2025-08-20T19:11:03.0379107Z [00:03:21.759]➜  checking for getservbyname... (cached) yes
2025-08-20T19:11:03.1294095Z [00:03:21.850]➜  checking whether setenv validates arguments... yes
2025-08-20T19:11:03.2172911Z [00:03:21.938]➜  checking for sig2str... no
2025-08-20T19:11:03.3059234Z [00:03:22.027]➜  checking for str2sig... no
2025-08-20T19:11:03.3487061Z [00:03:22.070]➜  checking for struct sigaction.sa_sigaction... yes
2025-08-20T19:11:03.4560157Z [00:03:22.177]➜  checking for signbit macro... yes
2025-08-20T19:11:03.5443913Z [00:03:22.265]➜  checking for signbit compiler built-ins... yes
2025-08-20T19:11:03.5446238Z [00:03:22.266]➜  checking for sigprocmask... (cached) yes
2025-08-20T19:11:03.5448391Z [00:03:22.266]➜  checking for stdint.h... (cached) yes
2025-08-20T19:11:03.5703574Z [00:03:22.291]➜  checking for SIZE_MAX... yes
2025-08-20T19:11:03.6425047Z [00:03:22.363]➜  checking for smack_new_label_from_self in -lsmack... no
2025-08-20T19:11:03.6427640Z [00:03:22.364]➜  checking for snprintf... (cached) yes
2025-08-20T19:11:03.7295045Z [00:03:22.450]➜  checking whether snprintf respects a size of 1... yes
2025-08-20T19:11:03.8002320Z [00:03:22.521]➜  checking for socklen_t... yes
2025-08-20T19:11:03.8002721Z [00:03:22.521]➜  checking for ssize_t... (cached) yes
2025-08-20T19:11:03.8928280Z [00:03:22.614]➜  checking whether stat handles trailing slashes on files... yes
2025-08-20T19:11:03.9292930Z [00:03:22.650]➜  checking for struct stat.st_atim.tv_nsec... yes
2025-08-20T19:11:03.9672975Z [00:03:22.688]➜  checking whether struct stat.st_atim is of type struct timespec... yes
2025-08-20T19:11:04.0382309Z [00:03:22.759]➜  checking for struct stat.st_birthtimespec.tv_nsec... no
2025-08-20T19:11:04.1073572Z [00:03:22.828]➜  checking for struct stat.st_birthtimensec... no
2025-08-20T19:11:04.1770098Z [00:03:22.898]➜  checking for struct stat.st_birthtim.tv_nsec... no
2025-08-20T19:11:04.2085310Z [00:03:22.929]➜  checking for va_copy... yes
2025-08-20T19:11:04.2952151Z [00:03:23.016]➜  checking for stpcpy... yes
2025-08-20T19:11:04.3810907Z [00:03:23.102]➜  checking for working strerror function... yes
2025-08-20T19:11:04.4818286Z [00:03:23.203]➜  checking for working strnlen... yes
2025-08-20T19:11:04.5670881Z [00:03:23.288]➜  checking for strsignal... yes
2025-08-20T19:11:04.6541942Z [00:03:23.375]➜  checking whether strsignal always returns a string... yes
2025-08-20T19:11:04.7382224Z [00:03:23.459]➜  checking whether strstr works... yes
2025-08-20T19:11:04.8574521Z [00:03:23.578]➜  checking whether strtod obeys C99... yes
2025-08-20T19:11:04.9454509Z [00:03:23.666]➜  checking whether strtoimax works... yes
2025-08-20T19:11:05.0683459Z [00:03:23.789]➜  checking whether strtold obeys POSIX... yes
2025-08-20T19:11:05.1534734Z [00:03:23.874]➜  checking for strtoll... yes
2025-08-20T19:11:05.2472114Z [00:03:23.968]➜  checking whether strtoll works... yes
2025-08-20T19:11:05.3345310Z [00:03:24.055]➜  checking for strtoull... yes
2025-08-20T19:11:05.4254331Z [00:03:24.146]➜  checking whether strtoull works... yes
2025-08-20T19:11:05.5145246Z [00:03:24.235]➜  checking whether symlink handles trailing slash correctly... yes
2025-08-20T19:11:05.6094045Z [00:03:24.330]➜  checking for symlinkat... yes
2025-08-20T19:11:05.6989563Z [00:03:24.420]➜  checking whether symlinkat handles trailing slash correctly... yes
2025-08-20T19:11:05.7233073Z [00:03:24.444]➜  checking whether time() works... guessing no
2025-08-20T19:11:05.7631988Z [00:03:24.484]➜  checking whether localtime_r is declared... yes
2025-08-20T19:11:05.7970960Z [00:03:24.518]➜  checking whether localtime_r is compatible with its POSIX signature... yes
2025-08-20T19:11:05.8932709Z [00:03:24.614]➜  checking whether localtime works even near extrema... yes
2025-08-20T19:11:05.9280102Z [00:03:24.649]➜  checking for timezone_t... no
2025-08-20T19:11:06.0156121Z [00:03:24.737]➜  checking for tzalloc... no
2025-08-20T19:11:06.1028105Z [00:03:24.824]➜  checking for timegm... yes
2025-08-20T19:11:06.1422088Z [00:03:24.863]➜  checking whether timer_settime is declared... yes
2025-08-20T19:11:06.2266700Z [00:03:24.948]➜  checking for library containing timer_settime... none required
2025-08-20T19:11:06.3354759Z [00:03:25.056]➜  checking for timer_settime... yes
2025-08-20T19:11:06.4212333Z [00:03:25.142]➜  checking for uname... yes
2025-08-20T19:11:06.4221427Z [00:03:25.143]➜  checking whether unlink honors trailing slashes... (cached) yes
2025-08-20T19:11:06.4223141Z [00:03:25.143]➜  checking whether unlink of a parent directory fails as it should... (cached) guessing yes
2025-08-20T19:11:06.5183895Z [00:03:25.239]➜  checking whether a running program can be unlinked... yes
2025-08-20T19:11:06.6038944Z [00:03:25.325]➜  checking for unsetenv... yes
2025-08-20T19:11:06.6414638Z [00:03:25.362]➜  checking for unsetenv() return type... int
2025-08-20T19:11:06.7312201Z [00:03:25.452]➜  checking whether unsetenv obeys POSIX... yes
2025-08-20T19:11:06.8161278Z [00:03:25.537]➜  checking for utime... yes
2025-08-20T19:11:06.9054664Z [00:03:25.626]➜  checking whether utime handles trailing slashes on files... yes
2025-08-20T19:11:06.9905860Z [00:03:25.712]➜  checking for futimes... yes
2025-08-20T19:11:07.0773017Z [00:03:25.798]➜  checking for futimesat... yes
2025-08-20T19:11:07.1635139Z [00:03:25.884]➜  checking for lutimes... yes
2025-08-20T19:11:07.1640918Z [00:03:25.884]➜  checking for futimens... (cached) yes
2025-08-20T19:11:07.2506873Z [00:03:25.972]➜  checking for utimensat... yes
2025-08-20T19:11:07.2507296Z [00:03:25.972]➜  checking for utimensat... (cached) yes
2025-08-20T19:11:08.3459866Z [00:03:27.067]➜  checking whether utimensat works... yes
2025-08-20T19:11:08.4092079Z [00:03:27.130]➜  checking for variable-length arrays... yes
2025-08-20T19:11:08.4992350Z [00:03:27.220]➜  checking for ptrdiff_t... yes
2025-08-20T19:11:08.4992818Z [00:03:27.220]➜  checking for vasprintf... (cached) yes
2025-08-20T19:11:08.5922865Z [00:03:27.313]➜  checking whether wcrtomb works in the C locale... yes
2025-08-20T19:11:08.6862963Z [00:03:27.407]➜  checking whether wcrtomb return value is correct... yes
2025-08-20T19:11:08.7259022Z [00:03:27.447]➜  checking whether wcwidth is declared... yes
2025-08-20T19:11:08.8141746Z [00:03:27.535]➜  checking whether wcwidth works reasonably in UTF-8 locales... yes
2025-08-20T19:11:08.8402994Z [00:03:27.561]➜  checking whether use of TIOCGWINSZ requires sys/ioctl.h... yes
2025-08-20T19:11:08.8404205Z [00:03:27.561]➜  checking whether use of TIOCGWINSZ requires termios.h... (cached) no
2025-08-20T19:11:08.9021101Z [00:03:27.623]➜  checking whether use of struct winsize requires sys/ptem.h... no
2025-08-20T19:11:08.9898023Z [00:03:27.711]➜  checking for wmemchr... yes
2025-08-20T19:11:09.0743856Z [00:03:27.795]➜  checking for wmempcpy... yes
2025-08-20T19:11:09.0745521Z [00:03:27.796]➜  checking for stdint.h... (cached) yes
2025-08-20T19:11:09.1643190Z [00:03:27.885]➜  checking for atoll... yes
2025-08-20T19:11:09.2497219Z [00:03:27.971]➜  checking whether c32rtomb return value is correct... yes
2025-08-20T19:11:09.2498713Z [00:03:27.971]➜  checking whether open recognizes a trailing slash... (cached) yes
2025-08-20T19:11:09.3353144Z [00:03:28.056]➜  checking for newlocale... yes
2025-08-20T19:11:09.4243442Z [00:03:28.145]➜  checking for duplocale... yes
2025-08-20T19:11:09.5132074Z [00:03:28.234]➜  checking for freelocale... yes
2025-08-20T19:11:09.5134301Z [00:03:28.235]➜  checking for duplocale... (cached) yes
2025-08-20T19:11:09.5564361Z [00:03:28.277]➜  checking whether htons is declared... yes
2025-08-20T19:11:09.5998673Z [00:03:28.321]➜  checking whether htonl is declared... yes
2025-08-20T19:11:09.6429893Z [00:03:28.364]➜  checking whether ntohs is declared... yes
2025-08-20T19:11:09.6889241Z [00:03:28.410]➜  checking whether ntohl is declared... yes
2025-08-20T19:11:09.6890818Z [00:03:28.410]➜  checking whether byte ordering is bigendian... (cached) no
2025-08-20T19:11:09.6899598Z [00:03:28.411]➜  checking whether byte ordering is bigendian... (cached) no
2025-08-20T19:11:09.7753964Z [00:03:28.496]➜  checking for ioctl... yes
2025-08-20T19:11:09.8111098Z [00:03:28.532]➜  checking for ioctl with POSIX signature... no
2025-08-20T19:11:09.8112266Z [00:03:28.532]➜  checking for newlocale... (cached) yes
2025-08-20T19:11:09.8114413Z [00:03:28.532]➜  checking for newlocale... (cached) yes
2025-08-20T19:11:09.8114777Z [00:03:28.533]➜  checking for uselocale... (cached) yes
2025-08-20T19:11:09.8115680Z [00:03:28.533]➜  checking whether uselocale works... (cached) yes
2025-08-20T19:11:09.9106864Z [00:03:28.632]➜  checking whether perror matches strerror... yes
2025-08-20T19:11:09.9947405Z [00:03:28.716]➜  checking for pthread_rwlock_init... yes
2025-08-20T19:11:10.0364365Z [00:03:28.757]➜  checking whether pthread_rwlock_timedrdlock is declared... yes
2025-08-20T19:11:15.0614025Z [00:03:33.782]➜  checking for reasonable pthread_rwlock wait queue handling... no
2025-08-20T19:11:15.1522742Z [00:03:33.873]➜  checking for random... yes
2025-08-20T19:11:15.2393998Z [00:03:33.960]➜  checking for initstate... yes
2025-08-20T19:11:15.3269147Z [00:03:34.048]➜  checking for setstate... yes
2025-08-20T19:11:15.3779565Z [00:03:34.099]➜  checking for random.h... no
2025-08-20T19:11:15.4516031Z [00:03:34.173]➜  checking for struct random_data... yes
2025-08-20T19:11:15.5364231Z [00:03:34.257]➜  checking for random_r... yes
2025-08-20T19:11:15.6309946Z [00:03:34.352]➜  checking whether sched_yield is declared... yes
2025-08-20T19:11:15.6715382Z [00:03:34.392]➜  checking whether sleep is declared... yes
2025-08-20T19:11:16.7657709Z [00:03:35.487]➜  checking for working sleep... yes
2025-08-20T19:11:16.8508831Z [00:03:35.572]➜  checking for catgets... yes
2025-08-20T19:11:16.8509740Z [00:03:35.572]➜  checking for IPv4 sockets... (cached) yes
2025-08-20T19:11:16.8511097Z [00:03:35.572]➜  checking for IPv6 sockets... (cached) yes
2025-08-20T19:11:16.8901076Z [00:03:35.611]➜  checking for UNIX domain sockets... yes
2025-08-20T19:11:16.9762435Z [00:03:35.697]➜  checking for pthread_atfork... yes
2025-08-20T19:11:17.0226828Z [00:03:35.744]➜  checking for sys/single_threaded.h... yes
2025-08-20T19:11:17.0227351Z [00:03:35.744]➜  checking for struct tm.tm_gmtoff... (cached) yes
2025-08-20T19:11:17.0228318Z [00:03:35.744]➜  checking for struct tm.tm_zone... (cached) yes
2025-08-20T19:11:17.1347848Z [00:03:35.856]➜  checking whether tmpfile works... yes
2025-08-20T19:11:17.2265959Z [00:03:35.947]➜  checking for useconds_t... yes
2025-08-20T19:11:18.3118137Z [00:03:37.033]➜  checking whether usleep allows large arguments... yes
2025-08-20T19:11:18.3128757Z [00:03:37.034]➜  checking whether wctob works... guessing yes
2025-08-20T19:11:18.3517896Z [00:03:37.073]➜  checking whether wctob is declared... yes
2025-08-20T19:11:18.3844646Z [00:03:37.105]➜  checking for working volatile... yes
2025-08-20T19:11:18.4690815Z [00:03:37.190]➜  checking for unsigned long long int... yes
2025-08-20T19:11:18.4693064Z [00:03:37.190]➜  checking for sys/sysctl.h... (cached) no
2025-08-20T19:11:18.5198062Z [00:03:37.241]➜  checking whether geteuid is declared... yes
2025-08-20T19:11:18.5706441Z [00:03:37.292]➜  checking whether getuid is declared... yes
2025-08-20T19:11:18.6128787Z [00:03:37.334]➜  checking whether getgrgid is declared... yes
2025-08-20T19:11:18.6548283Z [00:03:37.376]➜  checking whether getpwuid is declared... yes
2025-08-20T19:11:18.6971280Z [00:03:37.418]➜  checking whether ttyname is declared... yes
2025-08-20T19:11:18.7479420Z [00:03:37.469]➜  checking whether setregid is declared... yes
2025-08-20T19:11:18.7859100Z [00:03:37.507]➜  checking for declarations of fseeko and ftello... yes
2025-08-20T19:11:18.8728276Z [00:03:37.594]➜  checking for struct stat.st_author... no
2025-08-20T19:11:18.9614654Z [00:03:37.682]➜  checking for ino_t... yes
2025-08-20T19:11:19.0061827Z [00:03:37.727]➜  checking for major_t... no
2025-08-20T19:11:19.0513572Z [00:03:37.772]➜  checking for minor_t... no
2025-08-20T19:11:19.1357742Z [00:03:37.857]➜  checking for mode_to_security_class... yes
2025-08-20T19:11:19.2194514Z [00:03:37.940]➜  checking for inotify_init... yes
2025-08-20T19:11:19.2643058Z [00:03:37.985]➜  checking for nfs/vfs.h... no
2025-08-20T19:11:19.3555370Z [00:03:38.076]➜  checking for struct statvfs.f_basetype... no
2025-08-20T19:11:19.4455176Z [00:03:38.166]➜  checking for struct statvfs.f_fstypename... no
2025-08-20T19:11:19.4915779Z [00:03:38.212]➜  checking for struct statvfs.f_type... yes
2025-08-20T19:11:19.5369330Z [00:03:38.258]➜  checking for struct statvfs.f_namemax... yes
2025-08-20T19:11:19.6669727Z [00:03:38.388]➜  checking for cap_get_file in -lcap... yes
2025-08-20T19:11:19.7126663Z [00:03:38.434]➜  checking for sys/capability.h... yes
2025-08-20T19:11:19.9789325Z [00:03:38.700]➜  checking whether C compiler handles -Werror -Wunknown-warning-option... yes
2025-08-20T19:11:20.0632205Z [00:03:38.784]➜  checking whether C compiler handles -Wno-format-extra-args... yes
2025-08-20T19:11:20.1464903Z [00:03:38.867]➜  checking whether C compiler handles -Wno-implicit-const-int-float-conversion... yes
2025-08-20T19:11:20.2291626Z [00:03:38.950]➜  checking whether C compiler handles -Wno-tautological-constant-out-of-range-compare... yes
2025-08-20T19:11:20.3266891Z [00:03:39.048]➜  checking for working fork... yes
2025-08-20T19:11:20.3267322Z [00:03:39.048]➜  checking for working vfork... (cached) yes
2025-08-20T19:11:20.4175923Z [00:03:39.138]➜  checking for chroot... yes
2025-08-20T19:11:20.5026800Z [00:03:39.224]➜  checking for gethostid... yes
2025-08-20T19:11:20.5890660Z [00:03:39.310]➜  checking for sigsuspend... yes
2025-08-20T19:11:20.5892170Z [00:03:39.310]➜  checking whether use of struct winsize requires sys/ptem.h... (cached) no
2025-08-20T19:11:20.5893522Z [00:03:39.310]➜  checking whether localtime caches TZ... no
2025-08-20T19:11:20.6960287Z [00:03:39.417]➜  checking for library containing dlopen... none required
2025-08-20T19:11:20.8043923Z [00:03:39.525]➜  checking for dlopen and whether libcrypto is linked dynamically... no
2025-08-20T19:11:20.8925622Z [00:03:39.613]➜  checking for fclonefileat... no
2025-08-20T19:11:20.9822024Z [00:03:39.703]➜  checking for getattrat... no
2025-08-20T19:11:21.0688497Z [00:03:39.790]➜  checking for statx... yes
2025-08-20T19:11:21.1536364Z [00:03:39.875]➜  checking for initgroups... yes
2025-08-20T19:11:21.2408563Z [00:03:39.962]➜  checking for syslog... yes
2025-08-20T19:11:21.3286154Z [00:03:40.050]➜  checking for 3-argument setpriority function... yes
2025-08-20T19:11:21.3286613Z [00:03:40.050]➜  checking POSIX termios... (cached) yes
2025-08-20T19:11:21.3287117Z [00:03:40.050]➜  checking whether use of TIOCGWINSZ requires sys/ioctl.h... (cached) yes
2025-08-20T19:11:21.3536325Z [00:03:40.075]➜  checking whether termios.h needs _XOPEN_SOURCE... no
2025-08-20T19:11:21.4421410Z [00:03:40.163]➜  checking c_line in struct termios... yes
2025-08-20T19:11:21.4422823Z [00:03:40.163]➜  checking whether use of struct winsize requires sys/ptem.h... (cached) no
2025-08-20T19:11:21.4423939Z [00:03:40.163]➜  checking whether use of TIOCGWINSZ requires termios.h... (cached) no
2025-08-20T19:11:21.5293103Z [00:03:40.250]➜  checking whether C compiler handles -Werror... no
2025-08-20T19:11:21.5589717Z [00:03:40.280]➜  checking whether C compiler handles -errwarn... no
2025-08-20T19:11:21.6409156Z [00:03:40.362]➜  checking whether this system supports stdbuf... no
2025-08-20T19:11:21.7240112Z [00:03:40.445]➜  checking IEEE 16 bit floating point... yes
2025-08-20T19:11:21.8067504Z [00:03:40.528]➜  checking Brain 16 bit floating point... yes
2025-08-20T19:11:22.0164444Z [00:03:40.737]➜  checking if vmull intrinsic exists... yes
2025-08-20T19:11:22.0455499Z [00:03:40.766]➜  checking if pclmul intrinsic exists... no
2025-08-20T19:11:22.0742173Z [00:03:40.795]➜  checking if avx2 pclmul intrinsic exists... no
2025-08-20T19:11:22.1023845Z [00:03:40.823]➜  checking if avx512 pclmul intrinsic exists... no
2025-08-20T19:11:22.1301888Z [00:03:40.851]➜  checking for avx2 intrinsics... no
2025-08-20T19:11:22.1507426Z [00:03:40.872]➜  checking whether NLS is requested... yes
2025-08-20T19:11:22.1593768Z [00:03:40.880]➜  checking for msgfmt... /usr/bin/msgfmt
2025-08-20T19:11:22.1601681Z [00:03:40.881]➜  checking for gmsgfmt... /usr/bin/msgfmt
2025-08-20T19:11:22.1753290Z [00:03:40.896]➜  checking for xgettext... /usr/bin/xgettext
2025-08-20T19:11:22.1854000Z [00:03:40.906]➜  checking for msgmerge... /usr/bin/msgmerge
2025-08-20T19:11:22.1854492Z [00:03:40.906]➜  checking for CFPreferencesCopyAppValue... (cached) no
2025-08-20T19:11:22.1854965Z [00:03:40.906]➜  checking for CFLocaleCopyPreferredLanguages... (cached) no
2025-08-20T19:11:22.2738364Z [00:03:40.995]➜  checking for GNU gettext in libc... yes
2025-08-20T19:11:22.2740265Z [00:03:40.995]➜  checking whether to use NLS... yes
2025-08-20T19:11:22.2741613Z [00:03:40.995]➜  checking where the gettext function comes from... libc
2025-08-20T19:11:22.3886670Z [00:03:41.110]➜  checking that generated files are newer than configure... done
2025-08-20T19:11:22.4330049Z [00:03:41.154]➜  configure: creating ./config.status
2025-08-20T19:11:22.5350318Z [00:03:41.256]➜  config.status: creating Makefile
2025-08-20T19:11:22.5894747Z [00:03:41.310]➜  config.status: creating po/Makefile.in
2025-08-20T19:11:22.6071925Z [00:03:41.328]➜  config.status: creating gnulib-tests/Makefile
2025-08-20T19:11:22.6404281Z [00:03:41.361]➜  config.status: creating lib/config.h
2025-08-20T19:11:22.6603629Z [00:03:41.381]➜  config.status: executing depfiles commands
2025-08-20T19:11:27.3354770Z [00:03:46.056]➜  config.status: executing po-directories commands
2025-08-20T19:11:27.3440748Z [00:03:46.065]➜  config.status: creating po/POTFILES
2025-08-20T19:11:27.3516240Z [00:03:46.073]➜  config.status: creating po/Makefile
2025-08-20T19:11:27.3559431Z [00:03:46.077]➜  configure: WARNING: unrecognized options: --disable-shared, --enable-static
2025-08-20T19:11:27.5148478Z [00:03:46.236]➜  + '[' -d ./confdir3/confdir3 ']'
2025-08-20T19:11:27.5149945Z [00:03:46.236]➜  ++ nproc
2025-08-20T19:11:27.5169412Z [00:03:46.238]➜  + make --jobs=5 --keep-going
2025-08-20T19:11:27.5975093Z [00:03:46.318]➜    GEN      lib/alloca.h
2025-08-20T19:11:27.5983650Z [00:03:46.319]➜    GEN      lib/arpa/inet.h
2025-08-20T19:11:27.5997629Z [00:03:46.321]➜    GEN      lib/configmake.h
2025-08-20T19:11:27.6012609Z [00:03:46.322]➜    GEN      lib/ctype.h
2025-08-20T19:11:27.6043000Z [00:03:46.325]➜    GEN      lib/dirent.h
2025-08-20T19:11:27.6104029Z [00:03:46.331]➜    GEN      lib/endian.h
2025-08-20T19:11:27.6114323Z [00:03:46.332]➜    GEN      lib/error.h
2025-08-20T19:11:27.6156103Z [00:03:46.337]➜    GEN      lib/fcntl.h
2025-08-20T19:11:27.6189228Z [00:03:46.340]➜    GEN      lib/float.h
2025-08-20T19:11:27.6220113Z [00:03:46.343]➜    GEN      lib/malloc/dynarray.gl.h
2025-08-20T19:11:27.6232725Z [00:03:46.344]➜    GEN      lib/malloc/dynarray-skeleton.gl.h
2025-08-20T19:11:27.6269438Z [00:03:46.348]➜    GEN      lib/malloc/scratch_buffer.gl.h
2025-08-20T19:11:27.6298155Z [00:03:46.351]➜    GEN      lib/iconv.h
2025-08-20T19:11:27.6332162Z [00:03:46.353]➜    GEN      lib/inttypes.h
2025-08-20T19:11:27.6382568Z [00:03:46.358]➜    GEN      lib/langinfo.h
2025-08-20T19:11:27.6392508Z [00:03:46.360]➜    GEN      lib/limits.h
2025-08-20T19:11:27.6428915Z [00:03:46.364]➜    GEN      lib/locale.h
2025-08-20T19:11:27.6429250Z [00:03:46.364]➜    GEN      lib/math.h
2025-08-20T19:11:27.6494783Z [00:03:46.370]➜    GEN      lib/netdb.h
2025-08-20T19:11:27.6538486Z [00:03:46.375]➜    GEN      lib/obstack.h
2025-08-20T19:11:27.6566691Z [00:03:46.378]➜    GEN      lib/pthread.h
2025-08-20T19:11:27.6571445Z [00:03:46.378]➜    GEN      lib/sched.h
2025-08-20T19:11:27.6655167Z [00:03:46.385]➜    GEN      lib/selinux/selinux.h
2025-08-20T19:11:27.6708162Z [00:03:46.392]➜    GEN      lib/signal.h
2025-08-20T19:11:27.6743881Z [00:03:46.395]➜    GEN      lib/stdio.h
2025-08-20T19:11:27.6795908Z [00:03:46.401]➜    GEN      lib/stdlib.h
2025-08-20T19:11:27.6912010Z [00:03:46.412]➜    GEN      lib/string.h
2025-08-20T19:11:27.7113517Z [00:03:46.432]➜    GEN      lib/sys/ioctl.h
2025-08-20T19:11:27.7262618Z [00:03:46.447]➜    GEN      lib/sys/random.h
2025-08-20T19:11:27.7301653Z [00:03:46.451]➜    GEN      lib/sys/resource.h
2025-08-20T19:11:27.7331735Z [00:03:46.454]➜    GEN      lib/sys/select.h
2025-08-20T19:11:27.7351751Z [00:03:46.456]➜    GEN      lib/sys/socket.h
2025-08-20T19:11:27.7393994Z [00:03:46.460]➜    GEN      lib/sys/stat.h
2025-08-20T19:11:27.7414936Z [00:03:46.462]➜    GEN      lib/sys/time.h
2025-08-20T19:11:27.7454749Z [00:03:46.466]➜    GEN      lib/sys/types.h
2025-08-20T19:11:27.7503988Z [00:03:46.471]➜    GEN      lib/sys/uio.h
2025-08-20T19:11:27.7556133Z [00:03:46.477]➜    GEN      lib/sys/utsname.h
2025-08-20T19:11:27.7608720Z [00:03:46.482]➜    GEN      lib/sys/wait.h
2025-08-20T19:11:27.7633719Z [00:03:46.483]➜    GEN      lib/termios.h
2025-08-20T19:11:27.7635133Z [00:03:46.485]➜    GEN      lib/time.h
2025-08-20T19:11:27.7679893Z [00:03:46.489]➜    GEN      lib/uchar.h
2025-08-20T19:11:27.7710965Z [00:03:46.492]➜    GEN      lib/unicase.h
2025-08-20T19:11:27.7761309Z [00:03:46.497]➜    GEN      lib/unictype.h
2025-08-20T19:11:27.7786286Z [00:03:46.500]➜    GEN      lib/uninorm.h
2025-08-20T19:11:27.7857462Z [00:03:46.507]➜    GEN      lib/unistd.h
2025-08-20T19:11:27.7888915Z [00:03:46.510]➜    GEN      lib/unistr.h
2025-08-20T19:11:27.7915790Z [00:03:46.513]➜    GEN      lib/unitypes.h
2025-08-20T19:11:27.7959576Z [00:03:46.517]➜    GEN      lib/uniwidth.h
2025-08-20T19:11:27.8015879Z [00:03:46.523]➜    GEN      lib/utime.h
2025-08-20T19:11:27.8071904Z [00:03:46.528]➜    GEN      lib/wchar.h
2025-08-20T19:11:27.8094518Z [00:03:46.530]➜    GEN      lib/wctype.h
2025-08-20T19:11:27.8188000Z [00:03:46.540]➜    GEN      src/coreutils.h
2025-08-20T19:11:27.8275484Z [00:03:46.548]➜    GEN      src/version.c
2025-08-20T19:11:27.8419606Z [00:03:46.563]➜    GEN      src/version.h
2025-08-20T19:11:28.1071071Z [00:03:46.828]➜  make  all-recursive
2025-08-20T19:11:28.1337897Z [00:03:46.855]➜  make[1]: Entering directory '/tmp/tmp.8fS7E6TFwz/coreutils-9.7'
2025-08-20T19:11:28.1906152Z [00:03:46.912]➜  Making all in po
2025-08-20T19:11:28.1921310Z [00:03:46.913]➜  make[2]: Entering directory '/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po'
2025-08-20T19:11:28.1921848Z [00:03:46.913]➜  make[2]: Nothing to be done for 'all'.
2025-08-20T19:11:28.1922268Z [00:03:46.913]➜  make[2]: Leaving directory '/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po'
2025-08-20T19:11:28.1925816Z [00:03:46.914]➜  Making all in .
2025-08-20T19:11:28.2171991Z [00:03:46.938]➜  make[2]: Entering directory '/tmp/tmp.8fS7E6TFwz/coreutils-9.7'
2025-08-20T19:11:28.2866142Z [00:03:47.007]➜    CC       lib/libcoreutils_a-hard-locale.o
2025-08-20T19:11:28.2866579Z [00:03:47.008]➜    CC       lib/libcoreutils_a-hash.o
2025-08-20T19:11:28.2883012Z [00:03:47.009]➜    CC       lib/libcoreutils_a-hash-pjw.o
2025-08-20T19:11:28.2907800Z [00:03:47.012]➜    CC       lib/libcoreutils_a-hash-triple.o
2025-08-20T19:11:28.2936507Z [00:03:47.015]➜    CC       lib/libcoreutils_a-hash-triple-simple.o
2025-08-20T19:11:28.3022996Z [00:03:47.023]➜  Debian clang version 19.1.7 (3+b2)Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.3038129Z [00:03:47.025]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.3038928Z [00:03:47.025]➜  Thread model: posix
2025-08-20T19:11:28.3039785Z [00:03:47.025]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.3042853Z [00:03:47.025]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.3043513Z [00:03:47.025]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.3044273Z [00:03:47.025]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.3044566Z [00:03:47.025]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.3044817Z [00:03:47.025]➜  
2025-08-20T19:11:28.3045060Z [00:03:47.025]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.3045355Z [00:03:47.025]➜  Thread model: posix
2025-08-20T19:11:28.3045649Z [00:03:47.025]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.3046064Z [00:03:47.025]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.3046544Z [00:03:47.025]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.3046928Z [00:03:47.025]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.3047220Z [00:03:47.025]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.3047551Z [00:03:47.025]➜  Debian clang version 19.1.7 (3+b2) (in-process)
2025-08-20T19:11:28.3047839Z [00:03:47.025]➜  
2025-08-20T19:11:28.3048085Z [00:03:47.025]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.3048397Z [00:03:47.025]➜  Thread model: posix
2025-08-20T19:11:28.3048690Z [00:03:47.025]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.3049111Z [00:03:47.025]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.3049590Z [00:03:47.025]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.3049975Z [00:03:47.025]➜  Candidate multilib: .; (in-process)
2025-08-20T19:11:28.3057024Z [00:03:47.025]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name hash.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-hash.Tpo -MT lib/libcoreutils_a-hash.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-hash.o -x c lib/hash.c
2025-08-20T19:11:28.3071738Z [00:03:47.025]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name hard-locale.c -static-define -mrelocation-model pic clang -cc1 version 19.1.7-pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon@ m64-target-abi 
2025-08-20T19:11:28.3078977Z [00:03:47.025]➜  aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-hard-locale.Tpo -MT lib/libcoreutils_a-hard-locale.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-hard-locale.o -x c lib/hard-locale.c
2025-08-20T19:11:28.3086778Z [00:03:47.025]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.3087293Z [00:03:47.025]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.3087973Z [00:03:47.027]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.3101478Z [00:03:47.027]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.3101845Z [00:03:47.027]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.3102179Z [00:03:47.027]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.3102534Z [00:03:47.027]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.3102856Z [00:03:47.027]➜  #include "..." search starts here:
2025-08-20T19:11:28.3103173Z [00:03:47.027]➜  #include <...> search starts here:
2025-08-20T19:11:28.3103438Z [00:03:47.027]➜   .
2025-08-20T19:11:28.3103629Z [00:03:47.027]➜   ./lib
2025-08-20T19:11:28.3103829Z [00:03:47.027]➜   src
2025-08-20T19:11:28.3104098Z [00:03:47.027]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.3104391Z [00:03:47.027]➜   /usr/local/include
2025-08-20T19:11:28.3104674Z [00:03:47.027]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.3104948Z [00:03:47.027]➜   /usr/include
2025-08-20T19:11:28.3105189Z [00:03:47.027]➜  End of search list.
2025-08-20T19:11:28.3105436Z [00:03:47.027]➜   (in-process)
2025-08-20T19:11:28.3117975Z [00:03:47.029]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name hash-pjw.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-hash-pjw.Tpo -MT lib/libcoreutils_a-hash-pjw.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-hash-pjw.o -x c lib/hash-pjw.c
2025-08-20T19:11:28.3124182Z [00:03:47.032]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.3124990Z [00:03:47.032]➜   based upon LLVM 19.1.7 default target ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.3125655Z [00:03:47.032]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.3126008Z [00:03:47.032]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.3126336Z [00:03:47.032]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.3126664Z [00:03:47.032]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.3126984Z [00:03:47.032]➜  #include "..." search starts here:
2025-08-20T19:11:28.3127299Z [00:03:47.032]➜  #include <...> search starts here:
2025-08-20T19:11:28.3127570Z [00:03:47.033]➜   .
2025-08-20T19:11:28.3127759Z [00:03:47.033]➜   ./lib
2025-08-20T19:11:28.3127964Z [00:03:47.033]➜   src
2025-08-20T19:11:28.3128222Z [00:03:47.033]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.3128512Z [00:03:47.033]➜   /usr/local/include
2025-08-20T19:11:28.3128792Z [00:03:47.033]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.3129066Z [00:03:47.033]➜   /usr/include
2025-08-20T19:11:28.3129309Z [00:03:47.033]➜  End of search list.
2025-08-20T19:11:28.3129582Z [00:03:47.033]➜  aarch64-unknown-linux-gnu
2025-08-20T19:11:28.3130132Z [00:03:47.033]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.3130860Z [00:03:47.033]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.3131199Z [00:03:47.033]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.3131526Z [00:03:47.033]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.3131851Z [00:03:47.033]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.3132190Z [00:03:47.033]➜  #include "..." search starts here:
2025-08-20T19:11:28.3132502Z [00:03:47.033]➜  #include <...> search starts here:
2025-08-20T19:11:28.3132760Z [00:03:47.033]➜   .
2025-08-20T19:11:28.3132951Z [00:03:47.033]➜   ./lib
2025-08-20T19:11:28.3133149Z [00:03:47.033]➜   src
2025-08-20T19:11:28.3133400Z [00:03:47.033]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.3133689Z [00:03:47.033]➜   /usr/local/include
2025-08-20T19:11:28.3133971Z [00:03:47.033]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.3134241Z [00:03:47.033]➜   /usr/include
2025-08-20T19:11:28.3134767Z [00:03:47.033]➜  End of search list.
2025-08-20T19:11:28.3191860Z [00:03:47.040]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.3196172Z [00:03:47.041]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.3202317Z [00:03:47.041]➜  Thread model: posix
2025-08-20T19:11:28.3206821Z [00:03:47.042]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.3208678Z [00:03:47.042]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.3213075Z [00:03:47.042]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.3216412Z [00:03:47.042]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.3216972Z [00:03:47.042]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.3218556Z [00:03:47.042]➜   (in-process)
2025-08-20T19:11:28.3226439Z [00:03:47.042]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name hash-triple.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-hash-triple.Tpo -MT lib/libcoreutils_a-hash-triple.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-hash-triple.o -x c lib/hash-triple.c
2025-08-20T19:11:28.3258117Z [00:03:47.042]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.3259980Z [00:03:47.042]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.3281730Z [00:03:47.042]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.3283779Z [00:03:47.042]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.3284554Z [00:03:47.042]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.3284970Z [00:03:47.042]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.3285301Z [00:03:47.042]➜  #include "..." search starts here:
2025-08-20T19:11:28.3285619Z [00:03:47.042]➜  #include <...> search starts here:
2025-08-20T19:11:28.3285882Z [00:03:47.042]➜   .
2025-08-20T19:11:28.3286090Z [00:03:47.042]➜   ./lib
2025-08-20T19:11:28.3286291Z [00:03:47.042]➜   src
2025-08-20T19:11:28.3286580Z [00:03:47.042]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.3286873Z [00:03:47.042]➜   /usr/local/include
2025-08-20T19:11:28.3287154Z [00:03:47.042]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.3287429Z [00:03:47.042]➜   /usr/include
2025-08-20T19:11:28.3287666Z [00:03:47.042]➜  End of search list.
2025-08-20T19:11:28.3287951Z [00:03:47.043]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.3288272Z [00:03:47.043]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.3288572Z [00:03:47.043]➜  Thread model: posix
2025-08-20T19:11:28.3288865Z [00:03:47.043]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.3289294Z [00:03:47.043]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.3289776Z [00:03:47.043]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.3290147Z [00:03:47.043]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.3290891Z [00:03:47.043]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.3291187Z [00:03:47.043]➜   (in-process)
2025-08-20T19:11:28.3297914Z [00:03:47.043]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name hash-triple-simple.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-hash-triple-simple.Tpo -MT lib/libcoreutils_a-hash-triple-simple.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-hash-triple-simple.o -x c lib/hash-triple-simple.c
2025-08-20T19:11:28.3304077Z [00:03:47.047]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.3304765Z [00:03:47.047]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.3305298Z [00:03:47.047]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.3305635Z [00:03:47.047]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.3305963Z [00:03:47.047]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.3306292Z [00:03:47.047]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.3306817Z [00:03:47.047]➜  #include "..." search starts here:
2025-08-20T19:11:28.3307204Z [00:03:47.047]➜  #include <...> search starts here:
2025-08-20T19:11:28.3307467Z [00:03:47.047]➜   .
2025-08-20T19:11:28.3307661Z [00:03:47.047]➜   ./lib
2025-08-20T19:11:28.3307863Z [00:03:47.047]➜   src
2025-08-20T19:11:28.3308118Z [00:03:47.047]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.3308403Z [00:03:47.047]➜   /usr/local/include
2025-08-20T19:11:28.3308697Z [00:03:47.047]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.3308968Z [00:03:47.047]➜   /usr/include
2025-08-20T19:11:28.3309203Z [00:03:47.047]➜  End of search list.
2025-08-20T19:11:28.3309492Z [00:03:47.049]➜    CC       lib/libcoreutils_a-heap.o
2025-08-20T19:11:28.3369003Z [00:03:47.058]➜    CC       lib/libcoreutils_a-human.o
2025-08-20T19:11:28.3450555Z [00:03:47.066]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.3451022Z [00:03:47.066]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.3454555Z [00:03:47.066]➜  Thread model: posix
2025-08-20T19:11:28.3456037Z [00:03:47.066]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.3457590Z [00:03:47.066]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.3461968Z [00:03:47.067]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.3464312Z [00:03:47.067]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.3492666Z [00:03:47.070]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.3494465Z [00:03:47.071]➜   (in-process)
2025-08-20T19:11:28.3508645Z [00:03:47.071]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name heap.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-heap.Tpo -MT lib/libcoreutils_a-heap.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-heap.o -x c lib/heap.c
2025-08-20T19:11:28.3514605Z [00:03:47.071]➜  clang -cc1 version 19.1.7 based upon LLVM Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.3515047Z [00:03:47.071]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.3515346Z [00:03:47.071]➜  Thread model: posix
2025-08-20T19:11:28.3515639Z [00:03:47.071]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.3516062Z [00:03:47.072]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.3516549Z [00:03:47.072]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.3516919Z [00:03:47.072]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.3517207Z [00:03:47.072]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.3517475Z [00:03:47.072]➜  19.1.7 (in-process)
2025-08-20T19:11:28.3524439Z [00:03:47.072]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name human.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-human.Tpo -MT lib/libcoreutils_a-human.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-human.o -x c lib/human.c
2025-08-20T19:11:28.3530305Z [00:03:47.072]➜   default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.3533029Z [00:03:47.072]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.3533947Z [00:03:47.073]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.3534643Z [00:03:47.073]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.3535028Z [00:03:47.073]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.3535572Z [00:03:47.073]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.3535921Z [00:03:47.073]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.3536373Z [00:03:47.073]➜  #include "..." search starts here:
2025-08-20T19:11:28.3536692Z [00:03:47.073]➜  #include <...> search starts here:
2025-08-20T19:11:28.3537096Z [00:03:47.073]➜   .
2025-08-20T19:11:28.3537290Z [00:03:47.074]➜   ./lib
2025-08-20T19:11:28.3537625Z [00:03:47.074]➜   src
2025-08-20T19:11:28.3537929Z [00:03:47.074]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.3555935Z [00:03:47.076]➜   /usr/local/include
2025-08-20T19:11:28.3556328Z [00:03:47.076]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.3556637Z [00:03:47.076]➜   /usr/include
2025-08-20T19:11:28.3556882Z [00:03:47.076]➜  End of search list.
2025-08-20T19:11:28.3557405Z [00:03:47.076]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.3557937Z [00:03:47.076]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.3558268Z [00:03:47.076]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.3558610Z [00:03:47.076]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.3558941Z [00:03:47.076]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.3559275Z [00:03:47.076]➜  #include "..." search starts here:
2025-08-20T19:11:28.3559591Z [00:03:47.076]➜  #include <...> search starts here:
2025-08-20T19:11:28.3559855Z [00:03:47.076]➜   .
2025-08-20T19:11:28.3560048Z [00:03:47.076]➜   ./lib
2025-08-20T19:11:28.3560248Z [00:03:47.076]➜   src
2025-08-20T19:11:28.3560664Z [00:03:47.076]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.3561390Z [00:03:47.076]➜   /usr/local/include
2025-08-20T19:11:28.3561754Z [00:03:47.076]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.3562029Z [00:03:47.076]➜   /usr/include
2025-08-20T19:11:28.3562267Z [00:03:47.076]➜  End of search list.
2025-08-20T19:11:28.3692406Z [00:03:47.090]➜    CC       lib/libcoreutils_a-i-ring.o
2025-08-20T19:11:28.3800664Z [00:03:47.101]➜    CC       lib/libcoreutils_a-ialloc.o
2025-08-20T19:11:28.3881620Z [00:03:47.109]➜    CC       lib/libcoreutils_a-idcache.o
2025-08-20T19:11:28.3898683Z [00:03:47.111]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.3899080Z [00:03:47.111]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.3899388Z [00:03:47.111]➜  Thread model: posix
2025-08-20T19:11:28.3899685Z [00:03:47.111]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.3900119Z [00:03:47.111]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.3900786Z [00:03:47.111]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.3901213Z [00:03:47.111]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.3901504Z [00:03:47.111]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.3906063Z [00:03:47.111]➜   (in-process)
2025-08-20T19:11:28.3935114Z [00:03:47.113]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name i-ring.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-i-ring.Tpo -MT lib/libcoreutils_a-i-ring.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-i-ring.o -x c lib/i-ring.c
2025-08-20T19:11:28.3941604Z [00:03:47.114]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.3942304Z [00:03:47.114]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.3942841Z [00:03:47.114]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.3943187Z [00:03:47.114]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.3943527Z [00:03:47.114]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.3943857Z [00:03:47.114]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.3944180Z [00:03:47.114]➜  #include "..." search starts here:
2025-08-20T19:11:28.3944498Z [00:03:47.114]➜  #include <...> search starts here:
2025-08-20T19:11:28.3944763Z [00:03:47.114]➜   .
2025-08-20T19:11:28.3944956Z [00:03:47.114]➜   ./lib
2025-08-20T19:11:28.3945156Z [00:03:47.114]➜   src
2025-08-20T19:11:28.3945410Z [00:03:47.114]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.3945699Z [00:03:47.114]➜   /usr/local/include
2025-08-20T19:11:28.3946272Z [00:03:47.114]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.3946623Z [00:03:47.114]➜   /usr/include
2025-08-20T19:11:28.3946863Z [00:03:47.114]➜  End of search list.
2025-08-20T19:11:28.4149300Z [00:03:47.135]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.4149708Z [00:03:47.136]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.4151163Z [00:03:47.136]➜  Thread model: posix
2025-08-20T19:11:28.4152927Z [00:03:47.136]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.4154778Z [00:03:47.136]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.4156529Z [00:03:47.136]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.4159987Z [00:03:47.136]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.4160313Z [00:03:47.136]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.4164067Z [00:03:47.136]➜   (in-process)
2025-08-20T19:11:28.4168163Z [00:03:47.136]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name ialloc.c -static-define -mrelocation-modelDebian clang version 19.1.7 (3+b2) 
2025-08-20T19:11:28.4169310Z [00:03:47.136]➜  picTarget:  -pic-levelaarch64-unknown-linux-gnu 
2025-08-20T19:11:28.4169679Z [00:03:47.136]➜  2Thread model:  posix-pic-is-pie
2025-08-20T19:11:28.4172083Z [00:03:47.136]➜   InstalledDir: -mframe-pointer=non-leaf/usr/lib/llvm-19/bin 
2025-08-20T19:11:28.4173006Z [00:03:47.136]➜  -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases Found candidate GCC installation: -funwind-tables=2/usr/lib/gcc/aarch64-linux-gnu/14 
2025-08-20T19:11:28.4173900Z [00:03:47.136]➜  -target-cpu genericSelected GCC installation:  /usr/lib/gcc/aarch64-linux-gnu/14-target-feature
2025-08-20T19:11:28.4174456Z [00:03:47.136]➜   Candidate multilib: +v8a. ;-target-feature@ m64+fp-armv8
2025-08-20T19:11:28.4174916Z [00:03:47.136]➜   Selected multilib: -target-feature. ;+neon@ m64-target-abi
2025-08-20T19:11:28.4179734Z [00:03:47.136]➜   aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-ialloc.Tpo -MT lib/libcoreutils_a-ialloc.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-ialloc.o -x c lib/ialloc.c
2025-08-20T19:11:28.4184071Z [00:03:47.136]➜   (in-process)
2025-08-20T19:11:28.4190838Z [00:03:47.136]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name idcache.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-idcache.Tpo -MT lib/libcoreutils_a-idcache.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-idcache.o -x c lib/idcache.c
2025-08-20T19:11:28.4197200Z [00:03:47.136]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.4197823Z [00:03:47.136]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.4200735Z [00:03:47.136]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.4201336Z [00:03:47.136]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.4201676Z [00:03:47.136]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.4202008Z [00:03:47.136]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.4202339Z [00:03:47.136]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.4202661Z [00:03:47.136]➜  #include "..." search starts here:
2025-08-20T19:11:28.4202989Z [00:03:47.136]➜  #include <...> search starts here:
2025-08-20T19:11:28.4203251Z [00:03:47.136]➜   .
2025-08-20T19:11:28.4203445Z [00:03:47.136]➜   ./lib
2025-08-20T19:11:28.4203648Z [00:03:47.136]➜   src
2025-08-20T19:11:28.4203907Z [00:03:47.136]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.4204201Z [00:03:47.136]➜   /usr/local/include
2025-08-20T19:11:28.4204483Z [00:03:47.136]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.4204771Z [00:03:47.136]➜   /usr/include
2025-08-20T19:11:28.4205009Z [00:03:47.136]➜  End of search list.
2025-08-20T19:11:28.4205526Z [00:03:47.136]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.4206057Z [00:03:47.136]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.4206396Z [00:03:47.136]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.4206724Z [00:03:47.136]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.4207064Z [00:03:47.136]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.4207390Z [00:03:47.136]➜  #include "..." search starts here:
2025-08-20T19:11:28.4207710Z [00:03:47.136]➜  #include <...> search starts here:
2025-08-20T19:11:28.4207973Z [00:03:47.136]➜   .
2025-08-20T19:11:28.4208166Z [00:03:47.136]➜   ./lib
2025-08-20T19:11:28.4208370Z [00:03:47.136]➜   src
2025-08-20T19:11:28.4208629Z [00:03:47.136]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.4208925Z [00:03:47.136]➜   /usr/local/include
2025-08-20T19:11:28.4209206Z [00:03:47.136]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.4209520Z [00:03:47.136]➜   /usr/include
2025-08-20T19:11:28.4209769Z [00:03:47.136]➜  End of search list.
2025-08-20T19:11:28.4210095Z [00:03:47.141]➜    CC       lib/libcoreutils_a-ino-map.o
2025-08-20T19:11:28.4259962Z [00:03:47.147]➜    CC       lib/libcoreutils_a-imaxtostr.o
2025-08-20T19:11:28.4355864Z [00:03:47.157]➜    CC       lib/libcoreutils_a-inttostr.o
2025-08-20T19:11:28.4422386Z [00:03:47.163]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.4423889Z [00:03:47.163]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.4426157Z [00:03:47.164]➜  Thread model: posix
2025-08-20T19:11:28.4429164Z [00:03:47.164]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.4432269Z [00:03:47.164]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.4434714Z [00:03:47.165]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.4439243Z [00:03:47.165]➜  Candidate multilib: .;Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.4440352Z [00:03:47.165]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.4441357Z [00:03:47.165]➜  Thread model: posix
2025-08-20T19:11:28.4442278Z [00:03:47.165]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.4443097Z [00:03:47.165]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.4443593Z [00:03:47.165]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.4444002Z [00:03:47.165]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.4444294Z [00:03:47.165]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.4447177Z [00:03:47.165]➜  @m64 (in-process)
2025-08-20T19:11:28.4466147Z [00:03:47.165]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name ino-map.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-ino-map.Tpo -MT lib/libcoreutils_a-ino-map.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-ino-map.o -x c lib/ino-map.c
2025-08-20T19:11:28.4474272Z [00:03:47.166]➜  
2025-08-20T19:11:28.4474786Z [00:03:47.166]➜  Selected multilib: .;clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.4475249Z [00:03:47.166]➜  @m64
2025-08-20T19:11:28.4475733Z [00:03:47.167]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.4476269Z [00:03:47.167]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.4476616Z [00:03:47.167]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.4476946Z [00:03:47.167]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.4477273Z [00:03:47.167]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.4477596Z [00:03:47.167]➜  #include "..." search starts here:
2025-08-20T19:11:28.4477907Z [00:03:47.167]➜  #include <...> search starts here:
2025-08-20T19:11:28.4478172Z [00:03:47.167]➜   .
2025-08-20T19:11:28.4478366Z [00:03:47.167]➜   ./lib
2025-08-20T19:11:28.4478567Z [00:03:47.167]➜   src
2025-08-20T19:11:28.4479156Z [00:03:47.167]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.4479525Z [00:03:47.167]➜   /usr/local/include
2025-08-20T19:11:28.4479813Z [00:03:47.167]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.4480090Z [00:03:47.167]➜   /usr/include
2025-08-20T19:11:28.4480329Z [00:03:47.167]➜  End of search list.
2025-08-20T19:11:28.4491187Z [00:03:47.167]➜   (in-process)
2025-08-20T19:11:28.4511229Z [00:03:47.171]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name imaxtostr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-imaxtostr.Tpo -MT lib/libcoreutils_a-imaxtostr.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include  CC       lib/libcoreutils_a-offtostr.o
2025-08-20T19:11:28.4519089Z [00:03:47.172]➜   -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-imaxtostr.o -x c lib/imaxtostr.c
2025-08-20T19:11:28.4522386Z [00:03:47.172]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.4523096Z [00:03:47.172]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.4523626Z [00:03:47.172]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.4523968Z [00:03:47.172]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.4524299Z [00:03:47.172]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.4524634Z [00:03:47.172]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.4524959Z [00:03:47.172]➜  #include "..." search starts here:
2025-08-20T19:11:28.4525276Z [00:03:47.172]➜  #include <...> search starts here:
2025-08-20T19:11:28.4525554Z [00:03:47.172]➜   .
2025-08-20T19:11:28.4525754Z [00:03:47.172]➜   ./lib
2025-08-20T19:11:28.4525952Z [00:03:47.172]➜   src
2025-08-20T19:11:28.4526209Z [00:03:47.172]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.4526499Z [00:03:47.172]➜   /usr/local/include
2025-08-20T19:11:28.4526781Z [00:03:47.172]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.4527065Z [00:03:47.172]➜   /usr/include
2025-08-20T19:11:28.4527305Z [00:03:47.172]➜  End of search list.
2025-08-20T19:11:28.4636468Z [00:03:47.184]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.4657707Z [00:03:47.184]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.4658051Z [00:03:47.184]➜  Thread model: posix
2025-08-20T19:11:28.4658357Z [00:03:47.184]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.4658788Z [00:03:47.184]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.4659757Z [00:03:47.185]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.4660205Z [00:03:47.185]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.4660690Z [00:03:47.185]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.4661016Z [00:03:47.185]➜   (in-process)
2025-08-20T19:11:28.4671950Z [00:03:47.188]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name offtostr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.4675779Z [00:03:47.188]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.4676094Z [00:03:47.188]➜  Thread model: posix
2025-08-20T19:11:28.4676410Z [00:03:47.188]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.4676840Z [00:03:47.188]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.4677324Z [00:03:47.188]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.4677699Z [00:03:47.188]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.4678395Z [00:03:47.188]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.4689816Z [00:03:47.189]➜   -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-offtostr.Tpo -MT lib/libcoreutils_a-offtostr.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-offtostr.o -x c lib/offtostr.c
2025-08-20T19:11:28.4694055Z [00:03:47.189]➜   (in-process)
2025-08-20T19:11:28.4700912Z [00:03:47.189]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name inttostr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-inttostr.Tpo -MT lib/libcoreutils_a-inttostr.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-inttostr.o -x c lib/inttostr.c
2025-08-20T19:11:28.4706839Z [00:03:47.189]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.4707446Z [00:03:47.189]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.4708124Z [00:03:47.189]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.4708658Z [00:03:47.189]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.4709004Z [00:03:47.189]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.4709332Z [00:03:47.189]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.4709669Z [00:03:47.189]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.4709993Z [00:03:47.189]➜  #include "..." search starts here:
2025-08-20T19:11:28.4710309Z [00:03:47.189]➜  #include <...> search starts here:
2025-08-20T19:11:28.4713280Z [00:03:47.189]➜   .
2025-08-20T19:11:28.4713488Z [00:03:47.189]➜   ./lib
2025-08-20T19:11:28.4713694Z [00:03:47.189]➜   src
2025-08-20T19:11:28.4713951Z [00:03:47.189]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.4714246Z [00:03:47.190]➜   /usr/local/include
2025-08-20T19:11:28.4714530Z [00:03:47.190]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.4714806Z [00:03:47.190]➜   /usr/include
2025-08-20T19:11:28.4715038Z [00:03:47.190]➜  End of search list.
2025-08-20T19:11:28.4715556Z [00:03:47.190]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.4716099Z [00:03:47.190]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.4716438Z [00:03:47.190]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.4716765Z [00:03:47.190]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.4717094Z [00:03:47.190]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.4717417Z [00:03:47.190]➜  #include "..." search starts here:
2025-08-20T19:11:28.4717743Z [00:03:47.190]➜  #include <...> search starts here:
2025-08-20T19:11:28.4718009Z [00:03:47.190]➜   .
2025-08-20T19:11:28.4718201Z [00:03:47.190]➜   ./lib
2025-08-20T19:11:28.4718403Z [00:03:47.190]➜   src
2025-08-20T19:11:28.4718657Z [00:03:47.190]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.4718944Z [00:03:47.190]➜   /usr/local/include
2025-08-20T19:11:28.4719224Z [00:03:47.190]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.4719500Z [00:03:47.190]➜   /usr/include
2025-08-20T19:11:28.4719737Z [00:03:47.190]➜  End of search list.
2025-08-20T19:11:28.4754487Z [00:03:47.196]➜    CC       lib/libcoreutils_a-uinttostr.o
2025-08-20T19:11:28.4909957Z [00:03:47.212]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.4915269Z [00:03:47.212]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.4921194Z [00:03:47.213]➜  Thread model: posix
2025-08-20T19:11:28.4921582Z [00:03:47.213]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.4922066Z [00:03:47.213]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.4922559Z [00:03:47.213]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.4925399Z [00:03:47.213]➜    CC       lib/libcoreutils_a-umaxtostr.o
2025-08-20T19:11:28.4925734Z [00:03:47.213]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.4926025Z [00:03:47.213]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.4926307Z [00:03:47.213]➜   (in-process)
2025-08-20T19:11:28.4988829Z [00:03:47.218]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name uinttostr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-uinttostr.Tpo -MT lib/libcoreutils_a-uinttostr.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-uinttostr.o -x c lib/uinttostr.c
2025-08-20T19:11:28.4995935Z [00:03:47.219]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.4996637Z [00:03:47.219]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.4997174Z [00:03:47.219]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.4997530Z [00:03:47.219]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.4997867Z [00:03:47.219]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.4998201Z [00:03:47.219]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.4998525Z [00:03:47.219]➜  #include "..." search starts here:
2025-08-20T19:11:28.4998843Z [00:03:47.219]➜  #include <...> search starts here:
2025-08-20T19:11:28.4999118Z [00:03:47.219]➜   .
2025-08-20T19:11:28.4999316Z [00:03:47.219]➜   ./lib
2025-08-20T19:11:28.4999521Z [00:03:47.219]➜   src
2025-08-20T19:11:28.4999774Z [00:03:47.219]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.5000068Z [00:03:47.219]➜   /usr/local/include
2025-08-20T19:11:28.5000351Z [00:03:47.219]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.5000836Z [00:03:47.219]➜   /usr/include
2025-08-20T19:11:28.5001084Z [00:03:47.219]➜  End of search list.
2025-08-20T19:11:28.5001382Z [00:03:47.219]➜    CC       lib/libcoreutils_a-isapipe.o
2025-08-20T19:11:28.5018333Z [00:03:47.223]➜    CC       lib/libcoreutils_a-ldtoastr.o
2025-08-20T19:11:28.5111981Z [00:03:47.232]➜    CC       lib/libcoreutils_a-linebuffer.o
2025-08-20T19:11:28.5113495Z [00:03:47.232]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.5120331Z [00:03:47.233]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.5121485Z [00:03:47.233]➜  Thread model: posix
2025-08-20T19:11:28.5123358Z [00:03:47.233]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.5123814Z [00:03:47.233]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.5130847Z [00:03:47.234]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.5131970Z [00:03:47.234]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.5139324Z [00:03:47.235]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.5151355Z [00:03:47.236]➜   (in-process)
2025-08-20T19:11:28.5172746Z [00:03:47.238]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free   CC       lib/libcoreutils_a-localcharset.o
2025-08-20T19:11:28.5186306Z [00:03:47.239]➜  -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name umaxtostr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-umaxtostr.Tpo -MT lib/libcoreutils_a-umaxtostr.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-umaxtostr.o -x c lib/umaxtostr.c
2025-08-20T19:11:28.5195922Z [00:03:47.240]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.5204087Z [00:03:47.241]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.5208859Z [00:03:47.242]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.5209373Z [00:03:47.242]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.5216714Z [00:03:47.243]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.5217613Z [00:03:47.243]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.5255204Z [00:03:47.243]➜  #include "..." search starts here:
2025-08-20T19:11:28.5257125Z [00:03:47.243]➜  #include <...> search starts here:
2025-08-20T19:11:28.5257584Z [00:03:47.243]➜   .
2025-08-20T19:11:28.5257938Z [00:03:47.243]➜   ./lib
2025-08-20T19:11:28.5258293Z [00:03:47.243]➜   src
2025-08-20T19:11:28.5258703Z [00:03:47.243]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.5259219Z [00:03:47.243]➜   /usr/local/include
2025-08-20T19:11:28.5259781Z [00:03:47.243]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.5260239Z [00:03:47.246]➜   /usr/include
2025-08-20T19:11:28.5260983Z [00:03:47.246]➜  End of search list.
2025-08-20T19:11:28.5271445Z [00:03:47.248]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.5272062Z [00:03:47.248]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.5273440Z [00:03:47.248]➜  Thread model: posix
2025-08-20T19:11:28.5273761Z [00:03:47.248]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.5274189Z [00:03:47.248]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.5274701Z [00:03:47.248]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.5275078Z [00:03:47.248]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.5275367Z [00:03:47.248]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.5275669Z [00:03:47.248]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.5275987Z [00:03:47.248]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.5276273Z [00:03:47.248]➜  Thread model: posix
2025-08-20T19:11:28.5276566Z [00:03:47.248]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.5277310Z [00:03:47.248]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.5277861Z [00:03:47.248]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.5278232Z [00:03:47.248]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.5278516Z [00:03:47.248]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.5278779Z [00:03:47.248]➜   (in-process)
2025-08-20T19:11:28.5280904Z [00:03:47.248]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name ldtoastr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature  (in-process)
2025-08-20T19:11:28.5288265Z [00:03:47.248]➜  +neon -target-abi  aapcs "-debugger-tuning=gdb/ u-fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7s r-v/ l-vi b-fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/ l-resource-dirl v/usr/lib/llvm-19/lib/clang/19 m-dependency-file- 1lib/.deps/libcoreutils_a-ldtoastr.Tpo9 /-MTb ilib/libcoreutils_a-ldtoastr.on /-sys-header-deps c-MPl a-I n.g "-I  ./lib-cc1  -I-triple  lib aarch64-unknown-linux-gnu-I ./lib  -emit-llvm-bc-I  -flto=fullsrc  -flto-unit-I  -disable-free./src  -clear-ast-before-backend-internal-isystem  -disable-llvm-verifier/usr/lib/llvm-19/lib/clang/19/include  -discard-value-names-internal-isystem  -main-file-name/usr/local/include  isapipe.c-internal-isystem  -static-define/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include  -mrelocation-model-internal-externc-isystem pic  /usr/include/aarch64-linux-gnu-pic-level  -internal-externc-isystem2  /include-pic-is-pie -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-ldtoastr.o -x c lib/ldtoastr.c
2025-08-20T19:11:28.5293968Z [00:03:47.248]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.5294654Z [00:03:47.248]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.5295186Z [00:03:47.248]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.5295523Z [00:03:47.248]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.5295850Z [00:03:47.248]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.5296186Z [00:03:47.248]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.5296509Z [00:03:47.248]➜  #include "..." search starts here:
2025-08-20T19:11:28.5296820Z [00:03:47.248]➜  #include <...> search starts here:
2025-08-20T19:11:28.5297086Z [00:03:47.248]➜   .
2025-08-20T19:11:28.5297277Z [00:03:47.248]➜   ./lib
2025-08-20T19:11:28.5297481Z [00:03:47.248]➜   src
2025-08-20T19:11:28.5297747Z [00:03:47.248]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.5298036Z [00:03:47.248]➜   /usr/local/include
2025-08-20T19:11:28.5298319Z [00:03:47.248]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.5298597Z [00:03:47.248]➜   /usr/include
2025-08-20T19:11:28.5298837Z [00:03:47.248]➜  End of search list.
2025-08-20T19:11:28.5358428Z [00:03:47.248]➜   -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-isapipe.Tpo -MT lib/libcoreutils_a-isapipe.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-isapipe.o -x c lib/isapipe.c
2025-08-20T19:11:28.5364011Z [00:03:47.248]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.5364952Z [00:03:47.248]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.5365506Z [00:03:47.248]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.5365848Z [00:03:47.248]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.5366180Z [00:03:47.248]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.5366512Z [00:03:47.248]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.5366833Z [00:03:47.248]➜  #include "..." search starts here:
2025-08-20T19:11:28.5367147Z [00:03:47.248]➜  #include <...> search starts here:
2025-08-20T19:11:28.5367424Z [00:03:47.248]➜   .
2025-08-20T19:11:28.5367620Z [00:03:47.248]➜   ./lib
2025-08-20T19:11:28.5367820Z [00:03:47.248]➜   src
2025-08-20T19:11:28.5368074Z [00:03:47.248]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.5368363Z [00:03:47.248]➜   /usr/local/include
2025-08-20T19:11:28.5368642Z [00:03:47.248]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.5368921Z [00:03:47.248]➜   /usr/include
2025-08-20T19:11:28.5369160Z [00:03:47.248]➜  End of search list.
2025-08-20T19:11:28.5369487Z [00:03:47.252]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.5369805Z [00:03:47.252]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.5370097Z [00:03:47.252]➜  Thread model: posix
2025-08-20T19:11:28.5370391Z [00:03:47.252]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.5371062Z [00:03:47.252]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.5371555Z [00:03:47.252]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.5371934Z [00:03:47.252]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.5372247Z [00:03:47.252]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.5372516Z [00:03:47.252]➜   (in-process)
2025-08-20T19:11:28.5379404Z [00:03:47.252]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name localcharset.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-localcharset.Tpo -MT lib/libcoreutils_a-localcharset.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-localcharset.o -x c lib/localcharset.c
2025-08-20T19:11:28.5385511Z [00:03:47.252]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.5386202Z [00:03:47.253]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.5386735Z [00:03:47.253]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.5387094Z [00:03:47.253]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.5387640Z [00:03:47.253]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.5387975Z [00:03:47.253]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.5388299Z [00:03:47.253]➜  #include "..." search starts here:
2025-08-20T19:11:28.5388615Z [00:03:47.253]➜  #include <...> search starts here:
2025-08-20T19:11:28.5388879Z [00:03:47.253]➜   .
2025-08-20T19:11:28.5389072Z [00:03:47.253]➜   ./lib
2025-08-20T19:11:28.5389276Z [00:03:47.253]➜   src
2025-08-20T19:11:28.5389527Z [00:03:47.253]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.5389824Z [00:03:47.253]➜   /usr/local/include
2025-08-20T19:11:28.5390115Z [00:03:47.253]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.5390390Z [00:03:47.253]➜   /usr/include
2025-08-20T19:11:28.5390812Z [00:03:47.253]➜  End of search list.
2025-08-20T19:11:28.5408004Z [00:03:47.262]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.5415895Z [00:03:47.262]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.5417940Z [00:03:47.263]➜  Thread model: posix
2025-08-20T19:11:28.5418265Z [00:03:47.263]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.5421055Z [00:03:47.263]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.5421734Z [00:03:47.263]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.5422126Z [00:03:47.263]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.5422416Z [00:03:47.263]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.5422681Z [00:03:47.263]➜   (in-process)
2025-08-20T19:11:28.5429456Z [00:03:47.263]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name linebuffer.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-linebuffer.Tpo -MT lib/libcoreutils_a-linebuffer.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-linebuffer.o -x c lib/linebuffer.c
2025-08-20T19:11:28.5441171Z [00:03:47.264]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.5441880Z [00:03:47.265]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.5442415Z [00:03:47.265]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.5442752Z [00:03:47.265]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.5443081Z [00:03:47.265]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.5443411Z [00:03:47.265]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.5443736Z [00:03:47.265]➜  #include "..." search starts here:
2025-08-20T19:11:28.5444351Z [00:03:47.265]➜  #include <...> search starts here:
2025-08-20T19:11:28.5444617Z [00:03:47.265]➜   .
2025-08-20T19:11:28.5444814Z [00:03:47.265]➜   ./lib
2025-08-20T19:11:28.5445014Z [00:03:47.265]➜   src
2025-08-20T19:11:28.5445270Z [00:03:47.265]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.5445558Z [00:03:47.265]➜   /usr/local/include
2025-08-20T19:11:28.5445840Z [00:03:47.265]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.5446114Z [00:03:47.265]➜   /usr/include
2025-08-20T19:11:28.5446353Z [00:03:47.265]➜  End of search list.
2025-08-20T19:11:28.5694223Z [00:03:47.290]➜    CC       lib/libcoreutils_a-long-options.o
2025-08-20T19:11:28.5744696Z [00:03:47.295]➜    CC       lib/libcoreutils_a-malloca.o
2025-08-20T19:11:28.5762600Z [00:03:47.297]➜    CC       lib/libcoreutils_a-math.o
2025-08-20T19:11:28.5778051Z [00:03:47.299]➜    CC       lib/libcoreutils_a-mbrlen.o
2025-08-20T19:11:28.5891790Z [00:03:47.310]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.5897931Z [00:03:47.311]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.5904743Z [00:03:47.311]➜  Thread model: posix
2025-08-20T19:11:28.5922783Z [00:03:47.313]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.5923483Z [00:03:47.313]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.5924075Z [00:03:47.313]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.5924496Z [00:03:47.313]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.5924792Z [00:03:47.313]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.5925096Z [00:03:47.313]➜   (in-process)
2025-08-20T19:11:28.5932182Z [00:03:47.313]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name long-options.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-long-options.Tpo -MT lib/libcoreutils_a-long-options.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-long-options.o -x c lib/long-options.c
2025-08-20T19:11:28.5938071Z [00:03:47.313]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.5938399Z [00:03:47.313]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.5938783Z [00:03:47.313]➜  Debian clang version 19.1.7 (3+b2)Thread model: posix
2025-08-20T19:11:28.5939089Z [00:03:47.313]➜  
2025-08-20T19:11:28.5939441Z [00:03:47.313]➜  Target: InstalledDir: aarch64-unknown-linux-gnu/usr/lib/llvm-19/bin
2025-08-20T19:11:28.5939795Z [00:03:47.313]➜  
2025-08-20T19:11:28.5940011Z [00:03:47.313]➜  Thread model: posix
2025-08-20T19:11:28.5940737Z [00:03:47.313]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.5941182Z [00:03:47.313]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.5941924Z [00:03:47.313]➜  Selected GCC installation: Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14/usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.5942453Z [00:03:47.313]➜  
2025-08-20T19:11:28.5942848Z [00:03:47.313]➜  Candidate multilib: .Selected GCC installation: ;/usr/lib/gcc/aarch64-linux-gnu/14@
2025-08-20T19:11:28.5943278Z [00:03:47.313]➜  m64Candidate multilib: 
2025-08-20T19:11:28.5943578Z [00:03:47.313]➜  .Selected multilib: ;.@;m64@
2025-08-20T19:11:28.5943862Z [00:03:47.313]➜  m64Selected multilib: 
2025-08-20T19:11:28.5944111Z [00:03:47.313]➜  .;@m64
2025-08-20T19:11:28.5944527Z [00:03:47.313]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.5950921Z [00:03:47.316]➜   (in-process)
2025-08-20T19:11:28.5951236Z [00:03:47.316]➜   (in-process)
2025-08-20T19:11:28.5971664Z [00:03:47.316]➜    ""//uussrr//lliibb//llllvvmm--1199//bbiinn//ccllaanngg""  -cc1-cc1  -triple-triple  aarch64-unknown-linux-gnuaarch64-unknown-linux-gnu  -emit-llvm-bc-emit-llvm-bc  -flto=full-flto=full -flto-unit  -flto-unit-disable-free  -disable-free-clear-ast-before-backend  -clear-ast-before-backend-disable-llvm-verifier  -disable-llvm-verifier-discard-value-names  -discard-value-names-main-file-name  -main-file-namembrlen.c  math.c-static-define  -static-define-mrelocation-model  -mrelocation-modelpic  pic-pic-level  -pic-level2  2-pic-is-pie  -pic-is-pie-mframe-pointer=non-leaf  -mframe-pointer=non-leaf-fmath-errno  -fmath-errno-ffp-contract=on  -ffp-contract=on-fno-rounding-math  -fno-rounding-math-mconstructor-aliases  -mconstructor-aliases-funwind-tables=2  -funwind-tables=2-target-cpu  -target-cpugeneric  generic-target-feature  -target-feature+v8a  +v8a-target-feature  -target-feature+fp-armv8  +fp-armv8-target-feature  -target-feature+neon  +neon-target-abi  -target-abiaapcs  aapcs-debugger-tuning=gdb  -debugger-tuning=gdb-fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7  -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7-v  -v-v  -v-fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7  -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7-resource-dir  -resource-dir/usr/lib/llvm-19/lib/clang/19  /usr/lib/llvm-19/lib/clang/19-dependency-file  -dependency-filelib/.deps/libcoreutils_a-mbrlen.Tpo  lib/.deps/libcoreutils_a-math.Tpo-MT  -MTlib/libcoreutils_a-mbrlen.o  lib/libcoreutils_a-math.o-sys-header-deps  -sys-header-deps-MP  -MP-I  -I.  .-I  -I./lib  ./lib-I  -Ilib  lib-I  ./lib-I  -I./lib  -Isrc  src-I  -I./src  ./src-internal-isystem  -internal-isystem/usr/lib/llvm-19/lib/clang/19/include  /usr/lib/llvm-19/lib/clang/19/include-internal-isystem  -internal-isystem/usr/local/include  /usr/local/include-internal-isystem  -internal-isystem/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include  /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include-internal-externc-isystem  -internal-externc-isystem/usr/include/aarch64-linux-gnu  /usr/include/aarch64-linux-gnu-internal-externc-isystem  -internal-externc-isystem/include  /include-internal-externc-isystem  -internal-externc-isystem/usr/include  /usr/include-Os  -Os-Wno-error  -Wno-error-Wno-cast-qual  -Wno-cast-qual-Wno-conversion  -Wno-conversion-Wno-float-equal  -Wno-float-equal-Wno-sign-compare  -Wno-sign-compare-Wno-undef  -Wno-unused-function-Wno-undef  -Wno-unused-parameter-Wno-unused-function  -Wno-unused-parameter-Wno-float-conversion  -Wno-float-conversion-Wimplicit-fallthrough  -Wimplicit-fallthrough-Wno-pedantic  -Wno-pedantic-Wno-tautological-constant-out-of-range-compare  -Wno-tautological-constant-out-of-range-compare-Wno-sign-conversion  -Wno-sign-conversion-Wno-type-limits  -Wno-type-limits-Wno-unused-const-variable  -Wno-unused-const-variable-Wno-error  -Wno-error-Wno-error  -Wno-error-w  -w-std=gnu23  -std=gnu23-ferror-limit  -ferror-limit19  19-fno-signed-char  -fno-signed-char-fgnuc-version=4.2.1  -fgnuc-version=4.2.1-fskip-odr-check-in-gmf  -fskip-odr-check-in-gmf-vectorize-loops  -vectorize-loops-vectorize-slp  -vectorize-slp-target-feature  -target-feature+outline-atomics  +outline-atomics-target-feature  -target-feature-fmv  -fmv-faddrsig  -faddrsig-D__GCC_HAVE_DWARF2_CFI_ASM=1  -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o-o  lib/libcoreutils_a-mbrlen.olib/libcoreutils_a-math.o  -x-x  cc  lib/mbrlen.clib/math.c
2025-08-20T19:11:28.5988453Z [00:03:47.316]➜  
2025-08-20T19:11:28.5989110Z [00:03:47.316]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7clang -cc1 version 19.1.7 default target  based upon LLVM 19.1.7aarch64-unknown-linux-gnu default target 
2025-08-20T19:11:28.5989712Z [00:03:47.316]➜  aarch64-unknown-linux-gnu
2025-08-20T19:11:28.5990252Z [00:03:47.316]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.5990955Z [00:03:47.316]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.5991310Z [00:03:47.316]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.5991644Z [00:03:47.316]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.5991978Z [00:03:47.316]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.5992305Z [00:03:47.316]➜  #include "..." search starts here:
2025-08-20T19:11:28.5992618Z [00:03:47.316]➜  #include <...> search starts here:
2025-08-20T19:11:28.5992881Z [00:03:47.316]➜   .
2025-08-20T19:11:28.5993076Z [00:03:47.316]➜   ./lib
2025-08-20T19:11:28.5993279Z [00:03:47.316]➜   src
2025-08-20T19:11:28.5993871Z [00:03:47.316]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.5994251Z [00:03:47.316]➜   /usr/local/include
2025-08-20T19:11:28.5994544Z [00:03:47.316]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.5994820Z [00:03:47.316]➜   /usr/include
2025-08-20T19:11:28.5995062Z [00:03:47.316]➜  End of search list.
2025-08-20T19:11:28.5995579Z [00:03:47.316]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.5996119Z [00:03:47.316]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.5996456Z [00:03:47.316]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.5996829Z [00:03:47.316]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.5997157Z [00:03:47.316]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.5997479Z [00:03:47.316]➜  #include "..." search starts here:
2025-08-20T19:11:28.5997791Z [00:03:47.316]➜  #include <...> search starts here:
2025-08-20T19:11:28.5998052Z [00:03:47.316]➜   .
2025-08-20T19:11:28.5998254Z [00:03:47.316]➜   ./lib
2025-08-20T19:11:28.5998451Z [00:03:47.316]➜   src
2025-08-20T19:11:28.5998711Z [00:03:47.316]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.5999004Z [00:03:47.316]➜   /usr/local/include
2025-08-20T19:11:28.5999288Z [00:03:47.316]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.5999564Z [00:03:47.316]➜   /usr/include
2025-08-20T19:11:28.6000163Z [00:03:47.316]➜  End of search list.
2025-08-20T19:11:28.6000662Z [00:03:47.317]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.6001006Z [00:03:47.317]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.6001304Z [00:03:47.317]➜  Thread model: posix
2025-08-20T19:11:28.6001596Z [00:03:47.317]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.6002014Z [00:03:47.317]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.6002497Z [00:03:47.317]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.6002868Z [00:03:47.317]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.6003166Z [00:03:47.317]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.6003429Z [00:03:47.317]➜   (in-process)
2025-08-20T19:11:28.6010023Z [00:03:47.317]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name malloca.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-malloca.Tpo -MT lib/libcoreutils_a-malloca.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf ignoring nonexistent directory "-vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-malloca.o -x c lib/malloca.c
2025-08-20T19:11:28.6047047Z [00:03:47.318]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.6047706Z [00:03:47.318]➜  /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.6048153Z [00:03:47.318]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.6048490Z [00:03:47.318]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.6048818Z [00:03:47.318]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.6049160Z [00:03:47.318]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.6049480Z [00:03:47.318]➜  #include "..." search starts here:
2025-08-20T19:11:28.6049798Z [00:03:47.318]➜  #include <...> search starts here:
2025-08-20T19:11:28.6050060Z [00:03:47.318]➜   .
2025-08-20T19:11:28.6050252Z [00:03:47.318]➜   ./lib
2025-08-20T19:11:28.6050629Z [00:03:47.318]➜   src
2025-08-20T19:11:28.6050952Z [00:03:47.318]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.6051243Z [00:03:47.318]➜   /usr/local/include
2025-08-20T19:11:28.6051539Z [00:03:47.318]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.6051819Z [00:03:47.318]➜   /usr/include
2025-08-20T19:11:28.6052059Z [00:03:47.318]➜  End of search list.
2025-08-20T19:11:28.6052579Z [00:03:47.319]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.6053113Z [00:03:47.319]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.6053707Z [00:03:47.319]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.6054038Z [00:03:47.319]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.6054368Z [00:03:47.319]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.6054686Z [00:03:47.319]➜  #include "..." search starts here:
2025-08-20T19:11:28.6055001Z [00:03:47.319]➜  #include <...> search starts here:
2025-08-20T19:11:28.6055264Z [00:03:47.319]➜   .
2025-08-20T19:11:28.6055455Z [00:03:47.319]➜   ./lib
2025-08-20T19:11:28.6055655Z [00:03:47.319]➜   src
2025-08-20T19:11:28.6055918Z [00:03:47.319]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.6056203Z [00:03:47.319]➜   /usr/local/include
2025-08-20T19:11:28.6056486Z [00:03:47.319]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.6056759Z [00:03:47.319]➜   /usr/include
2025-08-20T19:11:28.6056998Z [00:03:47.319]➜  End of search list.
2025-08-20T19:11:28.6057296Z [00:03:47.320]➜    CC       lib/libcoreutils_a-mbrtoc32.o
2025-08-20T19:11:28.6238902Z [00:03:47.345]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.6239856Z [00:03:47.345]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.6240231Z [00:03:47.345]➜  Thread model: posix
2025-08-20T19:11:28.6240731Z [00:03:47.345]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.6241198Z [00:03:47.345]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.6241697Z [00:03:47.345]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.6242072Z [00:03:47.345]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.6242394Z [00:03:47.345]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.6254348Z [00:03:47.346]➜   (in-process)
2025-08-20T19:11:28.6261468Z [00:03:47.346]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mbrtoc32.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-mbrtoc32.Tpo -MT lib/libcoreutils_a-mbrtoc32.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbrtoc32.o -x c lib/mbrtoc32.c
2025-08-20T19:11:28.6297349Z [00:03:47.350]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.6298115Z [00:03:47.350]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.6302944Z [00:03:47.350]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.6303360Z [00:03:47.350]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.6303696Z [00:03:47.350]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.6304450Z [00:03:47.350]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.6304781Z [00:03:47.350]➜  #include "..." search starts here:
2025-08-20T19:11:28.6305096Z [00:03:47.350]➜  #include <...> search starts here:
2025-08-20T19:11:28.6305358Z [00:03:47.350]➜   .
2025-08-20T19:11:28.6305550Z [00:03:47.350]➜   ./lib
2025-08-20T19:11:28.6305750Z [00:03:47.350]➜   src
2025-08-20T19:11:28.6306008Z [00:03:47.350]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.6306301Z [00:03:47.350]➜   /usr/local/include
2025-08-20T19:11:28.6306587Z [00:03:47.350]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.6306879Z [00:03:47.350]➜   /usr/include
2025-08-20T19:11:28.6307119Z [00:03:47.350]➜  End of search list.
2025-08-20T19:11:28.6307412Z [00:03:47.351]➜    CC       lib/libcoreutils_a-mbrtowc.o
2025-08-20T19:11:28.6307753Z [00:03:47.351]➜    CC       lib/libcoreutils_a-mbscasecmp.o
2025-08-20T19:11:28.6374579Z [00:03:47.358]➜    CC       lib/libcoreutils_a-mbschr.o
2025-08-20T19:11:28.6421731Z [00:03:47.363]➜    CC       lib/libcoreutils_a-mbslen.o
2025-08-20T19:11:28.6508589Z [00:03:47.372]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.6508994Z [00:03:47.372]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.6509306Z [00:03:47.372]➜  Thread model: posix
2025-08-20T19:11:28.6509604Z [00:03:47.372]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.6510034Z [00:03:47.372]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.6523577Z [00:03:47.372]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.6526154Z [00:03:47.372]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.6526958Z [00:03:47.374]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.6528121Z [00:03:47.374]➜   (in-process)
2025-08-20T19:11:28.6535387Z [00:03:47.374]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mbschr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-mbschr.Tpo -MT lib/libcoreutils_a-mbschr.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbschr.o -x c lib/mbschr.c
2025-08-20T19:11:28.6544770Z [00:03:47.374]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.6545473Z [00:03:47.375]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.6546014Z [00:03:47.375]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.6546351Z [00:03:47.375]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.6547084Z [00:03:47.375]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.6547416Z [00:03:47.375]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.6547738Z [00:03:47.375]➜  #include "..." search starts here:
2025-08-20T19:11:28.6548054Z [00:03:47.375]➜  #include <...> search starts here:
2025-08-20T19:11:28.6548318Z [00:03:47.375]➜   .
2025-08-20T19:11:28.6548517Z [00:03:47.375]➜   ./lib
2025-08-20T19:11:28.6548716Z [00:03:47.375]➜   src
2025-08-20T19:11:28.6548973Z [00:03:47.375]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.6563973Z [00:03:47.377]➜   /usr/local/include
2025-08-20T19:11:28.6592281Z [00:03:47.380]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.6594162Z [00:03:47.381]➜   /usr/include
2025-08-20T19:11:28.6598028Z [00:03:47.381]➜  End of search list.
2025-08-20T19:11:28.6599002Z [00:03:47.381]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.6599378Z [00:03:47.381]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.6599685Z [00:03:47.381]➜  Thread model: posix
2025-08-20T19:11:28.6600010Z [00:03:47.381]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.6600544Z [00:03:47.381]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.6601101Z [00:03:47.381]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.6601479Z [00:03:47.381]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.6601761Z [00:03:47.381]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.6602025Z [00:03:47.381]➜   (in-process)
2025-08-20T19:11:28.6608843Z [00:03:47.381]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mbrtowc.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-mbrtowc.Tpo -MT lib/libcoreutils_a-mbrtowc.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbrtowc.o -x c lib/mbrtowc.c
2025-08-20T19:11:28.6619944Z [00:03:47.381]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.6620582Z [00:03:47.381]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.6621102Z [00:03:47.381]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.6621735Z [00:03:47.381]➜  Thread model: ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.6622306Z [00:03:47.381]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.6622643Z [00:03:47.381]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.6622971Z [00:03:47.381]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.6623652Z [00:03:47.381]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.6623975Z [00:03:47.381]➜  #include "..." search starts here:
2025-08-20T19:11:28.6624289Z [00:03:47.381]➜  #include <...> search starts here:
2025-08-20T19:11:28.6624554Z [00:03:47.381]➜   .
2025-08-20T19:11:28.6624747Z [00:03:47.381]➜   ./lib
2025-08-20T19:11:28.6624948Z [00:03:47.381]➜   src
2025-08-20T19:11:28.6625243Z [00:03:47.381]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.6625529Z [00:03:47.381]➜   /usr/local/include
2025-08-20T19:11:28.6625808Z [00:03:47.381]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.6626096Z [00:03:47.381]➜   /usr/include
2025-08-20T19:11:28.6626338Z [00:03:47.381]➜  End of search list.
2025-08-20T19:11:28.6626572Z [00:03:47.382]➜  posix
2025-08-20T19:11:28.6626829Z [00:03:47.382]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.6627251Z [00:03:47.382]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.6627731Z [00:03:47.382]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.6628115Z [00:03:47.382]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.6628405Z [00:03:47.382]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.6628669Z [00:03:47.382]➜   (in-process)
2025-08-20T19:11:28.6637875Z [00:03:47.382]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mbslen.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-mbslen.Tpo -MT lib/libcoreutils_a-mbslen.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbslen.o -x c lib/mbslen.c
2025-08-20T19:11:28.6643770Z [00:03:47.382]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.6644104Z [00:03:47.382]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.6644399Z [00:03:47.382]➜  Thread model: posix
2025-08-20T19:11:28.6644690Z [00:03:47.382]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.6645113Z [00:03:47.382]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.6645593Z [00:03:47.382]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.6645958Z [00:03:47.382]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.6646250Z [00:03:47.382]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.6646755Z [00:03:47.382]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.6647170Z [00:03:47.382]➜   (in-process)
2025-08-20T19:11:28.6648891Z [00:03:47.382]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mbscasecmp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno ignoring nonexistent directory "-ffp-contract=on/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include "
2025-08-20T19:11:28.6651384Z [00:03:47.382]➜  -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature ignoring nonexistent directory "+fp-armv8/include "
2025-08-20T19:11:28.6662975Z [00:03:47.382]➜  -target-feature +neon -target-abi aapcs ignoring duplicate directory "-debugger-tuning=gdb lib-fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7"
2025-08-20T19:11:28.6663986Z [00:03:47.382]➜   ignoring duplicate directory "-v./lib "
2025-08-20T19:11:28.6664570Z [00:03:47.382]➜  -vignoring duplicate directory " ./src-fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7"
2025-08-20T19:11:28.6665661Z [00:03:47.382]➜   -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-mbscasecmp.Tpo -MT lib/libcoreutils_a-mbscasecmp.o -sys-header-deps -MP#include "..." search starts here:
2025-08-20T19:11:28.6666450Z [00:03:47.382]➜   #include <...> search starts here:
2025-08-20T19:11:28.6666723Z [00:03:47.382]➜  -I  .. 
2025-08-20T19:11:28.6666944Z [00:03:47.382]➜  -I  ./lib./lib
2025-08-20T19:11:28.6667241Z [00:03:47.382]➜    -Isrc 
2025-08-20T19:11:28.6680593Z [00:03:47.382]➜  lib  /usr/lib/llvm-19/lib/clang/19/include-I
2025-08-20T19:11:28.6681012Z [00:03:47.382]➜    ./lib/usr/local/include 
2025-08-20T19:11:28.6681380Z [00:03:47.382]➜  -I  /usr/include/aarch64-linux-gnusrc
2025-08-20T19:11:28.6681679Z [00:03:47.382]➜    -I/usr/include 
2025-08-20T19:11:28.6681984Z [00:03:47.382]➜  ./srcEnd of search list.
2025-08-20T19:11:28.6685942Z [00:03:47.382]➜   -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbscasecmp.o -x c lib/mbscasecmp.c
2025-08-20T19:11:28.6689236Z [00:03:47.382]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.6689917Z [00:03:47.382]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.6710922Z [00:03:47.382]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.6711595Z [00:03:47.382]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.6711936Z [00:03:47.382]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.6712277Z [00:03:47.382]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.6712600Z [00:03:47.382]➜  #include "..." search starts here:
2025-08-20T19:11:28.6712919Z [00:03:47.382]➜  #include <...> search starts here:
2025-08-20T19:11:28.6713182Z [00:03:47.382]➜   .
2025-08-20T19:11:28.6713408Z [00:03:47.382]➜   ./lib
2025-08-20T19:11:28.6713611Z [00:03:47.382]➜   src
2025-08-20T19:11:28.6713867Z [00:03:47.382]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.6714157Z [00:03:47.382]➜   /usr/local/include
2025-08-20T19:11:28.6714441Z [00:03:47.382]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.6714717Z [00:03:47.382]➜   /usr/include
2025-08-20T19:11:28.6715496Z [00:03:47.382]➜  End of search list.
2025-08-20T19:11:28.6898282Z [00:03:47.411]➜    CC       lib/libcoreutils_a-mbsrtoc32s.o
2025-08-20T19:11:28.7050670Z [00:03:47.426]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.7051197Z [00:03:47.426]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.7065269Z [00:03:47.427]➜  Thread model: posix
2025-08-20T19:11:28.7065731Z [00:03:47.427]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.7066169Z [00:03:47.427]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.7066704Z [00:03:47.427]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.7069375Z [00:03:47.427]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.7069678Z [00:03:47.427]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.7071206Z [00:03:47.427]➜   (in-process)
2025-08-20T19:11:28.7086467Z [00:03:47.428]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mbsrtoc32s.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-mbsrtoc32s.Tpo -MT lib/libcoreutils_a-mbsrtoc32s.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbsrtoc32s.o -x c lib/mbsrtoc32s.c
2025-08-20T19:11:28.7094304Z [00:03:47.428]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.7095065Z [00:03:47.429]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.7095701Z [00:03:47.429]➜  ignoring nonexistent directory "  CC       lib/libcoreutils_a-mbsrtowcs.o
2025-08-20T19:11:28.7096096Z [00:03:47.429]➜  /include"
2025-08-20T19:11:28.7106215Z [00:03:47.431]➜  ignoring duplicate directory "lib  CC       lib/libcoreutils_a-mbswidth.o
2025-08-20T19:11:28.7109677Z [00:03:47.431]➜  "
2025-08-20T19:11:28.7109954Z [00:03:47.431]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.7110294Z [00:03:47.431]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.7110780Z [00:03:47.431]➜  #include "..." search starts here:
2025-08-20T19:11:28.7111098Z [00:03:47.431]➜  #include <...> search starts here:
2025-08-20T19:11:28.7111369Z [00:03:47.431]➜   .
2025-08-20T19:11:28.7111586Z [00:03:47.431]➜   ./lib
2025-08-20T19:11:28.7111792Z [00:03:47.431]➜   src
2025-08-20T19:11:28.7112051Z [00:03:47.431]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.7112333Z [00:03:47.431]➜   /usr/local/include
2025-08-20T19:11:28.7112615Z [00:03:47.431]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.7112890Z [00:03:47.431]➜   /usr/include
2025-08-20T19:11:28.7113613Z [00:03:47.431]➜  End of search list.
2025-08-20T19:11:28.7152458Z [00:03:47.436]➜    CC       lib/libcoreutils_a-mbszero.o
2025-08-20T19:11:28.7300805Z [00:03:47.451]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.7301260Z [00:03:47.451]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.7301571Z [00:03:47.451]➜  Thread model: posix
2025-08-20T19:11:28.7301866Z [00:03:47.451]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.7310261Z [00:03:47.452]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.7335095Z [00:03:47.454]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.7335920Z [00:03:47.454]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.7336636Z [00:03:47.454]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.7337855Z [00:03:47.454]➜   (in-process)
2025-08-20T19:11:28.7344534Z [00:03:47.454]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mbszero.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-mbszero.Tpo -MT lib/libcoreutils_a-mbszero.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbszero.o -x c lib/mbszero.c
2025-08-20T19:11:28.7375076Z [00:03:47.454]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.7375849Z [00:03:47.454]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.7376392Z [00:03:47.454]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.7376758Z [00:03:47.455]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.7377086Z [00:03:47.455]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.7377417Z [00:03:47.455]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.7377736Z [00:03:47.455]➜  #include "..." search starts here:
2025-08-20T19:11:28.7378045Z [00:03:47.455]➜  #include <...> search starts here:
2025-08-20T19:11:28.7378307Z [00:03:47.455]➜   .
2025-08-20T19:11:28.7378504Z [00:03:47.455]➜   ./lib
2025-08-20T19:11:28.7378698Z [00:03:47.455]➜   src
2025-08-20T19:11:28.7378956Z [00:03:47.455]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.7379261Z [00:03:47.455]➜   /usr/local/include
2025-08-20T19:11:28.7379544Z [00:03:47.455]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.7379822Z [00:03:47.455]➜   /usr/include
2025-08-20T19:11:28.7380057Z [00:03:47.455]➜  End of search list.
2025-08-20T19:11:28.7380378Z [00:03:47.456]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.7380942Z [00:03:47.457]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.7381564Z [00:03:47.457]➜  Thread model: posix
2025-08-20T19:11:28.7381857Z [00:03:47.457]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.7382282Z [00:03:47.457]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.7382771Z [00:03:47.457]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.7383137Z [00:03:47.457]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.7383422Z [00:03:47.457]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.7383722Z [00:03:47.457]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.7384015Z [00:03:47.457]➜   (in-process)
2025-08-20T19:11:28.7413762Z [00:03:47.457]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mbswidth.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-mbswidth.Tpo -MT lib/libcoreutils_a-mbswidth.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbswidth.o -x c lib/mbswidth.c
2025-08-20T19:11:28.7419919Z [00:03:47.458]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.7420297Z [00:03:47.458]➜  Thread model: clang -cc1 version 19.1.7posix
2025-08-20T19:11:28.7421211Z [00:03:47.458]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.7421713Z [00:03:47.458]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.7422211Z [00:03:47.458]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.7422755Z [00:03:47.458]➜  Candidate multilib: .; based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.7423164Z [00:03:47.458]➜  @m64
2025-08-20T19:11:28.7423680Z [00:03:47.458]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.7424214Z [00:03:47.458]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.7424549Z [00:03:47.458]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.7424876Z [00:03:47.458]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.7425208Z [00:03:47.458]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.7425531Z [00:03:47.458]➜  #include "..." search starts here:
2025-08-20T19:11:28.7425854Z [00:03:47.458]➜  #include <...> search starts here:
2025-08-20T19:11:28.7426120Z [00:03:47.458]➜   .
2025-08-20T19:11:28.7426314Z [00:03:47.458]➜   ./lib
2025-08-20T19:11:28.7426514Z [00:03:47.458]➜   src
2025-08-20T19:11:28.7426767Z [00:03:47.458]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.7427061Z [00:03:47.458]➜   /usr/local/include
2025-08-20T19:11:28.7427626Z [00:03:47.458]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.7427906Z [00:03:47.458]➜   /usr/include
2025-08-20T19:11:28.7428141Z [00:03:47.458]➜  End of search list.
2025-08-20T19:11:28.7428412Z [00:03:47.460]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.7428678Z [00:03:47.460]➜   (in-process)
2025-08-20T19:11:28.7435433Z [00:03:47.460]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mbsrtowcs.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-mbsrtowcs.Tpo -MT lib/libcoreutils_a-mbsrtowcs.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbsrtowcs.o -x c lib/mbsrtowcs.c
2025-08-20T19:11:28.7452224Z [00:03:47.460]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.7452930Z [00:03:47.460]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.7453460Z [00:03:47.460]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.7453797Z [00:03:47.460]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.7454125Z [00:03:47.460]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.7454817Z [00:03:47.460]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.7455239Z [00:03:47.460]➜  #include "..." search starts here:
2025-08-20T19:11:28.7455557Z [00:03:47.460]➜  #include <...> search starts here:
2025-08-20T19:11:28.7455822Z [00:03:47.460]➜   .
2025-08-20T19:11:28.7456017Z [00:03:47.460]➜   ./lib
2025-08-20T19:11:28.7456218Z [00:03:47.460]➜   src
2025-08-20T19:11:28.7456487Z [00:03:47.460]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.7456777Z [00:03:47.460]➜   /usr/local/include
2025-08-20T19:11:28.7457061Z [00:03:47.460]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.7457328Z [00:03:47.460]➜   /usr/include
2025-08-20T19:11:28.7457565Z [00:03:47.460]➜  End of search list.
2025-08-20T19:11:28.7462962Z [00:03:47.467]➜    CC       lib/libcoreutils_a-mcel.o
2025-08-20T19:11:28.7494148Z [00:03:47.470]➜    CC       lib/libcoreutils_a-memcasecmp.o
2025-08-20T19:11:28.7620860Z [00:03:47.483]➜    CC       lib/libcoreutils_a-memchr2.o
2025-08-20T19:11:28.7655234Z [00:03:47.486]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.7655727Z [00:03:47.486]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.7657523Z [00:03:47.486]➜  Thread model: posix
2025-08-20T19:11:28.7658569Z [00:03:47.487]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.7659534Z [00:03:47.487]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.7662263Z [00:03:47.487]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.7666006Z [00:03:47.488]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.7688958Z [00:03:47.490]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.7689526Z [00:03:47.490]➜   (in-process)
2025-08-20T19:11:28.7696579Z [00:03:47.490]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name memcasecmp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-memcasecmp.Tpo -MT lib/libcoreutils_a-memcasecmp.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-memcasecmp.o -x c lib/memcasecmp.c
2025-08-20T19:11:28.7702915Z [00:03:47.490]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.7703743Z [00:03:47.490]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.7704424Z [00:03:47.490]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.7704892Z [00:03:47.490]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.7705308Z [00:03:47.490]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.7706223Z [00:03:47.490]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.7706719Z [00:03:47.490]➜  #include "..." search starts here:
2025-08-20T19:11:28.7707150Z [00:03:47.490]➜  #include <...> search starts here:
2025-08-20T19:11:28.7707525Z [00:03:47.490]➜   .
2025-08-20T19:11:28.7707822Z [00:03:47.490]➜   ./lib
2025-08-20T19:11:28.7708100Z [00:03:47.490]➜   src
2025-08-20T19:11:28.7708464Z [00:03:47.490]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.7708852Z [00:03:47.490]➜   /usr/local/include
2025-08-20T19:11:28.7709247Z [00:03:47.490]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.7710720Z [00:03:47.490]➜   /usr/include
2025-08-20T19:11:28.7711011Z [00:03:47.490]➜  End of search list.
2025-08-20T19:11:28.7744928Z [00:03:47.495]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.7745457Z [00:03:47.495]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.7745814Z [00:03:47.495]➜  Thread model: posix
2025-08-20T19:11:28.7746158Z [00:03:47.495]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.7746589Z [00:03:47.495]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.7747078Z [00:03:47.495]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.7747453Z [00:03:47.495]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.7747741Z [00:03:47.495]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.7748447Z [00:03:47.496]➜   (in-process)
2025-08-20T19:11:28.7765567Z [00:03:47.496]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mcel.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-mcel.Tpo -MT lib/libcoreutils_a-mcel.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mcel.o -x c lib/mcel.c
2025-08-20T19:11:28.7771708Z [00:03:47.496]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.7772396Z [00:03:47.497]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.7772937Z [00:03:47.497]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.7773277Z [00:03:47.497]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.7773606Z [00:03:47.497]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.7773942Z [00:03:47.497]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.7774264Z [00:03:47.497]➜  #include "..." search starts here:
2025-08-20T19:11:28.7774579Z [00:03:47.497]➜  #include <...> search starts here:
2025-08-20T19:11:28.7775258Z [00:03:47.497]➜   .
2025-08-20T19:11:28.7775556Z [00:03:47.497]➜   ./lib
2025-08-20T19:11:28.7775770Z [00:03:47.497]➜   src
2025-08-20T19:11:28.7776026Z [00:03:47.497]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.7776316Z [00:03:47.497]➜   /usr/local/include
2025-08-20T19:11:28.7776597Z [00:03:47.497]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.7776872Z [00:03:47.497]➜   /usr/include
2025-08-20T19:11:28.7777427Z [00:03:47.497]➜  End of search list.
2025-08-20T19:11:28.7778118Z [00:03:47.499]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.7778668Z [00:03:47.499]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.7779153Z [00:03:47.499]➜  Thread model: posix
2025-08-20T19:11:28.7785057Z [00:03:47.499]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.7785568Z [00:03:47.499]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.7786058Z [00:03:47.499]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.7786448Z [00:03:47.500]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.7786756Z [00:03:47.500]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.7793939Z [00:03:47.500]➜   (in-process)
2025-08-20T19:11:28.7853431Z [00:03:47.505]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name memchr2.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-memchr2.Tpo -MT lib/libcoreutils_a-memchr2.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-memchr2.o -x c lib/memchr2.c
2025-08-20T19:11:28.7859823Z [00:03:47.505]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.7860638Z [00:03:47.505]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.7861219Z [00:03:47.505]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.7861572Z [00:03:47.505]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.7861915Z [00:03:47.505]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.7862240Z [00:03:47.505]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.7862588Z [00:03:47.505]➜  #include "..." search starts here:
2025-08-20T19:11:28.7862904Z [00:03:47.505]➜  #include <...> search starts here:
2025-08-20T19:11:28.7863166Z [00:03:47.505]➜   .
2025-08-20T19:11:28.7863366Z [00:03:47.505]➜   ./lib
2025-08-20T19:11:28.7863564Z [00:03:47.505]➜   src
2025-08-20T19:11:28.7863817Z [00:03:47.505]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.7864109Z [00:03:47.505]➜   /usr/local/include
2025-08-20T19:11:28.7864629Z [00:03:47.505]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.7864989Z [00:03:47.505]➜   /usr/include
2025-08-20T19:11:28.7865235Z [00:03:47.505]➜  End of search list.
2025-08-20T19:11:28.7919264Z [00:03:47.513]➜    CC       lib/libcoreutils_a-memcmp2.o
2025-08-20T19:11:28.7983144Z [00:03:47.519]➜    CC       lib/libcoreutils_a-memcoll.o
2025-08-20T19:11:28.8084920Z [00:03:47.529]➜    CC       lib/libcoreutils_a-memset_explicit.o
2025-08-20T19:11:28.8118833Z [00:03:47.533]➜    CC       lib/libcoreutils_a-mgetgroups.o
2025-08-20T19:11:28.8141300Z [00:03:47.535]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.8141690Z [00:03:47.535]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.8142003Z [00:03:47.535]➜  Thread model: posix
2025-08-20T19:11:28.8142299Z [00:03:47.535]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.8142727Z [00:03:47.535]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.8143256Z [00:03:47.535]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.8143633Z [00:03:47.535]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.8143918Z [00:03:47.535]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.8148849Z [00:03:47.536]➜   (in-process)
2025-08-20T19:11:28.8181612Z [00:03:47.538]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name memcmp2.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-memcmp2.Tpo -MT lib/libcoreutils_a-memcmp2.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-memcmp2.o -x c lib/memcmp2.c
2025-08-20T19:11:28.8188105Z [00:03:47.538]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.8188797Z [00:03:47.538]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.8189335Z [00:03:47.538]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.8189687Z [00:03:47.538]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.8190018Z [00:03:47.538]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.8190349Z [00:03:47.538]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.8190827Z [00:03:47.538]➜  #include "..." search starts here:
2025-08-20T19:11:28.8191147Z [00:03:47.538]➜  #include <...> search starts here:
2025-08-20T19:11:28.8191412Z [00:03:47.538]➜   .
2025-08-20T19:11:28.8191605Z [00:03:47.538]➜   ./lib
2025-08-20T19:11:28.8191808Z [00:03:47.538]➜   src
2025-08-20T19:11:28.8192301Z [00:03:47.538]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.8192679Z [00:03:47.538]➜   /usr/local/include
2025-08-20T19:11:28.8192959Z [00:03:47.538]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.8193234Z [00:03:47.538]➜   /usr/include
2025-08-20T19:11:28.8193475Z [00:03:47.538]➜  End of search list.
2025-08-20T19:11:28.8237114Z [00:03:47.544]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.8237614Z [00:03:47.544]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.8237920Z [00:03:47.544]➜  Thread model: posix
2025-08-20T19:11:28.8238213Z [00:03:47.545]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.8268306Z [00:03:47.547]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.8269059Z [00:03:47.547]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.8274862Z [00:03:47.547]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.8281971Z [00:03:47.547]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.8282334Z [00:03:47.547]➜   (in-process)
2025-08-20T19:11:28.8285706Z [00:03:47.547]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name memset_explicit.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-memset_explicit.Tpo -MT lib/libcoreutils_a-memset_explicit.o -sys-header-deps -MP -I . -I ./lib -I lib -I Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.8288994Z [00:03:47.548]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.8289294Z [00:03:47.548]➜  Thread model: posix
2025-08-20T19:11:28.8289586Z [00:03:47.548]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.8290010Z [00:03:47.548]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.8315239Z [00:03:47.548]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.8316025Z [00:03:47.548]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.8316502Z [00:03:47.548]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.8317562Z [00:03:47.548]➜  ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include  (in-process)
2025-08-20T19:11:28.8326245Z [00:03:47.548]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name memcoll.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-memcoll.Tpo -MT lib/libcoreutils_a-memcoll.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-memcoll.o -x c lib/memcoll.c
2025-08-20T19:11:28.8333198Z [00:03:47.548]➜  -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compareclang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.8336215Z [00:03:47.549]➜   -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-featureignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.8338334Z [00:03:47.550]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.8338685Z [00:03:47.550]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.8339015Z [00:03:47.550]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.8339343Z [00:03:47.550]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.8339663Z [00:03:47.550]➜  #include "..." search starts here:
2025-08-20T19:11:28.8339970Z [00:03:47.550]➜  #include <...> search starts here:
2025-08-20T19:11:28.8340231Z [00:03:47.550]➜   .
2025-08-20T19:11:28.8340991Z [00:03:47.550]➜   ./lib
2025-08-20T19:11:28.8341315Z [00:03:47.550]➜   src
2025-08-20T19:11:28.8341580Z [00:03:47.550]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.8341868Z [00:03:47.550]➜   /usr/local/include
2025-08-20T19:11:28.8342152Z [00:03:47.550]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.8342429Z [00:03:47.550]➜   /usr/include
2025-08-20T19:11:28.8342673Z [00:03:47.550]➜  End of search list.
2025-08-20T19:11:28.8343231Z [00:03:47.550]➜   -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-memset_explicit.o -x c lib/memset_explicit.c
2025-08-20T19:11:28.8343911Z [00:03:47.551]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.8344590Z [00:03:47.552]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.8345117Z [00:03:47.552]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.8345452Z [00:03:47.552]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.8345792Z [00:03:47.552]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.8346122Z [00:03:47.552]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.8346439Z [00:03:47.552]➜  #include "..." search starts here:
2025-08-20T19:11:28.8346762Z [00:03:47.552]➜  #include <...> search starts here:
2025-08-20T19:11:28.8347025Z [00:03:47.553]➜   .
2025-08-20T19:11:28.8347227Z [00:03:47.553]➜   ./lib
2025-08-20T19:11:28.8347428Z [00:03:47.553]➜   src
2025-08-20T19:11:28.8347681Z [00:03:47.553]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.8347966Z [00:03:47.553]➜   /usr/local/include
2025-08-20T19:11:28.8348248Z [00:03:47.553]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.8348523Z [00:03:47.553]➜   /usr/include
2025-08-20T19:11:28.8348765Z [00:03:47.553]➜  End of search list.
2025-08-20T19:11:28.8377916Z [00:03:47.559]➜    CC       lib/libcoreutils_a-mkancesdirs.o
2025-08-20T19:11:28.8408074Z [00:03:47.562]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.8408762Z [00:03:47.562]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.8409144Z [00:03:47.562]➜  Thread model: posix
2025-08-20T19:11:28.8409447Z [00:03:47.562]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.8409872Z [00:03:47.562]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.8416125Z [00:03:47.562]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.8416611Z [00:03:47.562]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.8416907Z [00:03:47.562]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.8417192Z [00:03:47.562]➜   (in-process)
2025-08-20T19:11:28.8423865Z [00:03:47.562]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mgetgroups.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-mgetgroups.Tpo -MT lib/libcoreutils_a-mgetgroups.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mgetgroups.o -x c lib/mgetgroups.c
2025-08-20T19:11:28.8430151Z [00:03:47.563]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.8431445Z [00:03:47.563]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.8432222Z [00:03:47.563]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.8432568Z [00:03:47.563]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.8432905Z [00:03:47.563]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.8433234Z [00:03:47.563]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.8433568Z [00:03:47.563]➜  #include "..." search starts here:
2025-08-20T19:11:28.8433881Z [00:03:47.563]➜  #include <...> search starts here:
2025-08-20T19:11:28.8434172Z [00:03:47.563]➜   .
2025-08-20T19:11:28.8434367Z [00:03:47.563]➜   ./lib
2025-08-20T19:11:28.8434570Z [00:03:47.563]➜   src
2025-08-20T19:11:28.8434826Z [00:03:47.563]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.8435126Z [00:03:47.563]➜   /usr/local/include
2025-08-20T19:11:28.8435409Z [00:03:47.563]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.8435684Z [00:03:47.563]➜   /usr/include
2025-08-20T19:11:28.8435920Z [00:03:47.563]➜  End of search list.
2025-08-20T19:11:28.8463173Z [00:03:47.565]➜    CC       lib/libcoreutils_a-dirchownmod.o
2025-08-20T19:11:28.8536323Z [00:03:47.575]➜    CC       lib/libcoreutils_a-mkdir-p.o
2025-08-20T19:11:28.8567313Z [00:03:47.578]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.8567687Z [00:03:47.578]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.8568482Z [00:03:47.578]➜  Thread model: posix
2025-08-20T19:11:28.8568852Z [00:03:47.578]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.8569283Z [00:03:47.578]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.8569771Z [00:03:47.578]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.8570146Z [00:03:47.578]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.8570713Z [00:03:47.578]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.8582097Z [00:03:47.579]➜   (in-process)
2025-08-20T19:11:28.8588788Z [00:03:47.579]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mkancesdirs.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-mkancesdirs.Tpo -MT lib/libcoreutils_a-mkancesdirs.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mkancesdirs.o -x c lib/mkancesdirs.c
2025-08-20T19:11:28.8604451Z [00:03:47.581]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.8604887Z [00:03:47.581]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.8605190Z [00:03:47.581]➜  Thread model: posix
2025-08-20T19:11:28.8605486Z [00:03:47.581]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.8605909Z [00:03:47.581]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.8606394Z [00:03:47.581]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.8606765Z [00:03:47.581]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.8607050Z [00:03:47.581]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.8607691Z [00:03:47.581]➜   (in-process)
2025-08-20T19:11:28.8623692Z [00:03:47.582]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name dirchownmod.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-dirchownmod.Tpo -MT lib/libcoreutils_a-dirchownmod.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-dirchownmod.o -x c lib/dirchownmod.c
2025-08-20T19:11:28.8630061Z [00:03:47.582]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.8630893Z [00:03:47.582]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.8631444Z [00:03:47.582]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.8631794Z [00:03:47.582]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.8632128Z [00:03:47.582]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.8632458Z [00:03:47.582]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.8632787Z [00:03:47.582]➜  #include "..." search starts here:
2025-08-20T19:11:28.8633105Z [00:03:47.582]➜  #include <...> search starts here:
2025-08-20T19:11:28.8633371Z [00:03:47.582]➜   .
2025-08-20T19:11:28.8633575Z [00:03:47.582]➜   ./lib
2025-08-20T19:11:28.8633778Z [00:03:47.582]➜   src
2025-08-20T19:11:28.8634038Z [00:03:47.582]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.8634328Z [00:03:47.582]➜   /usr/local/include
2025-08-20T19:11:28.8634611Z [00:03:47.582]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.8634887Z [00:03:47.582]➜   /usr/include
2025-08-20T19:11:28.8635138Z [00:03:47.582]➜  End of search list.
2025-08-20T19:11:28.8635588Z [00:03:47.583]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.8644277Z [00:03:47.585]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.8644885Z [00:03:47.585]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.8645229Z [00:03:47.585]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.8645560Z [00:03:47.585]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.8645888Z [00:03:47.585]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.8646208Z [00:03:47.585]➜  #include "..." search starts here:
2025-08-20T19:11:28.8646516Z [00:03:47.585]➜  #include <...> search starts here:
2025-08-20T19:11:28.8646780Z [00:03:47.585]➜   .
2025-08-20T19:11:28.8646972Z [00:03:47.585]➜   ./lib
2025-08-20T19:11:28.8647174Z [00:03:47.585]➜   src
2025-08-20T19:11:28.8647739Z [00:03:47.585]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.8648103Z [00:03:47.585]➜   /usr/local/include
2025-08-20T19:11:28.8648390Z [00:03:47.585]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.8648664Z [00:03:47.585]➜   /usr/include
2025-08-20T19:11:28.8648906Z [00:03:47.585]➜  End of search list.
2025-08-20T19:11:28.8722193Z [00:03:47.591]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.8725139Z [00:03:47.593]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.8725472Z [00:03:47.593]➜  Thread model: posix
2025-08-20T19:11:28.8725784Z [00:03:47.593]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.8726219Z [00:03:47.593]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.8726712Z [00:03:47.593]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.8727082Z [00:03:47.593]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.8727393Z [00:03:47.593]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.8727675Z [00:03:47.593]➜   (in-process)
2025-08-20T19:11:28.8734286Z [00:03:47.593]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mkdir-p.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-mkdir-p.Tpo -MT lib/libcoreutils_a-mkdir-p.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mkdir-p.o -x c lib/mkdir-p.c
2025-08-20T19:11:28.8740709Z [00:03:47.593]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.8741466Z [00:03:47.593]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.8741999Z [00:03:47.593]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.8742338Z [00:03:47.593]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.8742668Z [00:03:47.593]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.8742995Z [00:03:47.593]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.8743328Z [00:03:47.594]➜  #include "..." search starts here:
2025-08-20T19:11:28.8743643Z [00:03:47.594]➜  #include <...> search starts here:
2025-08-20T19:11:28.8743907Z [00:03:47.594]➜   .
2025-08-20T19:11:28.8744101Z [00:03:47.594]➜   ./lib
2025-08-20T19:11:28.8744302Z [00:03:47.594]➜   src
2025-08-20T19:11:28.8744557Z [00:03:47.594]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.8744845Z [00:03:47.594]➜   /usr/local/include
2025-08-20T19:11:28.8745125Z [00:03:47.594]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.8745402Z [00:03:47.594]➜   /usr/include
2025-08-20T19:11:28.8745874Z [00:03:47.594]➜  End of search list.
2025-08-20T19:11:28.8913086Z [00:03:47.612]➜    CC       lib/libcoreutils_a-mknod.o
2025-08-20T19:11:28.9031254Z [00:03:47.621]➜    CC       lib/libcoreutils_a-modechange.o
2025-08-20T19:11:28.9120401Z [00:03:47.633]➜    CC       lib/libcoreutils_a-mountlist.o
2025-08-20T19:11:28.9136105Z [00:03:47.634]➜    CC       lib/libcoreutils_a-mpsort.o
2025-08-20T19:11:28.9150284Z [00:03:47.636]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.9150836Z [00:03:47.636]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.9154094Z [00:03:47.636]➜  Thread model: posix
2025-08-20T19:11:28.9154552Z [00:03:47.636]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.9155004Z [00:03:47.636]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.9155499Z [00:03:47.636]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.9155876Z [00:03:47.636]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.9156195Z [00:03:47.636]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.9168430Z [00:03:47.638]➜   (in-process)
2025-08-20T19:11:28.9175176Z [00:03:47.638]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mknod.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-mknod.Tpo -MT lib/libcoreutils_a-mknod.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mknod.o -x c lib/mknod.c
2025-08-20T19:11:28.9184675Z [00:03:47.639]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.9185025Z [00:03:47.639]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.9185322Z [00:03:47.639]➜  Thread model: posix
2025-08-20T19:11:28.9185620Z [00:03:47.639]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.9186043Z [00:03:47.639]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.9186531Z [00:03:47.639]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.9186914Z [00:03:47.639]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.9187200Z [00:03:47.639]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.9190722Z [00:03:47.640]➜   (in-process)
2025-08-20T19:11:28.9204020Z [00:03:47.640]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name modechange.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-modechange.Tpo -MT lib/libcoreutils_a-modechange.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-modechange.o -x c lib/modechange.c
2025-08-20T19:11:28.9212314Z [00:03:47.641]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.9213007Z [00:03:47.642]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.9213539Z [00:03:47.642]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.9213878Z [00:03:47.642]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.9214235Z [00:03:47.642]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.9214578Z [00:03:47.642]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.9214914Z [00:03:47.642]➜  #include "..." search starts here:
2025-08-20T19:11:28.9215230Z [00:03:47.642]➜  #include <...> search starts here:
2025-08-20T19:11:28.9215493Z [00:03:47.642]➜   .
2025-08-20T19:11:28.9215691Z [00:03:47.642]➜   ./lib
2025-08-20T19:11:28.9215890Z [00:03:47.642]➜   src
2025-08-20T19:11:28.9216146Z [00:03:47.642]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.9216447Z [00:03:47.642]➜   /usr/local/include
2025-08-20T19:11:28.9216733Z [00:03:47.642]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.9217011Z [00:03:47.642]➜   /usr/include
2025-08-20T19:11:28.9217251Z [00:03:47.642]➜  End of search list.
2025-08-20T19:11:28.9229091Z [00:03:47.644]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.9237018Z [00:03:47.645]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.9237597Z [00:03:47.645]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.9237982Z [00:03:47.645]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.9238315Z [00:03:47.645]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.9238647Z [00:03:47.645]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.9238966Z [00:03:47.645]➜  #include "..." search starts here:
2025-08-20T19:11:28.9239282Z [00:03:47.645]➜  #include <...> search starts here:
2025-08-20T19:11:28.9239557Z [00:03:47.645]➜   .
2025-08-20T19:11:28.9239750Z [00:03:47.645]➜   ./lib
2025-08-20T19:11:28.9239952Z [00:03:47.645]➜   src
2025-08-20T19:11:28.9240209Z [00:03:47.645]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.9240765Z [00:03:47.645]➜   /usr/local/include
2025-08-20T19:11:28.9241114Z [00:03:47.645]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.9241396Z [00:03:47.645]➜   /usr/include
2025-08-20T19:11:28.9241635Z [00:03:47.645]➜  End of search list.
2025-08-20T19:11:28.9409874Z [00:03:47.661]➜  Debian clang version 19.1.7 (3+b2)Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.9411008Z [00:03:47.662]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.9411434Z [00:03:47.662]➜  Thread model: posix
2025-08-20T19:11:28.9412807Z [00:03:47.662]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.9413243Z [00:03:47.662]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.9413739Z [00:03:47.662]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.9414135Z [00:03:47.662]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.9414420Z [00:03:47.662]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.9414704Z [00:03:47.662]➜   (in-process)
2025-08-20T19:11:28.9414923Z [00:03:47.662]➜  
2025-08-20T19:11:28.9415167Z [00:03:47.662]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.9415464Z [00:03:47.662]➜  Thread model: posix
2025-08-20T19:11:28.9415752Z [00:03:47.662]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.9416190Z [00:03:47.662]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.9416677Z [00:03:47.662]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.9417047Z [00:03:47.663]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.9417343Z [00:03:47.663]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.9417663Z [00:03:47.663]➜    CC       lib/libcoreutils_a-nanosleep.o
2025-08-20T19:11:28.9420684Z [00:03:47.663]➜   (in-process)
2025-08-20T19:11:28.9492773Z [00:03:47.668]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mountlist.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-mountlist.Tpo -MT lib/libcoreutils_a-mountlist.o  -sys-header-deps "-MP -I ./ u-Is r./lib/ l-Ii blib/ l-Il v./libm --I1 9src/ b-Ii n./src/ c-internal-isysteml an/usr/lib/llvm-19/lib/clang/19/includeg "-internal-isystem  -cc1/usr/local/include  -triple-internal-isystem  /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/includeaarch64-unknown-linux-gnu  -internal-externc-isystem-emit-llvm-bc  /usr/include/aarch64-linux-gnu-flto=full  -internal-externc-isystem-flto-unit  /include-disable-free -clear-ast-before-backend  -internal-externc-isystem-disable-llvm-verifier  -discard-value-names/usr/include  -main-file-name-Os  mpsort.c-Wno-error -static-define  -Wno-cast-qual-mrelocation-model  -Wno-conversionpic  -Wno-float-equal-pic-level  -Wno-sign-compare2  -Wno-undef-pic-is-pie  -Wno-unused-function-mframe-pointer=non-leaf  -Wno-unused-parameter-fmath-errno  -Wno-float-conversion-ffp-contract=on  -Wimplicit-fallthrough-fno-rounding-math  -Wno-pedantic-mconstructor-aliases  -Wno-tautological-constant-out-of-range-compare-funwind-tables=2  -Wno-sign-conversion-target-cpu  -Wno-type-limitsgeneric  -Wno-unused-const-variable-target-feature  -Wno-error+v8a  -Wno-error-target-feature  -w+fp-armv8 -std=gnu23  -target-feature-ferror-limit  +neon19  -target-abi-fno-signed-char  aapcs-fgnuc-version=4.2.1  -debugger-tuning=gdb-fskip-odr-check-in-gmf  -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7-vectorize-loops  -v-vectorize-slp  -v-target-feature  -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7+outline-atomics  -resource-dir-target-feature  /usr/lib/llvm-19/lib/clang/19-fmv  -dependency-file-faddrsig  lib/.deps/libcoreutils_a-mpsort.Tpo-D__GCC_HAVE_DWARF2_CFI_ASM=1  -MT-o  lib/libcoreutils_a-mpsort.olib/libcoreutils_a-mountlist.o  -sys-header-deps-x  -MPc  lib/mountlist.c
2025-08-20T19:11:28.9505335Z [00:03:47.668]➜  -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mpsort.o -x c lib/mpsort.c
2025-08-20T19:11:28.9508717Z [00:03:47.669]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.9509403Z [00:03:47.669]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.9510073Z [00:03:47.669]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.9523890Z [00:03:47.670]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.9524308Z [00:03:47.670]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.9524863Z [00:03:47.670]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.9525400Z [00:03:47.670]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.9525735Z [00:03:47.670]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.9526062Z [00:03:47.670]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.9526396Z [00:03:47.670]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.9526741Z [00:03:47.670]➜  #include "..." search starts here:
2025-08-20T19:11:28.9527056Z [00:03:47.670]➜  #include <...> search starts here:
2025-08-20T19:11:28.9527319Z [00:03:47.670]➜   .
2025-08-20T19:11:28.9527514Z [00:03:47.670]➜   ./lib
2025-08-20T19:11:28.9527715Z [00:03:47.670]➜   src
2025-08-20T19:11:28.9527981Z [00:03:47.670]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.9528284Z [00:03:47.670]➜   /usr/local/include
2025-08-20T19:11:28.9528567Z [00:03:47.670]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.9528840Z [00:03:47.670]➜   /usr/include
2025-08-20T19:11:28.9529081Z [00:03:47.670]➜  End of search list.
2025-08-20T19:11:28.9529372Z [00:03:47.670]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.9529703Z [00:03:47.670]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.9530023Z [00:03:47.670]➜  #include "..." search starts here:
2025-08-20T19:11:28.9530363Z [00:03:47.670]➜  #include <...> search starts here:
2025-08-20T19:11:28.9531758Z [00:03:47.670]➜   .
2025-08-20T19:11:28.9531990Z [00:03:47.671]➜   ./lib
2025-08-20T19:11:28.9532193Z [00:03:47.671]➜   src
2025-08-20T19:11:28.9545361Z [00:03:47.675]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.9553662Z [00:03:47.675]➜   /usr/local/include
2025-08-20T19:11:28.9553965Z [00:03:47.675]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.9554241Z [00:03:47.675]➜   /usr/include
2025-08-20T19:11:28.9554506Z [00:03:47.675]➜  End of search list.
2025-08-20T19:11:28.9604817Z [00:03:47.681]➜    CC       lib/libcoreutils_a-nl_langinfo.o
2025-08-20T19:11:28.9639536Z [00:03:47.685]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.9642830Z [00:03:47.685]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.9643153Z [00:03:47.685]➜  Thread model: posix
2025-08-20T19:11:28.9643451Z [00:03:47.685]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.9643879Z [00:03:47.685]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.9644775Z [00:03:47.685]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.9652147Z [00:03:47.686]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.9653009Z [00:03:47.686]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.9664411Z [00:03:47.687]➜   (in-process)
2025-08-20T19:11:28.9731273Z [00:03:47.693]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name nanosleep.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-nanosleep.Tpo -MT lib/libcoreutils_a-nanosleep.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-nanosleep.o -x c lib/nanosleep.c
2025-08-20T19:11:28.9737975Z [00:03:47.693]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.9738809Z [00:03:47.693]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.9739453Z [00:03:47.693]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.9739908Z [00:03:47.693]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.9740330Z [00:03:47.693]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.9740963Z [00:03:47.693]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.9741394Z [00:03:47.693]➜  #include "..." search starts here:
2025-08-20T19:11:28.9741794Z [00:03:47.693]➜  #include <...> search starts here:
2025-08-20T19:11:28.9742142Z [00:03:47.693]➜   .
2025-08-20T19:11:28.9742429Z [00:03:47.693]➜   ./lib
2025-08-20T19:11:28.9742724Z [00:03:47.693]➜   src
2025-08-20T19:11:28.9743087Z [00:03:47.693]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.9743465Z [00:03:47.693]➜   /usr/local/include
2025-08-20T19:11:28.9743835Z [00:03:47.693]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.9744194Z [00:03:47.693]➜   /usr/include
2025-08-20T19:11:28.9744519Z [00:03:47.693]➜  End of search list.
2025-08-20T19:11:28.9822819Z [00:03:47.703]➜    CC       lib/libcoreutils_a-nproc.o
2025-08-20T19:11:28.9861511Z [00:03:47.706]➜    CC       lib/libcoreutils_a-nstrftime.o
2025-08-20T19:11:28.9868770Z [00:03:47.708]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.9870340Z [00:03:47.708]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.9870781Z [00:03:47.708]➜  Thread model: posix
2025-08-20T19:11:28.9871087Z [00:03:47.708]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.9871518Z [00:03:47.708]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.9896157Z [00:03:47.711]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.9897593Z [00:03:47.711]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.9898526Z [00:03:47.711]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.9898850Z [00:03:47.711]➜   (in-process)
2025-08-20T19:11:28.9905676Z [00:03:47.711]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name nl_langinfo.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-nl_langinfo.Tpo -MT lib/libcoreutils_a-nl_langinfo.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-nl_langinfo.o -x c lib/nl_langinfo.c
2025-08-20T19:11:28.9912287Z [00:03:47.711]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:28.9912978Z [00:03:47.711]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:28.9913509Z [00:03:47.711]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:28.9913853Z [00:03:47.711]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:28.9914190Z [00:03:47.711]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:28.9914524Z [00:03:47.711]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:28.9914846Z [00:03:47.711]➜  #include "..." search starts here:
2025-08-20T19:11:28.9915163Z [00:03:47.711]➜  #include <...> search starts here:
2025-08-20T19:11:28.9915426Z [00:03:47.711]➜   .
2025-08-20T19:11:28.9915619Z [00:03:47.711]➜   ./lib
2025-08-20T19:11:28.9915819Z [00:03:47.711]➜   src
2025-08-20T19:11:28.9916070Z [00:03:47.711]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:28.9916374Z [00:03:47.711]➜   /usr/local/include
2025-08-20T19:11:28.9916657Z [00:03:47.711]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:28.9916930Z [00:03:47.711]➜   /usr/include
2025-08-20T19:11:28.9917172Z [00:03:47.711]➜  End of search list.
2025-08-20T19:11:28.9987667Z [00:03:47.720]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:28.9988049Z [00:03:47.720]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:28.9988399Z [00:03:47.720]➜  Thread model: posix
2025-08-20T19:11:28.9988700Z [00:03:47.720]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:28.9989489Z [00:03:47.720]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.9990341Z [00:03:47.720]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:28.9991043Z [00:03:47.720]➜  Candidate multilib: .;@m64
2025-08-20T19:11:28.9991342Z [00:03:47.720]➜  Selected multilib: .;@m64
2025-08-20T19:11:28.9999624Z [00:03:47.721]➜   (in-process)
2025-08-20T19:11:29.0042246Z [00:03:47.724]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name nproc.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-nproc.Tpo -MT lib/libcoreutils_a-nproc.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-nproc.o -x c lib/nproc.c
2025-08-20T19:11:29.0048823Z [00:03:47.725]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.0049658Z [00:03:47.725]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.0050307Z [00:03:47.725]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.0050897Z [00:03:47.725]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.0051309Z [00:03:47.725]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.0051729Z [00:03:47.725]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.0052145Z [00:03:47.725]➜  #include "..." search starts here:
2025-08-20T19:11:29.0052564Z [00:03:47.725]➜  #include <...> search starts here:
2025-08-20T19:11:29.0052914Z [00:03:47.725]➜   .
2025-08-20T19:11:29.0053196Z [00:03:47.725]➜   ./lib
2025-08-20T19:11:29.0053480Z [00:03:47.725]➜   src
2025-08-20T19:11:29.0053827Z [00:03:47.725]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.0054204Z [00:03:47.725]➜   /usr/local/include
2025-08-20T19:11:29.0054590Z [00:03:47.725]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.0054952Z [00:03:47.725]➜   /usr/include
2025-08-20T19:11:29.0055282Z [00:03:47.725]➜  End of search list.
2025-08-20T19:11:29.0186737Z [00:03:47.739]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.0190885Z [00:03:47.739]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.0191220Z [00:03:47.739]➜  Thread model: posix
2025-08-20T19:11:29.0191526Z [00:03:47.739]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.0191956Z [00:03:47.739]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.0210750Z [00:03:47.742]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.0211861Z [00:03:47.742]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.0212465Z [00:03:47.742]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.0213166Z [00:03:47.742]➜   (in-process)
2025-08-20T19:11:29.0220682Z [00:03:47.742]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name nstrftime.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-nstrftime.Tpo -MT lib/libcoreutils_a-nstrftime.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-nstrftime.o -x c lib/nstrftime.c
2025-08-20T19:11:29.0227187Z [00:03:47.742]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.0228057Z [00:03:47.742]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.0228704Z [00:03:47.742]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.0229155Z [00:03:47.742]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.0229594Z [00:03:47.742]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.0230047Z [00:03:47.742]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.0230614Z [00:03:47.742]➜  #include "..." search starts here:
2025-08-20T19:11:29.0231104Z [00:03:47.742]➜  #include <...> search starts here:
2025-08-20T19:11:29.0231485Z [00:03:47.742]➜   .
2025-08-20T19:11:29.0231791Z [00:03:47.742]➜   ./lib
2025-08-20T19:11:29.0232893Z [00:03:47.742]➜   src
2025-08-20T19:11:29.0233574Z [00:03:47.742]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.0233866Z [00:03:47.742]➜   /usr/local/include
2025-08-20T19:11:29.0234153Z [00:03:47.742]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.0234430Z [00:03:47.742]➜   /usr/include
2025-08-20T19:11:29.0234675Z [00:03:47.742]➜  End of search list.
2025-08-20T19:11:29.0235713Z [00:03:47.744]➜    CC       lib/libcoreutils_a-obstack.o
2025-08-20T19:11:29.0301525Z [00:03:47.751]➜    CC       lib/glthread/libcoreutils_a-once.o
2025-08-20T19:11:29.0364826Z [00:03:47.757]➜    CC       lib/libcoreutils_a-openat-die.o
2025-08-20T19:11:29.0494823Z [00:03:47.769]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.0495268Z [00:03:47.769]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.0495579Z [00:03:47.769]➜  Thread model: posix
2025-08-20T19:11:29.0495875Z [00:03:47.769]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.0496311Z [00:03:47.769]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.0515446Z [00:03:47.769]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.0515861Z [00:03:47.769]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.0516152Z [00:03:47.769]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.0516501Z [00:03:47.771]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.0516821Z [00:03:47.771]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.0517118Z [00:03:47.771]➜  Thread model: posix
2025-08-20T19:11:29.0517409Z [00:03:47.771]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.0518242Z [00:03:47.771]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.0518811Z [00:03:47.771]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.0519183Z [00:03:47.771]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.0519467Z [00:03:47.771]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.0519732Z [00:03:47.771]➜   (in-process)
2025-08-20T19:11:29.0529439Z [00:03:47.771]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name once.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/glthread/.deps/libcoreutils_a-once.Tpo -MT lib/glthread/libcoreutils_a-once.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/glthread/libcoreutils_a-once.o -x c lib/glthread/once.c
2025-08-20T19:11:29.0535637Z [00:03:47.771]➜   (in-process)
2025-08-20T19:11:29.0536985Z [00:03:47.771]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier clang -cc1 version 19.1.7-discard-value-names  based upon LLVM -main-file-name19.1.7  default target obstack.c -static-define aarch64-unknown-linux-gnu-mrelocation-model
2025-08-20T19:11:29.0543777Z [00:03:47.771]➜   pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-obstack.Tpo -MT lib/libcoreutils_a-obstack.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-obstack.o -x c lib/obstack.c
2025-08-20T19:11:29.0549017Z [00:03:47.771]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.0549556Z [00:03:47.771]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.0549893Z [00:03:47.771]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.0550230Z [00:03:47.771]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.0550689Z [00:03:47.771]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.0551025Z [00:03:47.771]➜  #include "..." search starts here:
2025-08-20T19:11:29.0551338Z [00:03:47.771]➜  #include <...> search starts here:
2025-08-20T19:11:29.0551601Z [00:03:47.771]➜   .
2025-08-20T19:11:29.0551797Z [00:03:47.771]➜   ./lib
2025-08-20T19:11:29.0551997Z [00:03:47.771]➜   src
2025-08-20T19:11:29.0552252Z [00:03:47.771]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.0552538Z [00:03:47.771]➜   /usr/local/include
2025-08-20T19:11:29.0552831Z [00:03:47.771]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.0553109Z [00:03:47.771]➜   /usr/include
2025-08-20T19:11:29.0553348Z [00:03:47.771]➜  End of search list.
2025-08-20T19:11:29.0553792Z [00:03:47.772]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.0554510Z [00:03:47.773]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.0555406Z [00:03:47.773]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.0555750Z [00:03:47.773]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.0556082Z [00:03:47.773]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.0556413Z [00:03:47.773]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.0556737Z [00:03:47.773]➜  #include "..." search starts here:
2025-08-20T19:11:29.0557049Z [00:03:47.773]➜  #include <...> search starts here:
2025-08-20T19:11:29.0557315Z [00:03:47.773]➜   .
2025-08-20T19:11:29.0557520Z [00:03:47.774]➜   ./lib
2025-08-20T19:11:29.0557722Z [00:03:47.774]➜   src
2025-08-20T19:11:29.0557976Z [00:03:47.774]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.0558264Z [00:03:47.774]➜   /usr/local/include
2025-08-20T19:11:29.0558543Z [00:03:47.774]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.0558818Z [00:03:47.774]➜   /usr/include
2025-08-20T19:11:29.0559069Z [00:03:47.774]➜  End of search list.
2025-08-20T19:11:29.0647514Z [00:03:47.785]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.0649833Z [00:03:47.785]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.0650164Z [00:03:47.785]➜  Thread model: posix
2025-08-20T19:11:29.0650636Z [00:03:47.785]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.0651124Z [00:03:47.785]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.0651622Z [00:03:47.785]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.0652037Z [00:03:47.785]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.0652326Z [00:03:47.785]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.0652592Z [00:03:47.786]➜   (in-process)
2025-08-20T19:11:29.0715558Z [00:03:47.791]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name openat-die.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-openat-die.Tpo -MT lib/libcoreutils_a-openat-die.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-openat-die.o -x c lib/openat-die.c
2025-08-20T19:11:29.0721789Z [00:03:47.791]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.0722483Z [00:03:47.791]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.0723023Z [00:03:47.791]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.0723363Z [00:03:47.791]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.0723961Z [00:03:47.791]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.0724305Z [00:03:47.791]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.0724627Z [00:03:47.791]➜  #include "..." search starts here:
2025-08-20T19:11:29.0724941Z [00:03:47.791]➜  #include <...> search starts here:
2025-08-20T19:11:29.0725209Z [00:03:47.791]➜   .
2025-08-20T19:11:29.0725403Z [00:03:47.791]➜   ./lib
2025-08-20T19:11:29.0725608Z [00:03:47.791]➜   src
2025-08-20T19:11:29.0725861Z [00:03:47.791]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.0726147Z [00:03:47.791]➜   /usr/local/include
2025-08-20T19:11:29.0726442Z [00:03:47.791]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.0726718Z [00:03:47.791]➜   /usr/include
2025-08-20T19:11:29.0726952Z [00:03:47.791]➜  End of search list.
2025-08-20T19:11:29.0727260Z [00:03:47.791]➜    CC       lib/libcoreutils_a-openat-safer.o
2025-08-20T19:11:29.0952306Z [00:03:47.814]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.0952774Z [00:03:47.814]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.0953089Z [00:03:47.814]➜  Thread model: posix
2025-08-20T19:11:29.0953388Z [00:03:47.814]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.0953834Z [00:03:47.814]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.0954324Z [00:03:47.814]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.0954698Z [00:03:47.814]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.0954985Z [00:03:47.814]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.0956568Z [00:03:47.817]➜    CC       lib/libcoreutils_a-opendirat.o
2025-08-20T19:11:29.0962341Z [00:03:47.817]➜   (in-process)
2025-08-20T19:11:29.0969375Z [00:03:47.817]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name openat-safer.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-openat-safer.Tpo -MT lib/libcoreutils_a-openat-safer.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-openat-safer.o -x c lib/openat-safer.c
2025-08-20T19:11:29.0994573Z [00:03:47.820]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.0998999Z [00:03:47.821]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.0999648Z [00:03:47.821]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.0999999Z [00:03:47.821]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.1000337Z [00:03:47.821]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.1001232Z [00:03:47.821]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.1001564Z [00:03:47.821]➜  #include "..." search starts here:
2025-08-20T19:11:29.1001881Z [00:03:47.821]➜  #include <...> search starts here:
2025-08-20T19:11:29.1002141Z [00:03:47.821]➜   .
2025-08-20T19:11:29.1003204Z [00:03:47.821]➜   ./lib
2025-08-20T19:11:29.1003464Z [00:03:47.821]➜   src
2025-08-20T19:11:29.1003750Z [00:03:47.821]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.1004042Z [00:03:47.821]➜   /usr/local/include
2025-08-20T19:11:29.1004354Z [00:03:47.821]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.1004634Z [00:03:47.821]➜   /usr/include
2025-08-20T19:11:29.1013424Z [00:03:47.822]➜  End of search list.
2025-08-20T19:11:29.1207995Z [00:03:47.842]➜    CC       lib/libcoreutils_a-parse-datetime.o
2025-08-20T19:11:29.1211751Z [00:03:47.842]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.1234221Z [00:03:47.844]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.1235124Z [00:03:47.844]➜  Thread model: posix
2025-08-20T19:11:29.1235474Z [00:03:47.844]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.1238925Z [00:03:47.845]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.1239702Z [00:03:47.845]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.1240101Z [00:03:47.845]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.1240394Z [00:03:47.845]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.1240889Z [00:03:47.845]➜   (in-process)
2025-08-20T19:11:29.1247900Z [00:03:47.845]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name opendirat.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-opendirat.Tpo -MT lib/libcoreutils_a-opendirat.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-opendirat.o -x c lib/opendirat.c
2025-08-20T19:11:29.1254030Z [00:03:47.845]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.1254733Z [00:03:47.845]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.1255281Z [00:03:47.845]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.1255626Z [00:03:47.845]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.1255957Z [00:03:47.845]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.1285786Z [00:03:47.845]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.1286154Z [00:03:47.845]➜  #include "..." search starts here:
2025-08-20T19:11:29.1286908Z [00:03:47.845]➜  #include <...> search starts here:
2025-08-20T19:11:29.1287174Z [00:03:47.845]➜   .
2025-08-20T19:11:29.1287368Z [00:03:47.845]➜   ./lib
2025-08-20T19:11:29.1287567Z [00:03:47.845]➜   src
2025-08-20T19:11:29.1287826Z [00:03:47.845]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.1288120Z [00:03:47.845]➜   /usr/local/include
2025-08-20T19:11:29.1288398Z [00:03:47.845]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.1288674Z [00:03:47.845]➜   /usr/include
2025-08-20T19:11:29.1288913Z [00:03:47.845]➜  End of search list.
2025-08-20T19:11:29.1308297Z [00:03:47.852]➜    CC       lib/libcoreutils_a-physmem.o
2025-08-20T19:11:29.1376397Z [00:03:47.858]➜    CC       lib/libcoreutils_a-pipe2.o
2025-08-20T19:11:29.1392539Z [00:03:47.860]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.1397246Z [00:03:47.860]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.1397575Z [00:03:47.860]➜  Thread model: posix
2025-08-20T19:11:29.1397913Z [00:03:47.860]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.1398347Z [00:03:47.860]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.1398840Z [00:03:47.860]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.1399217Z [00:03:47.860]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.1399507Z [00:03:47.860]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.1399775Z [00:03:47.861]➜   (in-process)
2025-08-20T19:11:29.1442819Z [00:03:47.864]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name parse-datetime.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-parse-datetime.Tpo -MT lib/libcoreutils_a-parse-datetime.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-parse-datetime.o -x c lib/parse-datetime.c
2025-08-20T19:11:29.1449733Z [00:03:47.865]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.1454969Z [00:03:47.865]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.1455298Z [00:03:47.865]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.1455459Z [00:03:47.865]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.1455614Z [00:03:47.865]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.1455763Z [00:03:47.865]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.1455908Z [00:03:47.865]➜  #include "..." search starts here:
2025-08-20T19:11:29.1456048Z [00:03:47.865]➜  #include <...> search starts here:
2025-08-20T19:11:29.1456581Z [00:03:47.865]➜   .
2025-08-20T19:11:29.1456687Z [00:03:47.865]➜   ./lib
2025-08-20T19:11:29.1456786Z [00:03:47.865]➜   src
2025-08-20T19:11:29.1456940Z [00:03:47.865]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.1457103Z [00:03:47.865]➜   /usr/local/include
2025-08-20T19:11:29.1457242Z [00:03:47.865]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.1457349Z [00:03:47.865]➜   /usr/include
2025-08-20T19:11:29.1457462Z [00:03:47.865]➜  End of search list.
2025-08-20T19:11:29.1457640Z [00:03:47.865]➜    CC       lib/libcoreutils_a-posix_memalign.o
2025-08-20T19:11:29.1493306Z [00:03:47.870]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.1493803Z [00:03:47.870]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.1494034Z [00:03:47.870]➜  Thread model: posix
2025-08-20T19:11:29.1512466Z [00:03:47.870]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.1512840Z [00:03:47.870]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.1513482Z [00:03:47.870]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.1513728Z [00:03:47.870]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.1514068Z [00:03:47.870]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.1514894Z [00:03:47.871]➜   (in-process)
2025-08-20T19:11:29.1531327Z [00:03:47.873]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name physmem.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-physmem.Tpo -MT lib/libcoreutils_a-physmem.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-physmem.o -x c lib/physmem.c
2025-08-20T19:11:29.1532104Z [00:03:47.874]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.1532597Z [00:03:47.874]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.1532872Z [00:03:47.874]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.1533106Z [00:03:47.874]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.1533356Z [00:03:47.874]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.1533629Z [00:03:47.874]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.1533878Z [00:03:47.874]➜  #include "..." search starts here:
2025-08-20T19:11:29.1534100Z [00:03:47.874]➜  #include <...> search starts here:
2025-08-20T19:11:29.1534268Z [00:03:47.874]➜   .
2025-08-20T19:11:29.1534462Z [00:03:47.874]➜   ./lib
2025-08-20T19:11:29.1534934Z [00:03:47.874]➜   src
2025-08-20T19:11:29.1535214Z [00:03:47.874]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.1535449Z [00:03:47.874]➜   /usr/local/include
2025-08-20T19:11:29.1535715Z [00:03:47.874]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.1535939Z [00:03:47.874]➜   /usr/include
2025-08-20T19:11:29.1536173Z [00:03:47.874]➜  End of search list.
2025-08-20T19:11:29.1643432Z [00:03:47.885]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.1643939Z [00:03:47.885]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.1644183Z [00:03:47.885]➜  Thread model: posix
2025-08-20T19:11:29.1644475Z [00:03:47.885]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.1647273Z [00:03:47.885]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.1647566Z [00:03:47.885]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.1647985Z [00:03:47.885]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.1650814Z [00:03:47.885]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.1657779Z [00:03:47.887]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.1658190Z [00:03:47.887]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.1658528Z [00:03:47.887]➜  Thread model: posix
2025-08-20T19:11:29.1658813Z [00:03:47.887]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.1659247Z [00:03:47.887]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.1659652Z [00:03:47.887]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.1662131Z [00:03:47.887]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.1662337Z [00:03:47.887]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.1662455Z [00:03:47.887]➜   (in-process)
2025-08-20T19:11:29.1670185Z [00:03:47.887]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name posix_memalign.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-posix_memalign.Tpo -MT lib/libcoreutils_a-posix_memalign.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-posix_memalign.o -x c lib/posix_memalign.c
2025-08-20T19:11:29.1671061Z [00:03:47.888]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.1680781Z [00:03:47.889]➜   (in-process)
2025-08-20T19:11:29.1689932Z [00:03:47.889]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name pipe2.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-pipe2.Tpo -MT lib/libcoreutils_a-pipe2.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-pipe2.o -x c lib/pipe2.c
2025-08-20T19:11:29.1690973Z [00:03:47.890]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.1711559Z [00:03:47.890]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.1711897Z [00:03:47.890]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.1712150Z [00:03:47.890]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.1712412Z [00:03:47.890]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.1712664Z [00:03:47.890]➜  #include "..." search starts here:
2025-08-20T19:11:29.1712923Z [00:03:47.890]➜  #include <...> search starts here:
2025-08-20T19:11:29.1713561Z [00:03:47.890]➜   .
2025-08-20T19:11:29.1714220Z [00:03:47.890]➜   ./lib
2025-08-20T19:11:29.1714334Z [00:03:47.890]➜   src
2025-08-20T19:11:29.1714521Z [00:03:47.890]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.1714637Z [00:03:47.890]➜   /usr/local/include
2025-08-20T19:11:29.1714817Z [00:03:47.890]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.1714924Z [00:03:47.890]➜   /usr/include
2025-08-20T19:11:29.1715041Z [00:03:47.890]➜  End of search list.
2025-08-20T19:11:29.1715782Z [00:03:47.891]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.1716206Z [00:03:47.891]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.1716370Z [00:03:47.891]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.1716687Z [00:03:47.891]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.1716839Z [00:03:47.891]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.1716987Z [00:03:47.891]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.1717131Z [00:03:47.891]➜  #include "..." search starts here:
2025-08-20T19:11:29.1717274Z [00:03:47.891]➜  #include <...> search starts here:
2025-08-20T19:11:29.1717368Z [00:03:47.891]➜   .
2025-08-20T19:11:29.1717460Z [00:03:47.891]➜   ./lib
2025-08-20T19:11:29.1717558Z [00:03:47.891]➜   src
2025-08-20T19:11:29.1717709Z [00:03:47.891]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.1717846Z [00:03:47.891]➜   /usr/local/include
2025-08-20T19:11:29.1717984Z [00:03:47.891]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.1718092Z [00:03:47.891]➜   /usr/include
2025-08-20T19:11:29.1718203Z [00:03:47.891]➜  End of search list.
2025-08-20T19:11:29.1719478Z [00:03:47.893]➜    CC       lib/libcoreutils_a-posixtm.o
2025-08-20T19:11:29.1956205Z [00:03:47.917]➜    CC       lib/libcoreutils_a-posixver.o
2025-08-20T19:11:29.2037897Z [00:03:47.925]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.2038100Z [00:03:47.925]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.2038226Z [00:03:47.925]➜  Thread model: posix
2025-08-20T19:11:29.2038375Z [00:03:47.925]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.2038643Z [00:03:47.925]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.2038867Z [00:03:47.925]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.2039001Z [00:03:47.925]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.2039167Z [00:03:47.925]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.2045191Z [00:03:47.925]➜   (in-process)
2025-08-20T19:11:29.2073489Z [00:03:47.926]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name posixtm.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-posixtm.Tpo -MT lib/libcoreutils_a-posixtm.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-posixtm.o -x c lib/posixtm.c
2025-08-20T19:11:29.2074113Z [00:03:47.928]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.2074506Z [00:03:47.928]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.2074679Z [00:03:47.928]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.2074830Z [00:03:47.928]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.2074987Z [00:03:47.928]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.2075362Z [00:03:47.928]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.2075511Z [00:03:47.928]➜  #include "..." search starts here:
2025-08-20T19:11:29.2075656Z [00:03:47.928]➜  #include <...> search starts here:
2025-08-20T19:11:29.2075751Z [00:03:47.928]➜   .
2025-08-20T19:11:29.2075845Z [00:03:47.928]➜   ./lib
2025-08-20T19:11:29.2075941Z [00:03:47.928]➜   src
2025-08-20T19:11:29.2076091Z [00:03:47.928]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.2076207Z [00:03:47.928]➜   /usr/local/include
2025-08-20T19:11:29.2076360Z [00:03:47.928]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.2076469Z [00:03:47.928]➜   /usr/include
2025-08-20T19:11:29.2076582Z [00:03:47.928]➜  End of search list.
2025-08-20T19:11:29.2163396Z [00:03:47.937]➜    CC       lib/libcoreutils_a-printf-frexp.o
2025-08-20T19:11:29.2175087Z [00:03:47.938]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.2175286Z [00:03:47.938]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.2175452Z [00:03:47.938]➜  Thread model: posix
2025-08-20T19:11:29.2175606Z [00:03:47.938]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.2175869Z [00:03:47.938]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.2176099Z [00:03:47.938]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.2176233Z [00:03:47.938]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.2176358Z [00:03:47.938]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.2186953Z [00:03:47.940]➜   (in-process)
2025-08-20T19:11:29.2193828Z [00:03:47.940]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name posixver.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-posixver.Tpo -MT lib/libcoreutils_a-posixver.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-posixver.o -x c lib/posixver.c
2025-08-20T19:11:29.2222064Z [00:03:47.943]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.2229426Z [00:03:47.944]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.2231099Z [00:03:47.944]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.2231362Z [00:03:47.944]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.2231520Z [00:03:47.944]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.2231676Z [00:03:47.944]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.2231821Z [00:03:47.944]➜  #include "..." search starts here:
2025-08-20T19:11:29.2232366Z [00:03:47.944]➜  #include <...> search starts here:
2025-08-20T19:11:29.2232466Z [00:03:47.944]➜   .
2025-08-20T19:11:29.2232560Z [00:03:47.944]➜   ./lib
2025-08-20T19:11:29.2232653Z [00:03:47.944]➜   src
2025-08-20T19:11:29.2232803Z [00:03:47.944]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.2232917Z [00:03:47.944]➜   /usr/local/include
2025-08-20T19:11:29.2233053Z [00:03:47.944]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.2233161Z [00:03:47.944]➜   /usr/include
2025-08-20T19:11:29.2233272Z [00:03:47.944]➜  End of search list.
2025-08-20T19:11:29.2252044Z [00:03:47.946]➜    CC       lib/libcoreutils_a-printf-frexpl.o
2025-08-20T19:11:29.2379522Z [00:03:47.959]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.2379731Z [00:03:47.959]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.2379852Z [00:03:47.959]➜  Thread model: posix
2025-08-20T19:11:29.2380004Z [00:03:47.959]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.2380311Z [00:03:47.959]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.2380658Z [00:03:47.959]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.2380835Z [00:03:47.959]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.2380966Z [00:03:47.959]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.2382566Z [00:03:47.959]➜   (in-process)
2025-08-20T19:11:29.2391066Z [00:03:47.959]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name printf-frexpl.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-printf-frexpl.Tpo -MT lib/libcoreutils_a-printf-frexpl.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-printf-frexpl.o -x c lib/printf-frexpl.c
2025-08-20T19:11:29.2393718Z [00:03:47.960]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.2394170Z [00:03:47.960]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.2394339Z [00:03:47.960]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.2394506Z [00:03:47.960]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.2394658Z [00:03:47.960]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.2394812Z [00:03:47.960]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.2394951Z [00:03:47.960]➜  #include "..." search starts here:
2025-08-20T19:11:29.2395093Z [00:03:47.960]➜  #include <...> search starts here:
2025-08-20T19:11:29.2395477Z [00:03:47.960]➜   .
2025-08-20T19:11:29.2395580Z [00:03:47.960]➜   ./lib
2025-08-20T19:11:29.2395671Z [00:03:47.960]➜   src
2025-08-20T19:11:29.2395827Z [00:03:47.960]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.2395937Z [00:03:47.960]➜   /usr/local/include
2025-08-20T19:11:29.2396075Z [00:03:47.960]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.2396178Z [00:03:47.960]➜   /usr/include
2025-08-20T19:11:29.2396289Z [00:03:47.960]➜  End of search list.
2025-08-20T19:11:29.2469264Z [00:03:47.968]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.2469439Z [00:03:47.968]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.2469604Z [00:03:47.968]➜  Thread model: posix
2025-08-20T19:11:29.2469754Z [00:03:47.968]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.2470952Z [00:03:47.968]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.2471183Z [00:03:47.968]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.2471350Z [00:03:47.968]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.2471476Z [00:03:47.968]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.2494726Z [00:03:47.970]➜   (in-process)
2025-08-20T19:11:29.2506248Z [00:03:47.970]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name printf-frexp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-printf-frexp.Tpo -MT lib/libcoreutils_a-printf-frexp.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-printf-frexp.o -x c lib/printf-frexp.c
2025-08-20T19:11:29.2512547Z [00:03:47.971]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.2513353Z [00:03:47.972]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.2529593Z [00:03:47.972]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.2529962Z [00:03:47.972]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.2530294Z [00:03:47.972]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.2530829Z [00:03:47.972]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.2531183Z [00:03:47.972]➜  #include "..." search starts here:
2025-08-20T19:11:29.2531499Z [00:03:47.972]➜  #include <...> search starts here:
2025-08-20T19:11:29.2531761Z [00:03:47.972]➜   .
2025-08-20T19:11:29.2531956Z [00:03:47.972]➜   ./lib
2025-08-20T19:11:29.2532156Z [00:03:47.972]➜   src
2025-08-20T19:11:29.2532413Z [00:03:47.972]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.2533139Z [00:03:47.972]➜   /usr/local/include
2025-08-20T19:11:29.2533423Z [00:03:47.972]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.2533696Z [00:03:47.972]➜   /usr/include
2025-08-20T19:11:29.2533931Z [00:03:47.972]➜  End of search list.
2025-08-20T19:11:29.2582073Z [00:03:47.979]➜    CC       lib/libcoreutils_a-priv-set.o
2025-08-20T19:11:29.2818196Z [00:03:48.003]➜    CC       lib/libcoreutils_a-progname.o
2025-08-20T19:11:29.2819521Z [00:03:48.003]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.2821012Z [00:03:48.003]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.2821377Z [00:03:48.003]➜  Thread model: posix
2025-08-20T19:11:29.2821799Z [00:03:48.003]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.2822233Z [00:03:48.003]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.2822725Z [00:03:48.003]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.2823103Z [00:03:48.003]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.2823406Z [00:03:48.003]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.2823673Z [00:03:48.003]➜   (in-process)
2025-08-20T19:11:29.2830759Z [00:03:48.003]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name priv-set.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-priv-set.Tpo -MT lib/libcoreutils_a-priv-set.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-priv-set.o -x c lib/priv-set.c
2025-08-20T19:11:29.2848483Z [00:03:48.006]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.2857435Z [00:03:48.007]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.2858176Z [00:03:48.007]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.2858628Z [00:03:48.007]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.2859069Z [00:03:48.007]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.2859510Z [00:03:48.007]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.2859948Z [00:03:48.007]➜  #include "..." search starts here:
2025-08-20T19:11:29.2860419Z [00:03:48.007]➜  #include <...> search starts here:
2025-08-20T19:11:29.2860941Z [00:03:48.007]➜   .
2025-08-20T19:11:29.2861162Z [00:03:48.007]➜   ./lib
2025-08-20T19:11:29.2861366Z [00:03:48.007]➜   src
2025-08-20T19:11:29.2861714Z [00:03:48.007]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.2862102Z [00:03:48.007]➜   /usr/local/include
2025-08-20T19:11:29.2862483Z [00:03:48.007]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.2863295Z [00:03:48.007]➜   /usr/include
2025-08-20T19:11:29.2863716Z [00:03:48.007]➜  End of search list.
2025-08-20T19:11:29.2864175Z [00:03:48.007]➜    CC       lib/libcoreutils_a-propername-lite.o
2025-08-20T19:11:29.3022404Z [00:03:48.023]➜    CC       lib/libcoreutils_a-qcopy-acl.o
2025-08-20T19:11:29.3047533Z [00:03:48.026]➜    CC       lib/libcoreutils_a-qset-acl.o
2025-08-20T19:11:29.3130341Z [00:03:48.034]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.3130890Z [00:03:48.034]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.3131207Z [00:03:48.034]➜  Thread model: posix
2025-08-20T19:11:29.3131549Z [00:03:48.034]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.3131984Z [00:03:48.034]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.3132472Z [00:03:48.034]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.3132853Z [00:03:48.034]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.3133163Z [00:03:48.034]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.3133762Z [00:03:48.034]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.3134094Z [00:03:48.034]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.3134387Z [00:03:48.034]➜  Thread model: posix
2025-08-20T19:11:29.3134678Z [00:03:48.034]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.3135100Z [00:03:48.034]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.3135585Z [00:03:48.034]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.3135965Z [00:03:48.034]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.3136248Z [00:03:48.034]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.3137791Z [00:03:48.035]➜   (in-process)
2025-08-20T19:11:29.3146049Z [00:03:48.035]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name progname.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-progname.Tpo -MT lib/libcoreutils_a-progname.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-progname.o -x c lib/progname.c
2025-08-20T19:11:29.3155871Z [00:03:48.036]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.3156299Z [00:03:48.036]➜   (in-process)
2025-08-20T19:11:29.3167423Z [00:03:48.036]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name propername-lite.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-propername-lite.Tpo -MT lib/libcoreutils_a-propername-lite.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-propername-lite.o -x c lib/propername-lite.c
2025-08-20T19:11:29.3173935Z [00:03:48.037]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.3174621Z [00:03:48.037]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.3175154Z [00:03:48.037]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.3175495Z [00:03:48.037]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.3175835Z [00:03:48.037]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.3176167Z [00:03:48.037]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.3176492Z [00:03:48.037]➜  #include "..." search starts here:
2025-08-20T19:11:29.3176808Z [00:03:48.037]➜  #include <...> search starts here:
2025-08-20T19:11:29.3177073Z [00:03:48.037]➜   .
2025-08-20T19:11:29.3177266Z [00:03:48.037]➜   ./lib
2025-08-20T19:11:29.3179699Z [00:03:48.037]➜   src
2025-08-20T19:11:29.3179967Z [00:03:48.037]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.3180256Z [00:03:48.037]➜   /usr/local/include
2025-08-20T19:11:29.3180910Z [00:03:48.037]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.3181307Z [00:03:48.037]➜   /usr/include
2025-08-20T19:11:29.3183637Z [00:03:48.037]➜  End of search list.
2025-08-20T19:11:29.3183956Z [00:03:48.039]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.3184277Z [00:03:48.039]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.3184568Z [00:03:48.039]➜  Thread model: posix
2025-08-20T19:11:29.3184873Z [00:03:48.039]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.3185295Z [00:03:48.039]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.3185780Z [00:03:48.039]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.3186149Z [00:03:48.039]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.3186432Z [00:03:48.039]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.3186992Z [00:03:48.039]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.3187530Z [00:03:48.039]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.3187868Z [00:03:48.039]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.3188199Z [00:03:48.039]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.3188529Z [00:03:48.039]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.3188852Z [00:03:48.039]➜  #include "..." search starts here:
2025-08-20T19:11:29.3189490Z [00:03:48.039]➜  #include <...> search starts here:
2025-08-20T19:11:29.3189751Z [00:03:48.039]➜   .
2025-08-20T19:11:29.3189947Z [00:03:48.039]➜   ./lib
2025-08-20T19:11:29.3190148Z [00:03:48.039]➜   src
2025-08-20T19:11:29.3190406Z [00:03:48.039]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.3191012Z [00:03:48.039]➜   /usr/local/include
2025-08-20T19:11:29.3191303Z [00:03:48.039]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.3191579Z [00:03:48.039]➜   /usr/include
2025-08-20T19:11:29.3191820Z [00:03:48.039]➜  End of search list.
2025-08-20T19:11:29.3192082Z [00:03:48.039]➜   (in-process)
2025-08-20T19:11:29.3209174Z [00:03:48.040]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name qcopy-acl.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-qcopy-acl.Tpo -MT lib/libcoreutils_a-qcopy-acl.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-qcopy-acl.o -x c lib/qcopy-acl.c
2025-08-20T19:11:29.3215492Z [00:03:48.041]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.3216668Z [00:03:48.041]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.3217380Z [00:03:48.041]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.3217846Z [00:03:48.041]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.3218306Z [00:03:48.041]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.3218789Z [00:03:48.041]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.3219268Z [00:03:48.041]➜  #include "..." search starts here:
2025-08-20T19:11:29.3219736Z [00:03:48.041]➜  #include <...> search starts here:
2025-08-20T19:11:29.3220099Z [00:03:48.041]➜   .
2025-08-20T19:11:29.3220381Z [00:03:48.041]➜   ./lib
2025-08-20T19:11:29.3220766Z [00:03:48.041]➜   src
2025-08-20T19:11:29.3221123Z [00:03:48.041]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.3221499Z [00:03:48.041]➜   /usr/local/include
2025-08-20T19:11:29.3221874Z [00:03:48.041]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.3222236Z [00:03:48.041]➜   /usr/include
2025-08-20T19:11:29.3222577Z [00:03:48.041]➜  End of search list.
2025-08-20T19:11:29.3286711Z [00:03:48.049]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.3287146Z [00:03:48.049]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.3287452Z [00:03:48.049]➜  Thread model: posix
2025-08-20T19:11:29.3287747Z [00:03:48.049]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.3288666Z [00:03:48.049]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.3289166Z [00:03:48.049]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.3289538Z [00:03:48.049]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.3289824Z [00:03:48.049]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.3299781Z [00:03:48.051]➜   (in-process)
2025-08-20T19:11:29.3306559Z [00:03:48.051]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name qset-acl.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-qset-acl.Tpo -MT lib/libcoreutils_a-qset-acl.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-qset-acl.o -x c lib/qset-acl.c
2025-08-20T19:11:29.3322193Z [00:03:48.053]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.3336441Z [00:03:48.054]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.3337063Z [00:03:48.054]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.3337414Z [00:03:48.054]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.3338162Z [00:03:48.054]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.3338560Z [00:03:48.054]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.3338883Z [00:03:48.054]➜  #include "..." search starts here:
2025-08-20T19:11:29.3339198Z [00:03:48.054]➜  #include <...> search starts here:
2025-08-20T19:11:29.3339459Z [00:03:48.054]➜   .
2025-08-20T19:11:29.3339673Z [00:03:48.054]➜   ./lib
2025-08-20T19:11:29.3339873Z [00:03:48.054]➜   src
2025-08-20T19:11:29.3340127Z [00:03:48.054]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.3340424Z [00:03:48.054]➜   /usr/local/include
2025-08-20T19:11:29.3340893Z [00:03:48.054]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.3341172Z [00:03:48.054]➜   /usr/include
2025-08-20T19:11:29.3341409Z [00:03:48.054]➜  End of search list.
2025-08-20T19:11:29.3582588Z [00:03:48.079]➜    CC       lib/libcoreutils_a-quotearg.o
2025-08-20T19:11:29.3607321Z [00:03:48.082]➜    CC       lib/libcoreutils_a-randint.o
2025-08-20T19:11:29.3678920Z [00:03:48.089]➜    CC       lib/libcoreutils_a-randperm.o
2025-08-20T19:11:29.3718380Z [00:03:48.093]➜    CC       lib/libcoreutils_a-randread.o
2025-08-20T19:11:29.3733429Z [00:03:48.094]➜    CC       lib/libcoreutils_a-rand-isaac.o
2025-08-20T19:11:29.3784628Z [00:03:48.099]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.3785162Z [00:03:48.099]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.3786128Z [00:03:48.099]➜  Thread model: posix
2025-08-20T19:11:29.3786556Z [00:03:48.099]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.3787103Z [00:03:48.099]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.3787688Z [00:03:48.099]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.3788175Z [00:03:48.099]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.3788562Z [00:03:48.099]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.3794633Z [00:03:48.100]➜   (in-process)
2025-08-20T19:11:29.3802726Z [00:03:48.100]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name randint.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-randint.Tpo -MT lib/libcoreutils_a-randint.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-randint.o -x c lib/randint.c
2025-08-20T19:11:29.3808779Z [00:03:48.101]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.3809557Z [00:03:48.102]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.3810654Z [00:03:48.102]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.3811220Z [00:03:48.102]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.3811644Z [00:03:48.102]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.3812083Z [00:03:48.102]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.3812497Z [00:03:48.102]➜  #include "..." search starts here:
2025-08-20T19:11:29.3812925Z [00:03:48.102]➜  #include <...> search starts here:
2025-08-20T19:11:29.3813279Z [00:03:48.102]➜   .
2025-08-20T19:11:29.3813576Z [00:03:48.102]➜   ./lib
2025-08-20T19:11:29.3813878Z [00:03:48.102]➜   src
2025-08-20T19:11:29.3814245Z [00:03:48.102]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.3814623Z [00:03:48.102]➜   /usr/local/include
2025-08-20T19:11:29.3815006Z [00:03:48.102]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.3815381Z [00:03:48.102]➜   /usr/include
2025-08-20T19:11:29.3815723Z [00:03:48.102]➜  End of search list.
2025-08-20T19:11:29.3838787Z [00:03:48.104]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.3839211Z [00:03:48.104]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.3839514Z [00:03:48.104]➜  Thread model: posix
2025-08-20T19:11:29.3839806Z [00:03:48.104]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.3840232Z [00:03:48.104]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.3841225Z [00:03:48.104]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.3841598Z [00:03:48.104]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.3841887Z [00:03:48.104]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.3842151Z [00:03:48.105]➜   (in-process)
2025-08-20T19:11:29.3848660Z [00:03:48.105]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name quotearg.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-quotearg.Tpo -MT lib/libcoreutils_a-quotearg.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-quotearg.o -x c lib/quotearg.c
2025-08-20T19:11:29.3861081Z [00:03:48.107]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.3867037Z [00:03:48.107]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.3867656Z [00:03:48.107]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.3867999Z [00:03:48.107]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.3868330Z [00:03:48.108]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.3869046Z [00:03:48.108]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.3869455Z [00:03:48.108]➜  #include "..." search starts here:
2025-08-20T19:11:29.3869772Z [00:03:48.108]➜  #include <...> search starts here:
2025-08-20T19:11:29.3870040Z [00:03:48.108]➜   .
2025-08-20T19:11:29.3870236Z [00:03:48.108]➜   ./lib
2025-08-20T19:11:29.3870598Z [00:03:48.108]➜   src
2025-08-20T19:11:29.3870932Z [00:03:48.108]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.3871221Z [00:03:48.108]➜   /usr/local/include
2025-08-20T19:11:29.3871501Z [00:03:48.108]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.3871773Z [00:03:48.108]➜   /usr/include
2025-08-20T19:11:29.3872014Z [00:03:48.108]➜  End of search list.
2025-08-20T19:11:29.3886257Z [00:03:48.109]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.3920627Z [00:03:48.112]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.3921034Z [00:03:48.113]➜  Thread model: posix
2025-08-20T19:11:29.3921335Z [00:03:48.113]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.3921791Z [00:03:48.113]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.3922284Z [00:03:48.113]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.3922656Z [00:03:48.113]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.3922941Z [00:03:48.113]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.3923650Z [00:03:48.113]➜   (in-process)
2025-08-20T19:11:29.3930142Z [00:03:48.113]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name randread.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-randread.Tpo -MT lib/libcoreutils_a-randread.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-randread.o -x c lib/randread.c
2025-08-20T19:11:29.3936197Z [00:03:48.113]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.3936884Z [00:03:48.113]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.3937420Z [00:03:48.113]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.3937754Z [00:03:48.113]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.3938089Z [00:03:48.113]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.3938416Z [00:03:48.113]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.3938734Z [00:03:48.113]➜  #include "..." search starts here:
2025-08-20T19:11:29.3939048Z [00:03:48.113]➜  #include <...> search starts here:
2025-08-20T19:11:29.3939309Z [00:03:48.113]➜   .
2025-08-20T19:11:29.3939755Z [00:03:48.113]➜   ./lib
2025-08-20T19:11:29.3940020Z [00:03:48.113]➜   src
2025-08-20T19:11:29.3940283Z [00:03:48.113]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.3948014Z [00:03:48.113]➜   /usr/local/include
2025-08-20T19:11:29.3948325Z [00:03:48.113]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.3948601Z [00:03:48.113]➜   /usr/include
2025-08-20T19:11:29.3948860Z [00:03:48.113]➜  End of search list.
2025-08-20T19:11:29.3949147Z [00:03:48.113]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.3949459Z [00:03:48.113]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.3949752Z [00:03:48.113]➜  Thread model: posix
2025-08-20T19:11:29.3950041Z [00:03:48.113]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.3951200Z [00:03:48.113]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.3951751Z [00:03:48.113]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.3952138Z [00:03:48.113]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.3952423Z [00:03:48.113]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.3952684Z [00:03:48.113]➜   (in-process)
2025-08-20T19:11:29.3959158Z [00:03:48.113]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name randperm.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-randperm.Tpo -MT lib/libcoreutils_a-randperm.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-randperm.o -x c lib/randperm.c
2025-08-20T19:11:29.3965593Z [00:03:48.113]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.3966296Z [00:03:48.116]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.3966824Z [00:03:48.116]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.3967156Z [00:03:48.116]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.3972430Z [00:03:48.116]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.3973854Z [00:03:48.118]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.3974202Z [00:03:48.118]➜  #include "..." search starts here:
2025-08-20T19:11:29.3974521Z [00:03:48.118]➜  #include <...> search starts here:
2025-08-20T19:11:29.3974783Z [00:03:48.118]➜   .
2025-08-20T19:11:29.3974982Z [00:03:48.118]➜   ./lib
2025-08-20T19:11:29.3975180Z [00:03:48.118]➜   src
2025-08-20T19:11:29.3975466Z [00:03:48.118]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.3975760Z [00:03:48.118]➜   /usr/local/include
2025-08-20T19:11:29.3976356Z [00:03:48.118]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.3976756Z [00:03:48.118]➜   /usr/include
2025-08-20T19:11:29.3977019Z [00:03:48.118]➜  End of search list.
2025-08-20T19:11:29.4094266Z [00:03:48.130]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.4095819Z [00:03:48.130]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.4096209Z [00:03:48.130]➜  Thread model: posix
2025-08-20T19:11:29.4096512Z [00:03:48.130]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.4097160Z [00:03:48.130]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.4097675Z [00:03:48.130]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.4098055Z [00:03:48.130]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.4098343Z [00:03:48.130]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.4098626Z [00:03:48.131]➜   (in-process)
2025-08-20T19:11:29.4105327Z [00:03:48.131]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name rand-isaac.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-rand-isaac.Tpo -MT lib/libcoreutils_a-rand-isaac.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-rand-isaac.o -x c lib/rand-isaac.c
2025-08-20T19:11:29.4112055Z [00:03:48.132]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.4112849Z [00:03:48.132]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.4113504Z [00:03:48.132]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.4113962Z [00:03:48.132]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.4114414Z [00:03:48.132]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.4114843Z [00:03:48.132]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.4115256Z [00:03:48.132]➜  #include "..." search starts here:
2025-08-20T19:11:29.4115678Z [00:03:48.132]➜  #include <...> search starts here:
2025-08-20T19:11:29.4116043Z [00:03:48.132]➜   .
2025-08-20T19:11:29.4116341Z [00:03:48.132]➜   ./lib
2025-08-20T19:11:29.4116632Z [00:03:48.132]➜   src
2025-08-20T19:11:29.4116976Z [00:03:48.132]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.4117349Z [00:03:48.132]➜   /usr/local/include
2025-08-20T19:11:29.4117717Z [00:03:48.132]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.4118079Z [00:03:48.132]➜   /usr/include
2025-08-20T19:11:29.4118398Z [00:03:48.132]➜  End of search list.
2025-08-20T19:11:29.4243727Z [00:03:48.145]➜    CC       lib/libcoreutils_a-read-file.o
2025-08-20T19:11:29.4394436Z [00:03:48.160]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.4394909Z [00:03:48.160]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.4395225Z [00:03:48.160]➜  Thread model: posix
2025-08-20T19:11:29.4395518Z [00:03:48.160]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.4395949Z [00:03:48.160]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.4396481Z [00:03:48.160]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.4396858Z [00:03:48.160]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.4397145Z [00:03:48.160]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.4397412Z [00:03:48.160]➜   (in-process)
2025-08-20T19:11:29.4407740Z [00:03:48.160]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name read-file.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-read-file.Tpo -MT lib/libcoreutils_a-read-file.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-read-file.o -x c lib/read-file.c
2025-08-20T19:11:29.4414171Z [00:03:48.161]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.4414861Z [00:03:48.162]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.4415397Z [00:03:48.162]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.4415737Z [00:03:48.162]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.4416077Z [00:03:48.162]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.4416407Z [00:03:48.162]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.4416726Z [00:03:48.162]➜  #include "..." search starts here:
2025-08-20T19:11:29.4417044Z [00:03:48.162]➜  #include <...> search starts here:
2025-08-20T19:11:29.4417308Z [00:03:48.162]➜   .
2025-08-20T19:11:29.4417500Z [00:03:48.162]➜   ./lib
2025-08-20T19:11:29.4417708Z [00:03:48.162]➜   src
2025-08-20T19:11:29.4417967Z [00:03:48.162]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.4418256Z [00:03:48.162]➜   /usr/local/include
2025-08-20T19:11:29.4418536Z [00:03:48.162]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.4418809Z [00:03:48.162]➜   /usr/include
2025-08-20T19:11:29.4419049Z [00:03:48.162]➜  End of search list.
2025-08-20T19:11:29.4592599Z [00:03:48.178]➜    CC       lib/libcoreutils_a-readtokens.o
2025-08-20T19:11:29.4661683Z [00:03:48.187]➜    CC       lib/libcoreutils_a-readtokens0.o
2025-08-20T19:11:29.4805435Z [00:03:48.201]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.4809108Z [00:03:48.202]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.4814225Z [00:03:48.202]➜  Thread model: posix
2025-08-20T19:11:29.4820152Z [00:03:48.203]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.4821239Z [00:03:48.203]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.4821792Z [00:03:48.203]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.4822174Z [00:03:48.203]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.4826966Z [00:03:48.204]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.4833625Z [00:03:48.204]➜   (in-process)
2025-08-20T19:11:29.4874520Z [00:03:48.207]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name readtokens0.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-readtokens0.Tpo -MT lib/libcoreutils_a-readtokens0.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-readtokens0.o -x c lib/readtokens0.c
2025-08-20T19:11:29.4881002Z [00:03:48.208]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.4881692Z [00:03:48.208]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.4882228Z [00:03:48.208]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.4882571Z [00:03:48.208]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.4882902Z [00:03:48.208]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.4883248Z [00:03:48.208]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.4883573Z [00:03:48.208]➜  #include "..." search starts here:
2025-08-20T19:11:29.4883889Z [00:03:48.208]➜  #include <...> search starts here:
2025-08-20T19:11:29.4884151Z [00:03:48.208]➜   .
2025-08-20T19:11:29.4884343Z [00:03:48.208]➜   ./lib
2025-08-20T19:11:29.4884542Z [00:03:48.208]➜   src
2025-08-20T19:11:29.4884809Z [00:03:48.208]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.4885101Z [00:03:48.208]➜   /usr/local/include
2025-08-20T19:11:29.4885384Z [00:03:48.208]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.4885657Z [00:03:48.208]➜   /usr/include
2025-08-20T19:11:29.4885896Z [00:03:48.208]➜  End of search list.
2025-08-20T19:11:29.4903771Z [00:03:48.211]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.4905558Z [00:03:48.212]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.4905910Z [00:03:48.212]➜  Thread model: posix
2025-08-20T19:11:29.4906212Z [00:03:48.212]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.4906983Z [00:03:48.212]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.4907548Z [00:03:48.212]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.4907934Z [00:03:48.212]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.4908221Z [00:03:48.212]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.4908507Z [00:03:48.212]➜   (in-process)
2025-08-20T19:11:29.4915979Z [00:03:48.212]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name readtokens.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-readtokens.Tpo -MT lib/libcoreutils_a-readtokens.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-readtokens.o -x c lib/readtokens.c
2025-08-20T19:11:29.4922444Z [00:03:48.213]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.4923135Z [00:03:48.213]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.4923681Z [00:03:48.213]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.4924018Z [00:03:48.213]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.4924343Z [00:03:48.213]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.4924672Z [00:03:48.213]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.4924993Z [00:03:48.213]➜  #include "..." search starts here:
2025-08-20T19:11:29.4925304Z [00:03:48.213]➜  #include <...> search starts here:
2025-08-20T19:11:29.4925576Z [00:03:48.213]➜   .
2025-08-20T19:11:29.4925773Z [00:03:48.213]➜   ./lib
2025-08-20T19:11:29.4925971Z [00:03:48.213]➜   src
2025-08-20T19:11:29.4926223Z [00:03:48.213]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.4926520Z [00:03:48.213]➜   /usr/local/include
2025-08-20T19:11:29.4926797Z [00:03:48.213]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.4927073Z [00:03:48.213]➜   /usr/include
2025-08-20T19:11:29.4927321Z [00:03:48.213]➜  End of search list.
2025-08-20T19:11:29.4988010Z [00:03:48.220]➜    CC       lib/libcoreutils_a-readutmp.o
2025-08-20T19:11:29.5122487Z [00:03:48.231]➜    CC       lib/libcoreutils_a-realloc.o
2025-08-20T19:11:29.5151569Z [00:03:48.236]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.5152045Z [00:03:48.236]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.5152356Z [00:03:48.236]➜  Thread model: posix
2025-08-20T19:11:29.5152663Z [00:03:48.236]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.5153527Z [00:03:48.236]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.5154086Z [00:03:48.236]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.5154460Z [00:03:48.236]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.5154749Z [00:03:48.236]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.5164160Z [00:03:48.237]➜   (in-process)
2025-08-20T19:11:29.5171511Z [00:03:48.237]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name readutmp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-readutmp.Tpo -MT lib/libcoreutils_a-readutmp.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-readutmp.o -x c lib/readutmp.c
2025-08-20T19:11:29.5191500Z [00:03:48.240]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.5200008Z [00:03:48.241]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.5206326Z [00:03:48.241]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.5206683Z [00:03:48.241]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.5207013Z [00:03:48.241]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.5207352Z [00:03:48.241]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.5207673Z [00:03:48.241]➜  #include "..." search starts here:
2025-08-20T19:11:29.5207986Z [00:03:48.241]➜  #include <...> search starts here:
2025-08-20T19:11:29.5208250Z [00:03:48.241]➜   .
2025-08-20T19:11:29.5208442Z [00:03:48.241]➜   ./lib
2025-08-20T19:11:29.5208659Z [00:03:48.241]➜   src
2025-08-20T19:11:29.5208914Z [00:03:48.241]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.5209204Z [00:03:48.241]➜   /usr/local/include
2025-08-20T19:11:29.5209486Z [00:03:48.241]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.5209759Z [00:03:48.241]➜   /usr/include
2025-08-20T19:11:29.5209996Z [00:03:48.241]➜  End of search list.
2025-08-20T19:11:29.5346514Z [00:03:48.255]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.5349795Z [00:03:48.255]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.5350112Z [00:03:48.255]➜  Thread model: posix
2025-08-20T19:11:29.5350405Z [00:03:48.255]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.5350987Z [00:03:48.255]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.5351479Z [00:03:48.255]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.5351853Z [00:03:48.255]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.5352563Z [00:03:48.255]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.5352897Z [00:03:48.256]➜   (in-process)
2025-08-20T19:11:29.5393995Z [00:03:48.259]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name realloc.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-realloc.Tpo -MT lib/libcoreutils_a-realloc.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-realloc.o -x c lib/realloc.c
2025-08-20T19:11:29.5401101Z [00:03:48.260]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.5402314Z [00:03:48.260]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.5403401Z [00:03:48.260]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.5403802Z [00:03:48.260]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.5404145Z [00:03:48.260]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.5404504Z [00:03:48.260]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.5404829Z [00:03:48.260]➜  #include "..." search starts here:
2025-08-20T19:11:29.5405143Z [00:03:48.260]➜  #include <...> search starts here:
2025-08-20T19:11:29.5405406Z [00:03:48.260]➜   .
2025-08-20T19:11:29.5405605Z [00:03:48.260]➜   ./lib
2025-08-20T19:11:29.5405801Z [00:03:48.260]➜   src
2025-08-20T19:11:29.5406057Z [00:03:48.260]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.5406347Z [00:03:48.260]➜   /usr/local/include
2025-08-20T19:11:29.5406632Z [00:03:48.260]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.5407356Z [00:03:48.260]➜   /usr/include
2025-08-20T19:11:29.5407673Z [00:03:48.260]➜  End of search list.
2025-08-20T19:11:29.5409682Z [00:03:48.262]➜    CC       lib/libcoreutils_a-reallocarray.o
2025-08-20T19:11:29.5500134Z [00:03:48.271]➜    CC       lib/libcoreutils_a-renameatu.o
2025-08-20T19:11:29.5653936Z [00:03:48.286]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.5655113Z [00:03:48.286]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.5655476Z [00:03:48.286]➜  Thread model: posix
2025-08-20T19:11:29.5655783Z [00:03:48.286]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.5656217Z [00:03:48.286]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.5656705Z [00:03:48.286]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.5657077Z [00:03:48.286]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.5657366Z [00:03:48.286]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.5665328Z [00:03:48.287]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.5665730Z [00:03:48.287]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.5666055Z [00:03:48.287]➜  Thread model: posix
2025-08-20T19:11:29.5666498Z [00:03:48.287]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.5667032Z [00:03:48.287]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.5668096Z [00:03:48.287]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.5668565Z [00:03:48.287]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.5668957Z [00:03:48.287]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.5669325Z [00:03:48.288]➜   (in-process)
2025-08-20T19:11:29.5676230Z [00:03:48.288]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name reallocarray.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-reallocarray.Tpo -MT lib/libcoreutils_a-reallocarray.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-reallocarray.o -x c lib/reallocarray.c
2025-08-20T19:11:29.5682282Z [00:03:48.288]➜    CC       lib/libcoreutils_a-root-dev-ino.o
2025-08-20T19:11:29.5682809Z [00:03:48.288]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.5683309Z [00:03:48.288]➜   (in-process)
2025-08-20T19:11:29.5690161Z [00:03:48.289]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name renameatu.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-renameatu.Tpo -MT lib/libcoreutils_a-renameatu.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-renameatu.o -x c lib/renameatu.c
2025-08-20T19:11:29.5712921Z [00:03:48.289]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.5713487Z [00:03:48.289]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.5713832Z [00:03:48.289]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.5714160Z [00:03:48.289]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.5714489Z [00:03:48.289]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.5714834Z [00:03:48.289]➜  #include "..." search starts here:
2025-08-20T19:11:29.5715148Z [00:03:48.289]➜  #include <...> search starts here:
2025-08-20T19:11:29.5715409Z [00:03:48.289]➜   .
2025-08-20T19:11:29.5715602Z [00:03:48.289]➜   ./lib
2025-08-20T19:11:29.5715802Z [00:03:48.289]➜   src
2025-08-20T19:11:29.5716052Z [00:03:48.289]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.5716353Z [00:03:48.289]➜   /usr/local/include
2025-08-20T19:11:29.5716635Z [00:03:48.289]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.5716910Z [00:03:48.289]➜   /usr/include
2025-08-20T19:11:29.5717148Z [00:03:48.289]➜  End of search list.
2025-08-20T19:11:29.5717604Z [00:03:48.290]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.5718281Z [00:03:48.290]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.5718811Z [00:03:48.290]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.5719159Z [00:03:48.290]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.5719489Z [00:03:48.290]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.5719817Z [00:03:48.290]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.5720137Z [00:03:48.290]➜  #include "..." search starts here:
2025-08-20T19:11:29.5720598Z [00:03:48.290]➜  #include <...> search starts here:
2025-08-20T19:11:29.5720942Z [00:03:48.290]➜   .
2025-08-20T19:11:29.5721139Z [00:03:48.290]➜   ./lib
2025-08-20T19:11:29.5721335Z [00:03:48.290]➜   src
2025-08-20T19:11:29.5721590Z [00:03:48.290]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.5721875Z [00:03:48.290]➜   /usr/local/include
2025-08-20T19:11:29.5722156Z [00:03:48.290]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.5722430Z [00:03:48.290]➜   /usr/include
2025-08-20T19:11:29.5722667Z [00:03:48.290]➜  End of search list.
2025-08-20T19:11:29.5794762Z [00:03:48.300]➜    CC       lib/libcoreutils_a-safe-read.o
2025-08-20T19:11:29.5897209Z [00:03:48.310]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.5897688Z [00:03:48.311]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.5906493Z [00:03:48.311]➜  Thread model: posix
2025-08-20T19:11:29.5918715Z [00:03:48.311]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.5923992Z [00:03:48.311]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.5928140Z [00:03:48.312]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.5937763Z [00:03:48.312]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.5951344Z [00:03:48.312]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.5951653Z [00:03:48.312]➜   (in-process)
2025-08-20T19:11:29.5960273Z [00:03:48.315]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name root-dev-ino.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-root-dev-ino.Tpo -MT lib/libcoreutils_a-root-dev-ino.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-root-dev-ino.o -x c lib/root-dev-ino.c
2025-08-20T19:11:29.5967376Z [00:03:48.315]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.5968070Z [00:03:48.315]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.5968607Z [00:03:48.315]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.5968947Z [00:03:48.315]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.5969278Z [00:03:48.315]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.5969624Z [00:03:48.315]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.5969947Z [00:03:48.315]➜  #include "..." search starts here:
2025-08-20T19:11:29.5970257Z [00:03:48.315]➜  #include <...> search starts here:
2025-08-20T19:11:29.5970766Z [00:03:48.315]➜   .
2025-08-20T19:11:29.5971026Z [00:03:48.315]➜   ./lib
2025-08-20T19:11:29.5971230Z [00:03:48.315]➜   src
2025-08-20T19:11:29.5971510Z [00:03:48.315]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.5971798Z [00:03:48.315]➜   /usr/local/include
2025-08-20T19:11:29.5972081Z [00:03:48.315]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.5972182Z [00:03:48.315]➜   /usr/include
2025-08-20T19:11:29.5972298Z [00:03:48.315]➜  End of search list.
2025-08-20T19:11:29.5977809Z [00:03:48.319]➜    CC       lib/libcoreutils_a-safe-write.o
2025-08-20T19:11:29.6134757Z [00:03:48.332]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.6138861Z [00:03:48.335]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.6139374Z [00:03:48.335]➜  Thread model: posix
2025-08-20T19:11:29.6139611Z [00:03:48.335]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.6139883Z [00:03:48.335]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.6140118Z [00:03:48.335]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.6140260Z [00:03:48.335]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.6140406Z [00:03:48.335]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.6140729Z [00:03:48.335]➜   (in-process)
2025-08-20T19:11:29.6149438Z [00:03:48.335]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name safe-write.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-safe-write.Tpo -MT lib/libcoreutils_a-safe-write.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-safe-write.o -x c lib/safe-write.c
2025-08-20T19:11:29.6150645Z [00:03:48.335]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.6151102Z [00:03:48.335]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.6151806Z [00:03:48.335]➜  Thread model: posix
2025-08-20T19:11:29.6151983Z [00:03:48.335]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.6152254Z [00:03:48.335]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.6152484Z [00:03:48.335]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.6152620Z [00:03:48.335]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.6152745Z [00:03:48.335]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.6153080Z [00:03:48.335]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.6153458Z [00:03:48.335]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.6153639Z [00:03:48.335]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.6153784Z [00:03:48.335]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.6153948Z [00:03:48.335]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.6154096Z [00:03:48.335]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.6154241Z [00:03:48.335]➜  #include "..." search starts here:
2025-08-20T19:11:29.6154380Z [00:03:48.335]➜  #include <...> search starts here:
2025-08-20T19:11:29.6154472Z [00:03:48.335]➜   .
2025-08-20T19:11:29.6154564Z [00:03:48.335]➜   ./lib
2025-08-20T19:11:29.6154658Z [00:03:48.335]➜   src
2025-08-20T19:11:29.6154806Z [00:03:48.335]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.6155225Z [00:03:48.335]➜   /usr/local/include
2025-08-20T19:11:29.6155430Z [00:03:48.335]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.6155538Z [00:03:48.335]➜   /usr/include
2025-08-20T19:11:29.6155652Z [00:03:48.335]➜  End of search list.
2025-08-20T19:11:29.6155763Z [00:03:48.336]➜   (in-process)
2025-08-20T19:11:29.6162369Z [00:03:48.337]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name safe-read.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-safe-read.Tpo -MT lib/libcoreutils_a-safe-read.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-safe-read.o -x c lib/safe-read.c
2025-08-20T19:11:29.6165267Z [00:03:48.338]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.6199049Z [00:03:48.341]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.6201371Z [00:03:48.341]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.6201701Z [00:03:48.341]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.6201878Z [00:03:48.341]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.6202028Z [00:03:48.341]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.6202310Z [00:03:48.341]➜  #include "..." search starts here:
2025-08-20T19:11:29.6202452Z [00:03:48.341]➜  #include <...> search starts here:
2025-08-20T19:11:29.6202650Z [00:03:48.341]➜   .
2025-08-20T19:11:29.6202767Z [00:03:48.341]➜   ./lib
2025-08-20T19:11:29.6202860Z [00:03:48.341]➜   src
2025-08-20T19:11:29.6203150Z [00:03:48.341]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.6203397Z [00:03:48.341]➜   /usr/local/include
2025-08-20T19:11:29.6203563Z [00:03:48.341]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.6203674Z [00:03:48.341]➜   /usr/include
2025-08-20T19:11:29.6203787Z [00:03:48.341]➜  End of search list.
2025-08-20T19:11:29.6299101Z [00:03:48.351]➜    CC       lib/libcoreutils_a-same.o
2025-08-20T19:11:29.6405613Z [00:03:48.361]➜    CC       lib/libcoreutils_a-same-inode.o
2025-08-20T19:11:29.6467234Z [00:03:48.368]➜    CC       lib/libcoreutils_a-save-cwd.o
2025-08-20T19:11:29.6467409Z [00:03:48.368]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.6467840Z [00:03:48.368]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.6467981Z [00:03:48.368]➜  Thread model: posix
2025-08-20T19:11:29.6468277Z [00:03:48.368]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.6468576Z [00:03:48.368]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.6469220Z [00:03:48.368]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.6469512Z [00:03:48.368]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.6469661Z [00:03:48.368]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.6469859Z [00:03:48.368]➜   (in-process)
2025-08-20T19:11:29.6476429Z [00:03:48.368]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name same.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-same.Tpo -MT lib/libcoreutils_a-same.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-same.o -x c lib/same.c
2025-08-20T19:11:29.6477072Z [00:03:48.368]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.6477623Z [00:03:48.368]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.6477811Z [00:03:48.368]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.6477973Z [00:03:48.368]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.6478224Z [00:03:48.368]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.6478379Z [00:03:48.368]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.6478616Z [00:03:48.368]➜  #include "..." search starts here:
2025-08-20T19:11:29.6478772Z [00:03:48.368]➜  #include <...> search starts here:
2025-08-20T19:11:29.6478972Z [00:03:48.368]➜   .
2025-08-20T19:11:29.6479084Z [00:03:48.368]➜   ./lib
2025-08-20T19:11:29.6479193Z [00:03:48.368]➜   src
2025-08-20T19:11:29.6479368Z [00:03:48.368]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.6479583Z [00:03:48.368]➜   /usr/local/include
2025-08-20T19:11:29.6479740Z [00:03:48.368]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.6479939Z [00:03:48.368]➜   /usr/include
2025-08-20T19:11:29.6480068Z [00:03:48.368]➜  End of search list.
2025-08-20T19:11:29.6531975Z [00:03:48.374]➜    CC       lib/libcoreutils_a-savedir.o
2025-08-20T19:11:29.6556236Z [00:03:48.376]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.6565846Z [00:03:48.376]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.6565988Z [00:03:48.376]➜  Thread model: posix
2025-08-20T19:11:29.6566146Z [00:03:48.377]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.6566407Z [00:03:48.377]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.6566633Z [00:03:48.377]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.6566769Z [00:03:48.377]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.6574457Z [00:03:48.378]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.6574974Z [00:03:48.378]➜   (in-process)
2025-08-20T19:11:29.6582073Z [00:03:48.378]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name same-inode.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-same-inode.Tpo -MT lib/libcoreutils_a-same-inode.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-same-inode.o -x c lib/same-inode.c
2025-08-20T19:11:29.6634776Z [00:03:48.384]➜    CC       lib/libcoreutils_a-savewd.o
2025-08-20T19:11:29.6635313Z [00:03:48.384]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.6635842Z [00:03:48.384]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.6636117Z [00:03:48.384]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.6636389Z [00:03:48.384]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.6636662Z [00:03:48.384]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.6636857Z [00:03:48.384]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.6637005Z [00:03:48.384]➜  #include "..." search starts here:
2025-08-20T19:11:29.6637148Z [00:03:48.384]➜  #include <...> search starts here:
2025-08-20T19:11:29.6637242Z [00:03:48.384]➜   .
2025-08-20T19:11:29.6637335Z [00:03:48.384]➜   ./lib
2025-08-20T19:11:29.6637430Z [00:03:48.384]➜   src
2025-08-20T19:11:29.6637708Z [00:03:48.384]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.6637853Z [00:03:48.384]➜   /usr/local/include
2025-08-20T19:11:29.6637997Z [00:03:48.384]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.6638226Z [00:03:48.384]➜   /usr/include
2025-08-20T19:11:29.6639051Z [00:03:48.384]➜  End of search list.
2025-08-20T19:11:29.6639559Z [00:03:48.384]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.6639739Z [00:03:48.384]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.6639895Z [00:03:48.384]➜  Thread model: posix
2025-08-20T19:11:29.6642134Z [00:03:48.384]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.6646428Z [00:03:48.384]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.6647308Z [00:03:48.384]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.6647506Z [00:03:48.384]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.6647642Z [00:03:48.385]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.6647753Z [00:03:48.385]➜   (in-process)
2025-08-20T19:11:29.6681518Z [00:03:48.388]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name save-cwd.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-save-cwd.Tpo -MT lib/libcoreutils_a-save-cwd.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-save-cwd.o -x c lib/save-cwd.c
2025-08-20T19:11:29.6682999Z [00:03:48.389]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.6683392Z [00:03:48.389]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.6683567Z [00:03:48.389]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.6683721Z [00:03:48.389]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.6683870Z [00:03:48.389]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.6684024Z [00:03:48.389]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.6684164Z [00:03:48.389]➜  #include "..." search starts here:
2025-08-20T19:11:29.6684315Z [00:03:48.389]➜  #include <...> search starts here:
2025-08-20T19:11:29.6684404Z [00:03:48.389]➜   .
2025-08-20T19:11:29.6684500Z [00:03:48.389]➜   ./lib
2025-08-20T19:11:29.6684591Z [00:03:48.389]➜   src
2025-08-20T19:11:29.6684743Z [00:03:48.389]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.6684855Z [00:03:48.389]➜   /usr/local/include
2025-08-20T19:11:29.6684998Z [00:03:48.389]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.6685101Z [00:03:48.389]➜   /usr/include
2025-08-20T19:11:29.6685216Z [00:03:48.389]➜  End of search list.
2025-08-20T19:11:29.6732538Z [00:03:48.394]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.6734195Z [00:03:48.394]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.6735139Z [00:03:48.395]➜  Thread model: posix
2025-08-20T19:11:29.6737026Z [00:03:48.395]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.6739701Z [00:03:48.395]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.6742859Z [00:03:48.395]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.6745762Z [00:03:48.396]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.6753169Z [00:03:48.396]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.6753298Z [00:03:48.396]➜   (in-process)
2025-08-20T19:11:29.6791711Z [00:03:48.399]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name savedir.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-savedir.Tpo -MT lib/libcoreutils_a-savedir.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-savedir.o -x c lib/savedir.c
2025-08-20T19:11:29.6792488Z [00:03:48.399]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.6793006Z [00:03:48.399]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.6793275Z [00:03:48.399]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.6793470Z [00:03:48.399]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.6793624Z [00:03:48.399]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.6793788Z [00:03:48.399]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.6793931Z [00:03:48.399]➜  #include "..." search starts here:
2025-08-20T19:11:29.6794075Z [00:03:48.399]➜  #include <...> search starts here:
2025-08-20T19:11:29.6794166Z [00:03:48.399]➜   .
2025-08-20T19:11:29.6794267Z [00:03:48.399]➜   ./lib
2025-08-20T19:11:29.6794357Z [00:03:48.399]➜   src
2025-08-20T19:11:29.6794519Z [00:03:48.399]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.6794660Z [00:03:48.399]➜   /usr/local/include
2025-08-20T19:11:29.6794800Z [00:03:48.399]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.6794904Z [00:03:48.399]➜   /usr/include
2025-08-20T19:11:29.6895701Z [00:03:48.399]➜  End of search list.
2025-08-20T19:11:29.6895891Z [00:03:48.410]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.6896060Z [00:03:48.410]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.6897490Z [00:03:48.410]➜  Thread model: posix
2025-08-20T19:11:29.6899230Z [00:03:48.410]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.6901214Z [00:03:48.410]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.6902883Z [00:03:48.410]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.6903476Z [00:03:48.410]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.6903824Z [00:03:48.410]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.6928491Z [00:03:48.414]➜   (in-process)
2025-08-20T19:11:29.7012362Z [00:03:48.421]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name savewd.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-savewd.Tpo -MT lib/libcoreutils_a-savewd.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-savewd.o -x c lib/savewd.c
2025-08-20T19:11:29.7015121Z [00:03:48.422]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.7015578Z [00:03:48.422]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.7016048Z [00:03:48.423]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.7024021Z [00:03:48.423]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.7024189Z [00:03:48.423]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.7027657Z [00:03:48.424]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.7028341Z [00:03:48.424]➜  #include "..." search starts here:
2025-08-20T19:11:29.7028673Z [00:03:48.424]➜  #include <...> search starts here:
2025-08-20T19:11:29.7029530Z [00:03:48.424]➜   .
2025-08-20T19:11:29.7029698Z [00:03:48.424]➜   ./lib
2025-08-20T19:11:29.7029802Z [00:03:48.424]➜   src
2025-08-20T19:11:29.7030597Z [00:03:48.424]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.7030950Z [00:03:48.424]➜   /usr/local/include
2025-08-20T19:11:29.7031890Z [00:03:48.424]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.7032152Z [00:03:48.424]➜   /usr/include
2025-08-20T19:11:29.7032305Z [00:03:48.424]➜  End of search list.
2025-08-20T19:11:29.7107056Z [00:03:48.432]➜    CC       lib/libcoreutils_a-selinux-at.o
2025-08-20T19:11:29.7188900Z [00:03:48.440]➜    CC       lib/libcoreutils_a-getfilecon.o
2025-08-20T19:11:29.7229193Z [00:03:48.444]➜    CC       lib/libcoreutils_a-se-context.o
2025-08-20T19:11:29.7271307Z [00:03:48.448]➜    CC       lib/libcoreutils_a-se-label.o
2025-08-20T19:11:29.7330309Z [00:03:48.454]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.7331339Z [00:03:48.454]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.7331505Z [00:03:48.454]➜  Thread model: posix
2025-08-20T19:11:29.7331713Z [00:03:48.454]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.7334517Z [00:03:48.454]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.7335304Z [00:03:48.455]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.7335622Z [00:03:48.455]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.7335778Z [00:03:48.455]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.7339384Z [00:03:48.455]➜   (in-process)
2025-08-20T19:11:29.7374309Z [00:03:48.457]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name selinux-at.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-selinux-at.Tpo -MT lib/libcoreutils_a-selinux-at.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-selinux-at.o -x c lib/selinux-at.c
2025-08-20T19:11:29.7374795Z [00:03:48.458]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.7375404Z [00:03:48.458]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.7375587Z [00:03:48.458]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.7375737Z [00:03:48.458]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.7375891Z [00:03:48.458]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.7376042Z [00:03:48.458]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.7376186Z [00:03:48.458]➜  #include "..." search starts here:
2025-08-20T19:11:29.7376335Z [00:03:48.458]➜  #include <...> search starts here:
2025-08-20T19:11:29.7376427Z [00:03:48.458]➜   .
2025-08-20T19:11:29.7376522Z [00:03:48.458]➜   ./lib
2025-08-20T19:11:29.7376616Z [00:03:48.458]➜   src
2025-08-20T19:11:29.7376766Z [00:03:48.458]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.7376881Z [00:03:48.458]➜   /usr/local/include
2025-08-20T19:11:29.7377019Z [00:03:48.458]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.7377133Z [00:03:48.458]➜   /usr/include
2025-08-20T19:11:29.7377245Z [00:03:48.458]➜  End of search list.
2025-08-20T19:11:29.7409437Z [00:03:48.462]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.7415400Z [00:03:48.462]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.7420255Z [00:03:48.463]➜  Thread model: posix
2025-08-20T19:11:29.7420802Z [00:03:48.463]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.7421919Z [00:03:48.463]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.7422436Z [00:03:48.463]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.7429904Z [00:03:48.464]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.7466042Z [00:03:48.467]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.7466525Z [00:03:48.467]➜   (in-process)
2025-08-20T19:11:29.7470621Z [00:03:48.467]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name se-context.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-se-context.Tpo -MT lib/libcoreutils_a-se-context.o -sys-header-deps -MPDebian clang version 19.1.7 (3+b2) -I
2025-08-20T19:11:29.7470896Z [00:03:48.468]➜   Target: .aarch64-unknown-linux-gnu 
2025-08-20T19:11:29.7471055Z [00:03:48.468]➜  -IThread model:  posix./lib
2025-08-20T19:11:29.7471218Z [00:03:48.468]➜   InstalledDir: -I/usr/lib/llvm-19/bin 
2025-08-20T19:11:29.7471559Z [00:03:48.468]➜  lib -I ./lib -I src Found candidate GCC installation: -I/usr/lib/gcc/aarch64-linux-gnu/14 
2025-08-20T19:11:29.7472009Z [00:03:48.468]➜  ./src -internal-isystemSelected GCC installation:  /usr/lib/gcc/aarch64-linux-gnu/14/usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.7472307Z [00:03:48.468]➜   Candidate multilib: -internal-isystem. ;/usr/local/include@ m64-internal-isystem
2025-08-20T19:11:29.7472855Z [00:03:48.468]➜   Selected multilib: /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include. ;-internal-externc-isystem@ m64/usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.7475363Z [00:03:48.468]➜   -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-se-context.o -x c lib/se-context.c
2025-08-20T19:11:29.7475714Z [00:03:48.468]➜   (in-process)
2025-08-20T19:11:29.7482363Z [00:03:48.468]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name getfilecon.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-getfilecon.Tpo -MT lib/libcoreutils_a-getfilecon.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-getfilecon.o -x c lib/getfilecon.c
2025-08-20T19:11:29.7482740Z [00:03:48.468]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.7483038Z [00:03:48.468]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.7483418Z [00:03:48.468]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.7483735Z [00:03:48.468]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.7483903Z [00:03:48.468]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.7484056Z [00:03:48.468]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.7484209Z [00:03:48.468]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.7484349Z [00:03:48.468]➜  #include "..." search starts here:
2025-08-20T19:11:29.7484493Z [00:03:48.468]➜  #include <...> search starts here:
2025-08-20T19:11:29.7484593Z [00:03:48.468]➜   .
2025-08-20T19:11:29.7484691Z [00:03:48.468]➜   ./lib
2025-08-20T19:11:29.7484782Z [00:03:48.468]➜   src
2025-08-20T19:11:29.7484938Z [00:03:48.468]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.7485050Z [00:03:48.468]➜   /usr/local/include
2025-08-20T19:11:29.7485190Z [00:03:48.468]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.7485291Z [00:03:48.468]➜   /usr/include
2025-08-20T19:11:29.7485406Z [00:03:48.468]➜  End of search list.
2025-08-20T19:11:29.7497037Z [00:03:48.471]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.7501921Z [00:03:48.471]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.7502102Z [00:03:48.471]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.7502260Z [00:03:48.471]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.7502409Z [00:03:48.471]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.7502929Z [00:03:48.471]➜  #include "..." search starts here:
2025-08-20T19:11:29.7503081Z [00:03:48.471]➜  #include <...> search starts here:
2025-08-20T19:11:29.7503174Z [00:03:48.471]➜   .
2025-08-20T19:11:29.7503268Z [00:03:48.471]➜   ./lib
2025-08-20T19:11:29.7503360Z [00:03:48.471]➜   src
2025-08-20T19:11:29.7503509Z [00:03:48.471]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.7503623Z [00:03:48.471]➜   /usr/local/include
2025-08-20T19:11:29.7503759Z [00:03:48.471]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.7503865Z [00:03:48.471]➜   /usr/include
2025-08-20T19:11:29.7503984Z [00:03:48.471]➜  End of search list.
2025-08-20T19:11:29.7603831Z [00:03:48.481]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.7613842Z [00:03:48.482]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.7614736Z [00:03:48.482]➜  Thread model: posix
2025-08-20T19:11:29.7615334Z [00:03:48.482]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.7617755Z [00:03:48.482]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.7621230Z [00:03:48.482]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.7624917Z [00:03:48.482]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.7626474Z [00:03:48.482]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.7627445Z [00:03:48.482]➜   (in-process)
2025-08-20T19:11:29.7662889Z [00:03:48.482]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name se-label.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-se-label.Tpo -MT lib/libcoreutils_a-se-label.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-se-label.o -x c lib/se-label.c
2025-08-20T19:11:29.7670898Z [00:03:48.483]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.7671609Z [00:03:48.484]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.7672195Z [00:03:48.484]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.7672538Z [00:03:48.484]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.7672883Z [00:03:48.484]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.7673213Z [00:03:48.484]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.7673534Z [00:03:48.484]➜  #include "..." search starts here:
2025-08-20T19:11:29.7673847Z [00:03:48.484]➜  #include <...> search starts here:
2025-08-20T19:11:29.7674113Z [00:03:48.484]➜   .
2025-08-20T19:11:29.7674307Z [00:03:48.484]➜   ./lib
2025-08-20T19:11:29.7674909Z [00:03:48.484]➜   src
2025-08-20T19:11:29.7675167Z [00:03:48.484]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.7675453Z [00:03:48.484]➜   /usr/local/include
2025-08-20T19:11:29.7675736Z [00:03:48.484]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.7676010Z [00:03:48.484]➜   /usr/include
2025-08-20T19:11:29.7676247Z [00:03:48.484]➜  End of search list.
2025-08-20T19:11:29.7676546Z [00:03:48.485]➜    CC       lib/libcoreutils_a-se-selinux.o
2025-08-20T19:11:29.7676901Z [00:03:48.488]➜    CC       lib/libcoreutils_a-setlocale_null.o
2025-08-20T19:11:29.7818643Z [00:03:48.502]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.7819122Z [00:03:48.502]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.7819430Z [00:03:48.502]➜  Thread model: posix
2025-08-20T19:11:29.7819732Z [00:03:48.502]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.7820161Z [00:03:48.503]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.7826608Z [00:03:48.503]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.7827085Z [00:03:48.503]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.7834794Z [00:03:48.504]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.7835603Z [00:03:48.504]➜   (in-process)
2025-08-20T19:11:29.7843686Z [00:03:48.504]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name se-selinux.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-se-selinux.Tpo -MT lib/libcoreutils_a-se-selinux.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-se-selinux.o -x c lib/se-selinux.c
2025-08-20T19:11:29.7856523Z [00:03:48.507]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.7875131Z [00:03:48.508]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.7875782Z [00:03:48.509]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.7876131Z [00:03:48.509]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.7876465Z [00:03:48.509]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.7876829Z [00:03:48.509]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.7877156Z [00:03:48.509]➜  #include "..." search starts here:
2025-08-20T19:11:29.7877474Z [00:03:48.509]➜  #include <...> search starts here:
2025-08-20T19:11:29.7877744Z [00:03:48.509]➜   .
2025-08-20T19:11:29.7877938Z [00:03:48.509]➜   ./lib
2025-08-20T19:11:29.7878139Z [00:03:48.509]➜   src
2025-08-20T19:11:29.7878891Z [00:03:48.509]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.7879185Z [00:03:48.509]➜   /usr/local/include
2025-08-20T19:11:29.7879463Z [00:03:48.509]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.7879739Z [00:03:48.509]➜   /usr/include
2025-08-20T19:11:29.7879978Z [00:03:48.509]➜  End of search list.
2025-08-20T19:11:29.7882261Z [00:03:48.509]➜    CC       lib/libcoreutils_a-setlocale_null-unlocked.o
2025-08-20T19:11:29.7977970Z [00:03:48.519]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.7978543Z [00:03:48.519]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.7979001Z [00:03:48.519]➜  Thread model: posix
2025-08-20T19:11:29.7979401Z [00:03:48.519]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.7979928Z [00:03:48.519]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.7999354Z [00:03:48.519]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.8000064Z [00:03:48.519]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.8000399Z [00:03:48.519]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.8000829Z [00:03:48.519]➜   (in-process)
2025-08-20T19:11:29.8007878Z [00:03:48.519]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name setlocale_null.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-setlocale_null.Tpo -MT lib/libcoreutils_a-setlocale_null.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-setlocale_null.o -x c lib/setlocale_null.c
2025-08-20T19:11:29.8014239Z [00:03:48.519]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.8014946Z [00:03:48.519]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.8015479Z [00:03:48.519]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.8015819Z [00:03:48.519]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.8016148Z [00:03:48.519]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.8016478Z [00:03:48.519]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.8016801Z [00:03:48.519]➜  #include "..." search starts here:
2025-08-20T19:11:29.8017126Z [00:03:48.519]➜  #include <...> search starts here:
2025-08-20T19:11:29.8017391Z [00:03:48.519]➜   .
2025-08-20T19:11:29.8017585Z [00:03:48.519]➜   ./lib
2025-08-20T19:11:29.8017784Z [00:03:48.519]➜   src
2025-08-20T19:11:29.8018037Z [00:03:48.519]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.8018336Z [00:03:48.519]➜   /usr/local/include
2025-08-20T19:11:29.8018955Z [00:03:48.519]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.8019239Z [00:03:48.519]➜   /usr/include
2025-08-20T19:11:29.8019479Z [00:03:48.519]➜  End of search list.
2025-08-20T19:11:29.8019777Z [00:03:48.519]➜    CC       lib/libcoreutils_a-settime.o
2025-08-20T19:11:29.8020107Z [00:03:48.521]➜    CC       lib/libcoreutils_a-sig2str.o
2025-08-20T19:11:29.8037232Z [00:03:48.525]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.8037690Z [00:03:48.525]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.8039862Z [00:03:48.525]➜  Thread model: posix
2025-08-20T19:11:29.8044223Z [00:03:48.526]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.8061968Z [00:03:48.526]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.8062679Z [00:03:48.526]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.8063178Z [00:03:48.526]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.8063552Z [00:03:48.527]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.8065397Z [00:03:48.528]➜   (in-process)
2025-08-20T19:11:29.8096564Z [00:03:48.530]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name setlocale_null-unlocked.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-setlocale_null-unlocked.Tpo -MT lib/libcoreutils_a-setlocale_null-unlocked.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-setlocale_null-unlocked.o -x c lib/setlocale_null-unlocked.c
2025-08-20T19:11:29.8103564Z [00:03:48.531]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.8106219Z [00:03:48.532]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.8110864Z [00:03:48.532]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.8123332Z [00:03:48.532]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.8123733Z [00:03:48.533]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.8126151Z [00:03:48.533]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.8128419Z [00:03:48.533]➜  #include "..." search starts here:
2025-08-20T19:11:29.8129293Z [00:03:48.533]➜  #include <...> search starts here:
2025-08-20T19:11:29.8129619Z [00:03:48.533]➜   .
2025-08-20T19:11:29.8129826Z [00:03:48.533]➜   ./lib
2025-08-20T19:11:29.8130029Z [00:03:48.533]➜   src
2025-08-20T19:11:29.8130291Z [00:03:48.533]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.8130782Z [00:03:48.533]➜   /usr/local/include
2025-08-20T19:11:29.8131500Z [00:03:48.533]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.8131780Z [00:03:48.533]➜   /usr/include
2025-08-20T19:11:29.8132021Z [00:03:48.533]➜  End of search list.
2025-08-20T19:11:29.8157445Z [00:03:48.537]➜    CC       lib/libcoreutils_a-sig-handler.o
2025-08-20T19:11:29.8203912Z [00:03:48.541]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.8235714Z [00:03:48.544]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.8236424Z [00:03:48.544]➜  Thread model: posix
2025-08-20T19:11:29.8236946Z [00:03:48.544]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.8237567Z [00:03:48.544]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.8238935Z [00:03:48.544]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.8239318Z [00:03:48.544]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.8241406Z [00:03:48.544]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.8241684Z [00:03:48.544]➜   (in-process)
2025-08-20T19:11:29.8248602Z [00:03:48.544]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name settime.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-settime.Tpo -MT lib/libcoreutils_a-settime.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-settime.o -x c lib/settime.c
2025-08-20T19:11:29.8254708Z [00:03:48.545]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.8255417Z [00:03:48.545]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.8255961Z [00:03:48.545]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.8256300Z [00:03:48.545]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.8256630Z [00:03:48.545]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.8256961Z [00:03:48.545]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.8257281Z [00:03:48.545]➜  #include "..." search starts here:
2025-08-20T19:11:29.8257596Z [00:03:48.545]➜  #include <...> search starts here:
2025-08-20T19:11:29.8257862Z [00:03:48.545]➜   .
2025-08-20T19:11:29.8258056Z [00:03:48.545]➜   ./lib
2025-08-20T19:11:29.8258270Z [00:03:48.545]➜   src
2025-08-20T19:11:29.8258523Z [00:03:48.545]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.8258812Z [00:03:48.545]➜   /usr/local/include
2025-08-20T19:11:29.8259094Z [00:03:48.545]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.8259369Z [00:03:48.545]➜   /usr/include
2025-08-20T19:11:29.8259608Z [00:03:48.545]➜  End of search list.
2025-08-20T19:11:29.8284418Z [00:03:48.549]➜    CC       lib/libcoreutils_a-skipchars.o
2025-08-20T19:11:29.8297276Z [00:03:48.551]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.8306688Z [00:03:48.551]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.8307058Z [00:03:48.551]➜  Thread model: posix
2025-08-20T19:11:29.8307366Z [00:03:48.551]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.8313095Z [00:03:48.551]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.8315296Z [00:03:48.551]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.8315742Z [00:03:48.551]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.8316045Z [00:03:48.551]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.8316314Z [00:03:48.552]➜   (in-process)
2025-08-20T19:11:29.8331906Z [00:03:48.554]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name sig2str.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-sig2str.Tpo -MT lib/libcoreutils_a-sig2str.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sig2str.o -x c lib/sig2str.c
2025-08-20T19:11:29.8360832Z [00:03:48.555]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.8361615Z [00:03:48.555]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.8362159Z [00:03:48.555]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.8362504Z [00:03:48.555]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.8363265Z [00:03:48.555]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.8363600Z [00:03:48.555]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.8363922Z [00:03:48.555]➜  #include "..." search starts here:
2025-08-20T19:11:29.8364263Z [00:03:48.555]➜  #include <...> search starts here:
2025-08-20T19:11:29.8364536Z [00:03:48.555]➜   .
2025-08-20T19:11:29.8364731Z [00:03:48.555]➜   ./lib
2025-08-20T19:11:29.8364929Z [00:03:48.555]➜   src
2025-08-20T19:11:29.8365187Z [00:03:48.555]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.8365486Z [00:03:48.555]➜   /usr/local/include
2025-08-20T19:11:29.8365770Z [00:03:48.555]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.8366043Z [00:03:48.555]➜   /usr/include
2025-08-20T19:11:29.8366281Z [00:03:48.555]➜  End of search list.
2025-08-20T19:11:29.8388857Z [00:03:48.560]➜    CC       lib/libcoreutils_a-sockets.o
2025-08-20T19:11:29.8482849Z [00:03:48.568]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.8483903Z [00:03:48.568]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.8484252Z [00:03:48.568]➜  Thread model: posix
2025-08-20T19:11:29.8484554Z [00:03:48.568]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.8484990Z [00:03:48.568]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.8485479Z [00:03:48.568]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.8485847Z [00:03:48.568]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.8486136Z [00:03:48.568]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.8486427Z [00:03:48.568]➜   (in-process)
2025-08-20T19:11:29.8493610Z [00:03:48.569]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name skipchars.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-skipchars.Tpo -MT lib/libcoreutils_a-skipchars.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-skipchars.o -x c lib/skipchars.c
2025-08-20T19:11:29.8499615Z [00:03:48.569]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.8500303Z [00:03:48.569]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.8501040Z [00:03:48.569]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.8501381Z [00:03:48.569]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.8501714Z [00:03:48.569]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.8502045Z [00:03:48.569]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.8502641Z [00:03:48.569]➜  #include "..." search starts here:
2025-08-20T19:11:29.8502956Z [00:03:48.569]➜  #include <...> search starts here:
2025-08-20T19:11:29.8503218Z [00:03:48.569]➜   .
2025-08-20T19:11:29.8503413Z [00:03:48.569]➜   ./lib
2025-08-20T19:11:29.8503616Z [00:03:48.569]➜   src
2025-08-20T19:11:29.8503870Z [00:03:48.569]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.8504181Z [00:03:48.569]➜   /usr/local/include
2025-08-20T19:11:29.8504462Z [00:03:48.569]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.8504738Z [00:03:48.569]➜   /usr/include
2025-08-20T19:11:29.8504998Z [00:03:48.569]➜  End of search list.
2025-08-20T19:11:29.8505330Z [00:03:48.569]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.8505651Z [00:03:48.569]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.8505945Z [00:03:48.569]➜  Thread model: posix
2025-08-20T19:11:29.8506240Z [00:03:48.569]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.8506682Z [00:03:48.569]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.8507172Z [00:03:48.569]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.8507545Z [00:03:48.569]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.8507831Z [00:03:48.569]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.8512586Z [00:03:48.572]➜   (in-process)
2025-08-20T19:11:29.8521614Z [00:03:48.572]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name sig-handler.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-sig-handler.Tpo -MT lib/libcoreutils_a-sig-handler.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sig-handler.o -x c lib/sig-handler.c
2025-08-20T19:11:29.8527649Z [00:03:48.573]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.8528335Z [00:03:48.573]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.8528869Z [00:03:48.573]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.8529206Z [00:03:48.573]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.8529543Z [00:03:48.573]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.8529872Z [00:03:48.573]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.8530195Z [00:03:48.573]➜  #include "..." search starts here:
2025-08-20T19:11:29.8530709Z [00:03:48.573]➜  #include <...> search starts here:
2025-08-20T19:11:29.8531023Z [00:03:48.573]➜   .
2025-08-20T19:11:29.8531460Z [00:03:48.573]➜   ./lib
2025-08-20T19:11:29.8531670Z [00:03:48.573]➜   src
2025-08-20T19:11:29.8531929Z [00:03:48.573]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.8532211Z [00:03:48.573]➜   /usr/local/include
2025-08-20T19:11:29.8532496Z [00:03:48.573]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.8532771Z [00:03:48.573]➜   /usr/include
2025-08-20T19:11:29.8533010Z [00:03:48.573]➜  End of search list.
2025-08-20T19:11:29.8559496Z [00:03:48.577]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.8559873Z [00:03:48.577]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.8560209Z [00:03:48.577]➜  Thread model: posix
2025-08-20T19:11:29.8560609Z [00:03:48.577]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.8561099Z [00:03:48.577]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.8561595Z [00:03:48.577]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.8561969Z [00:03:48.577]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.8562275Z [00:03:48.577]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.8567476Z [00:03:48.578]➜   (in-process)
2025-08-20T19:11:29.8575722Z [00:03:48.578]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name sockets.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-sockets.Tpo -MT lib/libcoreutils_a-sockets.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sockets.o -x c lib/sockets.c
2025-08-20T19:11:29.8602544Z [00:03:48.580]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.8603307Z [00:03:48.580]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.8603849Z [00:03:48.580]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.8604196Z [00:03:48.580]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.8604525Z [00:03:48.580]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.8604855Z [00:03:48.580]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.8605176Z [00:03:48.580]➜  #include "..." search starts here:
2025-08-20T19:11:29.8605503Z [00:03:48.580]➜  #include <...> search starts here:
2025-08-20T19:11:29.8605765Z [00:03:48.580]➜   .
2025-08-20T19:11:29.8605956Z [00:03:48.580]➜   ./lib
2025-08-20T19:11:29.8606154Z [00:03:48.580]➜   src
2025-08-20T19:11:29.8606402Z [00:03:48.580]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.8606693Z [00:03:48.580]➜   /usr/local/include
2025-08-20T19:11:29.8607397Z [00:03:48.580]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.8607675Z [00:03:48.580]➜   /usr/include
2025-08-20T19:11:29.8607913Z [00:03:48.580]➜  End of search list.
2025-08-20T19:11:29.8750720Z [00:03:48.596]➜    CC       lib/libcoreutils_a-stat-time.o
2025-08-20T19:11:29.8862494Z [00:03:48.607]➜    CC       lib/libcoreutils_a-stdlib.o
2025-08-20T19:11:29.8903597Z [00:03:48.611]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.8904569Z [00:03:48.611]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.8905342Z [00:03:48.611]➜  Thread model: posix
2025-08-20T19:11:29.8905703Z [00:03:48.611]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.8906139Z [00:03:48.611]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.8906632Z [00:03:48.611]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.8906999Z [00:03:48.611]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.8907289Z [00:03:48.611]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.8918064Z [00:03:48.613]➜   (in-process)
2025-08-20T19:11:29.8925808Z [00:03:48.613]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stat-time.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-stat-time.Tpo -MT lib/libcoreutils_a-stat-time.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-stat-time.o -x c lib/stat-time.c
2025-08-20T19:11:29.8935762Z [00:03:48.615]➜    CC       lib/libcoreutils_a-mkstemp-safer.o
2025-08-20T19:11:29.8947840Z [00:03:48.616]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.8956617Z [00:03:48.617]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.8957392Z [00:03:48.617]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.8957869Z [00:03:48.617]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.8958293Z [00:03:48.617]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.8958769Z [00:03:48.617]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.8959227Z [00:03:48.617]➜  #include "..." search starts here:
2025-08-20T19:11:29.8959659Z [00:03:48.617]➜  #include <...> search starts here:
2025-08-20T19:11:29.8960028Z [00:03:48.617]➜   .
2025-08-20T19:11:29.8960326Z [00:03:48.617]➜   ./lib
2025-08-20T19:11:29.8960808Z [00:03:48.617]➜   src
2025-08-20T19:11:29.8961171Z [00:03:48.617]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.8961573Z [00:03:48.617]➜   /usr/local/include
2025-08-20T19:11:29.8962469Z [00:03:48.617]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.8962868Z [00:03:48.617]➜   /usr/include
2025-08-20T19:11:29.8963217Z [00:03:48.617]➜  End of search list.
2025-08-20T19:11:29.9033439Z [00:03:48.624]➜    CC       lib/libcoreutils_a-str_endswith.o
2025-08-20T19:11:29.9090803Z [00:03:48.630]➜    CC       lib/libcoreutils_a-strnlen1.o
2025-08-20T19:11:29.9127896Z [00:03:48.634]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.9128496Z [00:03:48.634]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.9128899Z [00:03:48.634]➜  Thread model: posix
2025-08-20T19:11:29.9129345Z [00:03:48.634]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.9129894Z [00:03:48.634]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.9130580Z [00:03:48.634]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.9131091Z [00:03:48.634]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.9131477Z [00:03:48.634]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.9131919Z [00:03:48.634]➜   (in-process)
2025-08-20T19:11:29.9141390Z [00:03:48.635]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mkstemp-safer.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-mkstemp-safer.Tpo -MT lib/libcoreutils_a-mkstemp-safer.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mkstemp-safer.o -x c lib/mkstemp-safer.c
2025-08-20T19:11:29.9147646Z [00:03:48.635]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.9148511Z [00:03:48.636]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.9149197Z [00:03:48.636]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.9149680Z [00:03:48.636]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.9150156Z [00:03:48.636]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.9152772Z [00:03:48.636]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.9153115Z [00:03:48.636]➜  #include "..." search starts here:
2025-08-20T19:11:29.9153432Z [00:03:48.636]➜  #include <...> search starts here:
2025-08-20T19:11:29.9153712Z [00:03:48.636]➜   .
2025-08-20T19:11:29.9153908Z [00:03:48.636]➜   ./lib
2025-08-20T19:11:29.9154111Z [00:03:48.636]➜   src
2025-08-20T19:11:29.9154365Z [00:03:48.636]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.9154657Z [00:03:48.636]➜   /usr/local/include
2025-08-20T19:11:29.9154940Z [00:03:48.636]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.9155655Z [00:03:48.636]➜   /usr/include
2025-08-20T19:11:29.9155906Z [00:03:48.636]➜  End of search list.
2025-08-20T19:11:29.9175599Z [00:03:48.638]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.9175993Z [00:03:48.638]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.9200965Z [00:03:48.640]➜  Thread model: posix
2025-08-20T19:11:29.9201405Z [00:03:48.640]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.9201841Z [00:03:48.640]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.9202367Z [00:03:48.640]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.9202748Z [00:03:48.640]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.9203030Z [00:03:48.640]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.9203294Z [00:03:48.640]➜   (in-process)
2025-08-20T19:11:29.9209756Z [00:03:48.640]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stdlib.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-stdlib.Tpo -MT lib/libcoreutils_a-stdlib.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-stdlib.o -x c lib/stdlib.c
2025-08-20T19:11:29.9216170Z [00:03:48.640]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.9216934Z [00:03:48.640]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.9217469Z [00:03:48.640]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.9217804Z [00:03:48.640]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.9218144Z [00:03:48.640]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.9218474Z [00:03:48.640]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.9218796Z [00:03:48.640]➜  #include "..." search starts here:
2025-08-20T19:11:29.9219111Z [00:03:48.640]➜  #include <...> search starts here:
2025-08-20T19:11:29.9219376Z [00:03:48.640]➜   .
2025-08-20T19:11:29.9219571Z [00:03:48.640]➜   ./lib
2025-08-20T19:11:29.9219774Z [00:03:48.640]➜   src
2025-08-20T19:11:29.9220024Z [00:03:48.640]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.9220322Z [00:03:48.640]➜   /usr/local/include
2025-08-20T19:11:29.9220822Z [00:03:48.640]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.9221100Z [00:03:48.640]➜   /usr/include
2025-08-20T19:11:29.9221335Z [00:03:48.640]➜  End of search list.
2025-08-20T19:11:29.9246080Z [00:03:48.645]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.9246629Z [00:03:48.645]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.9247485Z [00:03:48.645]➜  Thread model: posix
2025-08-20T19:11:29.9247894Z [00:03:48.645]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.9248424Z [00:03:48.645]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.9249031Z [00:03:48.645]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.9249498Z [00:03:48.645]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.9249806Z [00:03:48.645]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.9250173Z [00:03:48.646]➜   (in-process)
2025-08-20T19:11:29.9257869Z [00:03:48.646]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name strnlen1.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-strnlen1.Tpo -MT lib/libcoreutils_a-strnlen1.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-strnlen1.o -x c lib/strnlen1.c
2025-08-20T19:11:29.9263863Z [00:03:48.647]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.9264837Z [00:03:48.648]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.9267459Z [00:03:48.648]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.9267893Z [00:03:48.648]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.9268417Z [00:03:48.648]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.9268756Z [00:03:48.648]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.9269213Z [00:03:48.648]➜  #include "..." search starts here:
2025-08-20T19:11:29.9269647Z [00:03:48.648]➜  #include <...> search starts here:
2025-08-20T19:11:29.9269999Z [00:03:48.648]➜   .
2025-08-20T19:11:29.9270210Z [00:03:48.648]➜   ./lib
2025-08-20T19:11:29.9270608Z [00:03:48.648]➜   src
2025-08-20T19:11:29.9270948Z [00:03:48.648]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.9271251Z [00:03:48.648]➜   /usr/local/include
2025-08-20T19:11:29.9271534Z [00:03:48.648]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.9271808Z [00:03:48.648]➜   /usr/include
2025-08-20T19:11:29.9272228Z [00:03:48.648]➜  End of search list.
2025-08-20T19:11:29.9324634Z [00:03:48.653]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.9325195Z [00:03:48.653]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.9325612Z [00:03:48.653]➜  Thread model: posix
2025-08-20T19:11:29.9326009Z [00:03:48.653]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.9326539Z [00:03:48.653]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.9327591Z [00:03:48.653]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.9328101Z [00:03:48.653]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.9328496Z [00:03:48.653]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.9340060Z [00:03:48.655]➜   (in-process)
2025-08-20T19:11:29.9348395Z [00:03:48.655]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name str_endswith.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-str_endswith.Tpo -MT lib/libcoreutils_a-str_endswith.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-str_endswith.o -x c lib/str_endswith.c
2025-08-20T19:11:29.9373061Z [00:03:48.658]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.9374319Z [00:03:48.658]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.9375334Z [00:03:48.658]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.9375732Z [00:03:48.658]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.9376074Z [00:03:48.658]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.9376828Z [00:03:48.658]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.9377234Z [00:03:48.658]➜  #include "..." search starts here:
2025-08-20T19:11:29.9377555Z [00:03:48.658]➜  #include <...> search starts here:
2025-08-20T19:11:29.9377822Z [00:03:48.658]➜   .
2025-08-20T19:11:29.9378015Z [00:03:48.658]➜   ./lib
2025-08-20T19:11:29.9378215Z [00:03:48.658]➜   src
2025-08-20T19:11:29.9378487Z [00:03:48.658]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.9378788Z [00:03:48.658]➜   /usr/local/include
2025-08-20T19:11:29.9379073Z [00:03:48.658]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.9379349Z [00:03:48.658]➜   /usr/include
2025-08-20T19:11:29.9379590Z [00:03:48.658]➜  End of search list.
2025-08-20T19:11:29.9379890Z [00:03:48.658]➜    CC       lib/libcoreutils_a-strintcmp.o
2025-08-20T19:11:29.9501974Z [00:03:48.671]➜    CC       lib/libcoreutils_a-strnumcmp.o
2025-08-20T19:11:29.9532179Z [00:03:48.674]➜    CC       lib/libcoreutils_a-sys_socket.o
2025-08-20T19:11:29.9552595Z [00:03:48.676]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.9554818Z [00:03:48.676]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.9555172Z [00:03:48.677]➜  Thread model: posix
2025-08-20T19:11:29.9555486Z [00:03:48.677]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.9557994Z [00:03:48.677]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.9559816Z [00:03:48.677]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.9565043Z [00:03:48.678]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.9568499Z [00:03:48.678]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.9575286Z [00:03:48.679]➜   (in-process)
2025-08-20T19:11:29.9603167Z [00:03:48.681]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name strintcmp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-strintcmp.Tpo -MT lib/libcoreutils_a-strintcmp.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-strintcmp.o -x c lib/strintcmp.c
2025-08-20T19:11:29.9622185Z [00:03:48.681]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.9622930Z [00:03:48.681]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.9623464Z [00:03:48.681]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.9623814Z [00:03:48.681]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.9624146Z [00:03:48.681]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.9624830Z [00:03:48.681]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.9625244Z [00:03:48.681]➜  #include "..." search starts here:
2025-08-20T19:11:29.9625570Z [00:03:48.681]➜  #include <...> search starts here:
2025-08-20T19:11:29.9625835Z [00:03:48.681]➜   .
2025-08-20T19:11:29.9626029Z [00:03:48.681]➜   ./lib
2025-08-20T19:11:29.9626245Z [00:03:48.681]➜   src
2025-08-20T19:11:29.9626501Z [00:03:48.681]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.9626794Z [00:03:48.681]➜   /usr/local/include
2025-08-20T19:11:29.9627074Z [00:03:48.681]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.9627348Z [00:03:48.681]➜   /usr/include
2025-08-20T19:11:29.9627587Z [00:03:48.681]➜  End of search list.
2025-08-20T19:11:29.9627889Z [00:03:48.681]➜    CC       lib/libcoreutils_a-targetdir.o
2025-08-20T19:11:29.9647455Z [00:03:48.686]➜    CC       lib/libcoreutils_a-tempname.o
2025-08-20T19:11:29.9694642Z [00:03:48.690]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.9695548Z [00:03:48.690]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.9696356Z [00:03:48.690]➜  Thread model: posix
2025-08-20T19:11:29.9696708Z [00:03:48.691]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.9697205Z [00:03:48.691]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.9697700Z [00:03:48.691]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.9698525Z [00:03:48.691]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.9698821Z [00:03:48.691]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.9699089Z [00:03:48.691]➜   (in-process)
2025-08-20T19:11:29.9708855Z [00:03:48.691]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name strnumcmp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-strnumcmp.Tpo -MT lib/libcoreutils_a-strnumcmp.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-strnumcmp.o -x c lib/strnumcmp.c
2025-08-20T19:11:29.9715142Z [00:03:48.691]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.9715852Z [00:03:48.692]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.9742885Z [00:03:48.695]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.9743315Z [00:03:48.695]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.9743656Z [00:03:48.695]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.9743987Z [00:03:48.695]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.9744643Z [00:03:48.695]➜  #include "..." search starts here:
2025-08-20T19:11:29.9745034Z [00:03:48.695]➜  #include <...> search starts here:
2025-08-20T19:11:29.9745301Z [00:03:48.695]➜   .
2025-08-20T19:11:29.9745496Z [00:03:48.695]➜   ./lib
2025-08-20T19:11:29.9745696Z [00:03:48.695]➜   src
2025-08-20T19:11:29.9745951Z [00:03:48.695]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.9746262Z [00:03:48.695]➜   /usr/local/include
2025-08-20T19:11:29.9746549Z [00:03:48.695]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.9746822Z [00:03:48.695]➜   /usr/include
2025-08-20T19:11:29.9747060Z [00:03:48.695]➜  End of search list.
2025-08-20T19:11:29.9752816Z [00:03:48.696]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.9753189Z [00:03:48.696]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.9753492Z [00:03:48.696]➜  Thread model: posix
2025-08-20T19:11:29.9753785Z [00:03:48.696]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.9754229Z [00:03:48.696]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.9754714Z [00:03:48.696]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.9755084Z [00:03:48.696]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.9755368Z [00:03:48.696]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.9755634Z [00:03:48.696]➜   (in-process)
2025-08-20T19:11:29.9762678Z [00:03:48.696]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name targetdir.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-targetdir.Tpo -MT lib/libcoreutils_a-targetdir.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-targetdir.o -x c lib/targetdir.c
2025-08-20T19:11:29.9768620Z [00:03:48.696]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.9769302Z [00:03:48.696]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.9769834Z [00:03:48.696]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.9770170Z [00:03:48.696]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.9770650Z [00:03:48.696]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.9771044Z [00:03:48.696]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.9771365Z [00:03:48.696]➜  #include "..." search starts here:
2025-08-20T19:11:29.9771679Z [00:03:48.696]➜  #include <...> search starts here:
2025-08-20T19:11:29.9771938Z [00:03:48.696]➜   .
2025-08-20T19:11:29.9772380Z [00:03:48.696]➜   ./lib
2025-08-20T19:11:29.9772648Z [00:03:48.696]➜   src
2025-08-20T19:11:29.9772911Z [00:03:48.696]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.9773202Z [00:03:48.696]➜   /usr/local/include
2025-08-20T19:11:29.9773487Z [00:03:48.696]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.9773758Z [00:03:48.696]➜   /usr/include
2025-08-20T19:11:29.9774009Z [00:03:48.696]➜  End of search list.
2025-08-20T19:11:29.9805714Z [00:03:48.702]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.9806123Z [00:03:48.702]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.9806424Z [00:03:48.702]➜  Thread model: posix
2025-08-20T19:11:29.9811419Z [00:03:48.702]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.9812275Z [00:03:48.702]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.9813157Z [00:03:48.702]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.9813561Z [00:03:48.702]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.9813880Z [00:03:48.702]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.9822855Z [00:03:48.703]➜   (in-process)
2025-08-20T19:11:29.9831156Z [00:03:48.703]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name sys_socket.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-sys_socket.Tpo -MT lib/libcoreutils_a-sys_socket.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sys_socket.o -x c lib/sys_socket.c
2025-08-20T19:11:29.9837901Z [00:03:48.704]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:29.9838897Z [00:03:48.705]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:29.9839917Z [00:03:48.705]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:29.9840306Z [00:03:48.705]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:29.9840936Z [00:03:48.705]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:29.9841280Z [00:03:48.705]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:29.9841602Z [00:03:48.705]➜  #include "..." search starts here:
2025-08-20T19:11:29.9846639Z [00:03:48.706]➜  #include <...> search starts here:
2025-08-20T19:11:29.9848629Z [00:03:48.706]➜   .
2025-08-20T19:11:29.9849870Z [00:03:48.706]➜   ./lib
2025-08-20T19:11:29.9850100Z [00:03:48.706]➜   src
2025-08-20T19:11:29.9853907Z [00:03:48.706]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:29.9854645Z [00:03:48.706]➜   /usr/local/include
2025-08-20T19:11:29.9855262Z [00:03:48.706]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:29.9901874Z [00:03:48.708]➜   /usr/include
2025-08-20T19:11:29.9902815Z [00:03:48.708]➜  End of search list.
2025-08-20T19:11:29.9963147Z [00:03:48.717]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:29.9964753Z [00:03:48.717]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:29.9968107Z [00:03:48.717]➜  Thread model: posix
2025-08-20T19:11:29.9968522Z [00:03:48.718]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:29.9968969Z [00:03:48.718]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.9969482Z [00:03:48.718]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:29.9969859Z [00:03:48.718]➜  Candidate multilib: .;@m64
2025-08-20T19:11:29.9970147Z [00:03:48.718]➜  Selected multilib: .;@m64
2025-08-20T19:11:29.9999847Z [00:03:48.721]➜   (in-process)
2025-08-20T19:11:30.0009450Z [00:03:48.721]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name tempname.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-tempname.Tpo -MT lib/libcoreutils_a-tempname.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-tempname.o -x c lib/tempname.c
2025-08-20T19:11:30.0021180Z [00:03:48.723]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.0024323Z [00:03:48.723]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.0033035Z [00:03:48.724]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.0035863Z [00:03:48.725]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.0038521Z [00:03:48.725]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.0041364Z [00:03:48.725]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.0043846Z [00:03:48.725]➜  #include "..." search starts here:
2025-08-20T19:11:30.0047042Z [00:03:48.726]➜  #include <...> search starts here:
2025-08-20T19:11:30.0047175Z [00:03:48.726]➜   .
2025-08-20T19:11:30.0047278Z [00:03:48.726]➜   ./lib
2025-08-20T19:11:30.0047371Z [00:03:48.726]➜   src
2025-08-20T19:11:30.0047526Z [00:03:48.726]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.0047640Z [00:03:48.726]➜   /usr/local/include
2025-08-20T19:11:30.0047783Z [00:03:48.726]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.0047888Z [00:03:48.726]➜   /usr/include
2025-08-20T19:11:30.0048005Z [00:03:48.726]➜  End of search list.
2025-08-20T19:11:30.0102200Z [00:03:48.731]➜    CC       lib/glthread/libcoreutils_a-threadlib.o
2025-08-20T19:11:30.0154936Z [00:03:48.736]➜    CC       lib/libcoreutils_a-time.o
2025-08-20T19:11:30.0222390Z [00:03:48.743]➜    CC       lib/libcoreutils_a-time_rz.o
2025-08-20T19:11:30.0238918Z [00:03:48.745]➜    CC       lib/libcoreutils_a-timespec.o
2025-08-20T19:11:30.0252551Z [00:03:48.746]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.0252987Z [00:03:48.746]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.0253838Z [00:03:48.746]➜  Thread model: posix
2025-08-20T19:11:30.0254004Z [00:03:48.746]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.0272604Z [00:03:48.748]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.0274536Z [00:03:48.749]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.0276122Z [00:03:48.749]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.0276280Z [00:03:48.749]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.0276397Z [00:03:48.749]➜   (in-process)
2025-08-20T19:11:30.0283234Z [00:03:48.749]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name threadlib.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/glthread/.deps/libcoreutils_a-threadlib.Tpo -MT lib/glthread/libcoreutils_a-threadlib.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/glthread/libcoreutils_a-threadlib.o -x c lib/glthread/threadlib.c
2025-08-20T19:11:30.0283917Z [00:03:48.749]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.0284324Z [00:03:48.749]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.0284495Z [00:03:48.749]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.0284650Z [00:03:48.749]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.0284803Z [00:03:48.749]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.0284957Z [00:03:48.749]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.0285103Z [00:03:48.749]➜  #include "..." search starts here:
2025-08-20T19:11:30.0285244Z [00:03:48.749]➜  #include <...> search starts here:
2025-08-20T19:11:30.0285340Z [00:03:48.749]➜   .
2025-08-20T19:11:30.0285436Z [00:03:48.749]➜   ./lib
2025-08-20T19:11:30.0285529Z [00:03:48.749]➜   src
2025-08-20T19:11:30.0285681Z [00:03:48.749]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.0285797Z [00:03:48.749]➜   /usr/local/include
2025-08-20T19:11:30.0285934Z [00:03:48.749]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.0286040Z [00:03:48.749]➜   /usr/include
2025-08-20T19:11:30.0286383Z [00:03:48.749]➜  End of search list.
2025-08-20T19:11:30.0335323Z [00:03:48.754]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.0335499Z [00:03:48.754]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.0335627Z [00:03:48.754]➜  Thread model: posix
2025-08-20T19:11:30.0335776Z [00:03:48.754]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.0336039Z [00:03:48.754]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.0336308Z [00:03:48.754]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.0336445Z [00:03:48.754]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.0336572Z [00:03:48.754]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.0345282Z [00:03:48.755]➜   (in-process)
2025-08-20T19:11:30.0352203Z [00:03:48.755]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name time.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-time.Tpo -MT lib/libcoreutils_a-time.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-time.o -x c lib/time.c
2025-08-20T19:11:30.0366645Z [00:03:48.757]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.0374448Z [00:03:48.758]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.0375747Z [00:03:48.758]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.0375906Z [00:03:48.758]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.0376094Z [00:03:48.758]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.0376247Z [00:03:48.758]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.0376392Z [00:03:48.758]➜  #include "..." search starts here:
2025-08-20T19:11:30.0376532Z [00:03:48.758]➜  #include <...> search starts here:
2025-08-20T19:11:30.0376628Z [00:03:48.758]➜   .
2025-08-20T19:11:30.0376723Z [00:03:48.758]➜   ./lib
2025-08-20T19:11:30.0376831Z [00:03:48.758]➜   src
2025-08-20T19:11:30.0376984Z [00:03:48.758]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.0377095Z [00:03:48.758]➜   /usr/local/include
2025-08-20T19:11:30.0377236Z [00:03:48.758]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.0377338Z [00:03:48.758]➜   /usr/include
2025-08-20T19:11:30.0377453Z [00:03:48.758]➜  End of search list.
2025-08-20T19:11:30.0518515Z [00:03:48.773]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.0518938Z [00:03:48.773]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.0519353Z [00:03:48.773]➜  Thread model: posix
2025-08-20T19:11:30.0520367Z [00:03:48.773]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.0520931Z [00:03:48.773]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.0521190Z [00:03:48.773]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.0521332Z [00:03:48.773]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.0521485Z [00:03:48.773]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.0527903Z [00:03:48.774]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.0528387Z [00:03:48.774]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.0529284Z [00:03:48.774]➜  Thread model: posix
2025-08-20T19:11:30.0529476Z [00:03:48.774]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.0529733Z [00:03:48.774]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.0529965Z [00:03:48.774]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.0530096Z [00:03:48.774]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.0530247Z [00:03:48.774]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.0533826Z [00:03:48.774]➜   (in-process)
2025-08-20T19:11:30.0545471Z [00:03:48.775]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name timespec.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-timespec.Tpo -MT lib/libcoreutils_a-timespec.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-timespec.o -x c lib/timespec.c
2025-08-20T19:11:30.0547695Z [00:03:48.776]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.0555179Z [00:03:48.776]➜   (in-process)
2025-08-20T19:11:30.0582840Z [00:03:48.778]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name time_rz.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-time_rz.Tpo -MT lib/libcoreutils_a-time_rz.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-time_rz.o -x c lib/time_rz.c
2025-08-20T19:11:30.0583269Z [00:03:48.778]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.0583663Z [00:03:48.778]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.0583835Z [00:03:48.779]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.0583982Z [00:03:48.779]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.0584136Z [00:03:48.779]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.0584473Z [00:03:48.779]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.0584619Z [00:03:48.779]➜  #include "..." search starts here:
2025-08-20T19:11:30.0584760Z [00:03:48.779]➜  #include <...> search starts here:
2025-08-20T19:11:30.0584854Z [00:03:48.779]➜   .
2025-08-20T19:11:30.0584947Z [00:03:48.779]➜   ./lib
2025-08-20T19:11:30.0585037Z [00:03:48.779]➜   src
2025-08-20T19:11:30.0585195Z [00:03:48.779]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.0585310Z [00:03:48.779]➜   /usr/local/include
2025-08-20T19:11:30.0585451Z [00:03:48.779]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.0585563Z [00:03:48.779]➜   /usr/include
2025-08-20T19:11:30.0585679Z [00:03:48.779]➜  End of search list.
2025-08-20T19:11:30.0586055Z [00:03:48.779]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.0586221Z [00:03:48.779]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.0586412Z [00:03:48.779]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.0586582Z [00:03:48.779]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.0586730Z [00:03:48.779]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.0586901Z [00:03:48.779]➜  #include "..." search starts here:
2025-08-20T19:11:30.0587041Z [00:03:48.779]➜  #include <...> search starts here:
2025-08-20T19:11:30.0587133Z [00:03:48.779]➜   .
2025-08-20T19:11:30.0587227Z [00:03:48.779]➜   ./lib
2025-08-20T19:11:30.0587321Z [00:03:48.779]➜   src
2025-08-20T19:11:30.0587469Z [00:03:48.779]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.0587588Z [00:03:48.779]➜   /usr/local/include
2025-08-20T19:11:30.0587725Z [00:03:48.779]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.0587831Z [00:03:48.779]➜   /usr/include
2025-08-20T19:11:30.0587940Z [00:03:48.779]➜  End of search list.
2025-08-20T19:11:30.0596268Z [00:03:48.781]➜    CC       lib/glthread/libcoreutils_a-tls.o
2025-08-20T19:11:30.0668050Z [00:03:48.788]➜    CC       lib/libcoreutils_a-tmpdir.o
2025-08-20T19:11:30.0702952Z [00:03:48.791]➜    CC       lib/libcoreutils_a-u64.o
2025-08-20T19:11:30.0783610Z [00:03:48.799]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.0786492Z [00:03:48.800]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.0786640Z [00:03:48.800]➜  Thread model: posix
2025-08-20T19:11:30.0786807Z [00:03:48.800]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.0787064Z [00:03:48.800]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.0787294Z [00:03:48.800]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.0787767Z [00:03:48.800]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.0787967Z [00:03:48.800]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.0788076Z [00:03:48.800]➜   (in-process)
2025-08-20T19:11:30.0795184Z [00:03:48.800]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name tls.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/glthread/.deps/libcoreutils_a-tls.Tpo -MT lib/glthread/libcoreutils_a-tls.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/glthread/libcoreutils_a-tls.o -x c lib/glthread/tls.c
2025-08-20T19:11:30.0795792Z [00:03:48.800]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.0796183Z [00:03:48.800]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.0796346Z [00:03:48.800]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.0796502Z [00:03:48.800]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.0796650Z [00:03:48.800]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.0796802Z [00:03:48.800]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.0796943Z [00:03:48.800]➜  #include "..." search starts here:
2025-08-20T19:11:30.0797082Z [00:03:48.800]➜  #include <...> search starts here:
2025-08-20T19:11:30.0797177Z [00:03:48.800]➜   .
2025-08-20T19:11:30.0797268Z [00:03:48.800]➜   ./lib
2025-08-20T19:11:30.0797360Z [00:03:48.800]➜   src
2025-08-20T19:11:30.0797507Z [00:03:48.800]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.0797629Z [00:03:48.800]➜   /usr/local/include
2025-08-20T19:11:30.0797765Z [00:03:48.800]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.0797871Z [00:03:48.800]➜   /usr/include
2025-08-20T19:11:30.0797982Z [00:03:48.800]➜  End of search list.
2025-08-20T19:11:30.0922323Z [00:03:48.813]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.0923658Z [00:03:48.813]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.0923868Z [00:03:48.813]➜  Thread model: posix
2025-08-20T19:11:30.0924033Z [00:03:48.813]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.0924300Z [00:03:48.813]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.0924530Z [00:03:48.813]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.0924663Z [00:03:48.813]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.0924793Z [00:03:48.813]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.0952396Z [00:03:48.814]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.0952964Z [00:03:48.814]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.0953162Z [00:03:48.814]➜  Thread model: posix
2025-08-20T19:11:30.0953327Z [00:03:48.814]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.0953620Z [00:03:48.814]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.0953853Z [00:03:48.814]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.0954250Z [00:03:48.814]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.0954394Z [00:03:48.814]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.0954504Z [00:03:48.814]➜   (in-process)
2025-08-20T19:11:30.0961342Z [00:03:48.814]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name tmpdir.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-tmpdir.Tpo -MT lib/libcoreutils_a-tmpdir.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-tmpdir.o -x c lib/tmpdir.c
2025-08-20T19:11:30.0961750Z [00:03:48.815]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.0962131Z [00:03:48.815]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.0962294Z [00:03:48.816]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.0962446Z [00:03:48.816]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.0962597Z [00:03:48.816]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.0962748Z [00:03:48.816]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.0963091Z [00:03:48.816]➜  #include "..." search starts here:
2025-08-20T19:11:30.0963265Z [00:03:48.816]➜  #include <...> search starts here:
2025-08-20T19:11:30.0963359Z [00:03:48.816]➜   .
2025-08-20T19:11:30.0963461Z [00:03:48.816]➜   ./lib
2025-08-20T19:11:30.0963552Z [00:03:48.816]➜   src
2025-08-20T19:11:30.0963703Z [00:03:48.816]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.0964190Z [00:03:48.816]➜   /usr/local/include
2025-08-20T19:11:30.0964381Z [00:03:48.816]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.0964491Z [00:03:48.816]➜   /usr/include
2025-08-20T19:11:30.0964604Z [00:03:48.816]➜  End of search list.
2025-08-20T19:11:30.0964829Z [00:03:48.817]➜   (in-process)
2025-08-20T19:11:30.0978999Z [00:03:48.818]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name u64.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-u64.Tpo -MT lib/libcoreutils_a-u64.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-u64.o -x c lib/u64.c
2025-08-20T19:11:30.0979879Z [00:03:48.819]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.0980356Z [00:03:48.819]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.0981479Z [00:03:48.819]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.0982140Z [00:03:48.819]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.0982317Z [00:03:48.819]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.0982490Z [00:03:48.819]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.0982636Z [00:03:48.819]➜  #include "..." search starts here:
2025-08-20T19:11:30.0998614Z [00:03:48.819]➜  #include <...> search starts here:
2025-08-20T19:11:30.1002659Z [00:03:48.819]➜   .
2025-08-20T19:11:30.1007631Z [00:03:48.819]➜   ./lib
2025-08-20T19:11:30.1012583Z [00:03:48.819]➜   src
2025-08-20T19:11:30.1017589Z [00:03:48.819]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.1023386Z [00:03:48.819]➜   /usr/local/include
2025-08-20T19:11:30.1023897Z [00:03:48.819]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.1024016Z [00:03:48.819]➜   /usr/include
2025-08-20T19:11:30.1024132Z [00:03:48.819]➜  End of search list.
2025-08-20T19:11:30.1075446Z [00:03:48.829]➜    CC       lib/libcoreutils_a-unicodeio.o
2025-08-20T19:11:30.1157496Z [00:03:48.837]➜    CC       lib/libcoreutils_a-unistd.o
2025-08-20T19:11:30.1217527Z [00:03:48.843]➜    CC       lib/libcoreutils_a-dup-safer.o
2025-08-20T19:11:30.1252723Z [00:03:48.846]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.1253572Z [00:03:48.846]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.1254378Z [00:03:48.846]➜  Thread model: posix
2025-08-20T19:11:30.1254577Z [00:03:48.846]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.1254859Z [00:03:48.846]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.1255117Z [00:03:48.846]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.1255256Z [00:03:48.846]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.1255383Z [00:03:48.846]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.1255489Z [00:03:48.846]➜   (in-process)
2025-08-20T19:11:30.1262194Z [00:03:48.846]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name unicodeio.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-unicodeio.Tpo -MT lib/libcoreutils_a-unicodeio.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-unicodeio.o -x c lib/unicodeio.c
2025-08-20T19:11:30.1263022Z [00:03:48.846]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.1263189Z [00:03:48.846]➜    CC       lib/libcoreutils_a-fd-safer.o
2025-08-20T19:11:30.1263569Z [00:03:48.846]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.1263738Z [00:03:48.846]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.1263882Z [00:03:48.846]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.1264045Z [00:03:48.846]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.1264198Z [00:03:48.846]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.1264340Z [00:03:48.846]➜  #include "..." search starts here:
2025-08-20T19:11:30.1264477Z [00:03:48.846]➜  #include <...> search starts here:
2025-08-20T19:11:30.1264570Z [00:03:48.846]➜   .
2025-08-20T19:11:30.1264668Z [00:03:48.846]➜   ./lib
2025-08-20T19:11:30.1264773Z [00:03:48.846]➜   src
2025-08-20T19:11:30.1264923Z [00:03:48.846]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.1265038Z [00:03:48.846]➜   /usr/local/include
2025-08-20T19:11:30.1265176Z [00:03:48.846]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.1265284Z [00:03:48.846]➜   /usr/include
2025-08-20T19:11:30.1265396Z [00:03:48.846]➜  End of search list.
2025-08-20T19:11:30.1382824Z [00:03:48.858]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.1383003Z [00:03:48.858]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.1383134Z [00:03:48.858]➜  Thread model: posix
2025-08-20T19:11:30.1383778Z [00:03:48.858]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.1384166Z [00:03:48.858]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.1384397Z [00:03:48.858]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.1384531Z [00:03:48.858]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.1384681Z [00:03:48.858]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.1384789Z [00:03:48.858]➜   (in-process)
2025-08-20T19:11:30.1391466Z [00:03:48.858]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name unistd.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-unistd.Tpo -MT lib/libcoreutils_a-unistd.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-unistd.o -x c lib/unistd.c
2025-08-20T19:11:30.1392111Z [00:03:48.859]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.1392299Z [00:03:48.860]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.1392444Z [00:03:48.860]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.1392564Z [00:03:48.860]➜  Thread model: posix
2025-08-20T19:11:30.1392710Z [00:03:48.860]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.1392959Z [00:03:48.860]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.1393178Z [00:03:48.860]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.1393308Z [00:03:48.860]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.1393441Z [00:03:48.860]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.1398326Z [00:03:48.861]➜   (in-process)
2025-08-20T19:11:30.1419306Z [00:03:48.862]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name fd-safer.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-fd-safer.Tpo -MT lib/libcoreutils_a-fd-safer.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fd-safer.o -x c lib/fd-safer.c
2025-08-20T19:11:30.1419815Z [00:03:48.862]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.1420207Z [00:03:48.862]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.1420386Z [00:03:48.862]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.1420716Z [00:03:48.862]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.1420923Z [00:03:48.862]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.1421310Z [00:03:48.862]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.1421463Z [00:03:48.862]➜  #include "..." search starts here:
2025-08-20T19:11:30.1421602Z [00:03:48.862]➜  #include <...> search starts here:
2025-08-20T19:11:30.1421695Z [00:03:48.862]➜   .
2025-08-20T19:11:30.1421789Z [00:03:48.862]➜   ./lib
2025-08-20T19:11:30.1421882Z [00:03:48.862]➜   src
2025-08-20T19:11:30.1422033Z [00:03:48.862]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.1422148Z [00:03:48.862]➜   /usr/local/include
2025-08-20T19:11:30.1422283Z [00:03:48.862]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.1422403Z [00:03:48.862]➜   /usr/include
2025-08-20T19:11:30.1422517Z [00:03:48.862]➜  End of search list.
2025-08-20T19:11:30.1457331Z [00:03:48.866]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.1462588Z [00:03:48.867]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.1462800Z [00:03:48.867]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.1462970Z [00:03:48.867]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.1463131Z [00:03:48.867]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.1463271Z [00:03:48.867]➜  #include "..." search starts here:
2025-08-20T19:11:30.1463418Z [00:03:48.867]➜  #include <...> search starts here:
2025-08-20T19:11:30.1463508Z [00:03:48.867]➜   .
2025-08-20T19:11:30.1463606Z [00:03:48.867]➜   ./lib
2025-08-20T19:11:30.1463696Z [00:03:48.867]➜   src
2025-08-20T19:11:30.1463851Z [00:03:48.867]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.1463980Z [00:03:48.867]➜   /usr/local/include
2025-08-20T19:11:30.1464123Z [00:03:48.867]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.1464228Z [00:03:48.867]➜   /usr/include
2025-08-20T19:11:30.1464339Z [00:03:48.867]➜  End of search list.
2025-08-20T19:11:30.1515347Z [00:03:48.872]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.1515630Z [00:03:48.872]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.1515791Z [00:03:48.872]➜  Thread model: posix
2025-08-20T19:11:30.1515939Z [00:03:48.872]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.1516210Z [00:03:48.872]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.1516436Z [00:03:48.872]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.1516573Z [00:03:48.872]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.1516697Z [00:03:48.872]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.1516807Z [00:03:48.873]➜   (in-process)
2025-08-20T19:11:30.1524277Z [00:03:48.873]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name dup-safer.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-dup-safer.Tpo -MT lib/libcoreutils_a-dup-safer.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-dup-safer.o -x c lib/dup-safer.c
2025-08-20T19:11:30.1552720Z [00:03:48.876]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.1555207Z [00:03:48.876]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.1555390Z [00:03:48.876]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.1555541Z [00:03:48.876]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.1555696Z [00:03:48.876]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.1555846Z [00:03:48.876]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.1556008Z [00:03:48.876]➜  #include "..." search starts here:
2025-08-20T19:11:30.1556148Z [00:03:48.876]➜  #include <...> search starts here:
2025-08-20T19:11:30.1556239Z [00:03:48.876]➜   .
2025-08-20T19:11:30.1556330Z [00:03:48.876]➜   ./lib
2025-08-20T19:11:30.1556424Z [00:03:48.876]➜   src
2025-08-20T19:11:30.1556573Z [00:03:48.876]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.1556688Z [00:03:48.876]➜   /usr/local/include
2025-08-20T19:11:30.1556827Z [00:03:48.876]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.1556930Z [00:03:48.876]➜   /usr/include
2025-08-20T19:11:30.1557042Z [00:03:48.876]➜  End of search list.
2025-08-20T19:11:30.1624015Z [00:03:48.883]➜    CC       lib/libcoreutils_a-pipe-safer.o
2025-08-20T19:11:30.1791329Z [00:03:48.900]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.1791571Z [00:03:48.900]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.1791698Z [00:03:48.900]➜  Thread model: posix
2025-08-20T19:11:30.1793302Z [00:03:48.900]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.1793705Z [00:03:48.900]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.1793939Z [00:03:48.900]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.1794074Z [00:03:48.900]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.1794213Z [00:03:48.900]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.1799501Z [00:03:48.901]➜   (in-process)
2025-08-20T19:11:30.1819485Z [00:03:48.902]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name pipe-safer.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-pipe-safer.Tpo -MT lib/libcoreutils_a-pipe-safer.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-pipe-safer.o -x c lib/pipe-safer.c
2025-08-20T19:11:30.1821013Z [00:03:48.902]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.1821975Z [00:03:48.902]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.1822179Z [00:03:48.902]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.1822353Z [00:03:48.902]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.1822513Z [00:03:48.902]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.1822665Z [00:03:48.902]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.1822812Z [00:03:48.902]➜  #include "..." search starts here:
2025-08-20T19:11:30.1822953Z [00:03:48.902]➜  #include <...> search starts here:
2025-08-20T19:11:30.1823056Z [00:03:48.902]➜   .
2025-08-20T19:11:30.1823149Z [00:03:48.902]➜   ./lib
2025-08-20T19:11:30.1823257Z [00:03:48.902]➜   src
2025-08-20T19:11:30.1823406Z [00:03:48.902]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.1823522Z [00:03:48.902]➜   /usr/local/include
2025-08-20T19:11:30.1823660Z [00:03:48.902]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.1823765Z [00:03:48.902]➜   /usr/include
2025-08-20T19:11:30.1823875Z [00:03:48.902]➜  End of search list.
2025-08-20T19:11:30.1913273Z [00:03:48.912]➜    CC       lib/libcoreutils_a-unlinkdir.o
2025-08-20T19:11:30.1913487Z [00:03:48.912]➜    CC       lib/libcoreutils_a-userspec.o
2025-08-20T19:11:30.1937823Z [00:03:48.915]➜    CC       lib/libcoreutils_a-utimecmp.o
2025-08-20T19:11:30.1982574Z [00:03:48.918]➜    CC       lib/libcoreutils_a-utimens.o
2025-08-20T19:11:30.2072242Z [00:03:48.928]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.2073025Z [00:03:48.928]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.2073223Z [00:03:48.928]➜  Thread model: posix
2025-08-20T19:11:30.2073379Z [00:03:48.928]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.2073641Z [00:03:48.928]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.2073872Z [00:03:48.928]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.2074005Z [00:03:48.928]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.2074136Z [00:03:48.928]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.2082433Z [00:03:48.929]➜   (in-process)
2025-08-20T19:11:30.2089785Z [00:03:48.929]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name userspec.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-userspec.Tpo -MT lib/libcoreutils_a-userspec.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-userspec.o -x c lib/userspec.c
2025-08-20T19:11:30.2116443Z [00:03:48.932]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.2116609Z [00:03:48.933]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.2116735Z [00:03:48.933]➜  Thread model: posix
2025-08-20T19:11:30.2116882Z [00:03:48.933]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.2117163Z [00:03:48.933]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.2117398Z [00:03:48.933]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.2117542Z [00:03:48.933]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.2117674Z [00:03:48.933]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.2117989Z [00:03:48.933]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.2118179Z [00:03:48.933]➜  ignoring nonexistent directory " (in-process)
2025-08-20T19:11:30.2118439Z [00:03:48.933]➜  /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.2118644Z [00:03:48.933]➜   "/usr/lib/llignoring nonexistent directory "v/includem"
2025-08-20T19:11:30.2118830Z [00:03:48.933]➜  -19/binignoring duplicate directory "/libc"
2025-08-20T19:11:30.2119215Z [00:03:48.933]➜  lignoring duplicate directory "a./libn"
2025-08-20T19:11:30.2119405Z [00:03:48.933]➜  gignoring duplicate directory ""./src"
2025-08-20T19:11:30.2120181Z [00:03:48.933]➜   -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier #include "..." search starts here:
2025-08-20T19:11:30.2126144Z [00:03:48.933]➜  -discard-value-names#include <...> search starts here:
2025-08-20T19:11:30.2126423Z [00:03:48.933]➜    -main-file-name. 
2025-08-20T19:11:30.2126604Z [00:03:48.933]➜  unlinkdir.c  ./lib-static-define
2025-08-20T19:11:30.2126734Z [00:03:48.933]➜    -mrelocation-modelsrc 
2025-08-20T19:11:30.2126935Z [00:03:48.933]➜  pic  /usr/lib/llvm-19/lib/clang/19/include-pic-level
2025-08-20T19:11:30.2127050Z [00:03:48.933]➜    2/usr/local/include 
2025-08-20T19:11:30.2127305Z [00:03:48.933]➜  -pic-is-pie  -mframe-pointer=non-leaf/usr/include/aarch64-linux-gnu 
2025-08-20T19:11:30.2127474Z [00:03:48.933]➜  -fmath-errno  /usr/include-ffp-contract=on
2025-08-20T19:11:30.2127593Z [00:03:48.933]➜   End of search list.
2025-08-20T19:11:30.2133233Z [00:03:48.933]➜  -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-unlinkdir.Tpo -MT lib/libcoreutils_a-unlinkdir.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-unlinkdir.o -x c lib/unlinkdir.c
2025-08-20T19:11:30.2133707Z [00:03:48.933]➜  Debian clang version 19.1.7 (3+b2)clang -cc1 version 19.1.7
2025-08-20T19:11:30.2133959Z [00:03:48.933]➜   based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.2134111Z [00:03:48.933]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.2134496Z [00:03:48.933]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.2134657Z [00:03:48.933]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.2134820Z [00:03:48.933]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.2134972Z [00:03:48.933]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.2135125Z [00:03:48.933]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.2135262Z [00:03:48.933]➜  #include "..." search starts here:
2025-08-20T19:11:30.2135404Z [00:03:48.933]➜  #include <...> search starts here:
2025-08-20T19:11:30.2135493Z [00:03:48.933]➜   .
2025-08-20T19:11:30.2135600Z [00:03:48.933]➜   ./lib
2025-08-20T19:11:30.2135691Z [00:03:48.933]➜   src
2025-08-20T19:11:30.2135842Z [00:03:48.933]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.2135954Z [00:03:48.933]➜   /usr/local/include
2025-08-20T19:11:30.2136095Z [00:03:48.933]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.2136198Z [00:03:48.933]➜   /usr/include
2025-08-20T19:11:30.2136314Z [00:03:48.933]➜  End of search list.
2025-08-20T19:11:30.2136429Z [00:03:48.934]➜  Thread model: posix
2025-08-20T19:11:30.2136578Z [00:03:48.934]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.2136831Z [00:03:48.934]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.2137055Z [00:03:48.934]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.2137183Z [00:03:48.934]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.2137305Z [00:03:48.934]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.2140005Z [00:03:48.935]➜   (in-process)
2025-08-20T19:11:30.2153675Z [00:03:48.936]➜   "/usr/  CC       lib/libcoreutils_a-vaszprintf.o
2025-08-20T19:11:30.2161601Z [00:03:48.937]➜  lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name utimecmp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-utimecmp.Tpo -MT lib/libcoreutils_a-utimecmp.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-utimecmp.o -x c lib/utimecmp.c
2025-08-20T19:11:30.2163126Z [00:03:48.937]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.2163748Z [00:03:48.937]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.2163916Z [00:03:48.937]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.2164071Z [00:03:48.937]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.2164220Z [00:03:48.937]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.2164598Z [00:03:48.937]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.2164770Z [00:03:48.937]➜  #include "..." search starts here:
2025-08-20T19:11:30.2164927Z [00:03:48.937]➜  #include <...> search starts here:
2025-08-20T19:11:30.2165018Z [00:03:48.937]➜   .
2025-08-20T19:11:30.2165241Z [00:03:48.937]➜   ./lib
2025-08-20T19:11:30.2165357Z [00:03:48.937]➜   src
2025-08-20T19:11:30.2165517Z [00:03:48.937]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.2165630Z [00:03:48.937]➜   /usr/local/include
2025-08-20T19:11:30.2165889Z [00:03:48.937]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.2166028Z [00:03:48.937]➜   /usr/include
2025-08-20T19:11:30.2166242Z [00:03:48.937]➜  End of search list.
2025-08-20T19:11:30.2279472Z [00:03:48.949]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.2279647Z [00:03:48.949]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.2279774Z [00:03:48.949]➜  Thread model: posix
2025-08-20T19:11:30.2281776Z [00:03:48.949]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.2282450Z [00:03:48.949]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.2283254Z [00:03:48.949]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.2283474Z [00:03:48.949]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.2286947Z [00:03:48.950]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.2287072Z [00:03:48.950]➜   (in-process)
2025-08-20T19:11:30.2294006Z [00:03:48.950]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name utimens.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-utimens.Tpo -MT lib/libcoreutils_a-utimens.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-utimens.o -x c lib/utimens.c
2025-08-20T19:11:30.2295932Z [00:03:48.951]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.2296544Z [00:03:48.951]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.2296818Z [00:03:48.951]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.2297342Z [00:03:48.951]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.2298368Z [00:03:48.951]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.2299153Z [00:03:48.951]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.2299322Z [00:03:48.951]➜  #include "..." search starts here:
2025-08-20T19:11:30.2300944Z [00:03:48.951]➜  #include <...> search starts here:
2025-08-20T19:11:30.2301346Z [00:03:48.951]➜   .
2025-08-20T19:11:30.2301491Z [00:03:48.951]➜   ./lib
2025-08-20T19:11:30.2301607Z [00:03:48.951]➜   src
2025-08-20T19:11:30.2301771Z [00:03:48.951]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.2301906Z [00:03:48.951]➜   /usr/local/include
2025-08-20T19:11:30.2302052Z [00:03:48.951]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.2302156Z [00:03:48.951]➜   /usr/include
2025-08-20T19:11:30.2302271Z [00:03:48.951]➜  End of search list.
2025-08-20T19:11:30.2302416Z [00:03:48.951]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.2302564Z [00:03:48.951]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.2302690Z [00:03:48.951]➜  Thread model: posix
2025-08-20T19:11:30.2302841Z [00:03:48.951]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.2303091Z [00:03:48.951]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.2303318Z [00:03:48.951]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.2303447Z [00:03:48.951]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.2303576Z [00:03:48.951]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.2305758Z [00:03:48.952]➜   (in-process)
2025-08-20T19:11:30.2314621Z [00:03:48.952]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name vaszprintf.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-vaszprintf.Tpo -MT lib/libcoreutils_a-vaszprintf.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-vaszprintf.o -x c lib/vaszprintf.c
2025-08-20T19:11:30.2315657Z [00:03:48.953]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.2316787Z [00:03:48.953]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.2318679Z [00:03:48.953]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.2332012Z [00:03:48.953]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.2332196Z [00:03:48.953]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.2332347Z [00:03:48.953]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.2332862Z [00:03:48.953]➜  #include "..." search starts here:
2025-08-20T19:11:30.2333006Z [00:03:48.953]➜  #include <...> search starts here:
2025-08-20T19:11:30.2333100Z [00:03:48.953]➜   .
2025-08-20T19:11:30.2333197Z [00:03:48.953]➜   ./lib
2025-08-20T19:11:30.2333294Z [00:03:48.953]➜   src
2025-08-20T19:11:30.2333444Z [00:03:48.953]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.2333555Z [00:03:48.953]➜   /usr/local/include
2025-08-20T19:11:30.2333696Z [00:03:48.953]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.2333798Z [00:03:48.953]➜   /usr/include
2025-08-20T19:11:30.2333912Z [00:03:48.953]➜  End of search list.
2025-08-20T19:11:30.2668565Z [00:03:48.988]➜    CC       lib/libcoreutils_a-aszprintf.o
2025-08-20T19:11:30.2693076Z [00:03:48.990]➜    CC       lib/libcoreutils_a-version-etc.o
2025-08-20T19:11:30.2844763Z [00:03:49.005]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.2846986Z [00:03:49.006]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.2848356Z [00:03:49.006]➜  Thread model: posix
2025-08-20T19:11:30.2849517Z [00:03:49.006]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.2855594Z [00:03:49.006]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.2856421Z [00:03:49.006]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.2857492Z [00:03:49.006]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.2857946Z [00:03:49.006]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.2859439Z [00:03:49.007]➜   (in-process)
2025-08-20T19:11:30.2867145Z [00:03:49.007]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name version-etc.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-version-etc.Tpo -MT lib/libcoreutils_a-version-etc.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-version-etc.o -x c lib/version-etc.c
2025-08-20T19:11:30.2895555Z [00:03:49.009]➜    CC       lib/libcoreutils_a-version-etc-fsf.o
2025-08-20T19:11:30.2896115Z [00:03:49.009]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.2896574Z [00:03:49.010]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.2896930Z [00:03:49.010]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.2901892Z [00:03:49.011]➜  Thread model: posix
2025-08-20T19:11:30.2902220Z [00:03:49.011]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.2906948Z [00:03:49.011]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.2907463Z [00:03:49.011]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.2908217Z [00:03:49.012]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.2908509Z [00:03:49.012]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.2909805Z [00:03:49.012]➜   (in-process)
2025-08-20T19:11:30.2915207Z [00:03:49.013]➜   "/usr/lib/llvm  CC       lib/libcoreutils_a-vfzprintf.o
2025-08-20T19:11:30.2940321Z [00:03:49.014]➜  -19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name aszprintf.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-aszprintf.Tpo -MT lib/libcoreutils_a-aszprintf.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-aszprintf.o -x c lib/aszprintf.c
2025-08-20T19:11:30.2973082Z [00:03:49.018]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.2973828Z [00:03:49.018]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.2974280Z [00:03:49.018]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.2974751Z [00:03:49.018]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.2975183Z [00:03:49.018]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.2975876Z [00:03:49.018]➜  #include "..." search starts here:
2025-08-20T19:11:30.2976373Z [00:03:49.018]➜  #include <...> search starts here:
2025-08-20T19:11:30.2976724Z [00:03:49.018]➜   .
2025-08-20T19:11:30.2977006Z [00:03:49.018]➜   ./lib
2025-08-20T19:11:30.2977302Z [00:03:49.018]➜   src
2025-08-20T19:11:30.2977656Z [00:03:49.018]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.2978033Z [00:03:49.018]➜   /usr/local/include
2025-08-20T19:11:30.2978475Z [00:03:49.018]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.2978865Z [00:03:49.018]➜   /usr/include
2025-08-20T19:11:30.2979197Z [00:03:49.018]➜  End of search list.
2025-08-20T19:11:30.2979742Z [00:03:49.018]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.2981543Z [00:03:49.018]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.2982100Z [00:03:49.018]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.2982466Z [00:03:49.018]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.2982800Z [00:03:49.018]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.2983133Z [00:03:49.018]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.2983457Z [00:03:49.018]➜  #include "..." search starts here:
2025-08-20T19:11:30.2983776Z [00:03:49.018]➜  #include <...> search starts here:
2025-08-20T19:11:30.2984385Z [00:03:49.018]➜   .
2025-08-20T19:11:30.2984589Z [00:03:49.018]➜   ./lib
2025-08-20T19:11:30.2984791Z [00:03:49.018]➜   src
2025-08-20T19:11:30.2985048Z [00:03:49.018]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.2985338Z [00:03:49.018]➜   /usr/local/include
2025-08-20T19:11:30.2985620Z [00:03:49.018]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.2985898Z [00:03:49.018]➜   /usr/include
2025-08-20T19:11:30.2986139Z [00:03:49.018]➜  End of search list.
2025-08-20T19:11:30.3057517Z [00:03:49.027]➜    CC       lib/libcoreutils_a-vsnzprintf.o
2025-08-20T19:11:30.3151332Z [00:03:49.036]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.3158473Z [00:03:49.036]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.3158815Z [00:03:49.037]➜  Thread model: posix
2025-08-20T19:11:30.3159117Z [00:03:49.037]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.3159554Z [00:03:49.037]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.3160073Z [00:03:49.037]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.3160630Z [00:03:49.037]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.3160975Z [00:03:49.037]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.3162559Z [00:03:49.037]➜   (in-process)
2025-08-20T19:11:30.3178702Z [00:03:49.038]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name vfzprintf.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-vfzprintf.Tpo -MT lib/libcoreutils_a-vfzprintf.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-vfzprintf.o -x c lib/vfzprintf.c
2025-08-20T19:11:30.3186756Z [00:03:49.039]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.3189108Z [00:03:49.040]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.3190694Z [00:03:49.040]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.3194048Z [00:03:49.040]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.3194813Z [00:03:49.040]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.3197368Z [00:03:49.040]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.3199106Z [00:03:49.040]➜  #include "..." search starts here:
2025-08-20T19:11:30.3199577Z [00:03:49.040]➜  #include <...> search starts here:
2025-08-20T19:11:30.3200021Z [00:03:49.040]➜   .
2025-08-20T19:11:30.3200346Z [00:03:49.040]➜   ./lib
2025-08-20T19:11:30.3200828Z [00:03:49.040]➜   src
2025-08-20T19:11:30.3201799Z [00:03:49.040]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.3202494Z [00:03:49.040]➜   /usr/local/include
2025-08-20T19:11:30.3203391Z [00:03:49.040]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.3203981Z [00:03:49.040]➜   /usr/include
2025-08-20T19:11:30.3204374Z [00:03:49.040]➜  End of search list.
2025-08-20T19:11:30.3206950Z [00:03:49.042]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.3207289Z [00:03:49.042]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.3207587Z [00:03:49.042]➜  Thread model: posix
2025-08-20T19:11:30.3212887Z [00:03:49.042]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.3213440Z [00:03:49.042]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.3213937Z [00:03:49.042]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.3214314Z [00:03:49.042]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.3214603Z [00:03:49.042]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.3214914Z [00:03:49.042]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.3215234Z [00:03:49.042]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.3215531Z [00:03:49.042]➜  Thread model: posix
2025-08-20T19:11:30.3215828Z [00:03:49.042]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.3216250Z [00:03:49.042]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.3216734Z [00:03:49.042]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.3217105Z [00:03:49.042]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.3217395Z [00:03:49.042]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.3217685Z [00:03:49.042]➜   (in-process)
2025-08-20T19:11:30.3224649Z [00:03:49.042]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name vsnzprintf.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-vsnzprintf.Tpo -MT lib/libcoreutils_a-vsnzprintf.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-vsnzprintf.o -x c lib/vsnzprintf.c
2025-08-20T19:11:30.3232211Z [00:03:49.044]➜   (in-process)
2025-08-20T19:11:30.3239396Z [00:03:49.044]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name version-etc-fsf.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-version-etc-fsf.Tpo -MT lib/libcoreutils_a-version-etc-fsf.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-version-etc-fsf.o -x c lib/version-etc-fsf.c
2025-08-20T19:11:30.3247527Z [00:03:49.044]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.3248751Z [00:03:49.046]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.3249746Z [00:03:49.046]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.3250669Z [00:03:49.046]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.3251532Z [00:03:49.046]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.3252326Z [00:03:49.046]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.3253618Z [00:03:49.046]➜  #include "..." search starts here:
2025-08-20T19:11:30.3254445Z [00:03:49.046]➜  #include <...> search starts here:
2025-08-20T19:11:30.3255144Z [00:03:49.046]➜   .
2025-08-20T19:11:30.3255850Z [00:03:49.046]➜   ./lib
2025-08-20T19:11:30.3256511Z [00:03:49.046]➜   src
2025-08-20T19:11:30.3257258Z [00:03:49.046]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.3258006Z [00:03:49.046]➜   /usr/local/include
2025-08-20T19:11:30.3258625Z [00:03:49.046]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.3259256Z [00:03:49.046]➜   /usr/include
2025-08-20T19:11:30.3259688Z [00:03:49.046]➜  End of search list.
2025-08-20T19:11:30.3260727Z [00:03:49.046]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.3261908Z [00:03:49.046]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.3262923Z [00:03:49.046]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.3263710Z [00:03:49.046]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.3264497Z [00:03:49.046]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.3265208Z [00:03:49.046]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.3265817Z [00:03:49.046]➜  #include "..." search starts here:
2025-08-20T19:11:30.3266460Z [00:03:49.046]➜  #include <...> search starts here:
2025-08-20T19:11:30.3266972Z [00:03:49.046]➜   .
2025-08-20T19:11:30.3267330Z [00:03:49.046]➜   ./lib
2025-08-20T19:11:30.3267654Z [00:03:49.046]➜   src
2025-08-20T19:11:30.3268057Z [00:03:49.046]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.3268624Z [00:03:49.046]➜   /usr/local/include
2025-08-20T19:11:30.3269179Z [00:03:49.046]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.3269728Z [00:03:49.046]➜   /usr/include
2025-08-20T19:11:30.3270240Z [00:03:49.046]➜  End of search list.
2025-08-20T19:11:30.3270919Z [00:03:49.046]➜    CC       lib/libcoreutils_a-vzprintf.o
2025-08-20T19:11:30.3503052Z [00:03:49.068]➜    CC       lib/libcoreutils_a-wctype-h.o
2025-08-20T19:11:30.3506519Z [00:03:49.072]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.3511023Z [00:03:49.072]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.3512592Z [00:03:49.072]➜  Thread model: posix
2025-08-20T19:11:30.3513928Z [00:03:49.072]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.3515179Z [00:03:49.072]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.3516003Z [00:03:49.073]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.3517357Z [00:03:49.073]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.3518260Z [00:03:49.073]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.3519071Z [00:03:49.073]➜   (in-process)
2025-08-20T19:11:30.3551553Z [00:03:49.075]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name vzprintf.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-vzprintf.Tpo -MT lib/libcoreutils_a-vzprintf.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-vzprintf.o -x c lib/vzprintf.c
2025-08-20T19:11:30.3558123Z [00:03:49.077]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.3559237Z [00:03:49.077]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.3559939Z [00:03:49.077]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.3560370Z [00:03:49.077]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.3561024Z [00:03:49.077]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.3561517Z [00:03:49.077]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.3561922Z [00:03:49.077]➜  #include "..." search starts here:
2025-08-20T19:11:30.3562397Z [00:03:49.077]➜  #include <...> search starts here:
2025-08-20T19:11:30.3562754Z [00:03:49.077]➜   .
2025-08-20T19:11:30.3563034Z [00:03:49.077]➜   ./lib
2025-08-20T19:11:30.3563322Z [00:03:49.077]➜   src
2025-08-20T19:11:30.3563663Z [00:03:49.077]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.3564063Z [00:03:49.077]➜   /usr/local/include
2025-08-20T19:11:30.3564455Z [00:03:49.077]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.3565699Z [00:03:49.077]➜   /usr/include
2025-08-20T19:11:30.3565953Z [00:03:49.077]➜  End of search list.
2025-08-20T19:11:30.3594073Z [00:03:49.080]➜    CC       lib/libcoreutils_a-write-any-file.o
2025-08-20T19:11:30.3641125Z [00:03:49.085]➜    CC       lib/libcoreutils_a-xalignalloc.o
2025-08-20T19:11:30.3690426Z [00:03:49.090]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.3692192Z [00:03:49.090]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.3693049Z [00:03:49.090]➜  Thread model: posix
2025-08-20T19:11:30.3695078Z [00:03:49.090]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.3695670Z [00:03:49.090]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.3696506Z [00:03:49.090]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.3697251Z [00:03:49.090]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.3697771Z [00:03:49.090]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.3698280Z [00:03:49.090]➜   (in-process)
2025-08-20T19:11:30.3705215Z [00:03:49.091]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name wctype-h.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-wctype-h.Tpo -MT lib/libcoreutils_a-wctype-h.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-wctype-h.o -x c lib/wctype-h.c
2025-08-20T19:11:30.3718680Z [00:03:49.092]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.3719778Z [00:03:49.092]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.3720396Z [00:03:49.092]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.3720908Z [00:03:49.092]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.3721242Z [00:03:49.092]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.3721578Z [00:03:49.092]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.3721911Z [00:03:49.092]➜  #include "..." search starts here:
2025-08-20T19:11:30.3722224Z [00:03:49.093]➜  #include <...> search starts here:
2025-08-20T19:11:30.3722489Z [00:03:49.093]➜   .
2025-08-20T19:11:30.3722681Z [00:03:49.093]➜   ./lib
2025-08-20T19:11:30.3722876Z [00:03:49.093]➜   src
2025-08-20T19:11:30.3723131Z [00:03:49.093]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.3723429Z [00:03:49.093]➜   /usr/local/include
2025-08-20T19:11:30.3723713Z [00:03:49.093]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.3723990Z [00:03:49.093]➜   /usr/include
2025-08-20T19:11:30.3724242Z [00:03:49.093]➜  End of search list.
2025-08-20T19:11:30.3764685Z [00:03:49.097]➜    CC       lib/libcoreutils_a-xmalloc.o
2025-08-20T19:11:30.3791857Z [00:03:49.100]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.3793795Z [00:03:49.100]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.3794111Z [00:03:49.100]➜  Thread model: posix
2025-08-20T19:11:30.3794876Z [00:03:49.100]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.3795311Z [00:03:49.100]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.3795800Z [00:03:49.100]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.3796177Z [00:03:49.100]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.3796463Z [00:03:49.100]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.3806942Z [00:03:49.102]➜   (in-process)
2025-08-20T19:11:30.3814746Z [00:03:49.102]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name write-any-file.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-write-any-file.Tpo -MT lib/libcoreutils_a-write-any-file.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-write-any-file.o -x c lib/write-any-file.c
2025-08-20T19:11:30.3854079Z [00:03:49.106]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.3855910Z [00:03:49.106]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.3857414Z [00:03:49.106]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.3859109Z [00:03:49.106]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.3860688Z [00:03:49.106]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.3861057Z [00:03:49.106]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.3861382Z [00:03:49.107]➜  #include "..." search starts here:
2025-08-20T19:11:30.3861694Z [00:03:49.107]➜  #include <...> search starts here:
2025-08-20T19:11:30.3862448Z [00:03:49.107]➜   .
2025-08-20T19:11:30.3862650Z [00:03:49.107]➜   ./lib
2025-08-20T19:11:30.3862851Z [00:03:49.107]➜   src
2025-08-20T19:11:30.3863110Z [00:03:49.107]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.3863403Z [00:03:49.107]➜   /usr/local/include
2025-08-20T19:11:30.3863685Z [00:03:49.107]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.3863963Z [00:03:49.107]➜   /usr/include
2025-08-20T19:11:30.3864205Z [00:03:49.107]➜  End of search list.
2025-08-20T19:11:30.3894554Z [00:03:49.110]➜    CC       lib/libcoreutils_a-xalloc-die.o
2025-08-20T19:11:30.3895505Z [00:03:49.111]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.3896130Z [00:03:49.111]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.3896658Z [00:03:49.111]➜  Thread model: posix
2025-08-20T19:11:30.3896980Z [00:03:49.111]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.3897618Z [00:03:49.111]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.3898138Z [00:03:49.111]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.3898510Z [00:03:49.111]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.3898800Z [00:03:49.111]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.3899066Z [00:03:49.111]➜   (in-process)
2025-08-20T19:11:30.3907329Z [00:03:49.111]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xalignalloc.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xalignalloc.Tpo -MT lib/libcoreutils_a-xalignalloc.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xalignalloc.o -x c lib/xalignalloc.c
2025-08-20T19:11:30.3914077Z [00:03:49.112]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.3920144Z [00:03:49.113]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.3922496Z [00:03:49.113]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.3944352Z [00:03:49.115]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.3945235Z [00:03:49.115]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.3945652Z [00:03:49.115]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.3945985Z [00:03:49.115]➜  #include "..." search starts here:
2025-08-20T19:11:30.3946302Z [00:03:49.115]➜  #include <...> search starts here:
2025-08-20T19:11:30.3946568Z [00:03:49.115]➜   .
2025-08-20T19:11:30.3946759Z [00:03:49.115]➜   ./lib
2025-08-20T19:11:30.3947387Z [00:03:49.115]➜   src
2025-08-20T19:11:30.3947660Z [00:03:49.115]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.3947954Z [00:03:49.115]➜   /usr/local/include
2025-08-20T19:11:30.3948237Z [00:03:49.115]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.3948514Z [00:03:49.115]➜   /usr/include
2025-08-20T19:11:30.3948756Z [00:03:49.115]➜  End of search list.
2025-08-20T19:11:30.4013600Z [00:03:49.122]➜    CC       lib/libcoreutils_a-xbinary-io.o
2025-08-20T19:11:30.4076761Z [00:03:49.129]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.4077180Z [00:03:49.129]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.4077538Z [00:03:49.129]➜  Thread model: posix
2025-08-20T19:11:30.4077833Z [00:03:49.129]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.4078263Z [00:03:49.129]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.4078754Z [00:03:49.129]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.4079151Z [00:03:49.129]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.4079439Z [00:03:49.129]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.4081094Z [00:03:49.129]➜   (in-process)
2025-08-20T19:11:30.4088550Z [00:03:49.129]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xmalloc.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xmalloc.Tpo -MT lib/libcoreutils_a-xmalloc.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xmalloc.o -x c lib/xmalloc.c
2025-08-20T19:11:30.4094658Z [00:03:49.130]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.4116622Z [00:03:49.133]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.4117244Z [00:03:49.133]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.4117592Z [00:03:49.133]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.4117934Z [00:03:49.133]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.4118275Z [00:03:49.133]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.4118594Z [00:03:49.133]➜  #include "..." search starts here:
2025-08-20T19:11:30.4118935Z [00:03:49.133]➜  #include <...> search starts here:
2025-08-20T19:11:30.4119205Z [00:03:49.133]➜   .
2025-08-20T19:11:30.4119400Z [00:03:49.133]➜   ./lib
2025-08-20T19:11:30.4119601Z [00:03:49.133]➜   src
2025-08-20T19:11:30.4119855Z [00:03:49.133]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.4120146Z [00:03:49.133]➜   /usr/local/include
2025-08-20T19:11:30.4121254Z [00:03:49.133]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.4121601Z [00:03:49.133]➜   /usr/include
2025-08-20T19:11:30.4121840Z [00:03:49.133]➜  End of search list.
2025-08-20T19:11:30.4158398Z [00:03:49.137]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.4158818Z [00:03:49.137]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.4159117Z [00:03:49.137]➜  Thread model: posix
2025-08-20T19:11:30.4159410Z [00:03:49.137]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.4159831Z [00:03:49.137]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.4160339Z [00:03:49.137]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.4160892Z [00:03:49.137]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.4161183Z [00:03:49.137]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.4162618Z [00:03:49.137]➜   (in-process)
2025-08-20T19:11:30.4169825Z [00:03:49.137]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xbinary-io.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xbinary-io.Tpo -MT lib/libcoreutils_a-xbinary-io.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xbinary-io.o -x c lib/xbinary-io.c
2025-08-20T19:11:30.4176163Z [00:03:49.138]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.4176856Z [00:03:49.138]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.4177408Z [00:03:49.138]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.4177747Z [00:03:49.138]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.4178074Z [00:03:49.138]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.4178403Z [00:03:49.138]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.4178725Z [00:03:49.138]➜  #include "..." search starts here:
2025-08-20T19:11:30.4179041Z [00:03:49.138]➜  #include <...> search starts here:
2025-08-20T19:11:30.4179302Z [00:03:49.138]➜   .
2025-08-20T19:11:30.4179497Z [00:03:49.138]➜   ./lib
2025-08-20T19:11:30.4179702Z [00:03:49.138]➜   src
2025-08-20T19:11:30.4179964Z [00:03:49.138]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.4180256Z [00:03:49.138]➜   /usr/local/include
2025-08-20T19:11:30.4180937Z [00:03:49.138]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.4181241Z [00:03:49.138]➜   /usr/include
2025-08-20T19:11:30.4181775Z [00:03:49.138]➜  End of search list.
2025-08-20T19:11:30.4198200Z [00:03:49.141]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.4198967Z [00:03:49.141]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.4199268Z [00:03:49.141]➜  Thread model: posix
2025-08-20T19:11:30.4199562Z [00:03:49.141]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.4199988Z [00:03:49.141]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.4200617Z [00:03:49.141]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.4201055Z [00:03:49.141]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.4201342Z [00:03:49.141]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.4210331Z [00:03:49.142]➜   (in-process)
2025-08-20T19:11:30.4217660Z [00:03:49.142]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xalloc-die.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xalloc-die.Tpo -MT lib/libcoreutils_a-xalloc-die.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xalloc-die.o -x c lib/xalloc-die.c
2025-08-20T19:11:30.4233101Z [00:03:49.144]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.4240650Z [00:03:49.145]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.4243416Z [00:03:49.145]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.4243795Z [00:03:49.145]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.4244132Z [00:03:49.145]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.4244482Z [00:03:49.145]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.4244805Z [00:03:49.145]➜  #include "..." search starts here:
2025-08-20T19:11:30.4245120Z [00:03:49.145]➜  #include <...> search starts here:
2025-08-20T19:11:30.4245388Z [00:03:49.145]➜   .
2025-08-20T19:11:30.4245583Z [00:03:49.145]➜   ./lib
2025-08-20T19:11:30.4245995Z [00:03:49.145]➜   src
2025-08-20T19:11:30.4267012Z [00:03:49.145]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.4267337Z [00:03:49.145]➜   /usr/local/include
2025-08-20T19:11:30.4267627Z [00:03:49.145]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.4267931Z [00:03:49.145]➜   /usr/include
2025-08-20T19:11:30.4268173Z [00:03:49.145]➜  End of search list.
2025-08-20T19:11:30.4271499Z [00:03:49.146]➜    CC       lib/libcoreutils_a-xdectoimax.o
2025-08-20T19:11:30.4324139Z [00:03:49.153]➜    CC       lib/libcoreutils_a-xdectoumax.o
2025-08-20T19:11:30.4421745Z [00:03:49.163]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.4422473Z [00:03:49.163]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.4424422Z [00:03:49.163]➜  Thread model: posix
2025-08-20T19:11:30.4424735Z [00:03:49.163]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.4425163Z [00:03:49.163]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.4425660Z [00:03:49.163]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.4426037Z [00:03:49.163]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.4426326Z [00:03:49.163]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.4437538Z [00:03:49.165]➜   (in-process)
2025-08-20T19:11:30.4451379Z [00:03:49.165]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xdectoimax.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xdectoimax.Tpo -MT lib/libcoreutils_a-xdectoimax.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xdectoimax.o -x c lib/xdectoimax.c
2025-08-20T19:11:30.4481747Z [00:03:49.168]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.4483045Z [00:03:49.168]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.4483760Z [00:03:49.168]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.4484236Z [00:03:49.168]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.4484663Z [00:03:49.168]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.4485089Z [00:03:49.168]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.4485565Z [00:03:49.168]➜  #include "..." search starts here:
2025-08-20T19:11:30.4485968Z [00:03:49.168]➜  #include <...> search starts here:
2025-08-20T19:11:30.4486334Z [00:03:49.168]➜   .
2025-08-20T19:11:30.4486623Z [00:03:49.168]➜   ./lib
2025-08-20T19:11:30.4486914Z [00:03:49.168]➜   src
2025-08-20T19:11:30.4487252Z [00:03:49.168]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.4487635Z [00:03:49.168]➜   /usr/local/include
2025-08-20T19:11:30.4488009Z [00:03:49.168]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.4488496Z [00:03:49.168]➜   /usr/include
2025-08-20T19:11:30.4489610Z [00:03:49.168]➜  End of search list.
2025-08-20T19:11:30.4587697Z [00:03:49.180]➜    CC       lib/libcoreutils_a-xfts.o
2025-08-20T19:11:30.4610267Z [00:03:49.182]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.4611631Z [00:03:49.182]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.4612580Z [00:03:49.182]➜  Thread model: posix
2025-08-20T19:11:30.4613517Z [00:03:49.182]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.4614472Z [00:03:49.182]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.4614989Z [00:03:49.182]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.4615373Z [00:03:49.182]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.4615667Z [00:03:49.182]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.4644708Z [00:03:49.185]➜   (in-process)
2025-08-20T19:11:30.4722695Z [00:03:49.192]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xdectoumax.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xdectoumax.Tpo -MT lib/libcoreutils_a-xdectoumax.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xdectoumax.o -x c lib/xdectoumax.c
2025-08-20T19:11:30.4729120Z [00:03:49.193]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.4729933Z [00:03:49.193]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.4730690Z [00:03:49.193]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.4731622Z [00:03:49.193]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.4732136Z [00:03:49.193]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.4732552Z [00:03:49.193]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.4732973Z [00:03:49.193]➜  #include "..." search starts here:
2025-08-20T19:11:30.4733394Z [00:03:49.193]➜  #include <...> search starts here:
2025-08-20T19:11:30.4733751Z [00:03:49.193]➜   .
2025-08-20T19:11:30.4734024Z [00:03:49.193]➜   ./lib
2025-08-20T19:11:30.4734330Z [00:03:49.193]➜   src
2025-08-20T19:11:30.4734669Z [00:03:49.193]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.4735041Z [00:03:49.193]➜   /usr/local/include
2025-08-20T19:11:30.4735405Z [00:03:49.193]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.4735800Z [00:03:49.193]➜   /usr/include
2025-08-20T19:11:30.4736143Z [00:03:49.193]➜  End of search list.
2025-08-20T19:11:30.4753928Z [00:03:49.196]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.4757568Z [00:03:49.196]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.4757910Z [00:03:49.196]➜  Thread model: posix
2025-08-20T19:11:30.4758208Z [00:03:49.196]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.4758634Z [00:03:49.196]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.4759133Z [00:03:49.196]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.4759926Z [00:03:49.196]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.4760216Z [00:03:49.196]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.4760740Z [00:03:49.197]➜   (in-process)
2025-08-20T19:11:30.4769410Z [00:03:49.197]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xfts.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xfts.Tpo -MT lib/libcoreutils_a-xfts.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xfts.o -x c lib/xfts.c
2025-08-20T19:11:30.4775376Z [00:03:49.197]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.4780652Z [00:03:49.198]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.4781246Z [00:03:49.198]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.4783596Z [00:03:49.198]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.4783929Z [00:03:49.198]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.4784262Z [00:03:49.198]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.4784586Z [00:03:49.198]➜  #include "..." search starts here:
2025-08-20T19:11:30.4785303Z [00:03:49.198]➜  #include <...> search starts here:
2025-08-20T19:11:30.4785642Z [00:03:49.198]➜   .
2025-08-20T19:11:30.4785843Z [00:03:49.198]➜   ./lib
2025-08-20T19:11:30.4786044Z [00:03:49.198]➜   src
2025-08-20T19:11:30.4786298Z [00:03:49.198]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.4786590Z [00:03:49.198]➜   /usr/local/include
2025-08-20T19:11:30.4786886Z [00:03:49.198]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.4787163Z [00:03:49.198]➜   /usr/include
2025-08-20T19:11:30.4787399Z [00:03:49.198]➜  End of search list.
2025-08-20T19:11:30.4787703Z [00:03:49.199]➜    CC       lib/libcoreutils_a-xgetcwd.o
2025-08-20T19:11:30.4986034Z [00:03:49.220]➜    CC       lib/libcoreutils_a-xgetgroups.o
2025-08-20T19:11:30.5007484Z [00:03:49.222]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.5008160Z [00:03:49.222]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.5008708Z [00:03:49.222]➜  Thread model: posix
2025-08-20T19:11:30.5009762Z [00:03:49.222]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.5011768Z [00:03:49.222]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.5012694Z [00:03:49.222]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.5013412Z [00:03:49.222]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.5015128Z [00:03:49.222]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.5032695Z [00:03:49.224]➜   (in-process)
2025-08-20T19:11:30.5039588Z [00:03:49.224]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xgetcwd.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xgetcwd.Tpo -MT lib/libcoreutils_a-xgetcwd.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xgetcwd.o -x c lib/xgetcwd.c
2025-08-20T19:11:30.5051531Z [00:03:49.226]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.5052474Z [00:03:49.226]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.5053104Z [00:03:49.226]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.5053566Z [00:03:49.226]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.5053991Z [00:03:49.226]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.5054418Z [00:03:49.226]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.5054872Z [00:03:49.226]➜  #include "..." search starts here:
2025-08-20T19:11:30.5055271Z [00:03:49.226]➜  #include <...> search starts here:
2025-08-20T19:11:30.5055995Z [00:03:49.226]➜   .
2025-08-20T19:11:30.5056346Z [00:03:49.226]➜   ./lib
2025-08-20T19:11:30.5056636Z [00:03:49.226]➜   src
2025-08-20T19:11:30.5056974Z [00:03:49.226]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.5057464Z [00:03:49.226]➜   /usr/local/include
2025-08-20T19:11:30.5058500Z [00:03:49.226]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.5059017Z [00:03:49.226]➜   /usr/include
2025-08-20T19:11:30.5059484Z [00:03:49.226]➜  End of search list.
2025-08-20T19:11:30.5092265Z [00:03:49.229]➜    CC       lib/libcoreutils_a-xgethostname.o
2025-08-20T19:11:30.5102045Z [00:03:49.231]➜    CC       lib/libcoreutils_a-xmemcoll.o
2025-08-20T19:11:30.5179786Z [00:03:49.239]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.5193660Z [00:03:49.239]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.5194017Z [00:03:49.239]➜  Thread model: posix
2025-08-20T19:11:30.5194320Z [00:03:49.239]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.5194790Z [00:03:49.239]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.5195285Z [00:03:49.239]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.5195659Z [00:03:49.239]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.5195942Z [00:03:49.239]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.5196208Z [00:03:49.239]➜   (in-process)
2025-08-20T19:11:30.5203385Z [00:03:49.239]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xgetgroups.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xgetgroups.Tpo -MT lib/libcoreutils_a-xgetgroups.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xgetgroups.o -x c lib/xgetgroups.c
2025-08-20T19:11:30.5210116Z [00:03:49.240]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.5210996Z [00:03:49.242]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.5211546Z [00:03:49.242]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.5211888Z [00:03:49.242]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.5212400Z [00:03:49.242]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.5212807Z [00:03:49.242]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.5213366Z [00:03:49.242]➜  #include "..." search starts here:
2025-08-20T19:11:30.5214186Z [00:03:49.242]➜  #include <...> search starts here:
2025-08-20T19:11:30.5214455Z [00:03:49.242]➜   .
2025-08-20T19:11:30.5214950Z [00:03:49.242]➜   ./lib
2025-08-20T19:11:30.5215231Z [00:03:49.242]➜   src
2025-08-20T19:11:30.5215493Z [00:03:49.242]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.5215782Z [00:03:49.242]➜   /usr/local/include
2025-08-20T19:11:30.5216063Z [00:03:49.242]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.5216337Z [00:03:49.242]➜   /usr/include
2025-08-20T19:11:30.5216586Z [00:03:49.242]➜  End of search list.
2025-08-20T19:11:30.5216904Z [00:03:49.242]➜    CC       lib/libcoreutils_a-xnanosleep.o
2025-08-20T19:11:30.5269595Z [00:03:49.248]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.5270656Z [00:03:49.248]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.5271066Z [00:03:49.248]➜  Thread model: posix
2025-08-20T19:11:30.5271368Z [00:03:49.248]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.5271801Z [00:03:49.248]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.5272318Z [00:03:49.248]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.5272686Z [00:03:49.248]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.5272971Z [00:03:49.248]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.5303820Z [00:03:49.251]➜   (in-process)
2025-08-20T19:11:30.5310702Z [00:03:49.251]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xgethostname.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xgethostname.Tpo -MT lib/libcoreutils_a-xgethostname.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xgethostname.o -x c lib/xgethostname.c
2025-08-20T19:11:30.5317175Z [00:03:49.251]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.5317861Z [00:03:49.251]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.5318401Z [00:03:49.251]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.5318749Z [00:03:49.251]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.5319082Z [00:03:49.251]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.5319415Z [00:03:49.251]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.5319735Z [00:03:49.251]➜  #include "..." search starts here:
2025-08-20T19:11:30.5320048Z [00:03:49.251]➜  #include <...> search starts here:
2025-08-20T19:11:30.5320310Z [00:03:49.251]➜   .
2025-08-20T19:11:30.5320633Z [00:03:49.251]➜   ./lib
2025-08-20T19:11:30.5320841Z [00:03:49.251]➜   src
2025-08-20T19:11:30.5321131Z [00:03:49.251]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.5321727Z [00:03:49.251]➜   /usr/local/include
2025-08-20T19:11:30.5322110Z [00:03:49.251]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.5322388Z [00:03:49.251]➜   /usr/include
2025-08-20T19:11:30.5322626Z [00:03:49.251]➜  End of search list.
2025-08-20T19:11:30.5322910Z [00:03:49.252]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.5323232Z [00:03:49.252]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.5323541Z [00:03:49.252]➜  Thread model: posix
2025-08-20T19:11:30.5323834Z [00:03:49.253]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.5324286Z [00:03:49.253]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.5324767Z [00:03:49.253]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.5325141Z [00:03:49.254]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.5352231Z [00:03:49.254]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.5354176Z [00:03:49.255]➜   (in-process)
2025-08-20T19:11:30.5397963Z [00:03:49.259]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xmemcoll.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xmemcoll.Tpo -MT lib/libcoreutils_a-xmemcoll.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xmemcoll.o -x c lib/xmemcoll.c
2025-08-20T19:11:30.5405639Z [00:03:49.259]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.5406366Z [00:03:49.259]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.5406906Z [00:03:49.259]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.5407252Z [00:03:49.259]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.5407404Z [00:03:49.259]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.5407554Z [00:03:49.259]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.5407708Z [00:03:49.259]➜  #include "..." search starts here:
2025-08-20T19:11:30.5407848Z [00:03:49.259]➜  #include <...> search starts here:
2025-08-20T19:11:30.5407944Z [00:03:49.259]➜   .
2025-08-20T19:11:30.5408037Z [00:03:49.259]➜   ./lib
2025-08-20T19:11:30.5408132Z [00:03:49.259]➜   src
2025-08-20T19:11:30.5408281Z [00:03:49.259]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.5408399Z [00:03:49.259]➜   /usr/local/include
2025-08-20T19:11:30.5408540Z [00:03:49.259]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.5408643Z [00:03:49.259]➜   /usr/include
2025-08-20T19:11:30.5408761Z [00:03:49.259]➜  End of search list.
2025-08-20T19:11:30.5464985Z [00:03:49.267]➜    CC       lib/libcoreutils_a-xprintf.o
2025-08-20T19:11:30.5535605Z [00:03:49.274]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.5536344Z [00:03:49.275]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.5536504Z [00:03:49.275]➜  Thread model: posix
2025-08-20T19:11:30.5536660Z [00:03:49.275]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.5536969Z [00:03:49.275]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.5537197Z [00:03:49.275]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.5537335Z [00:03:49.275]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.5537462Z [00:03:49.275]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.5567471Z [00:03:49.278]➜   (in-process)
2025-08-20T19:11:30.5574142Z [00:03:49.278]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xnanosleep.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xnanosleep.Tpo -MT lib/libcoreutils_a-xnanosleep.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xnanosleep.o -x c lib/xnanosleep.c
2025-08-20T19:11:30.5575173Z [00:03:49.279]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.5579340Z [00:03:49.279]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.5579561Z [00:03:49.279]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.5579732Z [00:03:49.279]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.5579889Z [00:03:49.279]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.5580038Z [00:03:49.279]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.5580185Z [00:03:49.279]➜  #include "..." search starts here:
2025-08-20T19:11:30.5580326Z [00:03:49.279]➜  #include <...> search starts here:
2025-08-20T19:11:30.5581870Z [00:03:49.279]➜   .
2025-08-20T19:11:30.5582021Z [00:03:49.279]➜   ./lib
2025-08-20T19:11:30.5582125Z [00:03:49.279]➜   src
2025-08-20T19:11:30.5582280Z [00:03:49.279]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.5582396Z [00:03:49.279]➜   /usr/local/include
2025-08-20T19:11:30.5582535Z [00:03:49.279]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.5582641Z [00:03:49.279]➜   /usr/include
2025-08-20T19:11:30.5582751Z [00:03:49.279]➜  End of search list.
2025-08-20T19:11:30.5642200Z [00:03:49.285]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.5642378Z [00:03:49.285]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.5642902Z [00:03:49.285]➜  Thread model: posix
2025-08-20T19:11:30.5643128Z [00:03:49.285]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.5643390Z [00:03:49.285]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.5643612Z [00:03:49.285]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.5643769Z [00:03:49.285]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.5643893Z [00:03:49.285]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.5650047Z [00:03:49.286]➜   (in-process)
2025-08-20T19:11:30.5657151Z [00:03:49.286]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xprintf.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xprintf.Tpo -MT lib/libcoreutils_a-xprintf.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xprintf.o -x c lib/xprintf.c
2025-08-20T19:11:30.5667689Z [00:03:49.288]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.5676438Z [00:03:49.288]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.5676657Z [00:03:49.288]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.5676811Z [00:03:49.288]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.5676962Z [00:03:49.288]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.5677115Z [00:03:49.288]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.5677256Z [00:03:49.288]➜  #include "..." search starts here:
2025-08-20T19:11:30.5677416Z [00:03:49.288]➜  #include <...> search starts here:
2025-08-20T19:11:30.5677511Z [00:03:49.288]➜   .
2025-08-20T19:11:30.5677604Z [00:03:49.289]➜   ./lib
2025-08-20T19:11:30.5677697Z [00:03:49.289]➜   src
2025-08-20T19:11:30.5677847Z [00:03:49.289]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.5677962Z [00:03:49.289]➜   /usr/local/include
2025-08-20T19:11:30.5678107Z [00:03:49.289]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.5678214Z [00:03:49.289]➜   /usr/include
2025-08-20T19:11:30.5678324Z [00:03:49.289]➜  End of search list.
2025-08-20T19:11:30.5730925Z [00:03:49.294]➜    CC       lib/libcoreutils_a-xreadlink.o
2025-08-20T19:11:30.5837545Z [00:03:49.305]➜    CC       lib/libcoreutils_a-xsize.o
2025-08-20T19:11:30.5874900Z [00:03:49.308]➜    CC       lib/libcoreutils_a-xstrtod.o
2025-08-20T19:11:30.5918340Z [00:03:49.313]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.5918562Z [00:03:49.313]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.5934344Z [00:03:49.313]➜  Thread model: posix
2025-08-20T19:11:30.5934968Z [00:03:49.313]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.5935249Z [00:03:49.313]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.5935492Z [00:03:49.313]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.5935649Z [00:03:49.313]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.5935781Z [00:03:49.313]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.5935888Z [00:03:49.313]➜   (in-process)
2025-08-20T19:11:30.5942490Z [00:03:49.313]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xreadlink.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xreadlink.Tpo -MT lib/libcoreutils_a-xreadlink.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xreadlink.o -x c lib/xreadlink.c
2025-08-20T19:11:30.5943176Z [00:03:49.314]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.5943579Z [00:03:49.314]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.5943750Z [00:03:49.314]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.5943900Z [00:03:49.314]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.5944052Z [00:03:49.314]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.5944207Z [00:03:49.314]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.5944347Z [00:03:49.315]➜  #include "..." search starts here:
2025-08-20T19:11:30.5944502Z [00:03:49.315]➜  #include <...> search starts here:
2025-08-20T19:11:30.5944593Z [00:03:49.315]➜   .
2025-08-20T19:11:30.5944691Z [00:03:49.315]➜   ./lib
2025-08-20T19:11:30.5944781Z [00:03:49.315]➜   src
2025-08-20T19:11:30.5944936Z [00:03:49.315]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.5945047Z [00:03:49.315]➜   /usr/local/include
2025-08-20T19:11:30.5945200Z [00:03:49.315]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.5945302Z [00:03:49.315]➜   /usr/include
2025-08-20T19:11:30.5945416Z [00:03:49.315]➜  End of search list.
2025-08-20T19:11:30.6078471Z [00:03:49.327]➜  Debian clang version 19.1.7 (3+b2)  CC       lib/libcoreutils_a-xstrtoimax.o
2025-08-20T19:11:30.6078648Z [00:03:49.327]➜  
2025-08-20T19:11:30.6078811Z [00:03:49.328]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.6078940Z [00:03:49.328]➜  Thread model: posix
2025-08-20T19:11:30.6079091Z [00:03:49.328]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.6079779Z [00:03:49.328]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.6080098Z [00:03:49.328]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.6080232Z [00:03:49.328]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.6080361Z [00:03:49.329]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.6080727Z [00:03:49.329]➜   (in-process)
2025-08-20T19:11:30.6117432Z [00:03:49.332]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.6117790Z [00:03:49.333]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.6117943Z [00:03:49.333]➜  Thread model: posix
2025-08-20T19:11:30.6118233Z [00:03:49.333]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.6118509Z [00:03:49.333]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.6118842Z [00:03:49.333]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.6119059Z [00:03:49.333]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.6119238Z [00:03:49.333]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.6130195Z [00:03:49.333]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xsize.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xsize.Tpo -MT lib/libcoreutils_a-xsize.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xsize.o -x c lib/xsize.c
2025-08-20T19:11:30.6130894Z [00:03:49.333]➜   (in-process)
2025-08-20T19:11:30.6191115Z [00:03:49.333]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xstrtod.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xstrtod.Tpo -MT lib/libcoreutils_a-xstrtod.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xstrtod.o -x c lib/xstrtod.c
2025-08-20T19:11:30.6191770Z [00:03:49.333]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.6192096Z [00:03:49.333]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.6192621Z [00:03:49.333]➜  ignoring nonexistent directory "ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.6192795Z [00:03:49.333]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.6192944Z [00:03:49.333]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.6193097Z [00:03:49.333]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.6193249Z [00:03:49.333]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.6193632Z [00:03:49.333]➜  #include "..." search starts here:
2025-08-20T19:11:30.6193782Z [00:03:49.333]➜  #include <...> search starts here:
2025-08-20T19:11:30.6193879Z [00:03:49.333]➜   .
2025-08-20T19:11:30.6193975Z [00:03:49.333]➜   ./lib
2025-08-20T19:11:30.6194071Z [00:03:49.333]➜   src
2025-08-20T19:11:30.6194222Z [00:03:49.333]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.6194345Z [00:03:49.333]➜   /usr/local/include
2025-08-20T19:11:30.6194483Z [00:03:49.333]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.6194590Z [00:03:49.333]➜   /usr/include
2025-08-20T19:11:30.6194715Z [00:03:49.333]➜  End of search list.
2025-08-20T19:11:30.6195017Z [00:03:49.334]➜  /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.6195179Z [00:03:49.335]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.6195328Z [00:03:49.335]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.6195478Z [00:03:49.335]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.6195691Z [00:03:49.335]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.6195830Z [00:03:49.335]➜  #include "..." search starts here:
2025-08-20T19:11:30.6195973Z [00:03:49.335]➜  #include <...> search starts here:
2025-08-20T19:11:30.6196063Z [00:03:49.335]➜   .
2025-08-20T19:11:30.6196161Z [00:03:49.335]➜   ./lib
2025-08-20T19:11:30.6196253Z [00:03:49.335]➜   src
2025-08-20T19:11:30.6196403Z [00:03:49.335]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.6196512Z [00:03:49.335]➜   /usr/local/include
2025-08-20T19:11:30.6196654Z [00:03:49.335]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.6196763Z [00:03:49.335]➜   /usr/include
2025-08-20T19:11:30.6196879Z [00:03:49.335]➜  End of search list.
2025-08-20T19:11:30.6252954Z [00:03:49.346]➜    CC       lib/libcoreutils_a-xstrtol.o
2025-08-20T19:11:30.6279277Z [00:03:49.349]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.6279620Z [00:03:49.349]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.6283305Z [00:03:49.349]➜  Thread model: posix
2025-08-20T19:11:30.6283510Z [00:03:49.349]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.6283762Z [00:03:49.349]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.6283990Z [00:03:49.349]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.6284135Z [00:03:49.349]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.6284265Z [00:03:49.349]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.6290956Z [00:03:49.350]➜    CC       lib/libcoreutils_a-xstrtoul.o
2025-08-20T19:11:30.6300100Z [00:03:49.351]➜   (in-process)
2025-08-20T19:11:30.6306933Z [00:03:49.351]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xstrtoimax.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xstrtoimax.Tpo -MT lib/libcoreutils_a-xstrtoimax.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xstrtoimax.o -x c lib/xstrtoimax.c
2025-08-20T19:11:30.6321312Z [00:03:49.353]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.6334939Z [00:03:49.354]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.6335199Z [00:03:49.354]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.6335354Z [00:03:49.354]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.6335510Z [00:03:49.354]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.6335662Z [00:03:49.354]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.6335820Z [00:03:49.354]➜  #include "..." search starts here:
2025-08-20T19:11:30.6335959Z [00:03:49.354]➜  #include <...> search starts here:
2025-08-20T19:11:30.6336054Z [00:03:49.354]➜   .
2025-08-20T19:11:30.6336152Z [00:03:49.354]➜   ./lib
2025-08-20T19:11:30.6336248Z [00:03:49.354]➜   src
2025-08-20T19:11:30.6336398Z [00:03:49.354]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.6336511Z [00:03:49.354]➜   /usr/local/include
2025-08-20T19:11:30.6336655Z [00:03:49.354]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.6336759Z [00:03:49.354]➜   /usr/include
2025-08-20T19:11:30.6336887Z [00:03:49.354]➜  End of search list.
2025-08-20T19:11:30.6352067Z [00:03:49.356]➜    CC       lib/libcoreutils_a-xstrtol-error.o
2025-08-20T19:11:30.6418422Z [00:03:49.363]➜    CC       lib/libcoreutils_a-xstrtold.o
2025-08-20T19:11:30.6468545Z [00:03:49.368]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.6468873Z [00:03:49.368]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.6469153Z [00:03:49.368]➜  Thread model: posix
2025-08-20T19:11:30.6469327Z [00:03:49.368]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.6469592Z [00:03:49.368]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.6469906Z [00:03:49.368]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.6470060Z [00:03:49.368]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.6470285Z [00:03:49.368]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.6475881Z [00:03:49.369]➜   (in-process)
2025-08-20T19:11:30.6483494Z [00:03:49.369]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xstrtol.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xstrtol.Tpo -MT lib/libcoreutils_a-xstrtol.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xstrtol.o -x c lib/xstrtol.c
2025-08-20T19:11:30.6499363Z [00:03:49.369]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.6499809Z [00:03:49.370]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.6500004Z [00:03:49.371]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.6500153Z [00:03:49.371]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.6500307Z [00:03:49.371]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.6500603Z [00:03:49.371]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.6500774Z [00:03:49.371]➜  #include "..." search starts here:
2025-08-20T19:11:30.6500930Z [00:03:49.371]➜  #include <...> search starts here:
2025-08-20T19:11:30.6501023Z [00:03:49.371]➜   .
2025-08-20T19:11:30.6501119Z [00:03:49.371]➜   ./lib
2025-08-20T19:11:30.6501210Z [00:03:49.371]➜   src
2025-08-20T19:11:30.6501364Z [00:03:49.371]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.6501475Z [00:03:49.371]➜   /usr/local/include
2025-08-20T19:11:30.6501619Z [00:03:49.371]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.6501721Z [00:03:49.371]➜   /usr/include
2025-08-20T19:11:30.6501834Z [00:03:49.371]➜  End of search list.
2025-08-20T19:11:30.6563300Z [00:03:49.377]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.6563501Z [00:03:49.377]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.6563630Z [00:03:49.377]➜  Thread model: posix
2025-08-20T19:11:30.6563783Z [00:03:49.377]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.6564042Z [00:03:49.377]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.6564293Z [00:03:49.377]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.6564425Z [00:03:49.377]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.6564555Z [00:03:49.377]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.6564664Z [00:03:49.377]➜   (in-process)
2025-08-20T19:11:30.6571595Z [00:03:49.377]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xstrtold.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xstrtold.Tpo -MT lib/libcoreutils_a-xstrtold.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xstrtold.o -x c lib/xstrtold.c
2025-08-20T19:11:30.6572333Z [00:03:49.378]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.6574330Z [00:03:49.378]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.6574502Z [00:03:49.378]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.6574651Z [00:03:49.378]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.6574805Z [00:03:49.378]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.6574967Z [00:03:49.378]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.6575109Z [00:03:49.378]➜  #include "..." search starts here:
2025-08-20T19:11:30.6575399Z [00:03:49.378]➜  #include <...> search starts here:
2025-08-20T19:11:30.6575517Z [00:03:49.378]➜   .
2025-08-20T19:11:30.6575616Z [00:03:49.378]➜   ./lib
2025-08-20T19:11:30.6575835Z [00:03:49.378]➜   src
2025-08-20T19:11:30.6576027Z [00:03:49.378]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.6576140Z [00:03:49.378]➜   /usr/local/include
2025-08-20T19:11:30.6576403Z [00:03:49.378]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.6576532Z [00:03:49.378]➜   /usr/include
2025-08-20T19:11:30.6576659Z [00:03:49.379]➜  End of search list.
2025-08-20T19:11:30.6640710Z [00:03:49.384]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.6640951Z [00:03:49.384]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.6641083Z [00:03:49.384]➜  Thread model: posix
2025-08-20T19:11:30.6641625Z [00:03:49.384]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.6641957Z [00:03:49.384]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.6642187Z [00:03:49.384]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.6642328Z [00:03:49.384]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.6642454Z [00:03:49.384]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.6642581Z [00:03:49.384]➜   (in-process)
2025-08-20T19:11:30.6649015Z [00:03:49.384]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xstrtoul.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xstrtoul.Tpo -MT lib/libcoreutils_a-xstrtoul.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xstrtoul.o -x c lib/xstrtoul.c
2025-08-20T19:11:30.6663070Z [00:03:49.387]➜  Debian clang version 19.1.7 (3+b2)clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.6674696Z [00:03:49.388]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.6674964Z [00:03:49.388]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.6675115Z [00:03:49.388]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.6675271Z [00:03:49.388]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.6675419Z [00:03:49.388]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.6675570Z [00:03:49.388]➜  #include "..." search starts here:
2025-08-20T19:11:30.6675710Z [00:03:49.388]➜  #include <...> search starts here:
2025-08-20T19:11:30.6675826Z [00:03:49.388]➜   .
2025-08-20T19:11:30.6675921Z [00:03:49.388]➜   ./lib
2025-08-20T19:11:30.6676018Z [00:03:49.388]➜   src
2025-08-20T19:11:30.6676170Z [00:03:49.388]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.6676291Z [00:03:49.388]➜   /usr/local/include
2025-08-20T19:11:30.6694140Z [00:03:49.390]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.6694471Z [00:03:49.390]➜   /usr/include
2025-08-20T19:11:30.6694612Z [00:03:49.390]➜  End of search list.
2025-08-20T19:11:30.6694914Z [00:03:49.390]➜  
2025-08-20T19:11:30.6696547Z [00:03:49.391]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.6698703Z [00:03:49.391]➜  Thread model: posix
2025-08-20T19:11:30.6701796Z [00:03:49.391]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.6704018Z [00:03:49.391]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.6706081Z [00:03:49.392]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.6710822Z [00:03:49.392]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.6714473Z [00:03:49.393]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.6722776Z [00:03:49.393]➜   (in-process)
2025-08-20T19:11:30.6735860Z [00:03:49.394]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xstrtol-error.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xstrtol-error.Tpo -MT lib/libcoreutils_a-xstrtol-error.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xstrtol-error.o -x c lib/xstrtol-error.c
2025-08-20T19:11:30.6790667Z [00:03:49.399]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.6791149Z [00:03:49.399]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.6791327Z [00:03:49.399]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.6791478Z [00:03:49.399]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.6791647Z [00:03:49.399]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.6791797Z [00:03:49.399]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.6791943Z [00:03:49.399]➜  #include "..." search starts here:
2025-08-20T19:11:30.6792083Z [00:03:49.399]➜  #include <...> search starts here:
2025-08-20T19:11:30.6792178Z [00:03:49.399]➜   .
2025-08-20T19:11:30.6792275Z [00:03:49.399]➜   ./lib
2025-08-20T19:11:30.6792372Z [00:03:49.399]➜   src
2025-08-20T19:11:30.6792522Z [00:03:49.399]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.6792647Z [00:03:49.399]➜   /usr/local/include
2025-08-20T19:11:30.6792785Z [00:03:49.399]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.6792894Z [00:03:49.399]➜   /usr/include
2025-08-20T19:11:30.6793005Z [00:03:49.399]➜  End of search list.
2025-08-20T19:11:30.6879399Z [00:03:49.409]➜    CC       lib/libcoreutils_a-xstrtoumax.o
2025-08-20T19:11:30.7002699Z [00:03:49.420]➜    CC       lib/libcoreutils_a-xvasprintf.o
2025-08-20T19:11:30.7025376Z [00:03:49.424]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.7025996Z [00:03:49.424]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.7026644Z [00:03:49.424]➜  Thread model: posix
2025-08-20T19:11:30.7026837Z [00:03:49.424]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.7027101Z [00:03:49.424]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.7027331Z [00:03:49.424]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.7027464Z [00:03:49.424]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.7028051Z [00:03:49.424]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.7052015Z [00:03:49.425]➜    CC       lib/libcoreutils_a-xasprintf.o
2025-08-20T19:11:30.7054016Z [00:03:49.426]➜   (in-process)
2025-08-20T19:11:30.7060914Z [00:03:49.426]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xstrtoumax.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xstrtoumax.Tpo -MT lib/libcoreutils_a-xstrtoumax.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xstrtoumax.o -x c lib/xstrtoumax.c
2025-08-20T19:11:30.7062123Z [00:03:49.426]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.7064358Z [00:03:49.427]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.7064531Z [00:03:49.427]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.7064690Z [00:03:49.427]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.7064857Z [00:03:49.427]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.7065011Z [00:03:49.427]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.7065150Z [00:03:49.427]➜  #include "..." search starts here:
2025-08-20T19:11:30.7065295Z [00:03:49.427]➜  #include <...> search starts here:
2025-08-20T19:11:30.7065383Z [00:03:49.427]➜   .
2025-08-20T19:11:30.7065488Z [00:03:49.427]➜   ./lib
2025-08-20T19:11:30.7065580Z [00:03:49.427]➜   src
2025-08-20T19:11:30.7065729Z [00:03:49.427]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.7065856Z [00:03:49.427]➜   /usr/local/include
2025-08-20T19:11:30.7067733Z [00:03:49.427]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.7067846Z [00:03:49.427]➜   /usr/include
2025-08-20T19:11:30.7067960Z [00:03:49.427]➜  End of search list.
2025-08-20T19:11:30.7177112Z [00:03:49.439]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.7177863Z [00:03:49.439]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.7178386Z [00:03:49.439]➜  Thread model: posix
2025-08-20T19:11:30.7179274Z [00:03:49.439]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.7179623Z [00:03:49.439]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.7179854Z [00:03:49.439]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.7179992Z [00:03:49.439]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.7180119Z [00:03:49.439]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.7180233Z [00:03:49.439]➜   (in-process)
2025-08-20T19:11:30.7195295Z [00:03:49.440]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xvasprintf.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xvasprintf.Tpo -MT lib/libcoreutils_a-xvasprintf.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xvasprintf.o -x c lib/xvasprintf.c
2025-08-20T19:11:30.7195877Z [00:03:49.440]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.7196265Z [00:03:49.441]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.7196845Z [00:03:49.441]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.7197606Z [00:03:49.441]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.7197800Z [00:03:49.441]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.7197958Z [00:03:49.441]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.7198104Z [00:03:49.441]➜  #include "..." search starts here:
2025-08-20T19:11:30.7198270Z [00:03:49.441]➜  #include <...> search starts here:
2025-08-20T19:11:30.7198367Z [00:03:49.441]➜   .
2025-08-20T19:11:30.7198460Z [00:03:49.441]➜   ./lib
2025-08-20T19:11:30.7198568Z [00:03:49.441]➜   src
2025-08-20T19:11:30.7198719Z [00:03:49.441]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.7198840Z [00:03:49.441]➜   /usr/local/include
2025-08-20T19:11:30.7198980Z [00:03:49.441]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.7199083Z [00:03:49.441]➜   /usr/include
2025-08-20T19:11:30.7199198Z [00:03:49.441]➜  End of search list.
2025-08-20T19:11:30.7252111Z [00:03:49.445]➜    CC       lib/libcoreutils_a-yesno.o
2025-08-20T19:11:30.7293563Z [00:03:49.450]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.7294158Z [00:03:49.450]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.7294411Z [00:03:49.450]➜  Thread model: posix
2025-08-20T19:11:30.7294777Z [00:03:49.450]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.7295907Z [00:03:49.450]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.7296138Z [00:03:49.450]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.7296273Z [00:03:49.450]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.7296405Z [00:03:49.450]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.7306184Z [00:03:49.452]➜   (in-process)
2025-08-20T19:11:30.7314492Z [00:03:49.452]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xasprintf.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xasprintf.Tpo -MT lib/libcoreutils_a-xasprintf.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xasprintf.o -x c lib/xasprintf.c
2025-08-20T19:11:30.7328622Z [00:03:49.454]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.7337309Z [00:03:49.455]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.7339485Z [00:03:49.455]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.7339643Z [00:03:49.455]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.7339818Z [00:03:49.455]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.7339981Z [00:03:49.455]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.7340122Z [00:03:49.455]➜  #include "..." search starts here:
2025-08-20T19:11:30.7340265Z [00:03:49.455]➜  #include <...> search starts here:
2025-08-20T19:11:30.7340355Z [00:03:49.455]➜   .
2025-08-20T19:11:30.7340620Z [00:03:49.455]➜   ./lib
2025-08-20T19:11:30.7340759Z [00:03:49.455]➜   src
2025-08-20T19:11:30.7340920Z [00:03:49.455]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.7341033Z [00:03:49.455]➜   /usr/local/include
2025-08-20T19:11:30.7341177Z [00:03:49.455]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.7341278Z [00:03:49.455]➜   /usr/include
2025-08-20T19:11:30.7341393Z [00:03:49.455]➜  End of search list.
2025-08-20T19:11:30.7354517Z [00:03:49.456]➜    CC       lib/libcoreutils_a-asnprintf.o
2025-08-20T19:11:30.7508506Z [00:03:49.471]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.7509078Z [00:03:49.471]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.7509317Z [00:03:49.471]➜  Thread model: posix
2025-08-20T19:11:30.7510666Z [00:03:49.471]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.7510994Z [00:03:49.471]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.7511229Z [00:03:49.471]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.7511385Z [00:03:49.471]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.7511509Z [00:03:49.471]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.7511615Z [00:03:49.472]➜   (in-process)
2025-08-20T19:11:30.7541749Z [00:03:49.474]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name yesno.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-yesno.Tpo -MT lib/libcoreutils_a-yesno.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-yesno.o -x c lib/yesno.c
2025-08-20T19:11:30.7542677Z [00:03:49.475]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.7543188Z [00:03:49.475]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.7543455Z [00:03:49.475]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.7543716Z [00:03:49.475]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.7543955Z [00:03:49.475]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.7544209Z [00:03:49.475]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.7544449Z [00:03:49.475]➜  #include "..." search starts here:
2025-08-20T19:11:30.7544692Z [00:03:49.475]➜  #include <...> search starts here:
2025-08-20T19:11:30.7544871Z [00:03:49.475]➜   .
2025-08-20T19:11:30.7545074Z [00:03:49.475]➜   ./lib
2025-08-20T19:11:30.7545257Z [00:03:49.475]➜   src
2025-08-20T19:11:30.7545495Z [00:03:49.475]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.7545722Z [00:03:49.475]➜   /usr/local/include
2025-08-20T19:11:30.7545955Z [00:03:49.475]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.7546146Z [00:03:49.475]➜   /usr/include
2025-08-20T19:11:30.7546342Z [00:03:49.475]➜  End of search list.
2025-08-20T19:11:30.7669248Z [00:03:49.488]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.7669729Z [00:03:49.488]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.7670038Z [00:03:49.488]➜  Thread model: posix
2025-08-20T19:11:30.7670341Z [00:03:49.488]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.7671013Z [00:03:49.488]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.7671510Z [00:03:49.488]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.7671886Z [00:03:49.488]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.7672177Z [00:03:49.488]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.7673114Z [00:03:49.488]➜   (in-process)
2025-08-20T19:11:30.7689074Z [00:03:49.488]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name asnprintf.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-asnprintf.Tpo -MT lib/libcoreutils_a-asnprintf.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-asnprintf.o -x c lib/asnprintf.c
2025-08-20T19:11:30.7695226Z [00:03:49.489]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.7695922Z [00:03:49.490]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.7696711Z [00:03:49.490]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.7697049Z [00:03:49.490]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.7697380Z [00:03:49.490]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.7697710Z [00:03:49.490]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.7698034Z [00:03:49.490]➜  #include "..." search starts here:
2025-08-20T19:11:30.7698345Z [00:03:49.490]➜  #include <...> search starts here:
2025-08-20T19:11:30.7698607Z [00:03:49.490]➜   .
2025-08-20T19:11:30.7698799Z [00:03:49.490]➜   ./lib
2025-08-20T19:11:30.7699008Z [00:03:49.490]➜   src
2025-08-20T19:11:30.7699270Z [00:03:49.490]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.7699558Z [00:03:49.490]➜   /usr/local/include
2025-08-20T19:11:30.7699840Z [00:03:49.490]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.7700117Z [00:03:49.490]➜   /usr/include
2025-08-20T19:11:30.7700358Z [00:03:49.490]➜  End of search list.
2025-08-20T19:11:30.7721644Z [00:03:49.492]➜    CC       lib/libcoreutils_a-fopen.o
2025-08-20T19:11:30.7756567Z [00:03:49.496]➜    CC       lib/libcoreutils_a-mbsrtoc32s-state.o
2025-08-20T19:11:30.7791953Z [00:03:49.500]➜    CC       lib/libcoreutils_a-mbsrtowcs-state.o
2025-08-20T19:11:30.7908146Z [00:03:49.511]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.7909492Z [00:03:49.511]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.7913568Z [00:03:49.511]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.7913997Z [00:03:49.511]➜  Thread model: posix
2025-08-20T19:11:30.7914345Z [00:03:49.511]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.7917298Z [00:03:49.511]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.7918520Z [00:03:49.511]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.7919250Z [00:03:49.511]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.7919825Z [00:03:49.511]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.7920170Z [00:03:49.511]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.7921579Z [00:03:49.512]➜  Thread model: posix
2025-08-20T19:11:30.7922046Z [00:03:49.512]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.7922491Z [00:03:49.512]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.7924031Z [00:03:49.512]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.7924589Z [00:03:49.512]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.7924883Z [00:03:49.512]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.7925542Z [00:03:49.513]➜   (in-process)
2025-08-20T19:11:30.7956773Z [00:03:49.517]➜   "/usr/lib  CC       lib/libcoreutils_a-printf-args.o
2025-08-20T19:11:30.7963954Z [00:03:49.517]➜  /llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name fopen.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-fopen.Tpo -MT lib/libcoreutils_a-fopen.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fopen.o -x c lib/fopen.c
2025-08-20T19:11:30.7970596Z [00:03:49.517]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.7971485Z [00:03:49.517]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.7972127Z [00:03:49.517]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.7972557Z [00:03:49.517]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.7972977Z [00:03:49.517]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.7973443Z [00:03:49.517]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.7973876Z [00:03:49.517]➜  #include "..." search starts here:
2025-08-20T19:11:30.7974282Z [00:03:49.517]➜  #include <...> search starts here:
2025-08-20T19:11:30.7974624Z [00:03:49.517]➜   .
2025-08-20T19:11:30.7974901Z [00:03:49.517]➜   ./lib
2025-08-20T19:11:30.7975186Z [00:03:49.517]➜   src
2025-08-20T19:11:30.7975521Z [00:03:49.517]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.7975882Z [00:03:49.517]➜   /usr/local/include
2025-08-20T19:11:30.7976243Z [00:03:49.517]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.7977244Z [00:03:49.517]➜   /usr/include
2025-08-20T19:11:30.7978056Z [00:03:49.517]➜  End of search list.
2025-08-20T19:11:30.7978369Z [00:03:49.517]➜   (in-process)
2025-08-20T19:11:30.7985723Z [00:03:49.517]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mbsrtoc32s-state.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-mbsrtoc32s-state.Tpo -MT lib/libcoreutils_a-mbsrtoc32s-state.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbsrtoc32s-state.o -x c lib/mbsrtoc32s-state.c
2025-08-20T19:11:30.7991902Z [00:03:49.517]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.7992597Z [00:03:49.517]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.7993137Z [00:03:49.517]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.7993753Z [00:03:49.517]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.7994096Z [00:03:49.517]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.7994423Z [00:03:49.517]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.7994744Z [00:03:49.517]➜  #include "..." search starts here:
2025-08-20T19:11:30.7995058Z [00:03:49.517]➜  #include <...> search starts here:
2025-08-20T19:11:30.7995323Z [00:03:49.517]➜   .
2025-08-20T19:11:30.7995517Z [00:03:49.517]➜   ./lib
2025-08-20T19:11:30.7995722Z [00:03:49.517]➜   src
2025-08-20T19:11:30.7995977Z [00:03:49.517]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.7996279Z [00:03:49.517]➜   /usr/local/include
2025-08-20T19:11:30.7996564Z [00:03:49.517]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.7996841Z [00:03:49.517]➜   /usr/include
2025-08-20T19:11:30.7997079Z [00:03:49.517]➜  End of search list.
2025-08-20T19:11:30.7997388Z [00:03:49.519]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.7997707Z [00:03:49.519]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.7998015Z [00:03:49.519]➜  Thread model: posix
2025-08-20T19:11:30.7998309Z [00:03:49.519]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.7998727Z [00:03:49.519]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.7999217Z [00:03:49.519]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.7999596Z [00:03:49.519]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.7999887Z [00:03:49.519]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.8011714Z [00:03:49.522]➜   (in-process)
2025-08-20T19:11:30.8018850Z [00:03:49.522]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mbsrtowcs-state.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-mbsrtowcs-state.Tpo -MT lib/libcoreutils_a-mbsrtowcs-state.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbsrtowcs-state.o -x c lib/mbsrtowcs-state.c
2025-08-20T19:11:30.8039661Z [00:03:49.525]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.8047473Z [00:03:49.526]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.8048084Z [00:03:49.526]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.8048436Z [00:03:49.526]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.8048766Z [00:03:49.526]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.8049095Z [00:03:49.526]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.8049797Z [00:03:49.526]➜  #include "..." search starts here:
2025-08-20T19:11:30.8050117Z [00:03:49.526]➜  #include <...> search starts here:
2025-08-20T19:11:30.8050381Z [00:03:49.526]➜   .
2025-08-20T19:11:30.8050769Z [00:03:49.526]➜   ./lib
2025-08-20T19:11:30.8050977Z [00:03:49.526]➜   src
2025-08-20T19:11:30.8051233Z [00:03:49.526]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.8051524Z [00:03:49.526]➜   /usr/local/include
2025-08-20T19:11:30.8051802Z [00:03:49.526]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.8052076Z [00:03:49.526]➜   /usr/include
2025-08-20T19:11:30.8052326Z [00:03:49.526]➜  End of search list.
2025-08-20T19:11:30.8113542Z [00:03:49.532]➜    CC       lib/libcoreutils_a-printf-parse.o
2025-08-20T19:11:30.8183475Z [00:03:49.539]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.8183903Z [00:03:49.539]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.8184216Z [00:03:49.539]➜  Thread model: posix
2025-08-20T19:11:30.8184517Z [00:03:49.539]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.8186886Z [00:03:49.539]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.8187394Z [00:03:49.539]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.8187770Z [00:03:49.539]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.8188059Z [00:03:49.539]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.8188327Z [00:03:49.539]➜   (in-process)
2025-08-20T19:11:30.8195442Z [00:03:49.540]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name printf-args.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-printf-args.Tpo -MT lib/libcoreutils_a-printf-args.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-printf-args.o -x c lib/printf-args.c
2025-08-20T19:11:30.8236038Z [00:03:49.541]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.8236767Z [00:03:49.544]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.8237308Z [00:03:49.544]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.8237679Z [00:03:49.544]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.8238016Z [00:03:49.544]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.8238347Z [00:03:49.544]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.8238666Z [00:03:49.544]➜  #include "..." search starts here:
2025-08-20T19:11:30.8238977Z [00:03:49.544]➜  #include <...> search starts here:
2025-08-20T19:11:30.8239730Z [00:03:49.544]➜   .
2025-08-20T19:11:30.8239930Z [00:03:49.544]➜   ./lib
2025-08-20T19:11:30.8240129Z [00:03:49.544]➜   src
2025-08-20T19:11:30.8240385Z [00:03:49.544]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.8240890Z [00:03:49.544]➜   /usr/local/include
2025-08-20T19:11:30.8241176Z [00:03:49.544]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.8241451Z [00:03:49.544]➜   /usr/include
2025-08-20T19:11:30.8241690Z [00:03:49.544]➜  End of search list.
2025-08-20T19:11:30.8252075Z [00:03:49.546]➜    CC       lib/libcoreutils_a-vasnprintf.o
2025-08-20T19:11:30.8366893Z [00:03:49.557]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.8367318Z [00:03:49.557]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.8367637Z [00:03:49.557]➜  Thread model: posix
2025-08-20T19:11:30.8367941Z [00:03:49.557]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.8368371Z [00:03:49.557]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.8368885Z [00:03:49.557]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.8369264Z [00:03:49.557]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.8369553Z [00:03:49.557]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.8378880Z [00:03:49.559]➜   (in-process)
2025-08-20T19:11:30.8386100Z [00:03:49.559]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name printf-parse.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-printf-parse.Tpo -MT lib/libcoreutils_a-printf-parse.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-printf-parse.o -x c lib/printf-parse.c
2025-08-20T19:11:30.8409454Z [00:03:49.561]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.8409850Z [00:03:49.561]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.8410155Z [00:03:49.561]➜  Thread model: posix
2025-08-20T19:11:30.8410560Z [00:03:49.561]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.8411047Z [00:03:49.561]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.8411535Z [00:03:49.561]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.8411991Z [00:03:49.561]➜  Candidate multilib: .;@m64clang -cc1 version 19.1.7
2025-08-20T19:11:30.8412433Z [00:03:49.561]➜  Selected multilib:  based upon LLVM .19.1.7; default target @m64
2025-08-20T19:11:30.8412809Z [00:03:49.561]➜  aarch64-unknown-linux-gnu
2025-08-20T19:11:30.8413345Z [00:03:49.562]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.8414338Z [00:03:49.562]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.8416630Z [00:03:49.562]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.8416970Z [00:03:49.562]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.8417303Z [00:03:49.562]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.8417627Z [00:03:49.562]➜  #include "..." search starts here:
2025-08-20T19:11:30.8420960Z [00:03:49.562]➜  #include <...> search starts here:
2025-08-20T19:11:30.8421287Z [00:03:49.562]➜   .
2025-08-20T19:11:30.8421486Z [00:03:49.562]➜   ./lib
2025-08-20T19:11:30.8421702Z [00:03:49.562]➜   src
2025-08-20T19:11:30.8421959Z [00:03:49.562]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.8422245Z [00:03:49.562]➜   /usr/local/include
2025-08-20T19:11:30.8422523Z [00:03:49.562]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.8422796Z [00:03:49.562]➜   /usr/include
2025-08-20T19:11:30.8423080Z [00:03:49.562]➜  End of search list.
2025-08-20T19:11:30.8423344Z [00:03:49.562]➜   (in-process)
2025-08-20T19:11:30.8430179Z [00:03:49.562]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name vasnprintf.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-vasnprintf.Tpo -MT lib/libcoreutils_a-vasnprintf.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-vasnprintf.o -x c lib/vasnprintf.c
2025-08-20T19:11:30.8436315Z [00:03:49.563]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.8437001Z [00:03:49.563]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.8437542Z [00:03:49.563]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.8437879Z [00:03:49.563]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.8438206Z [00:03:49.563]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.8438537Z [00:03:49.563]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.8438855Z [00:03:49.563]➜  #include "..." search starts here:
2025-08-20T19:11:30.8439169Z [00:03:49.563]➜  #include <...> search starts here:
2025-08-20T19:11:30.8439439Z [00:03:49.563]➜   .
2025-08-20T19:11:30.8439632Z [00:03:49.563]➜   ./lib
2025-08-20T19:11:30.8439834Z [00:03:49.563]➜   src
2025-08-20T19:11:30.8440090Z [00:03:49.563]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.8440381Z [00:03:49.563]➜   /usr/local/include
2025-08-20T19:11:30.8440812Z [00:03:49.563]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.8441385Z [00:03:49.563]➜   /usr/include
2025-08-20T19:11:30.8441630Z [00:03:49.563]➜  End of search list.
2025-08-20T19:11:30.8455003Z [00:03:49.566]➜    CC       src/libsinglebin_chroot_a-chroot.o
2025-08-20T19:11:30.8520091Z [00:03:49.573]➜    CC       src/libsinglebin_hostid_a-hostid.o
2025-08-20T19:11:30.8756087Z [00:03:49.596]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.8756667Z [00:03:49.597]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.8762224Z [00:03:49.597]➜  Thread model: posix
2025-08-20T19:11:30.8762603Z [00:03:49.597]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.8763084Z [00:03:49.597]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.8763578Z [00:03:49.597]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.8767445Z [00:03:49.597]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.8767737Z [00:03:49.597]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.8768013Z [00:03:49.597]➜   (in-process)
2025-08-20T19:11:30.8814318Z [00:03:49.601]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name chroot.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_chroot_a-chroot.Tpo -MT src/libsinglebin_chroot_a-chroot.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_chroot (int, char **);  int single_binary_main_chroot" -D usage=_usage_chroot -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_chroot_a-chroot.o -x c src/chroot.c
2025-08-20T19:11:30.8820161Z [00:03:49.601]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.8821068Z [00:03:49.601]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.8821632Z [00:03:49.601]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.8821975Z [00:03:49.601]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.8822312Z [00:03:49.602]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.8822648Z [00:03:49.602]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.8822967Z [00:03:49.602]➜  #include "..." search starts here:
2025-08-20T19:11:30.8823284Z [00:03:49.602]➜  #include <...> search starts here:
2025-08-20T19:11:30.8823548Z [00:03:49.602]➜   .
2025-08-20T19:11:30.8823742Z [00:03:49.602]➜   ./lib
2025-08-20T19:11:30.8823941Z [00:03:49.602]➜   src
2025-08-20T19:11:30.8824204Z [00:03:49.602]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.8824497Z [00:03:49.602]➜   /usr/local/include
2025-08-20T19:11:30.8824780Z [00:03:49.602]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.8825061Z [00:03:49.602]➜   /usr/include
2025-08-20T19:11:30.8825299Z [00:03:49.602]➜  End of search list.
2025-08-20T19:11:30.8854331Z [00:03:49.606]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.8855699Z [00:03:49.607]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.8861423Z [00:03:49.607]➜  Thread model: posix
2025-08-20T19:11:30.8862504Z [00:03:49.607]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.8864311Z [00:03:49.607]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.8866397Z [00:03:49.608]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.8871551Z [00:03:49.608]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.8902503Z [00:03:49.611]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.8903465Z [00:03:49.611]➜   (in-process)
2025-08-20T19:11:30.8921054Z [00:03:49.612]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name hostid.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_hostid_a-hostid.Tpo -MT src/libsinglebin_hostid_a-hostid.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_hostid (int, char **);  int single_binary_main_hostid" -D usage=_usage_hostid -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_hostid_a-hostid.o -x c src/hostid.c
2025-08-20T19:11:30.8926802Z [00:03:49.612]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.8927888Z [00:03:49.612]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.8928479Z [00:03:49.612]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.8928820Z [00:03:49.612]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.8929148Z [00:03:49.612]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.8929478Z [00:03:49.612]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.8929811Z [00:03:49.612]➜  #include "..." search starts here:
2025-08-20T19:11:30.8930123Z [00:03:49.612]➜  #include <...> search starts here:
2025-08-20T19:11:30.8930388Z [00:03:49.612]➜   .
2025-08-20T19:11:30.8931030Z [00:03:49.612]➜   ./lib
2025-08-20T19:11:30.8931240Z [00:03:49.612]➜   src
2025-08-20T19:11:30.8931496Z [00:03:49.612]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.8931784Z [00:03:49.612]➜   /usr/local/include
2025-08-20T19:11:30.8932067Z [00:03:49.612]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.8932349Z [00:03:49.612]➜   /usr/include
2025-08-20T19:11:30.8932602Z [00:03:49.612]➜  End of search list.
2025-08-20T19:11:30.9012132Z [00:03:49.620]➜    CC       src/libsinglebin_timeout_a-timeout.o
2025-08-20T19:11:30.9286105Z [00:03:49.650]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.9287185Z [00:03:49.650]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.9287556Z [00:03:49.650]➜  Thread model: posix
2025-08-20T19:11:30.9287863Z [00:03:49.650]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.9288775Z [00:03:49.650]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.9289273Z [00:03:49.650]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.9289640Z [00:03:49.650]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.9289922Z [00:03:49.650]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.9290197Z [00:03:49.650]➜   (in-process)
2025-08-20T19:11:30.9304251Z [00:03:49.651]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name timeout.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_timeout_a-timeout.Tpo -MT src/libsinglebin_timeout_a-timeout.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_timeout (int, char **);  int single_binary_main_timeout" -D usage=_usage_timeout -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_timeout_a-timeout.o -x c src/timeout.c
2025-08-20T19:11:30.9322183Z [00:03:49.653]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.9322948Z [00:03:49.653]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.9323486Z [00:03:49.653]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.9323826Z [00:03:49.653]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.9324585Z [00:03:49.653]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.9324991Z [00:03:49.653]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.9325313Z [00:03:49.653]➜  #include "..." search starts here:
2025-08-20T19:11:30.9325628Z [00:03:49.653]➜  #include <...> search starts here:
2025-08-20T19:11:30.9325892Z [00:03:49.653]➜   .
2025-08-20T19:11:30.9326098Z [00:03:49.653]➜   ./lib
2025-08-20T19:11:30.9326299Z [00:03:49.653]➜   src
2025-08-20T19:11:30.9326554Z [00:03:49.653]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.9326841Z [00:03:49.653]➜   /usr/local/include
2025-08-20T19:11:30.9327126Z [00:03:49.653]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.9327400Z [00:03:49.653]➜   /usr/include
2025-08-20T19:11:30.9327640Z [00:03:49.653]➜  End of search list.
2025-08-20T19:11:30.9521941Z [00:03:49.673]➜    CC       src/libsinglebin_timeout_a-operand2sig.o
2025-08-20T19:11:30.9739506Z [00:03:49.695]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.9739969Z [00:03:49.695]➜    CC       src/libsinglebin_nice_a-nice.o
2025-08-20T19:11:30.9740324Z [00:03:49.695]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.9744174Z [00:03:49.695]➜  Thread model: posix
2025-08-20T19:11:30.9756670Z [00:03:49.696]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.9757260Z [00:03:49.696]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.9758225Z [00:03:49.696]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.9758602Z [00:03:49.696]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.9758889Z [00:03:49.696]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.9759156Z [00:03:49.696]➜   (in-process)
2025-08-20T19:11:30.9765696Z [00:03:49.696]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name operand2sig.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_timeout_a-operand2sig.Tpo -MT src/libsinglebin_timeout_a-operand2sig.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_timeout (int, char **);  int single_binary_main_timeout" -D usage=_usage_timeout -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_timeout_a-operand2sig.o -x c src/operand2sig.c
2025-08-20T19:11:30.9783640Z [00:03:49.698]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.9784353Z [00:03:49.699]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.9784895Z [00:03:49.699]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.9785233Z [00:03:49.699]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.9785562Z [00:03:49.699]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.9801259Z [00:03:49.699]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.9801938Z [00:03:49.699]➜  #include "..." search starts here:
2025-08-20T19:11:30.9802268Z [00:03:49.699]➜  #include <...> search starts here:
2025-08-20T19:11:30.9802537Z [00:03:49.699]➜   .
2025-08-20T19:11:30.9802734Z [00:03:49.699]➜   ./lib
2025-08-20T19:11:30.9802931Z [00:03:49.699]➜   src
2025-08-20T19:11:30.9803211Z [00:03:49.699]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.9803502Z [00:03:49.699]➜   /usr/local/include
2025-08-20T19:11:30.9803784Z [00:03:49.699]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.9804058Z [00:03:49.699]➜   /usr/include
2025-08-20T19:11:30.9804297Z [00:03:49.699]➜  End of search list.
2025-08-20T19:11:30.9858724Z [00:03:49.707]➜    CC       src/libsinglebin_who_a-who.o
2025-08-20T19:11:30.9888351Z [00:03:49.710]➜    CC       src/libsinglebin_users_a-users.o
2025-08-20T19:11:30.9912993Z [00:03:49.712]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:30.9913426Z [00:03:49.712]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:30.9913732Z [00:03:49.712]➜  Thread model: posix
2025-08-20T19:11:30.9914042Z [00:03:49.712]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:30.9914474Z [00:03:49.712]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.9914967Z [00:03:49.712]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:30.9915809Z [00:03:49.712]➜  Candidate multilib: .;@m64
2025-08-20T19:11:30.9916101Z [00:03:49.712]➜  Selected multilib: .;@m64
2025-08-20T19:11:30.9918678Z [00:03:49.713]➜   (in-process)
2025-08-20T19:11:30.9927053Z [00:03:49.713]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name nice.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_nice_a-nice.Tpo -MT src/libsinglebin_nice_a-nice.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_nice (int, char **);  int single_binary_main_nice" -D usage=_usage_nice -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_nice_a-nice.o -x c src/nice.c
2025-08-20T19:11:30.9936074Z [00:03:49.714]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:30.9936789Z [00:03:49.714]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:30.9937324Z [00:03:49.714]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:30.9937666Z [00:03:49.714]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:30.9937995Z [00:03:49.714]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:30.9938324Z [00:03:49.714]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:30.9938646Z [00:03:49.714]➜  #include "..." search starts here:
2025-08-20T19:11:30.9939250Z [00:03:49.714]➜  #include <...> search starts here:
2025-08-20T19:11:30.9939575Z [00:03:49.714]➜   .
2025-08-20T19:11:30.9939773Z [00:03:49.714]➜   ./lib
2025-08-20T19:11:30.9939967Z [00:03:49.714]➜   src
2025-08-20T19:11:30.9940223Z [00:03:49.714]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:30.9961145Z [00:03:49.714]➜   /usr/local/include
2025-08-20T19:11:30.9961584Z [00:03:49.714]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:30.9961869Z [00:03:49.714]➜   /usr/include
2025-08-20T19:11:30.9962115Z [00:03:49.714]➜  End of search list.
2025-08-20T19:11:31.0157886Z [00:03:49.736]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.0158318Z [00:03:49.736]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.0158630Z [00:03:49.736]➜  Thread model: posix
2025-08-20T19:11:31.0158927Z [00:03:49.736]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.0159353Z [00:03:49.736]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.0159884Z [00:03:49.736]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.0160259Z [00:03:49.736]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.0160726Z [00:03:49.736]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.0164594Z [00:03:49.737]➜   (in-process)
2025-08-20T19:11:31.0171296Z [00:03:49.737]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name who.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_who_a-who.Tpo -MT src/libsinglebin_who_a-who.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_who (int, char **);  int single_binary_main_who" -D usage=_usage_who -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_who_a-who.o -x c src/who.c
2025-08-20T19:11:31.0178369Z [00:03:49.739]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.0194565Z [00:03:49.740]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.0194944Z [00:03:49.740]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.0195255Z [00:03:49.741]➜  Thread model: posix
2025-08-20T19:11:31.0195554Z [00:03:49.741]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.0196002Z [00:03:49.741]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.0198577Z [00:03:49.741]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.0198975Z [00:03:49.741]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.0199267Z [00:03:49.741]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.0199535Z [00:03:49.741]➜   (in-process)
2025-08-20T19:11:31.0205923Z [00:03:49.741]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name users.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_users_a-users.Tpo -MT src/libsinglebin_users_a-users.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_users (int, char **);  int single_binary_main_users" -D usage=_usage_users -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_users_a-users.o -x c src/users.c
2025-08-20T19:11:31.0211909Z [00:03:49.741]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.0212600Z [00:03:49.741]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.0213133Z [00:03:49.741]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.0213472Z [00:03:49.741]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.0213814Z [00:03:49.741]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.0214145Z [00:03:49.741]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.0214463Z [00:03:49.741]➜  #include "..." search starts here:
2025-08-20T19:11:31.0214775Z [00:03:49.741]➜  #include <...> search starts here:
2025-08-20T19:11:31.0215040Z [00:03:49.741]➜   .
2025-08-20T19:11:31.0215236Z [00:03:49.741]➜   ./lib
2025-08-20T19:11:31.0215446Z [00:03:49.741]➜   src
2025-08-20T19:11:31.0215699Z [00:03:49.741]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.0215986Z [00:03:49.741]➜   /usr/local/include
2025-08-20T19:11:31.0216267Z [00:03:49.741]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.0216539Z [00:03:49.741]➜   /usr/include
2025-08-20T19:11:31.0216779Z [00:03:49.741]➜  End of search list.
2025-08-20T19:11:31.0217294Z [00:03:49.741]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.0217821Z [00:03:49.741]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.0218433Z [00:03:49.741]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.0218834Z [00:03:49.741]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.0219167Z [00:03:49.741]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.0219489Z [00:03:49.741]➜  #include "..." search starts here:
2025-08-20T19:11:31.0219800Z [00:03:49.741]➜  #include <...> search starts here:
2025-08-20T19:11:31.0220073Z [00:03:49.741]➜   .
2025-08-20T19:11:31.0220271Z [00:03:49.741]➜   ./lib
2025-08-20T19:11:31.0220716Z [00:03:49.741]➜   src
2025-08-20T19:11:31.0221037Z [00:03:49.741]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.0221325Z [00:03:49.741]➜   /usr/local/include
2025-08-20T19:11:31.0221604Z [00:03:49.741]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.0221875Z [00:03:49.741]➜   /usr/include
2025-08-20T19:11:31.0222112Z [00:03:49.741]➜  End of search list.
2025-08-20T19:11:31.0551366Z [00:03:49.776]➜    CC       src/libsinglebin_pinky_a-pinky.o
2025-08-20T19:11:31.0819939Z [00:03:49.803]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.0821052Z [00:03:49.803]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.0821515Z [00:03:49.803]➜  Thread model: posix
2025-08-20T19:11:31.0841726Z [00:03:49.803]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.0842490Z [00:03:49.803]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.0844794Z [00:03:49.803]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.0845185Z [00:03:49.803]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.0845481Z [00:03:49.803]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.0845806Z [00:03:49.803]➜    CC       src/libsinglebin_stty_a-stty.o
2025-08-20T19:11:31.0846103Z [00:03:49.803]➜   (in-process)
2025-08-20T19:11:31.0852516Z [00:03:49.803]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name pinky.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_pinky_a-pinky.Tpo -MT src/libsinglebin_pinky_a-pinky.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_pinky (int, char **);  int single_binary_main_pinky" -D usage=_usage_pinky -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_pinky_a-pinky.o -x c src/pinky.c
2025-08-20T19:11:31.0858188Z [00:03:49.804]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.0858870Z [00:03:49.804]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.0859402Z [00:03:49.805]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.0859740Z [00:03:49.805]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.0860070Z [00:03:49.805]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.0862747Z [00:03:49.805]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.0863200Z [00:03:49.805]➜  #include "..." search starts here:
2025-08-20T19:11:31.0863539Z [00:03:49.805]➜  #include <...> search starts here:
2025-08-20T19:11:31.0863802Z [00:03:49.805]➜   .
2025-08-20T19:11:31.0864001Z [00:03:49.805]➜   ./lib
2025-08-20T19:11:31.0864201Z [00:03:49.805]➜   src
2025-08-20T19:11:31.0864466Z [00:03:49.805]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.0864757Z [00:03:49.805]➜   /usr/local/include
2025-08-20T19:11:31.0865037Z [00:03:49.805]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.0865310Z [00:03:49.805]➜   /usr/include
2025-08-20T19:11:31.0865548Z [00:03:49.805]➜  End of search list.
2025-08-20T19:11:31.0877048Z [00:03:49.809]➜    CC       src/libsinglebin_df_a-df.o
2025-08-20T19:11:31.1114198Z [00:03:49.832]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.1123355Z [00:03:49.832]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.1123719Z [00:03:49.832]➜  Thread model: posix
2025-08-20T19:11:31.1124022Z [00:03:49.832]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.1124465Z [00:03:49.832]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.1124955Z [00:03:49.832]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.1125331Z [00:03:49.832]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.1126059Z [00:03:49.832]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.1126329Z [00:03:49.833]➜   (in-process)
2025-08-20T19:11:31.1132672Z [00:03:49.833]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stty.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_stty_a-stty.Tpo -MT src/libsinglebin_stty_a-stty.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_stty (int, char **);  int single_binary_main_stty" -D usage=_usage_stty -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_stty_a-stty.o -x c src/stty.c
2025-08-20T19:11:31.1138976Z [00:03:49.834]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.1140116Z [00:03:49.834]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.1140527Z [00:03:49.834]➜  Thread model: posix
2025-08-20T19:11:31.1140866Z [00:03:49.834]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.1141295Z [00:03:49.834]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.1141784Z [00:03:49.834]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.1142191Z [00:03:49.834]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.1142478Z [00:03:49.834]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.1150187Z [00:03:49.834]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.1150831Z [00:03:49.836]➜   (in-process)
2025-08-20T19:11:31.1163019Z [00:03:49.837]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name df.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_df_a-df.Tpo -MT src/libsinglebin_df_a-df.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_df (int, char **);  int single_binary_main_df" -D usage=_usage_df -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_df_a-df.o -x c src/df.c
2025-08-20T19:11:31.1168818Z [00:03:49.837]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.1169515Z [00:03:49.837]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.1170052Z [00:03:49.837]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.1170391Z [00:03:49.837]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.1174087Z [00:03:49.837]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.1174433Z [00:03:49.837]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.1174778Z [00:03:49.837]➜  #include "..." search starts here:
2025-08-20T19:11:31.1175095Z [00:03:49.837]➜  #include <...> search starts here:
2025-08-20T19:11:31.1175357Z [00:03:49.837]➜   .
2025-08-20T19:11:31.1175571Z [00:03:49.838]➜   ./lib
2025-08-20T19:11:31.1175771Z [00:03:49.838]➜   src
2025-08-20T19:11:31.1176027Z [00:03:49.838]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.1176317Z [00:03:49.838]➜   /usr/local/include
2025-08-20T19:11:31.1176598Z [00:03:49.838]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.1176874Z [00:03:49.838]➜   /usr/include
2025-08-20T19:11:31.1177113Z [00:03:49.838]➜  End of search list.
2025-08-20T19:11:31.1187458Z [00:03:49.840]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.1190351Z [00:03:49.840]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.1198708Z [00:03:49.840]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.1199047Z [00:03:49.840]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.1199402Z [00:03:49.840]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.1199724Z [00:03:49.840]➜  #include "..." search starts here:
2025-08-20T19:11:31.1200040Z [00:03:49.840]➜  #include <...> search starts here:
2025-08-20T19:11:31.1200303Z [00:03:49.840]➜   .
2025-08-20T19:11:31.1200641Z [00:03:49.840]➜   ./lib
2025-08-20T19:11:31.1200861Z [00:03:49.840]➜   src
2025-08-20T19:11:31.1201118Z [00:03:49.840]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.1201408Z [00:03:49.840]➜   /usr/local/include
2025-08-20T19:11:31.1201689Z [00:03:49.840]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.1202347Z [00:03:49.840]➜   /usr/include
2025-08-20T19:11:31.1202673Z [00:03:49.840]➜  End of search list.
2025-08-20T19:11:31.1252524Z [00:03:49.846]➜    CC       src/libsinglebin_df_a-find-mount-point.o
2025-08-20T19:11:31.1544710Z [00:03:49.875]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.1546135Z [00:03:49.875]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.1546793Z [00:03:49.875]➜  Thread model: posix
2025-08-20T19:11:31.1547747Z [00:03:49.875]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.1548344Z [00:03:49.875]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.1548952Z [00:03:49.876]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.1549441Z [00:03:49.876]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.1549816Z [00:03:49.876]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.1576185Z [00:03:49.879]➜   (in-process)
2025-08-20T19:11:31.1583995Z [00:03:49.879]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name find-mount-point.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_df_a-find-mount-point.Tpo -MT src/libsinglebin_df_a-find-mount-point.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_df (int, char **);  int single_binary_main_df" -D usage=_usage_df -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_df_a-find-mount-point.o -x c src/find-mount-point.c
2025-08-20T19:11:31.1592091Z [00:03:49.880]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.1592800Z [00:03:49.880]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.1593351Z [00:03:49.880]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.1593693Z [00:03:49.880]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.1594027Z [00:03:49.880]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.1594359Z [00:03:49.880]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.1594680Z [00:03:49.880]➜  #include "..." search starts here:
2025-08-20T19:11:31.1595009Z [00:03:49.880]➜  #include <...> search starts here:
2025-08-20T19:11:31.1595274Z [00:03:49.880]➜   .
2025-08-20T19:11:31.1595466Z [00:03:49.880]➜   ./lib
2025-08-20T19:11:31.1595669Z [00:03:49.880]➜   src
2025-08-20T19:11:31.1595926Z [00:03:49.880]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.1596217Z [00:03:49.880]➜   /usr/local/include
2025-08-20T19:11:31.1596498Z [00:03:49.880]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.1596769Z [00:03:49.880]➜   /usr/include
2025-08-20T19:11:31.1597010Z [00:03:49.880]➜  End of search list.
2025-08-20T19:11:31.1656553Z [00:03:49.887]➜    CC       src/libsinglebin___a-lbracket.o
2025-08-20T19:11:31.1811043Z [00:03:49.902]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.1811955Z [00:03:49.902]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.1812831Z [00:03:49.902]➜  Thread model: posix
2025-08-20T19:11:31.1818739Z [00:03:49.902]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.1820668Z [00:03:49.902]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.1821508Z [00:03:49.902]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.1822080Z [00:03:49.902]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.1822513Z [00:03:49.902]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.1833660Z [00:03:49.903]➜   (in-process)
2025-08-20T19:11:31.1839891Z [00:03:49.903]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name lbracket.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin___a-lbracket.Tpo -MT src/libsinglebin___a-lbracket.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main__ (int, char **);  int single_binary_main__" -D usage=_usage__ -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin___a-lbracket.o -x c src/lbracket.c
2025-08-20T19:11:31.1875730Z [00:03:49.908]➜    CC       src/libsinglebin_b2sum_a-digest.o
2025-08-20T19:11:31.1876267Z [00:03:49.909]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.1876952Z [00:03:49.909]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.1877485Z [00:03:49.909]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.1877819Z [00:03:49.909]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.1878166Z [00:03:49.909]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.1878323Z [00:03:49.909]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.1878466Z [00:03:49.909]➜  #include "..." search starts here:
2025-08-20T19:11:31.1878609Z [00:03:49.909]➜  #include <...> search starts here:
2025-08-20T19:11:31.1878698Z [00:03:49.909]➜   .
2025-08-20T19:11:31.1878795Z [00:03:49.909]➜   ./lib
2025-08-20T19:11:31.1878899Z [00:03:49.909]➜   src
2025-08-20T19:11:31.1879052Z [00:03:49.909]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.1879164Z [00:03:49.909]➜   /usr/local/include
2025-08-20T19:11:31.1879306Z [00:03:49.909]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.1879408Z [00:03:49.909]➜   /usr/include
2025-08-20T19:11:31.1879521Z [00:03:49.909]➜  End of search list.
2025-08-20T19:11:31.1995118Z [00:03:49.920]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.2000204Z [00:03:49.921]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.2002188Z [00:03:49.921]➜  Thread model: posix
2025-08-20T19:11:31.2005862Z [00:03:49.921]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.2006214Z [00:03:49.921]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.2014621Z [00:03:49.921]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.2014848Z [00:03:49.921]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.2015012Z [00:03:49.921]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.2015128Z [00:03:49.921]➜   (in-process)
2025-08-20T19:11:31.2055684Z [00:03:49.921]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name digest.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_b2sum_a-digest.Tpo -MT src/libsinglebin_b2sum_a-digest.o -sys-header-deps -MP -I . -I ./lib -D HASH_ALGO_BLAKE2=1 -D HAVE_CONFIG_H -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_b2sum (int, char **);  int single_binary_main_b2sum" -D usage=_usage_b2sum -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_b2sum_a-digest.o -x c src/digest.c
2025-08-20T19:11:31.2056625Z [00:03:49.922]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.2057059Z [00:03:49.922]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.2057237Z [00:03:49.922]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.2057387Z [00:03:49.922]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.2057543Z [00:03:49.922]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.2057693Z [00:03:49.922]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.2057832Z [00:03:49.922]➜  #include "..." search starts here:
2025-08-20T19:11:31.2057976Z [00:03:49.922]➜  #include <...> search starts here:
2025-08-20T19:11:31.2058076Z [00:03:49.922]➜   .
2025-08-20T19:11:31.2058178Z [00:03:49.922]➜   ./lib
2025-08-20T19:11:31.2058269Z [00:03:49.922]➜   src
2025-08-20T19:11:31.2058424Z [00:03:49.922]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.2058539Z [00:03:49.922]➜   /usr/local/include
2025-08-20T19:11:31.2058679Z [00:03:49.922]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.2058791Z [00:03:49.922]➜   /usr/include
2025-08-20T19:11:31.2058910Z [00:03:49.922]➜  End of search list.
2025-08-20T19:11:31.3114876Z [00:03:50.032]➜    CC       src/libsinglebin_base64_a-basenc.o
2025-08-20T19:11:31.3135691Z [00:03:50.035]➜    CC       src/libsinglebin_base32_a-basenc.o
2025-08-20T19:11:31.3199776Z [00:03:50.041]➜    CC       src/libsinglebin_basenc_a-basenc.o
2025-08-20T19:11:31.3281968Z [00:03:50.049]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.3285998Z [00:03:50.049]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.3288785Z [00:03:50.050]➜  Thread model: posix
2025-08-20T19:11:31.3289562Z [00:03:50.050]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.3292124Z [00:03:50.050]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.3293018Z [00:03:50.050]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.3294419Z [00:03:50.050]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.3294961Z [00:03:50.050]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.3296526Z [00:03:50.051]➜   (in-process)
2025-08-20T19:11:31.3320982Z [00:03:50.052]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name basenc.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_base64_a-basenc.Tpo -MT src/libsinglebin_base64_a-basenc.o -sys-header-deps -MP -I . -I ./lib -D BASE_TYPE=64 -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_base64 (int, char **);  int single_binary_main_base64" -D usage=_usage_base64 -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_base64_a-basenc.o -x c src/basenc.c
2025-08-20T19:11:31.3331585Z [00:03:50.052]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.3332654Z [00:03:50.052]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.3333434Z [00:03:50.052]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.3333932Z [00:03:50.052]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.3334434Z [00:03:50.052]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.3334933Z [00:03:50.052]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.3335399Z [00:03:50.052]➜  #include "..." search starts here:
2025-08-20T19:11:31.3335861Z [00:03:50.053]➜  #include <...> search starts here:
2025-08-20T19:11:31.3336295Z [00:03:50.053]➜   .
2025-08-20T19:11:31.3336647Z [00:03:50.053]➜   ./lib
2025-08-20T19:11:31.3337025Z [00:03:50.053]➜   src
2025-08-20T19:11:31.3351170Z [00:03:50.053]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.3351792Z [00:03:50.053]➜   /usr/local/include
2025-08-20T19:11:31.3352422Z [00:03:50.053]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.3353124Z [00:03:50.053]➜   /usr/include
2025-08-20T19:11:31.3353518Z [00:03:50.053]➜  End of search list.
2025-08-20T19:11:31.3419774Z [00:03:50.063]➜    CC       src/libsinglebin_basename_a-basename.o
2025-08-20T19:11:31.3440793Z [00:03:50.065]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.3441566Z [00:03:50.065]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.3441881Z [00:03:50.065]➜  Thread model: posix
2025-08-20T19:11:31.3442186Z [00:03:50.065]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.3442616Z [00:03:50.065]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.3443472Z [00:03:50.065]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.3443909Z [00:03:50.065]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.3444197Z [00:03:50.065]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.3466462Z [00:03:50.066]➜   (in-process)
2025-08-20T19:11:31.3473171Z [00:03:50.066]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name basenc.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_base32_a-basenc.Tpo -MT src/libsinglebin_base32_a-basenc.o -sys-header-deps -MP -I . -I ./lib -D BASE_TYPE=32 -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_base32 (int, char **);  int single_binary_main_base32" -D usage=_usage_base32 -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_base32_a-basenc.o -x c src/basenc.c
2025-08-20T19:11:31.3479432Z [00:03:50.066]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.3480123Z [00:03:50.066]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.3481147Z [00:03:50.066]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.3481509Z [00:03:50.066]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.3481873Z [00:03:50.066]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.3482213Z [00:03:50.066]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.3482533Z [00:03:50.066]➜  #include "..." search starts here:
2025-08-20T19:11:31.3482846Z [00:03:50.066]➜  #include <...> search starts here:
2025-08-20T19:11:31.3483113Z [00:03:50.066]➜   .
2025-08-20T19:11:31.3483311Z [00:03:50.066]➜   ./lib
2025-08-20T19:11:31.3483549Z [00:03:50.066]➜   src
2025-08-20T19:11:31.3483804Z [00:03:50.066]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.3484104Z [00:03:50.066]➜   /usr/local/include
2025-08-20T19:11:31.3484388Z [00:03:50.066]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.3484664Z [00:03:50.066]➜   /usr/include
2025-08-20T19:11:31.3484901Z [00:03:50.066]➜  End of search list.
2025-08-20T19:11:31.3587736Z [00:03:50.080]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.3598918Z [00:03:50.081]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.3604753Z [00:03:50.082]➜  Thread model: posix
2025-08-20T19:11:31.3622272Z [00:03:50.083]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.3628141Z [00:03:50.084]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.3634413Z [00:03:50.085]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.3642847Z [00:03:50.085]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.3643166Z [00:03:50.085]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.3643434Z [00:03:50.085]➜   (in-process)
2025-08-20T19:11:31.3650012Z [00:03:50.085]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name basenc.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_basenc_a-basenc.Tpo -MT src/libsinglebin_basenc_a-basenc.o -sys-header-deps -MP -I . -I ./lib -D BASE_TYPE=42 -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_basenc (int, char **);  int single_binary_main_basenc" -D usage=_usage_basenc -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_basenc_a-basenc.o -x c src/basenc.c
2025-08-20T19:11:31.3660132Z [00:03:50.085]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.3660891Z [00:03:50.085]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.3661442Z [00:03:50.085]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.3661783Z [00:03:50.085]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.3662110Z [00:03:50.085]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.3662440Z [00:03:50.085]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.3662760Z [00:03:50.085]➜  #include "..." search starts here:
2025-08-20T19:11:31.3663080Z [00:03:50.085]➜  #include <...> search starts here:
2025-08-20T19:11:31.3663344Z [00:03:50.085]➜   .
2025-08-20T19:11:31.3663536Z [00:03:50.085]➜   ./lib
2025-08-20T19:11:31.3663737Z [00:03:50.085]➜   src
2025-08-20T19:11:31.3663989Z [00:03:50.085]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.3664278Z [00:03:50.085]➜   /usr/local/include
2025-08-20T19:11:31.3664556Z [00:03:50.085]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.3664825Z [00:03:50.085]➜   /usr/include
2025-08-20T19:11:31.3665058Z [00:03:50.085]➜  End of search list.
2025-08-20T19:11:31.3673449Z [00:03:50.088]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.3675736Z [00:03:50.088]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.3676292Z [00:03:50.088]➜  Thread model: posix
2025-08-20T19:11:31.3676896Z [00:03:50.088]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.3682829Z [00:03:50.088]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.3683886Z [00:03:50.088]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.3685065Z [00:03:50.088]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.3685399Z [00:03:50.088]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.3687879Z [00:03:50.090]➜   (in-process)
2025-08-20T19:11:31.3730659Z [00:03:50.093]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name basename.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_basename_a-basename.Tpo -MT src/libsinglebin_basename_a-basename.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_basename (int, char **);  int single_binary_main_basename" -D usage=_usage_basename -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_basename_a-basename.o -x c src/basename.c
2025-08-20T19:11:31.3736720Z [00:03:50.094]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.3737410Z [00:03:50.094]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.3737946Z [00:03:50.094]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.3738290Z [00:03:50.094]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.3738621Z [00:03:50.094]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.3738964Z [00:03:50.094]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.3739288Z [00:03:50.094]➜  #include "..." search starts here:
2025-08-20T19:11:31.3739601Z [00:03:50.094]➜  #include <...> search starts here:
2025-08-20T19:11:31.3739862Z [00:03:50.094]➜   .
2025-08-20T19:11:31.3740049Z [00:03:50.094]➜   ./lib
2025-08-20T19:11:31.3740250Z [00:03:50.094]➜   src
2025-08-20T19:11:31.3740674Z [00:03:50.094]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.3741036Z [00:03:50.094]➜   /usr/local/include
2025-08-20T19:11:31.3741322Z [00:03:50.094]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.3741596Z [00:03:50.094]➜   /usr/include
2025-08-20T19:11:31.3741835Z [00:03:50.094]➜  End of search list.
2025-08-20T19:11:31.3983080Z [00:03:50.118]➜    CC       src/libsinglebin_cat_a-cat.o
2025-08-20T19:11:31.4111590Z [00:03:50.132]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.4111987Z [00:03:50.132]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.4112293Z [00:03:50.132]➜  Thread model: posix
2025-08-20T19:11:31.4112641Z [00:03:50.132]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.4113076Z [00:03:50.132]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.4113568Z [00:03:50.132]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.4113939Z [00:03:50.132]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.4114240Z [00:03:50.132]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.4114518Z [00:03:50.132]➜   (in-process)
2025-08-20T19:11:31.4121208Z [00:03:50.132]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name cat.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_cat_a-cat.Tpo -MT src/libsinglebin_cat_a-cat.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_cat (int, char **);  int single_binary_main_cat" -D usage=_usage_cat -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_cat_a-cat.o -x c src/cat.c
2025-08-20T19:11:31.4126829Z [00:03:50.133]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.4127504Z [00:03:50.133]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.4128276Z [00:03:50.133]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.4128626Z [00:03:50.133]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.4128957Z [00:03:50.133]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.4129285Z [00:03:50.133]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.4129602Z [00:03:50.133]➜  #include "..." search starts here:
2025-08-20T19:11:31.4129913Z [00:03:50.133]➜  #include <...> search starts here:
2025-08-20T19:11:31.4130176Z [00:03:50.133]➜   .
2025-08-20T19:11:31.4130381Z [00:03:50.133]➜   ./lib
2025-08-20T19:11:31.4130819Z [00:03:50.133]➜   src
2025-08-20T19:11:31.4131100Z [00:03:50.133]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.4131390Z [00:03:50.133]➜   /usr/local/include
2025-08-20T19:11:31.4131668Z [00:03:50.133]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.4131941Z [00:03:50.133]➜   /usr/include
2025-08-20T19:11:31.4132195Z [00:03:50.133]➜  End of search list.
2025-08-20T19:11:31.4365891Z [00:03:50.157]➜    CC       src/libsinglebin_chcon_a-chcon.o
2025-08-20T19:11:31.4509264Z [00:03:50.172]➜    CC       src/libsinglebin_chgrp_a-coreutils-chgrp.o
2025-08-20T19:11:31.4658537Z [00:03:50.187]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.4659561Z [00:03:50.187]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.4660994Z [00:03:50.187]➜  Thread model: posix
2025-08-20T19:11:31.4661326Z [00:03:50.187]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.4661812Z [00:03:50.187]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.4662308Z [00:03:50.187]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.4662685Z [00:03:50.187]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.4662972Z [00:03:50.187]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.4663243Z [00:03:50.187]➜   (in-process)
2025-08-20T19:11:31.4674086Z [00:03:50.187]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name coreutils-chgrp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_chgrp_a-coreutils-chgrp.Tpo -MT src/libsinglebin_chgrp_a-coreutils-chgrp.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_chgrp (int, char **);  int single_binary_main_chgrp" -D usage=_usage_chgrp -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_chgrp_a-coreutils-chgrp.o -x c src/coreutils-chgrp.c
2025-08-20T19:11:31.4690739Z [00:03:50.188]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.4691537Z [00:03:50.188]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.4692454Z [00:03:50.188]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.4692805Z [00:03:50.188]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.4693138Z [00:03:50.188]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.4693473Z [00:03:50.188]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.4693795Z [00:03:50.188]➜  #include "..." search starts here:
2025-08-20T19:11:31.4694108Z [00:03:50.188]➜  #include <...> search starts here:
2025-08-20T19:11:31.4694448Z [00:03:50.190]➜   .
2025-08-20T19:11:31.4694644Z [00:03:50.190]➜   ./lib
2025-08-20T19:11:31.4695140Z [00:03:50.190]➜   src
2025-08-20T19:11:31.4695459Z [00:03:50.190]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.4696683Z [00:03:50.190]➜   /usr/local/include
2025-08-20T19:11:31.4697031Z [00:03:50.190]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.4697310Z [00:03:50.190]➜   /usr/include
2025-08-20T19:11:31.4697703Z [00:03:50.190]➜  End of search list.
2025-08-20T19:11:31.4698069Z [00:03:50.190]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.4732551Z [00:03:50.190]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.4732920Z [00:03:50.190]➜  Thread model: posix
2025-08-20T19:11:31.4733226Z [00:03:50.190]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.4733655Z [00:03:50.190]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.4734146Z [00:03:50.190]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.4734519Z [00:03:50.190]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.4734806Z [00:03:50.190]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.4735098Z [00:03:50.190]➜   (in-process)
2025-08-20T19:11:31.4741838Z [00:03:50.190]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name chcon.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_chcon_a-chcon.Tpo -MT src/libsinglebin_chcon_a-chcon.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_chcon (int, char **);  int single_binary_main_chcon" -D usage=_usage_chcon -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_chcon_a-chcon.o -x c src/chcon.c
2025-08-20T19:11:31.4747536Z [00:03:50.191]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.4748228Z [00:03:50.191]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.4748761Z [00:03:50.191]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.4749098Z [00:03:50.191]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.4749427Z [00:03:50.191]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.4749758Z [00:03:50.191]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.4750320Z [00:03:50.191]➜  #include "..." search starts here:
2025-08-20T19:11:31.4752653Z [00:03:50.191]➜  #include <...> search starts here:
2025-08-20T19:11:31.4752923Z [00:03:50.191]➜   .
2025-08-20T19:11:31.4753118Z [00:03:50.191]➜   ./lib
2025-08-20T19:11:31.4753320Z [00:03:50.191]➜   src
2025-08-20T19:11:31.4753574Z [00:03:50.191]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.4753859Z [00:03:50.191]➜   /usr/local/include
2025-08-20T19:11:31.4754141Z [00:03:50.191]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.4754413Z [00:03:50.191]➜   /usr/include
2025-08-20T19:11:31.4754651Z [00:03:50.194]➜  End of search list.
2025-08-20T19:11:31.4969115Z [00:03:50.218]➜    CC       src/libsinglebin_chown_a-chown.o
2025-08-20T19:11:31.5233614Z [00:03:50.244]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.5234041Z [00:03:50.244]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.5234349Z [00:03:50.244]➜  Thread model: posix
2025-08-20T19:11:31.5234646Z [00:03:50.244]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.5237254Z [00:03:50.245]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.5237773Z [00:03:50.245]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.5238152Z [00:03:50.245]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.5238443Z [00:03:50.245]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.5238710Z [00:03:50.245]➜   (in-process)
2025-08-20T19:11:31.5245368Z [00:03:50.245]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name chown.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_chown_a-chown.Tpo -MT src/libsinglebin_chown_a-chown.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_chown (int, char **);  int single_binary_main_chown" -D usage=_usage_chown -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_chown_a-chown.o -x c src/chown.c
2025-08-20T19:11:31.5262351Z [00:03:50.245]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.5263050Z [00:03:50.246]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.5263584Z [00:03:50.246]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.5263925Z [00:03:50.246]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.5264275Z [00:03:50.246]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.5264609Z [00:03:50.246]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.5264931Z [00:03:50.246]➜  #include "..." search starts here:
2025-08-20T19:11:31.5265242Z [00:03:50.246]➜  #include <...> search starts here:
2025-08-20T19:11:31.5265507Z [00:03:50.247]➜   .
2025-08-20T19:11:31.5265702Z [00:03:50.247]➜   ./lib
2025-08-20T19:11:31.5266264Z [00:03:50.247]➜   src
2025-08-20T19:11:31.5266523Z [00:03:50.247]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.5266813Z [00:03:50.247]➜   /usr/local/include
2025-08-20T19:11:31.5267093Z [00:03:50.247]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.5267390Z [00:03:50.247]➜   /usr/include
2025-08-20T19:11:31.5267627Z [00:03:50.247]➜  End of search list.
2025-08-20T19:11:31.5454155Z [00:03:50.264]➜    CC       src/libsinglebin_chown_a-chown-core.o
2025-08-20T19:11:31.5554758Z [00:03:50.275]➜    CC       src/libsinglebin_chown_a-chown-chown.o
2025-08-20T19:11:31.5646549Z [00:03:50.285]➜    CC       src/libsinglebin_chmod_a-chmod.o
2025-08-20T19:11:31.5757923Z [00:03:50.296]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.5758719Z [00:03:50.297]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.5760613Z [00:03:50.297]➜  Thread model: posix
2025-08-20T19:11:31.5761662Z [00:03:50.297]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.5764380Z [00:03:50.298]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.5766880Z [00:03:50.298]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.5768151Z [00:03:50.298]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.5768520Z [00:03:50.298]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.5774851Z [00:03:50.298]➜   (in-process)
2025-08-20T19:11:31.5805113Z [00:03:50.300]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name chown-core.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_chown_a-chown-core.Tpo -MT src/libsinglebin_chown_a-chown-core.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_chown (int, char **);  int single_binary_main_chown" -D usage=_usage_chown -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_chown_a-chown-core.o -x c src/chown-core.c
2025-08-20T19:11:31.5811826Z [00:03:50.301]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.5825695Z [00:03:50.302]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.5826275Z [00:03:50.302]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.5826622Z [00:03:50.302]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.5826976Z [00:03:50.302]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.5827309Z [00:03:50.302]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.5827630Z [00:03:50.302]➜  #include "..." search starts here:
2025-08-20T19:11:31.5827942Z [00:03:50.302]➜  #include <...> search starts here:
2025-08-20T19:11:31.5828205Z [00:03:50.302]➜   .
2025-08-20T19:11:31.5828398Z [00:03:50.302]➜   ./lib
2025-08-20T19:11:31.5828950Z [00:03:50.302]➜   src
2025-08-20T19:11:31.5829216Z [00:03:50.302]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.5829508Z [00:03:50.302]➜   /usr/local/include
2025-08-20T19:11:31.5829784Z [00:03:50.302]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.5830056Z [00:03:50.302]➜   /usr/include
2025-08-20T19:11:31.5830293Z [00:03:50.302]➜  End of search list.
2025-08-20T19:11:31.5852583Z [00:03:50.305]➜  Debian clang version 19.1.7 (3+b2)Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.5853131Z [00:03:50.306]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.5853439Z [00:03:50.306]➜  Thread model: posix
2025-08-20T19:11:31.5853757Z [00:03:50.306]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.5854185Z [00:03:50.306]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.5854674Z [00:03:50.306]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.5855049Z [00:03:50.306]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.5855347Z [00:03:50.306]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.5855596Z [00:03:50.306]➜  
2025-08-20T19:11:31.5855839Z [00:03:50.306]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.5856132Z [00:03:50.306]➜  Thread model: posix
2025-08-20T19:11:31.5857556Z [00:03:50.307]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.5858699Z [00:03:50.307]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.5859845Z [00:03:50.307]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.5861532Z [00:03:50.307]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.5863637Z [00:03:50.307]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.5865229Z [00:03:50.307]➜   (in-process)
2025-08-20T19:11:31.5891949Z [00:03:50.309]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name chown-chown.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_chown_a-chown-chown.Tpo -MT src/libsinglebin_chown_a-chown-chown.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_chown (int, char **);  int single_binary_main_chown" -D usage=_usage_chown -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_chown_a-chown-chown.o -x c src/chown-chown.c
2025-08-20T19:11:31.5898376Z [00:03:50.310]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.5899001Z [00:03:50.310]➜   (in-process)
2025-08-20T19:11:31.5905491Z [00:03:50.310]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name chmod.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_chmod_a-chmod.Tpo -MT src/libsinglebin_chmod_a-chmod.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_chmod (int, char **);  int single_binary_main_chmod" -D usage=_usage_chmod -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_chmod_a-chmod.o -x c src/chmod.c
2025-08-20T19:11:31.5916201Z [00:03:50.310]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.5916751Z [00:03:50.310]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.5917107Z [00:03:50.310]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.5917438Z [00:03:50.310]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.5917768Z [00:03:50.310]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.5918090Z [00:03:50.310]➜  #include "..." search starts here:
2025-08-20T19:11:31.5918399Z [00:03:50.310]➜  #include <...> search starts here:
2025-08-20T19:11:31.5918670Z [00:03:50.310]➜   .
2025-08-20T19:11:31.5918861Z [00:03:50.310]➜   ./lib
2025-08-20T19:11:31.5919060Z [00:03:50.310]➜   src
2025-08-20T19:11:31.5919310Z [00:03:50.310]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.5919601Z [00:03:50.310]➜   /usr/local/include
2025-08-20T19:11:31.5919883Z [00:03:50.310]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.5920154Z [00:03:50.310]➜   /usr/include
2025-08-20T19:11:31.5920391Z [00:03:50.310]➜  End of search list.
2025-08-20T19:11:31.5921060Z [00:03:50.310]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.5925060Z [00:03:50.313]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.5931885Z [00:03:50.313]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.5932509Z [00:03:50.313]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.5932978Z [00:03:50.313]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.5933463Z [00:03:50.313]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.5933865Z [00:03:50.313]➜  #include "..." search starts here:
2025-08-20T19:11:31.5934255Z [00:03:50.313]➜  #include <...> search starts here:
2025-08-20T19:11:31.5934588Z [00:03:50.313]➜   .
2025-08-20T19:11:31.5934855Z [00:03:50.313]➜   ./lib
2025-08-20T19:11:31.5935480Z [00:03:50.313]➜   src
2025-08-20T19:11:31.5936012Z [00:03:50.313]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.5936426Z [00:03:50.313]➜   /usr/local/include
2025-08-20T19:11:31.5937085Z [00:03:50.313]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.5937686Z [00:03:50.313]➜   /usr/include
2025-08-20T19:11:31.5938585Z [00:03:50.313]➜  End of search list.
2025-08-20T19:11:31.6109915Z [00:03:50.332]➜    CC       src/libsinglebin_cksum_a-digest.o
2025-08-20T19:11:31.6177321Z [00:03:50.339]➜    CC       src/blake2/libsinglebin_cksum_a-blake2b-ref.o
2025-08-20T19:11:31.6196980Z [00:03:50.341]➜    CC       src/blake2/libsinglebin_cksum_a-b2sum.o
2025-08-20T19:11:31.6323624Z [00:03:50.353]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.6325118Z [00:03:50.354]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.6326356Z [00:03:50.354]➜  Thread model: posix
2025-08-20T19:11:31.6330065Z [00:03:50.354]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.6331423Z [00:03:50.354]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.6332127Z [00:03:50.354]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.6332986Z [00:03:50.354]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.6335361Z [00:03:50.354]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.6335912Z [00:03:50.354]➜   (in-process)
2025-08-20T19:11:31.6361579Z [00:03:50.356]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name blake2b-ref.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/blake2/.deps/libsinglebin_cksum_a-blake2b-ref.Tpo -MT src/blake2/libsinglebin_cksum_a-blake2b-ref.o -sys-header-deps -MP -I . -I ./lib -D HASH_ALGO_CKSUM=1 -D HAVE_CONFIG_H -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_cksum (int, char **);  int single_binary_main_cksum" -D usage=_usage_cksum -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/blake2/libsinglebin_cksum_a-blake2b-ref.o -x c src/blake2/blake2b-ref.c
2025-08-20T19:11:31.6367493Z [00:03:50.357]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.6368331Z [00:03:50.357]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.6368987Z [00:03:50.357]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.6369428Z [00:03:50.357]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.6369842Z [00:03:50.357]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.6370244Z [00:03:50.357]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.6371127Z [00:03:50.357]➜  #include "..." search starts here:
2025-08-20T19:11:31.6371550Z [00:03:50.357]➜  #include <...> search starts here:
2025-08-20T19:11:31.6371904Z [00:03:50.357]➜   .
2025-08-20T19:11:31.6372187Z [00:03:50.357]➜   ./lib
2025-08-20T19:11:31.6372477Z [00:03:50.357]➜   src
2025-08-20T19:11:31.6372828Z [00:03:50.357]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.6373207Z [00:03:50.357]➜   /usr/local/include
2025-08-20T19:11:31.6373571Z [00:03:50.357]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.6373947Z [00:03:50.357]➜   /usr/include
2025-08-20T19:11:31.6374930Z [00:03:50.357]➜  End of search list.
2025-08-20T19:11:31.6381522Z [00:03:50.359]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.6385794Z [00:03:50.360]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.6386788Z [00:03:50.360]➜  Thread model: posix
2025-08-20T19:11:31.6387288Z [00:03:50.360]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.6388225Z [00:03:50.360]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.6392811Z [00:03:50.360]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.6411476Z [00:03:50.360]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.6412514Z [00:03:50.360]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.6414543Z [00:03:50.360]➜   (in-process)
2025-08-20T19:11:31.6431984Z [00:03:50.360]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name digest.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_cksum_a-digest.Tpo -MT src/libsinglebin_cksum_a-digest.o -sys-header-deps -MP -I . -I ./lib -D HASH_ALGO_CKSUM=1 -D HAVE_CONFIG_H -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_cksum (int, char **);  int single_binary_main_cksum" -D usage=_usage_cksum -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_cksum_a-digest.o -x c src/digest.c
2025-08-20T19:11:31.6437862Z [00:03:50.360]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.6438559Z [00:03:50.364]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.6439098Z [00:03:50.364]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.6439440Z [00:03:50.364]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.6439777Z [00:03:50.364]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.6440105Z [00:03:50.364]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.6440424Z [00:03:50.364]➜  #include "..." search starts here:
2025-08-20T19:11:31.6440933Z [00:03:50.364]➜  #include <...> search starts here:
2025-08-20T19:11:31.6441200Z [00:03:50.364]➜   .
2025-08-20T19:11:31.6441702Z [00:03:50.364]➜   ./lib
2025-08-20T19:11:31.6441902Z [00:03:50.364]➜   src
2025-08-20T19:11:31.6442158Z [00:03:50.364]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.6442450Z [00:03:50.364]➜   /usr/local/include
2025-08-20T19:11:31.6442732Z [00:03:50.364]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.6443005Z [00:03:50.364]➜   /usr/include
2025-08-20T19:11:31.6443241Z [00:03:50.364]➜  End of search list.
2025-08-20T19:11:31.6460606Z [00:03:50.367]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.6461168Z [00:03:50.367]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.6461963Z [00:03:50.367]➜  Thread model: posix
2025-08-20T19:11:31.6462756Z [00:03:50.367]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.6464186Z [00:03:50.367]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.6464812Z [00:03:50.367]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.6465332Z [00:03:50.367]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.6465799Z [00:03:50.367]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.6467409Z [00:03:50.367]➜   (in-process)
2025-08-20T19:11:31.6473809Z [00:03:50.367]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name b2sum.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/blake2/.deps/libsinglebin_cksum_a-b2sum.Tpo -MT src/blake2/libsinglebin_cksum_a-b2sum.o -sys-header-deps -MP -I . -I ./lib -D HASH_ALGO_CKSUM=1 -D HAVE_CONFIG_H -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_cksum (int, char **);  int single_binary_main_cksum" -D usage=_usage_cksum -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/blake2/libsinglebin_cksum_a-b2sum.o -x c src/blake2/b2sum.c
2025-08-20T19:11:31.6481036Z [00:03:50.369]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.6482268Z [00:03:50.369]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.6483317Z [00:03:50.369]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.6484167Z [00:03:50.369]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.6484972Z [00:03:50.369]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.6485792Z [00:03:50.369]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.6486585Z [00:03:50.369]➜  #include "..." search starts here:
2025-08-20T19:11:31.6487393Z [00:03:50.369]➜  #include <...> search starts here:
2025-08-20T19:11:31.6488141Z [00:03:50.369]➜   .
2025-08-20T19:11:31.6488821Z [00:03:50.369]➜   ./lib
2025-08-20T19:11:31.6489469Z [00:03:50.369]➜   src
2025-08-20T19:11:31.6490154Z [00:03:50.369]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.6490981Z [00:03:50.369]➜   /usr/local/include
2025-08-20T19:11:31.6491526Z [00:03:50.369]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.6492246Z [00:03:50.369]➜   /usr/include
2025-08-20T19:11:31.6493110Z [00:03:50.369]➜  End of search list.
2025-08-20T19:11:31.6966326Z [00:03:50.417]➜    CC       src/libsinglebin_cksum_a-sum.o
2025-08-20T19:11:31.7161716Z [00:03:50.437]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.7163578Z [00:03:50.437]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.7169589Z [00:03:50.437]➜  Thread model: posix
2025-08-20T19:11:31.7170404Z [00:03:50.437]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.7172912Z [00:03:50.438]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.7181730Z [00:03:50.438]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.7183039Z [00:03:50.438]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.7183944Z [00:03:50.438]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.7184435Z [00:03:50.438]➜   (in-process)
2025-08-20T19:11:31.7193640Z [00:03:50.438]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name sum.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_cksum_a-sum.Tpo -MT src/libsinglebin_cksum_a-sum.o -sys-header-deps -MP -I . -I ./lib -D HASH_ALGO_CKSUM=1 -D HAVE_CONFIG_H -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_cksum (int, char **);  int single_binary_main_cksum" -D usage=_usage_cksum -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_cksum_a-sum.o -x c src/sum.c
2025-08-20T19:11:31.7199598Z [00:03:50.439]➜    CC       src/libsinglebin_cksum_a-cksum.o
2025-08-20T19:11:31.7209262Z [00:03:50.442]➜    CC       src/libsinglebin_cksum_a-crctab.o
2025-08-20T19:11:31.7213025Z [00:03:50.442]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.7213733Z [00:03:50.442]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.7214293Z [00:03:50.442]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.7214639Z [00:03:50.442]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.7214972Z [00:03:50.442]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.7215301Z [00:03:50.442]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.7215626Z [00:03:50.442]➜  #include "..." search starts here:
2025-08-20T19:11:31.7215938Z [00:03:50.442]➜  #include <...> search starts here:
2025-08-20T19:11:31.7216200Z [00:03:50.442]➜   .
2025-08-20T19:11:31.7216391Z [00:03:50.442]➜   ./lib
2025-08-20T19:11:31.7216605Z [00:03:50.442]➜   src
2025-08-20T19:11:31.7216860Z [00:03:50.442]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.7217149Z [00:03:50.442]➜   /usr/local/include
2025-08-20T19:11:31.7217434Z [00:03:50.442]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.7217701Z [00:03:50.442]➜   /usr/include
2025-08-20T19:11:31.7217941Z [00:03:50.442]➜  End of search list.
2025-08-20T19:11:31.7378980Z [00:03:50.458]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.7381636Z [00:03:50.458]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.7382512Z [00:03:50.458]➜  Thread model: posix
2025-08-20T19:11:31.7383167Z [00:03:50.458]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.7383831Z [00:03:50.458]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.7384837Z [00:03:50.458]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.7385407Z [00:03:50.458]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.7386422Z [00:03:50.458]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.7387016Z [00:03:50.459]➜   (in-process)
2025-08-20T19:11:31.7409641Z [00:03:50.461]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name crctab.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_cksum_a-crctab.Tpo -MT src/libsinglebin_cksum_a-crctab.o -sys-header-deps -MP -I . -I ./lib -D HASH_ALGO_CKSUM=1 -D HAVE_CONFIG_H -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_cksum (int, char **);  int single_binary_main_cksum" -D usage=_usage_cksum -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_cksum_a-crctab.o -x c src/crctab.c
2025-08-20T19:11:31.7426731Z [00:03:50.463]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.7438809Z [00:03:50.464]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.7439296Z [00:03:50.464]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.7439601Z [00:03:50.464]➜  Thread model: posix
2025-08-20T19:11:31.7439897Z [00:03:50.464]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.7440315Z [00:03:50.464]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.7440985Z [00:03:50.464]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.7441364Z [00:03:50.464]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.7441650Z [00:03:50.464]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.7441915Z [00:03:50.464]➜   (in-process)
2025-08-20T19:11:31.7448195Z [00:03:50.464]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name cksum.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_cksum_a-cksum.Tpo -MT src/libsinglebin_cksum_a-cksum.o -sys-header-deps -MP -I . -I ./lib -D HASH_ALGO_CKSUM=1 -D HAVE_CONFIG_H -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_cksum (int, char **);  int single_binary_main_cksum" -D usage=_usage_cksum -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_cksum_a-cksum.o -x c src/cksum.c
2025-08-20T19:11:31.7466802Z [00:03:50.465]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.7467587Z [00:03:50.465]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.7468087Z [00:03:50.465]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.7468453Z [00:03:50.465]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.7469566Z [00:03:50.466]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.7469974Z [00:03:50.467]➜  #include "..." search starts here:
2025-08-20T19:11:31.7470315Z [00:03:50.467]➜  #include <...> search starts here:
2025-08-20T19:11:31.7470705Z [00:03:50.467]➜   .
2025-08-20T19:11:31.7470918Z [00:03:50.467]➜   ./lib
2025-08-20T19:11:31.7471119Z [00:03:50.467]➜   src
2025-08-20T19:11:31.7478669Z [00:03:50.467]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.7479076Z [00:03:50.467]➜   /usr/local/include
2025-08-20T19:11:31.7479387Z [00:03:50.467]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.7479660Z [00:03:50.467]➜   /usr/include
2025-08-20T19:11:31.7479899Z [00:03:50.467]➜  End of search list.
2025-08-20T19:11:31.7480372Z [00:03:50.468]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.7481250Z [00:03:50.468]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.7481778Z [00:03:50.468]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.7482428Z [00:03:50.468]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.7482857Z [00:03:50.469]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.7483188Z [00:03:50.469]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.7483508Z [00:03:50.469]➜  #include "..." search starts here:
2025-08-20T19:11:31.7483819Z [00:03:50.469]➜  #include <...> search starts here:
2025-08-20T19:11:31.7484079Z [00:03:50.469]➜   .
2025-08-20T19:11:31.7484282Z [00:03:50.469]➜   ./lib
2025-08-20T19:11:31.7484481Z [00:03:50.469]➜   src
2025-08-20T19:11:31.7484734Z [00:03:50.469]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.7485021Z [00:03:50.469]➜   /usr/local/include
2025-08-20T19:11:31.7485304Z [00:03:50.469]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.7485577Z [00:03:50.469]➜   /usr/include
2025-08-20T19:11:31.7485817Z [00:03:50.469]➜  End of search list.
2025-08-20T19:11:31.7844437Z [00:03:50.505]➜    CC       src/libcksum_vmull_a-cksum_vmull.o
2025-08-20T19:11:31.8137515Z [00:03:50.534]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.8146942Z [00:03:50.534]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.8147297Z [00:03:50.534]➜  Thread model: posix
2025-08-20T19:11:31.8147601Z [00:03:50.534]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.8148047Z [00:03:50.534]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.8148542Z [00:03:50.534]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.8149307Z [00:03:50.534]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.8149599Z [00:03:50.534]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.8149867Z [00:03:50.535]➜   (in-process)
2025-08-20T19:11:31.8156182Z [00:03:50.535]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name cksum_vmull.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +aes -target-feature +crypto -target-feature +fp-armv8 -target-feature +neon -target-feature +sha2 -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libcksum_vmull_a-cksum_vmull.Tpo -MT src/libcksum_vmull_a-cksum_vmull.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libcksum_vmull_a-cksum_vmull.o -x c src/cksum_vmull.c
2025-08-20T19:11:31.8161695Z [00:03:50.536]➜    CC       src/libsinglebin_comm_a-comm.o
2025-08-20T19:11:31.8205271Z [00:03:50.541]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.8206326Z [00:03:50.541]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.8207664Z [00:03:50.542]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.8208186Z [00:03:50.542]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.8208605Z [00:03:50.542]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.8209042Z [00:03:50.542]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.8209838Z [00:03:50.542]➜  #include "..." search starts here:
2025-08-20T19:11:31.8210594Z [00:03:50.542]➜  #include <...> search starts here:
2025-08-20T19:11:31.8211829Z [00:03:50.542]➜   .
2025-08-20T19:11:31.8212044Z [00:03:50.542]➜   ./lib
2025-08-20T19:11:31.8212248Z [00:03:50.542]➜   src
2025-08-20T19:11:31.8212508Z [00:03:50.542]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.8212826Z [00:03:50.542]➜   /usr/local/include
2025-08-20T19:11:31.8213111Z [00:03:50.542]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.8213390Z [00:03:50.542]➜   /usr/include
2025-08-20T19:11:31.8213635Z [00:03:50.542]➜  End of search list.
2025-08-20T19:11:31.8298472Z [00:03:50.551]➜    CC       src/libsinglebin_cp_a-cp.o
2025-08-20T19:11:31.8311107Z [00:03:50.552]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.8313359Z [00:03:50.552]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.8314184Z [00:03:50.552]➜  Thread model: posix
2025-08-20T19:11:31.8314963Z [00:03:50.552]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.8315677Z [00:03:50.552]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.8316661Z [00:03:50.552]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.8317417Z [00:03:50.552]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.8318030Z [00:03:50.552]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.8329781Z [00:03:50.554]➜   (in-process)
2025-08-20T19:11:31.8342917Z [00:03:50.555]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name comm.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_comm_a-comm.Tpo -MT src/libsinglebin_comm_a-comm.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_comm (int, char **);  int single_binary_main_comm" -D usage=_usage_comm -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_comm_a-comm.o -x c src/comm.c
2025-08-20T19:11:31.8358472Z [00:03:50.557]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.8369109Z [00:03:50.558]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.8374832Z [00:03:50.558]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.8380566Z [00:03:50.559]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.8380973Z [00:03:50.559]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.8382956Z [00:03:50.559]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.8383622Z [00:03:50.559]➜  #include "..." search starts here:
2025-08-20T19:11:31.8391391Z [00:03:50.559]➜  #include <...> search starts here:
2025-08-20T19:11:31.8392491Z [00:03:50.559]➜   .
2025-08-20T19:11:31.8392961Z [00:03:50.559]➜   ./lib
2025-08-20T19:11:31.8393862Z [00:03:50.559]➜   src
2025-08-20T19:11:31.8395135Z [00:03:50.559]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.8395782Z [00:03:50.559]➜   /usr/local/include
2025-08-20T19:11:31.8396501Z [00:03:50.559]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.8397040Z [00:03:50.559]➜   /usr/include
2025-08-20T19:11:31.8397477Z [00:03:50.559]➜  End of search list.
2025-08-20T19:11:31.8398086Z [00:03:50.559]➜    CC       src/libsinglebin_cp_a-copy.o
2025-08-20T19:11:31.8469859Z [00:03:50.568]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.8470358Z [00:03:50.568]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.8474549Z [00:03:50.568]➜  Thread model: posix
2025-08-20T19:11:31.8474874Z [00:03:50.568]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.8475307Z [00:03:50.568]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.8478007Z [00:03:50.568]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.8478481Z [00:03:50.568]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.8478774Z [00:03:50.568]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.8479057Z [00:03:50.568]➜   (in-process)
2025-08-20T19:11:31.8485363Z [00:03:50.568]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name cp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_cp_a-cp.Tpo -MT src/libsinglebin_cp_a-cp.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_cp (int, char **);  int single_binary_main_cp" -D usage=_usage_cp -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_cp_a-cp.o -x c src/cp.c
2025-08-20T19:11:31.8502652Z [00:03:50.569]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.8505935Z [00:03:50.571]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.8506497Z [00:03:50.572]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.8506841Z [00:03:50.572]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.8507172Z [00:03:50.572]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.8507514Z [00:03:50.572]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.8507837Z [00:03:50.572]➜  #include "..." search starts here:
2025-08-20T19:11:31.8508147Z [00:03:50.572]➜  #include <...> search starts here:
2025-08-20T19:11:31.8508410Z [00:03:50.572]➜   .
2025-08-20T19:11:31.8508602Z [00:03:50.572]➜   ./lib
2025-08-20T19:11:31.8508801Z [00:03:50.572]➜   src
2025-08-20T19:11:31.8509055Z [00:03:50.572]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.8510980Z [00:03:50.572]➜   /usr/local/include
2025-08-20T19:11:31.8511838Z [00:03:50.572]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.8512887Z [00:03:50.572]➜   /usr/include
2025-08-20T19:11:31.8513632Z [00:03:50.572]➜  End of search list.
2025-08-20T19:11:31.8693235Z [00:03:50.590]➜  Debian clang version 19.1.7 (3+b2)  CC       src/libsinglebin_cp_a-cp-hash.o
2025-08-20T19:11:31.8697065Z [00:03:50.591]➜  
2025-08-20T19:11:31.8702276Z [00:03:50.591]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.8706997Z [00:03:50.591]➜  Thread model: posix
2025-08-20T19:11:31.8708273Z [00:03:50.591]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.8709395Z [00:03:50.591]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.8716715Z [00:03:50.591]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.8719192Z [00:03:50.592]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.8719522Z [00:03:50.592]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.8719792Z [00:03:50.593]➜   (in-process)
2025-08-20T19:11:31.8760524Z [00:03:50.595]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name copy.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_cp_a-copy.Tpo -MT src/libsinglebin_cp_a-copy.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_cp (int, char **);  int single_binary_main_cp" -D usage=_usage_cp -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_cp_a-copy.o -x c src/copy.c
2025-08-20T19:11:31.8766562Z [00:03:50.595]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.8767251Z [00:03:50.596]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.8767787Z [00:03:50.596]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.8768140Z [00:03:50.596]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.8768471Z [00:03:50.597]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.8768806Z [00:03:50.597]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.8769122Z [00:03:50.597]➜  #include "..." search starts here:
2025-08-20T19:11:31.8769435Z [00:03:50.597]➜  #include <...> search starts here:
2025-08-20T19:11:31.8769706Z [00:03:50.597]➜   .
2025-08-20T19:11:31.8769898Z [00:03:50.597]➜   ./lib
2025-08-20T19:11:31.8770102Z [00:03:50.597]➜   src
2025-08-20T19:11:31.8770356Z [00:03:50.597]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.8803090Z [00:03:50.597]➜   /usr/local/include
2025-08-20T19:11:31.8803408Z [00:03:50.597]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.8803696Z [00:03:50.597]➜   /usr/include
2025-08-20T19:11:31.8803941Z [00:03:50.597]➜  End of search list.
2025-08-20T19:11:31.9035765Z [00:03:50.624]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.9042873Z [00:03:50.624]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.9043279Z [00:03:50.624]➜  Thread model: posix
2025-08-20T19:11:31.9043586Z [00:03:50.624]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.9044023Z [00:03:50.624]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.9044512Z [00:03:50.624]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.9044912Z [00:03:50.624]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.9045197Z [00:03:50.624]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.9045460Z [00:03:50.625]➜   (in-process)
2025-08-20T19:11:31.9051788Z [00:03:50.625]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name cp-hash.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_cp_a-cp-hash.Tpo -MT src/libsinglebin_cp_a-cp-hash.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_cp (int, char **);  int single_binary_main_cp" -D usage=_usage_cp -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_cp_a-cp-hash.o -x c src/cp-hash.c
2025-08-20T19:11:31.9061124Z [00:03:50.627]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.9078033Z [00:03:50.629]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.9079642Z [00:03:50.629]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.9081172Z [00:03:50.629]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.9082103Z [00:03:50.629]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.9083047Z [00:03:50.629]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.9084053Z [00:03:50.629]➜  #include "..." search starts here:
2025-08-20T19:11:31.9085523Z [00:03:50.629]➜  #include <...> search starts here:
2025-08-20T19:11:31.9086675Z [00:03:50.629]➜   .
2025-08-20T19:11:31.9087417Z [00:03:50.630]➜   ./lib
2025-08-20T19:11:31.9087846Z [00:03:50.630]➜   src
2025-08-20T19:11:31.9088513Z [00:03:50.630]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.9089069Z [00:03:50.630]➜   /usr/local/include
2025-08-20T19:11:31.9089515Z [00:03:50.630]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.9090247Z [00:03:50.630]➜   /usr/include
2025-08-20T19:11:31.9090825Z [00:03:50.630]➜  End of search list.
2025-08-20T19:11:31.9490418Z [00:03:50.670]➜    CC       src/libsinglebin_cp_a-force-link.o
2025-08-20T19:11:31.9638416Z [00:03:50.685]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:31.9639824Z [00:03:50.685]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:31.9640823Z [00:03:50.685]➜  Thread model: posix
2025-08-20T19:11:31.9641940Z [00:03:50.685]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:31.9642714Z [00:03:50.685]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.9643288Z [00:03:50.685]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:31.9643670Z [00:03:50.685]➜  Candidate multilib: .;@m64
2025-08-20T19:11:31.9643963Z [00:03:50.685]➜  Selected multilib: .;@m64
2025-08-20T19:11:31.9654773Z [00:03:50.686]➜   (in-process)
2025-08-20T19:11:31.9691512Z [00:03:50.690]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name force-link.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_cp_a-force-link.Tpo -MT src/libsinglebin_cp_a-force-link.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_cp (int, char **);  int single_binary_main_cp" -D usage=_usage_cp -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_cp_a-force-link.o -x c src/force-link.c
2025-08-20T19:11:31.9712096Z [00:03:50.692]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:31.9746376Z [00:03:50.695]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:31.9751943Z [00:03:50.696]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:31.9759004Z [00:03:50.696]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:31.9759402Z [00:03:50.696]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:31.9759740Z [00:03:50.696]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:31.9760069Z [00:03:50.696]➜  #include "..." search starts here:
2025-08-20T19:11:31.9760385Z [00:03:50.696]➜  #include <...> search starts here:
2025-08-20T19:11:31.9760910Z [00:03:50.696]➜   .
2025-08-20T19:11:31.9761112Z [00:03:50.696]➜   ./lib
2025-08-20T19:11:31.9761312Z [00:03:50.696]➜   src
2025-08-20T19:11:31.9761591Z [00:03:50.696]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:31.9761888Z [00:03:50.696]➜   /usr/local/include
2025-08-20T19:11:31.9762171Z [00:03:50.696]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:31.9762447Z [00:03:50.696]➜   /usr/include
2025-08-20T19:11:31.9762686Z [00:03:50.696]➜  End of search list.
2025-08-20T19:11:31.9823392Z [00:03:50.703]➜    CC       src/libsinglebin_cp_a-selinux.o
2025-08-20T19:11:32.0119276Z [00:03:50.733]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.0122546Z [00:03:50.733]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.0122867Z [00:03:50.733]➜  Thread model: posix
2025-08-20T19:11:32.0126342Z [00:03:50.733]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.0128590Z [00:03:50.733]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.0131024Z [00:03:50.734]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.0132584Z [00:03:50.734]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.0135227Z [00:03:50.735]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.0154555Z [00:03:50.736]➜   (in-process)
2025-08-20T19:11:32.0161599Z [00:03:50.736]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name selinux.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_cp_a-selinux.Tpo -MT src/libsinglebin_cp_a-selinux.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_cp (int, char **);  int single_binary_main_cp" -D usage=_usage_cp -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_cp_a-selinux.o -x c src/selinux.c
2025-08-20T19:11:32.0186271Z [00:03:50.739]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.0195517Z [00:03:50.740]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.0196082Z [00:03:50.740]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.0196427Z [00:03:50.740]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.0196756Z [00:03:50.740]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.0197092Z [00:03:50.740]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.0197425Z [00:03:50.740]➜  #include "..." search starts here:
2025-08-20T19:11:32.0197737Z [00:03:50.740]➜  #include <...> search starts here:
2025-08-20T19:11:32.0198002Z [00:03:50.740]➜   .
2025-08-20T19:11:32.0198199Z [00:03:50.740]➜   ./lib
2025-08-20T19:11:32.0198402Z [00:03:50.740]➜   src
2025-08-20T19:11:32.0198658Z [00:03:50.740]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.0198949Z [00:03:50.740]➜   /usr/local/include
2025-08-20T19:11:32.0199234Z [00:03:50.740]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.0199506Z [00:03:50.740]➜   /usr/include
2025-08-20T19:11:32.0199762Z [00:03:50.740]➜  End of search list.
2025-08-20T19:11:32.0371692Z [00:03:50.758]➜    CC       src/libsinglebin_csplit_a-csplit.o
2025-08-20T19:11:32.0633793Z [00:03:50.784]➜    CC       src/libsinglebin_cut_a-cut.o
2025-08-20T19:11:32.0650977Z [00:03:50.785]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.0651516Z [00:03:50.786]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.0651874Z [00:03:50.786]➜  Thread model: posix
2025-08-20T19:11:32.0652176Z [00:03:50.786]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.0662008Z [00:03:50.787]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.0667146Z [00:03:50.788]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.0670122Z [00:03:50.788]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.0672741Z [00:03:50.788]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.0679599Z [00:03:50.789]➜   (in-process)
2025-08-20T19:11:32.0721693Z [00:03:50.792]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name csplit.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_csplit_a-csplit.Tpo -MT src/libsinglebin_csplit_a-csplit.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_csplit (int, char **);  int single_binary_main_csplit" -D usage=_usage_csplit -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_csplit_a-csplit.o -x c src/csplit.c
2025-08-20T19:11:32.0741793Z [00:03:50.793]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.0742923Z [00:03:50.793]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.0744076Z [00:03:50.793]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.0744467Z [00:03:50.793]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.0744806Z [00:03:50.793]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.0745141Z [00:03:50.793]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.0745465Z [00:03:50.793]➜  #include "..." search starts here:
2025-08-20T19:11:32.0745799Z [00:03:50.793]➜  #include <...> search starts here:
2025-08-20T19:11:32.0746062Z [00:03:50.793]➜   .
2025-08-20T19:11:32.0746256Z [00:03:50.793]➜   ./lib
2025-08-20T19:11:32.0746456Z [00:03:50.793]➜   src
2025-08-20T19:11:32.0746711Z [00:03:50.793]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.0747002Z [00:03:50.793]➜   /usr/local/include
2025-08-20T19:11:32.0747285Z [00:03:50.793]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.0747560Z [00:03:50.793]➜   /usr/include
2025-08-20T19:11:32.0747798Z [00:03:50.793]➜  End of search list.
2025-08-20T19:11:32.0929638Z [00:03:50.814]➜    CC       src/libsinglebin_cut_a-set-fields.o
2025-08-20T19:11:32.1004691Z [00:03:50.821]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.1008670Z [00:03:50.822]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.1009666Z [00:03:50.822]➜  Thread model: posix
2025-08-20T19:11:32.1010038Z [00:03:50.822]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.1010674Z [00:03:50.822]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.1011277Z [00:03:50.822]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.1011656Z [00:03:50.822]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.1018319Z [00:03:50.823]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.1022233Z [00:03:50.823]➜   (in-process)
2025-08-20T19:11:32.1072804Z [00:03:50.827]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name cut.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_cut_a-cut.Tpo -MT src/libsinglebin_cut_a-cut.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_cut (int, char **);  int single_binary_main_cut" -D usage=_usage_cut -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_cut_a-cut.o -x c src/cut.c
2025-08-20T19:11:32.1078570Z [00:03:50.828]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.1079305Z [00:03:50.828]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.1079837Z [00:03:50.828]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.1080182Z [00:03:50.828]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.1080668Z [00:03:50.828]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.1081076Z [00:03:50.828]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.1081404Z [00:03:50.828]➜  #include "..." search starts here:
2025-08-20T19:11:32.1081718Z [00:03:50.828]➜  #include <...> search starts here:
2025-08-20T19:11:32.1081982Z [00:03:50.828]➜   .
2025-08-20T19:11:32.1082179Z [00:03:50.828]➜   ./lib
2025-08-20T19:11:32.1082376Z [00:03:50.828]➜   src
2025-08-20T19:11:32.1082629Z [00:03:50.828]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.1082930Z [00:03:50.828]➜   /usr/local/include
2025-08-20T19:11:32.1083211Z [00:03:50.828]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.1083487Z [00:03:50.828]➜   /usr/include
2025-08-20T19:11:32.1083724Z [00:03:50.828]➜  End of search list.
2025-08-20T19:11:32.1084011Z [00:03:50.828]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.1084331Z [00:03:50.828]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.1084624Z [00:03:50.828]➜  Thread model: posix
2025-08-20T19:11:32.1084914Z [00:03:50.828]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.1085357Z [00:03:50.828]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.1085846Z [00:03:50.828]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.1086216Z [00:03:50.828]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.1086504Z [00:03:50.828]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.1089250Z [00:03:50.830]➜   (in-process)
2025-08-20T19:11:32.1096501Z [00:03:50.830]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name set-fields.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_cut_a-set-fields.Tpo -MT src/libsinglebin_cut_a-set-fields.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_cut (int, char **);  int single_binary_main_cut" -D usage=_usage_cut -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_cut_a-set-fields.o -x c src/set-fields.c
2025-08-20T19:11:32.1102546Z [00:03:50.830]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.1103541Z [00:03:50.830]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.1104796Z [00:03:50.830]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.1105192Z [00:03:50.830]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.1105532Z [00:03:50.830]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.1105864Z [00:03:50.830]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.1106186Z [00:03:50.830]➜  #include "..." search starts here:
2025-08-20T19:11:32.1106501Z [00:03:50.830]➜  #include <...> search starts here:
2025-08-20T19:11:32.1106763Z [00:03:50.830]➜   .
2025-08-20T19:11:32.1106958Z [00:03:50.830]➜   ./lib
2025-08-20T19:11:32.1107182Z [00:03:50.830]➜   src
2025-08-20T19:11:32.1107444Z [00:03:50.830]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.1107736Z [00:03:50.830]➜   /usr/local/include
2025-08-20T19:11:32.1108017Z [00:03:50.830]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.1108295Z [00:03:50.830]➜   /usr/include
2025-08-20T19:11:32.1108535Z [00:03:50.830]➜  End of search list.
2025-08-20T19:11:32.1266042Z [00:03:50.848]➜    CC       src/libsinglebin_date_a-date.o
2025-08-20T19:11:32.1299990Z [00:03:50.851]➜    CC       src/libsinglebin_date_a-show-date.o
2025-08-20T19:11:32.1420072Z [00:03:50.863]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.1423613Z [00:03:50.863]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.1424445Z [00:03:50.863]➜  Thread model: posix
2025-08-20T19:11:32.1424813Z [00:03:50.863]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.1425260Z [00:03:50.863]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.1425790Z [00:03:50.863]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.1426169Z [00:03:50.863]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.1426453Z [00:03:50.863]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.1434885Z [00:03:50.864]➜   (in-process)
2025-08-20T19:11:32.1471032Z [00:03:50.867]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name date.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_date_a-date.Tpo -MT src/libsinglebin_date_a-date.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_date (int, char **);  int single_binary_main_date" -D usage=_usage_date -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_date_a-date.o -x c src/date.c
2025-08-20T19:11:32.1481750Z [00:03:50.869]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.1483818Z [00:03:50.869]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.1484532Z [00:03:50.869]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.1485343Z [00:03:50.869]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.1488752Z [00:03:50.869]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.1489099Z [00:03:50.869]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.1489424Z [00:03:50.869]➜  #include "..." search starts here:
2025-08-20T19:11:32.1489737Z [00:03:50.869]➜  #include <...> search starts here:
2025-08-20T19:11:32.1490002Z [00:03:50.869]➜   .
2025-08-20T19:11:32.1490196Z [00:03:50.869]➜   ./lib
2025-08-20T19:11:32.1490397Z [00:03:50.869]➜   src
2025-08-20T19:11:32.1490906Z [00:03:50.869]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.1491203Z [00:03:50.869]➜   /usr/local/include
2025-08-20T19:11:32.1491503Z [00:03:50.869]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.1491782Z [00:03:50.869]➜   /usr/include
2025-08-20T19:11:32.1492022Z [00:03:50.869]➜  End of search list.
2025-08-20T19:11:32.1627009Z [00:03:50.884]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.1630709Z [00:03:50.884]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.1631133Z [00:03:50.884]➜  Thread model: posix
2025-08-20T19:11:32.1631441Z [00:03:50.884]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.1631873Z [00:03:50.884]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.1632365Z [00:03:50.884]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.1632738Z [00:03:50.884]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.1633019Z [00:03:50.884]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.1645762Z [00:03:50.885]➜   (in-process)
2025-08-20T19:11:32.1679868Z [00:03:50.885]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name show-date.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_date_a-show-date.Tpo -MT src/libsinglebin_date_a-show-date.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_date (int, char **);  int single_binary_main_date" -D usage=_usage_date -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_date_a-show-date.o -x c src/show-date.c
2025-08-20T19:11:32.1685833Z [00:03:50.886]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.1686530Z [00:03:50.886]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.1687068Z [00:03:50.886]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.1687421Z [00:03:50.886]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.1687755Z [00:03:50.886]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.1688088Z [00:03:50.886]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.1688407Z [00:03:50.886]➜  #include "..." search starts here:
2025-08-20T19:11:32.1688720Z [00:03:50.886]➜  #include <...> search starts here:
2025-08-20T19:11:32.1689269Z [00:03:50.886]➜   .
2025-08-20T19:11:32.1689472Z [00:03:50.886]➜   ./lib
2025-08-20T19:11:32.1689673Z [00:03:50.886]➜   src
2025-08-20T19:11:32.1689927Z [00:03:50.886]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.1690213Z [00:03:50.886]➜   /usr/local/include
2025-08-20T19:11:32.1690658Z [00:03:50.886]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.1691014Z [00:03:50.886]➜   /usr/include
2025-08-20T19:11:32.1691255Z [00:03:50.886]➜  End of search list.
2025-08-20T19:11:32.1948485Z [00:03:50.916]➜    CC       src/libsinglebin_dd_a-dd.o
2025-08-20T19:11:32.2248220Z [00:03:50.945]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.2251816Z [00:03:50.945]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.2252269Z [00:03:50.945]➜  Thread model: posix
2025-08-20T19:11:32.2252572Z [00:03:50.945]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.2253004Z [00:03:50.945]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.2253527Z [00:03:50.945]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.2253903Z [00:03:50.945]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.2254189Z [00:03:50.945]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.2254452Z [00:03:50.946]➜   (in-process)
2025-08-20T19:11:32.2260996Z [00:03:50.946]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name dd.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_dd_a-dd.Tpo -MT src/libsinglebin_dd_a-dd.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_dd (int, char **);  int single_binary_main_dd" -D usage=_usage_dd -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_dd_a-dd.o -x c src/dd.c
2025-08-20T19:11:32.2266559Z [00:03:50.946]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.2287819Z [00:03:50.950]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.2306576Z [00:03:50.950]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.2306950Z [00:03:50.950]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.2307286Z [00:03:50.950]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.2307616Z [00:03:50.950]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.2307962Z [00:03:50.950]➜  #include "..." search starts here:
2025-08-20T19:11:32.2308280Z [00:03:50.950]➜  #include <...> search starts here:
2025-08-20T19:11:32.2308543Z [00:03:50.950]➜   .
2025-08-20T19:11:32.2308731Z [00:03:50.950]➜   ./lib
2025-08-20T19:11:32.2308931Z [00:03:50.950]➜   src
2025-08-20T19:11:32.2309187Z [00:03:50.950]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.2309915Z [00:03:50.950]➜   /usr/local/include
2025-08-20T19:11:32.2310203Z [00:03:50.950]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.2313397Z [00:03:50.950]➜   /usr/include
2025-08-20T19:11:32.2313715Z [00:03:50.950]➜  End of search list.
2025-08-20T19:11:32.2481987Z [00:03:50.967]➜    CC       src/libsinglebin_dir_a-coreutils-dir.o
2025-08-20T19:11:32.2483482Z [00:03:50.969]➜    CC       src/libsinglebin_ls_a-ls.o
2025-08-20T19:11:32.2671879Z [00:03:50.988]➜    CC       src/libsinglebin_ls_a-ls-ls.o
2025-08-20T19:11:32.2753196Z [00:03:50.996]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.2766601Z [00:03:50.996]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.2767032Z [00:03:50.996]➜  Thread model: posix
2025-08-20T19:11:32.2769479Z [00:03:50.996]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.2773336Z [00:03:50.996]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.2778090Z [00:03:50.996]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.2780625Z [00:03:50.996]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.2782842Z [00:03:50.996]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.2785393Z [00:03:50.997]➜   (in-process)
2025-08-20T19:11:32.2810628Z [00:03:50.997]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name coreutils-dir.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_dir_a-coreutils-dir.Tpo -MT src/libsinglebin_dir_a-coreutils-dir.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_dir (int, char **);  int single_binary_main_dir" -D usage=_usage_dir -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_dir_a-coreutils-dir.o -x c src/coreutils-dir.c
2025-08-20T19:11:32.2816512Z [00:03:50.997]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.2817219Z [00:03:50.998]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.2817552Z [00:03:50.998]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.2817849Z [00:03:50.998]➜  Thread model: posix
2025-08-20T19:11:32.2818147Z [00:03:50.998]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.2818573Z [00:03:50.998]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.2819055Z [00:03:50.998]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.2819436Z [00:03:50.998]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.2819726Z [00:03:50.998]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.2820264Z [00:03:50.999]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.2840382Z [00:03:50.999]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.2840973Z [00:03:50.999]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.2841318Z [00:03:50.999]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.2841687Z [00:03:50.999]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.2842010Z [00:03:50.999]➜  #include "..." search starts here:
2025-08-20T19:11:32.2842321Z [00:03:50.999]➜  #include <...> search starts here:
2025-08-20T19:11:32.2842583Z [00:03:50.999]➜   .
2025-08-20T19:11:32.2842809Z [00:03:50.999]➜   ./lib
2025-08-20T19:11:32.2843012Z [00:03:50.999]➜   src
2025-08-20T19:11:32.2843265Z [00:03:50.999]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.2843599Z [00:03:50.999]➜   /usr/local/include
2025-08-20T19:11:32.2843884Z [00:03:50.999]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.2844159Z [00:03:50.999]➜   /usr/include
2025-08-20T19:11:32.2844398Z [00:03:50.999]➜  End of search list.
2025-08-20T19:11:32.2844681Z [00:03:50.999]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.2844997Z [00:03:50.999]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.2845298Z [00:03:50.999]➜  Thread model: posix
2025-08-20T19:11:32.2845586Z [00:03:50.999]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.2846009Z [00:03:50.999]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.2846496Z [00:03:50.999]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.2846868Z [00:03:50.999]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.2847153Z [00:03:50.999]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.2847417Z [00:03:51.001]➜   (in-process)
2025-08-20T19:11:32.2854068Z [00:03:51.001]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name ls-ls.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_ls_a-ls-ls.Tpo -MT src/libsinglebin_ls_a-ls-ls.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_ls (int, char **);  int single_binary_main_ls" -D usage=_usage_ls -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_ls_a-ls-ls.o -x c src/ls-ls.c
2025-08-20T19:11:32.2859785Z [00:03:51.004]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.2860563Z [00:03:51.004]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.2861120Z [00:03:51.004]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.2861473Z [00:03:51.004]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.2861802Z [00:03:51.004]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.2862131Z [00:03:51.004]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.2862450Z [00:03:51.004]➜  #include "..." search starts here:
2025-08-20T19:11:32.2862758Z [00:03:51.004]➜  #include <...> search starts here:
2025-08-20T19:11:32.2863026Z [00:03:51.004]➜   .
2025-08-20T19:11:32.2863216Z [00:03:51.004]➜   ./lib
2025-08-20T19:11:32.2863412Z [00:03:51.004]➜   src
2025-08-20T19:11:32.2863663Z [00:03:51.004]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.2863948Z [00:03:51.004]➜   /usr/local/include
2025-08-20T19:11:32.2864227Z [00:03:51.004]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.2864498Z [00:03:51.004]➜   /usr/include
2025-08-20T19:11:32.2864737Z [00:03:51.004]➜  End of search list.
2025-08-20T19:11:32.2864985Z [00:03:51.004]➜   (in-process)
2025-08-20T19:11:32.2871348Z [00:03:51.004]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name ls.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_ls_a-ls.Tpo -MT src/libsinglebin_ls_a-ls.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_ls (int, char **);  int single_binary_main_ls" -D usage=_usage_ls -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_ls_a-ls.o -x c src/ls.c
2025-08-20T19:11:32.2877358Z [00:03:51.004]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.2878049Z [00:03:51.004]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.2878580Z [00:03:51.004]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.2878925Z [00:03:51.004]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.2879250Z [00:03:51.004]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.2879577Z [00:03:51.004]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.2879892Z [00:03:51.004]➜  #include "..." search starts here:
2025-08-20T19:11:32.2880204Z [00:03:51.004]➜  #include <...> search starts here:
2025-08-20T19:11:32.2889963Z [00:03:51.004]➜   .
2025-08-20T19:11:32.2896639Z [00:03:51.004]➜   ./lib
2025-08-20T19:11:32.2897018Z [00:03:51.004]➜   src
2025-08-20T19:11:32.2897287Z [00:03:51.004]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.2897579Z [00:03:51.004]➜   /usr/local/include
2025-08-20T19:11:32.2897866Z [00:03:51.004]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.2898144Z [00:03:51.004]➜   /usr/include
2025-08-20T19:11:32.2898383Z [00:03:51.004]➜  End of search list.
2025-08-20T19:11:32.2898726Z [00:03:51.010]➜    CC       src/libsinglebin_dircolors_a-dircolors.o
2025-08-20T19:11:32.3039140Z [00:03:51.025]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.3043112Z [00:03:51.025]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.3052338Z [00:03:51.026]➜  Thread model: posix
2025-08-20T19:11:32.3052683Z [00:03:51.026]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.3053125Z [00:03:51.026]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.3053647Z [00:03:51.026]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.3054022Z [00:03:51.026]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.3054313Z [00:03:51.026]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.3054574Z [00:03:51.026]➜   (in-process)
2025-08-20T19:11:32.3090185Z [00:03:51.026]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name dircolors.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_dircolors_a-dircolors.Tpo -MT src/libsinglebin_dircolors_a-dircolors.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_dircolors (int, char **);  int single_binary_main_dircolors" -D usage=_usage_dircolors -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_dircolors_a-dircolors.o -x c src/dircolors.c
2025-08-20T19:11:32.3096391Z [00:03:51.027]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.3097086Z [00:03:51.027]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.3097619Z [00:03:51.027]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.3097955Z [00:03:51.027]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.3098286Z [00:03:51.027]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.3098631Z [00:03:51.027]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.3098951Z [00:03:51.027]➜  #include "..." search starts here:
2025-08-20T19:11:32.3099263Z [00:03:51.027]➜  #include <...> search starts here:
2025-08-20T19:11:32.3099525Z [00:03:51.027]➜   .
2025-08-20T19:11:32.3099721Z [00:03:51.027]➜   ./lib
2025-08-20T19:11:32.3099920Z [00:03:51.027]➜   src
2025-08-20T19:11:32.3100587Z [00:03:51.027]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.3100927Z [00:03:51.027]➜   /usr/local/include
2025-08-20T19:11:32.3101209Z [00:03:51.027]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.3101478Z [00:03:51.027]➜   /usr/include
2025-08-20T19:11:32.3101715Z [00:03:51.027]➜  End of search list.
2025-08-20T19:11:32.3223024Z [00:03:51.041]➜    CC       src/libsinglebin_dirname_a-dirname.o
2025-08-20T19:11:32.3515405Z [00:03:51.072]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.3519430Z [00:03:51.073]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.3521140Z [00:03:51.073]➜  Thread model: posix
2025-08-20T19:11:32.3521748Z [00:03:51.073]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.3522326Z [00:03:51.073]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.3522937Z [00:03:51.073]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.3523421Z [00:03:51.073]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.3524808Z [00:03:51.073]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.3527652Z [00:03:51.074]➜   (in-process)
2025-08-20T19:11:32.3534977Z [00:03:51.074]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name dirname.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_dirname_a-dirname.Tpo -MT src/libsinglebin_dirname_a-dirname.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_dirname (int, char **);  int single_binary_main_dirname" -D usage=_usage_dirname -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_dirname_a-dirname.o -x c src/dirname.c
2025-08-20T19:11:32.3557824Z [00:03:51.076]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.3567573Z [00:03:51.077]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.3568146Z [00:03:51.077]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.3568491Z [00:03:51.077]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.3568822Z [00:03:51.077]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.3569151Z [00:03:51.077]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.3569473Z [00:03:51.077]➜  #include "..." search starts here:
2025-08-20T19:11:32.3569786Z [00:03:51.077]➜  #include <...> search starts here:
2025-08-20T19:11:32.3570068Z [00:03:51.077]➜   .
2025-08-20T19:11:32.3570266Z [00:03:51.077]➜   ./lib
2025-08-20T19:11:32.3570645Z [00:03:51.077]➜   src
2025-08-20T19:11:32.3570961Z [00:03:51.077]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.3571250Z [00:03:51.077]➜   /usr/local/include
2025-08-20T19:11:32.3571531Z [00:03:51.077]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.3572263Z [00:03:51.077]➜   /usr/include
2025-08-20T19:11:32.3572508Z [00:03:51.077]➜  End of search list.
2025-08-20T19:11:32.3611083Z [00:03:51.082]➜    CC       src/libsinglebin_du_a-du.o
2025-08-20T19:11:32.3757459Z [00:03:51.097]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.3758973Z [00:03:51.097]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.3759313Z [00:03:51.097]➜  Thread model: posix
2025-08-20T19:11:32.3759609Z [00:03:51.097]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.3760047Z [00:03:51.097]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.3760698Z [00:03:51.097]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.3761129Z [00:03:51.097]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.3761414Z [00:03:51.097]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.3763723Z [00:03:51.097]➜   (in-process)
2025-08-20T19:11:32.3776247Z [00:03:51.097]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name du.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_du_a-du.Tpo -MT src/libsinglebin_du_a-du.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_du (int, char **);  int single_binary_main_du" -D usage=_usage_du -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_du_a-du.o -x c src/du.c
2025-08-20T19:11:32.3783235Z [00:03:51.098]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.3794388Z [00:03:51.100]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.3796578Z [00:03:51.101]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.3797942Z [00:03:51.101]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.3799049Z [00:03:51.101]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.3799674Z [00:03:51.101]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.3800652Z [00:03:51.101]➜  #include "..." search starts here:
2025-08-20T19:11:32.3801205Z [00:03:51.101]➜  #include <...> search starts here:
2025-08-20T19:11:32.3801832Z [00:03:51.101]➜   .
2025-08-20T19:11:32.3802338Z [00:03:51.101]➜   ./lib
2025-08-20T19:11:32.3802749Z [00:03:51.101]➜   src
2025-08-20T19:11:32.3803243Z [00:03:51.101]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.3803679Z [00:03:51.101]➜   /usr/local/include
2025-08-20T19:11:32.3804727Z [00:03:51.101]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.3805293Z [00:03:51.101]➜   /usr/include
2025-08-20T19:11:32.3805707Z [00:03:51.101]➜  End of search list.
2025-08-20T19:11:32.4660797Z [00:03:51.187]➜    CC       src/libsinglebin_du_a-show-date.o
2025-08-20T19:11:32.4897646Z [00:03:51.211]➜    CC       src/libsinglebin_echo_a-echo.o
2025-08-20T19:11:32.4949572Z [00:03:51.216]➜    CC       src/libsinglebin_env_a-env.o
2025-08-20T19:11:32.4955702Z [00:03:51.217]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.4956894Z [00:03:51.217]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.4961130Z [00:03:51.217]➜  Thread model: posix
2025-08-20T19:11:32.4961576Z [00:03:51.217]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.4962021Z [00:03:51.217]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.4962513Z [00:03:51.217]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.4985338Z [00:03:51.219]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.4985980Z [00:03:51.219]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.4986524Z [00:03:51.219]➜   (in-process)
2025-08-20T19:11:32.4993320Z [00:03:51.219]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name show-date.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_du_a-show-date.Tpo -MT src/libsinglebin_du_a-show-date.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_du (int, char **);  int single_binary_main_du" -D usage=_usage_du -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_du_a-show-date.o -x c src/show-date.c
2025-08-20T19:11:32.4999719Z [00:03:51.220]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.5000829Z [00:03:51.220]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.5001591Z [00:03:51.220]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.5002131Z [00:03:51.220]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.5002657Z [00:03:51.220]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.5003175Z [00:03:51.220]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.5003784Z [00:03:51.220]➜  #include "..." search starts here:
2025-08-20T19:11:32.5004425Z [00:03:51.220]➜  #include <...> search starts here:
2025-08-20T19:11:32.5004804Z [00:03:51.220]➜   .
2025-08-20T19:11:32.5005113Z [00:03:51.220]➜   ./lib
2025-08-20T19:11:32.5006208Z [00:03:51.220]➜   src
2025-08-20T19:11:32.5006656Z [00:03:51.220]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.5007090Z [00:03:51.220]➜   /usr/local/include
2025-08-20T19:11:32.5007568Z [00:03:51.220]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.5007990Z [00:03:51.220]➜   /usr/include
2025-08-20T19:11:32.5008367Z [00:03:51.220]➜  End of search list.
2025-08-20T19:11:32.5094307Z [00:03:51.230]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.5094757Z [00:03:51.230]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.5095083Z [00:03:51.230]➜  Thread model: posix
2025-08-20T19:11:32.5095805Z [00:03:51.230]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.5096241Z [00:03:51.230]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.5096733Z [00:03:51.230]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.5097104Z [00:03:51.230]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.5099606Z [00:03:51.231]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.5102207Z [00:03:51.231]➜   (in-process)
2025-08-20T19:11:32.5108885Z [00:03:51.231]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name env.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_env_a-env.Tpo -MT src/libsinglebin_env_a-env.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_env (int, char **);  int single_binary_main_env" -D usage=_usage_env -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_env_a-env.o -x c src/env.c
2025-08-20T19:11:32.5123043Z [00:03:51.232]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.5123745Z [00:03:51.232]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.5124280Z [00:03:51.232]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.5124622Z [00:03:51.232]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.5125218Z [00:03:51.232]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.5125619Z [00:03:51.232]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.5125941Z [00:03:51.232]➜  #include "..." search starts here:
2025-08-20T19:11:32.5126257Z [00:03:51.232]➜  #include <...> search starts here:
2025-08-20T19:11:32.5126518Z [00:03:51.232]➜   .
2025-08-20T19:11:32.5126728Z [00:03:51.232]➜   ./lib
2025-08-20T19:11:32.5126929Z [00:03:51.232]➜   src
2025-08-20T19:11:32.5127190Z [00:03:51.232]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.5127481Z [00:03:51.232]➜   /usr/local/include
2025-08-20T19:11:32.5127762Z [00:03:51.232]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.5128034Z [00:03:51.232]➜   /usr/include
2025-08-20T19:11:32.5128272Z [00:03:51.232]➜  End of search list.
2025-08-20T19:11:32.5199641Z [00:03:51.241]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.5200090Z [00:03:51.241]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.5200922Z [00:03:51.241]➜  Thread model: posix
2025-08-20T19:11:32.5201309Z [00:03:51.241]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.5201749Z [00:03:51.241]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.5202235Z [00:03:51.241]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.5202614Z [00:03:51.241]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.5203367Z [00:03:51.241]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.5208144Z [00:03:51.241]➜    CC       src/libsinglebin_env_a-operand2sig.o
2025-08-20T19:11:32.5208641Z [00:03:51.242]➜   (in-process)
2025-08-20T19:11:32.5224262Z [00:03:51.243]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name echo.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_echo_a-echo.Tpo -MT src/libsinglebin_echo_a-echo.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_echo (int, char **);  int single_binary_main_echo" -D usage=_usage_echo -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_echo_a-echo.o -x c src/echo.c
2025-08-20T19:11:32.5241164Z [00:03:51.245]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.5251483Z [00:03:51.246]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.5252638Z [00:03:51.246]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.5253413Z [00:03:51.246]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.5255024Z [00:03:51.246]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.5255452Z [00:03:51.246]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.5255784Z [00:03:51.246]➜  #include "..." search starts here:
2025-08-20T19:11:32.5256462Z [00:03:51.246]➜  #include <...> search starts here:
2025-08-20T19:11:32.5256788Z [00:03:51.246]➜   .
2025-08-20T19:11:32.5256985Z [00:03:51.246]➜   ./lib
2025-08-20T19:11:32.5257184Z [00:03:51.246]➜   src
2025-08-20T19:11:32.5257445Z [00:03:51.246]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.5257742Z [00:03:51.246]➜   /usr/local/include
2025-08-20T19:11:32.5258041Z [00:03:51.246]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.5258316Z [00:03:51.246]➜   /usr/include
2025-08-20T19:11:32.5258559Z [00:03:51.246]➜  End of search list.
2025-08-20T19:11:32.5510745Z [00:03:51.272]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.5511655Z [00:03:51.272]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.5512435Z [00:03:51.272]➜  Thread model: posix
2025-08-20T19:11:32.5513312Z [00:03:51.272]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.5513798Z [00:03:51.272]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.5514334Z [00:03:51.272]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.5514710Z [00:03:51.272]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.5514999Z [00:03:51.272]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.5515264Z [00:03:51.272]➜   (in-process)
2025-08-20T19:11:32.5551945Z [00:03:51.275]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name operand2sig.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_env_a-operand2sig.Tpo -MT src/libsinglebin_env_a-operand2sig.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_env (int, char **);  int single_binary_main_env" -D usage=_usage_env -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_env_a-operand2sig.o -x c src/operand2sig.c
2025-08-20T19:11:32.5558733Z [00:03:51.276]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.5560022Z [00:03:51.276]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.5560756Z [00:03:51.276]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.5561185Z [00:03:51.276]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.5561521Z [00:03:51.276]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.5561852Z [00:03:51.276]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.5562178Z [00:03:51.276]➜  #include "..." search starts here:
2025-08-20T19:11:32.5562490Z [00:03:51.276]➜  #include <...> search starts here:
2025-08-20T19:11:32.5562753Z [00:03:51.276]➜   .
2025-08-20T19:11:32.5562947Z [00:03:51.276]➜   ./lib
2025-08-20T19:11:32.5563148Z [00:03:51.276]➜   src
2025-08-20T19:11:32.5563402Z [00:03:51.276]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.5564077Z [00:03:51.276]➜   /usr/local/include
2025-08-20T19:11:32.5564435Z [00:03:51.276]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.5564719Z [00:03:51.276]➜   /usr/include
2025-08-20T19:11:32.5564958Z [00:03:51.276]➜  End of search list.
2025-08-20T19:11:32.5774414Z [00:03:51.298]➜    CC       src/libsinglebin_expand_a-expand.o
2025-08-20T19:11:32.5921783Z [00:03:51.313]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.5922989Z [00:03:51.313]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.5924032Z [00:03:51.314]➜  Thread model: posix
2025-08-20T19:11:32.5926206Z [00:03:51.314]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.5928866Z [00:03:51.314]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.5930566Z [00:03:51.314]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.5936163Z [00:03:51.315]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.5952802Z [00:03:51.316]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.5953127Z [00:03:51.316]➜   (in-process)
2025-08-20T19:11:32.6022019Z [00:03:51.322]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name expand.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_expand_a-expand.Tpo -MT src/libsinglebin_expand_a-expand.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_expand (int, char **);  int single_binary_main_expand" -D usage=_usage_expand -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_expand_a-expand.o -x c src/expand.c
2025-08-20T19:11:32.6028096Z [00:03:51.322]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.6029065Z [00:03:51.323]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.6029618Z [00:03:51.323]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.6030082Z [00:03:51.323]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.6030609Z [00:03:51.323]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.6031095Z [00:03:51.323]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.6031569Z [00:03:51.323]➜  #include "..." search starts here:
2025-08-20T19:11:32.6032061Z [00:03:51.323]➜  #include <...> search starts here:
2025-08-20T19:11:32.6032443Z [00:03:51.323]➜   .
2025-08-20T19:11:32.6032772Z [00:03:51.323]➜   ./lib
2025-08-20T19:11:32.6033090Z [00:03:51.323]➜   src
2025-08-20T19:11:32.6033472Z [00:03:51.323]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.6033857Z [00:03:51.323]➜   /usr/local/include
2025-08-20T19:11:32.6034233Z [00:03:51.323]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.6034603Z [00:03:51.323]➜   /usr/include
2025-08-20T19:11:32.6035271Z [00:03:51.323]➜  End of search list.
2025-08-20T19:11:32.6156922Z [00:03:51.336]➜    CC       src/libsinglebin_expand_a-expand-common.o
2025-08-20T19:11:32.6304675Z [00:03:51.351]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.6305127Z [00:03:51.351]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.6309878Z [00:03:51.351]➜  Thread model: posix
2025-08-20T19:11:32.6315399Z [00:03:51.351]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.6320865Z [00:03:51.351]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.6326290Z [00:03:51.351]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.6332073Z [00:03:51.351]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.6333691Z [00:03:51.351]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.6334287Z [00:03:51.352]➜   (in-process)
2025-08-20T19:11:32.6350284Z [00:03:51.355]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name expand-common.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_expand_a-expand-common.Tpo -MT src/libsinglebin_expand_a-expand-common.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_expand (int, char **);  int single_binary_main_expand" -D usage=_usage_expand -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_expand_a-expand-common.o -x c src/expand-common.c
2025-08-20T19:11:32.6370571Z [00:03:51.358]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.6379854Z [00:03:51.359]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.6386858Z [00:03:51.359]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.6387240Z [00:03:51.359]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.6387576Z [00:03:51.359]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.6387913Z [00:03:51.359]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.6388237Z [00:03:51.359]➜  #include "..." search starts here:
2025-08-20T19:11:32.6388551Z [00:03:51.359]➜  #include <...> search starts here:
2025-08-20T19:11:32.6388830Z [00:03:51.359]➜   .
2025-08-20T19:11:32.6389024Z [00:03:51.359]➜   ./lib
2025-08-20T19:11:32.6389226Z [00:03:51.359]➜   src
2025-08-20T19:11:32.6389480Z [00:03:51.359]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.6389769Z [00:03:51.359]➜   /usr/local/include
2025-08-20T19:11:32.6390051Z [00:03:51.359]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.6390323Z [00:03:51.359]➜   /usr/include
2025-08-20T19:11:32.6390729Z [00:03:51.359]➜  End of search list.
2025-08-20T19:11:32.6883509Z [00:03:51.409]➜    CC       src/libsinglebin_expr_a-expr.o
2025-08-20T19:11:32.6928691Z [00:03:51.414]➜    CC       src/libsinglebin_factor_a-factor.o
2025-08-20T19:11:32.7074203Z [00:03:51.428]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.7075235Z [00:03:51.428]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.7076023Z [00:03:51.428]➜  Thread model: posix
2025-08-20T19:11:32.7076891Z [00:03:51.428]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.7077378Z [00:03:51.428]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.7077925Z [00:03:51.428]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.7078301Z [00:03:51.428]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.7078588Z [00:03:51.428]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.7095791Z [00:03:51.430]➜   (in-process)
2025-08-20T19:11:32.7103269Z [00:03:51.430]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name factor.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_factor_a-factor.Tpo -MT src/libsinglebin_factor_a-factor.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_factor (int, char **);  int single_binary_main_factor" -D usage=_usage_factor -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_factor_a-factor.o -x c src/factor.c
2025-08-20T19:11:32.7109417Z [00:03:51.431]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.7110103Z [00:03:51.431]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.7110752Z [00:03:51.431]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.7111103Z [00:03:51.431]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.7111435Z [00:03:51.431]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.7111774Z [00:03:51.431]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.7112101Z [00:03:51.431]➜  #include "..." search starts here:
2025-08-20T19:11:32.7112416Z [00:03:51.431]➜  #include <...> search starts here:
2025-08-20T19:11:32.7112676Z [00:03:51.431]➜   .
2025-08-20T19:11:32.7112871Z [00:03:51.431]➜   ./lib
2025-08-20T19:11:32.7113073Z [00:03:51.431]➜   src
2025-08-20T19:11:32.7113339Z [00:03:51.431]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.7113624Z [00:03:51.431]➜   /usr/local/include
2025-08-20T19:11:32.7113905Z [00:03:51.431]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.7114183Z [00:03:51.431]➜   /usr/include
2025-08-20T19:11:32.7114420Z [00:03:51.431]➜  End of search list.
2025-08-20T19:11:32.7169871Z [00:03:51.437]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.7170272Z [00:03:51.437]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.7170698Z [00:03:51.437]➜  Thread model: posix
2025-08-20T19:11:32.7171405Z [00:03:51.438]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.7187087Z [00:03:51.439]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.7191268Z [00:03:51.439]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.7191671Z [00:03:51.439]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.7191960Z [00:03:51.439]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.7192263Z [00:03:51.439]➜   (in-process)
2025-08-20T19:11:32.7198436Z [00:03:51.439]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name expr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_expr_a-expr.Tpo -MT src/libsinglebin_expr_a-expr.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_expr (int, char **);  int single_binary_main_expr" -D usage=_usage_expr -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_expr_a-expr.o -x c src/expr.c
2025-08-20T19:11:32.7204574Z [00:03:51.440]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.7205257Z [00:03:51.440]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.7205799Z [00:03:51.440]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.7206138Z [00:03:51.440]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.7206467Z [00:03:51.440]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.7206799Z [00:03:51.440]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.7207118Z [00:03:51.440]➜  #include "..." search starts here:
2025-08-20T19:11:32.7207435Z [00:03:51.440]➜  #include <...> search starts here:
2025-08-20T19:11:32.7207698Z [00:03:51.440]➜   .
2025-08-20T19:11:32.7207892Z [00:03:51.440]➜   ./lib
2025-08-20T19:11:32.7208107Z [00:03:51.440]➜   src
2025-08-20T19:11:32.7208363Z [00:03:51.440]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.7208648Z [00:03:51.440]➜   /usr/local/include
2025-08-20T19:11:32.7208927Z [00:03:51.440]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.7209200Z [00:03:51.440]➜   /usr/include
2025-08-20T19:11:32.7209437Z [00:03:51.440]➜  End of search list.
2025-08-20T19:11:32.7393841Z [00:03:51.460]➜    CC       src/libsinglebin_false_a-false.o
2025-08-20T19:11:32.7574195Z [00:03:51.478]➜    CC       src/libsinglebin_fmt_a-fmt.o
2025-08-20T19:11:32.7682611Z [00:03:51.489]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.7685090Z [00:03:51.489]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.7687346Z [00:03:51.489]➜  Thread model: posix
2025-08-20T19:11:32.7688359Z [00:03:51.489]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.7688881Z [00:03:51.489]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.7689781Z [00:03:51.489]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.7690237Z [00:03:51.489]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.7690708Z [00:03:51.489]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.7715705Z [00:03:51.492]➜   (in-process)
2025-08-20T19:11:32.7722087Z [00:03:51.493]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name false.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_false_a-false.Tpo -MT src/libsinglebin_false_a-false.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_false (int, char **);  int single_binary_main_false" -D usage=_usage_false -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_false_a-false.o -x c src/false.c
2025-08-20T19:11:32.7734573Z [00:03:51.494]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.7735275Z [00:03:51.494]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.7735841Z [00:03:51.494]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.7736179Z [00:03:51.494]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.7736522Z [00:03:51.494]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.7736851Z [00:03:51.494]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.7737171Z [00:03:51.494]➜  #include "..." search starts here:
2025-08-20T19:11:32.7737491Z [00:03:51.494]➜  #include <...> search starts here:
2025-08-20T19:11:32.7737755Z [00:03:51.494]➜   .
2025-08-20T19:11:32.7737950Z [00:03:51.494]➜   ./lib
2025-08-20T19:11:32.7738145Z [00:03:51.494]➜   src
2025-08-20T19:11:32.7738403Z [00:03:51.494]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.7738701Z [00:03:51.494]➜   /usr/local/include
2025-08-20T19:11:32.7738990Z [00:03:51.494]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.7739267Z [00:03:51.494]➜   /usr/include
2025-08-20T19:11:32.7739506Z [00:03:51.494]➜  End of search list.
2025-08-20T19:11:32.7818179Z [00:03:51.503]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.7819177Z [00:03:51.503]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.7819583Z [00:03:51.503]➜  Thread model: posix
2025-08-20T19:11:32.7819883Z [00:03:51.503]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.7820316Z [00:03:51.503]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.7820971Z [00:03:51.503]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.7821351Z [00:03:51.503]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.7821641Z [00:03:51.503]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.7830134Z [00:03:51.504]➜   (in-process)
2025-08-20T19:11:32.7848858Z [00:03:51.505]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name fmt.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_fmt_a-fmt.Tpo -MT src/libsinglebin_fmt_a-fmt.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_fmt (int, char **);  int single_binary_main_fmt" -D usage=_usage_fmt -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_fmt_a-fmt.o -x c src/fmt.c
2025-08-20T19:11:32.7855847Z [00:03:51.505]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.7864319Z [00:03:51.507]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.7865426Z [00:03:51.507]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.7865853Z [00:03:51.507]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.7866197Z [00:03:51.507]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.7866529Z [00:03:51.507]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.7866850Z [00:03:51.507]➜  #include "..." search starts here:
2025-08-20T19:11:32.7867166Z [00:03:51.507]➜  #include <...> search starts here:
2025-08-20T19:11:32.7867443Z [00:03:51.507]➜   .
2025-08-20T19:11:32.7867637Z [00:03:51.507]➜   ./lib
2025-08-20T19:11:32.7867841Z [00:03:51.507]➜   src
2025-08-20T19:11:32.7868096Z [00:03:51.507]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.7868396Z [00:03:51.507]➜   /usr/local/include
2025-08-20T19:11:32.7868682Z [00:03:51.507]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.7868952Z [00:03:51.507]➜   /usr/include
2025-08-20T19:11:32.7869191Z [00:03:51.507]➜  End of search list.
2025-08-20T19:11:32.7981894Z [00:03:51.519]➜    CC       src/libsinglebin_fold_a-fold.o
2025-08-20T19:11:32.8301965Z [00:03:51.551]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.8302429Z [00:03:51.551]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.8302738Z [00:03:51.551]➜  Thread model: posix
2025-08-20T19:11:32.8303037Z [00:03:51.551]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.8303473Z [00:03:51.551]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.8303989Z [00:03:51.551]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.8304367Z [00:03:51.551]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.8304652Z [00:03:51.551]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.8338659Z [00:03:51.555]➜   (in-process)
2025-08-20T19:11:32.8345462Z [00:03:51.555]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name fold.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_fold_a-fold.Tpo -MT src/libsinglebin_fold_a-fold.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_fold (int, char **);  int single_binary_main_fold" -D usage=_usage_fold -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_fold_a-fold.o -x c src/fold.c
2025-08-20T19:11:32.8391328Z [00:03:51.560]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.8399284Z [00:03:51.561]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.8399920Z [00:03:51.561]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.8400274Z [00:03:51.561]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.8400742Z [00:03:51.561]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.8401079Z [00:03:51.561]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.8401437Z [00:03:51.561]➜  #include "..." search starts here:
2025-08-20T19:11:32.8401750Z [00:03:51.561]➜  #include <...> search starts here:
2025-08-20T19:11:32.8402011Z [00:03:51.561]➜   .
2025-08-20T19:11:32.8402202Z [00:03:51.561]➜   ./lib
2025-08-20T19:11:32.8402406Z [00:03:51.561]➜   src
2025-08-20T19:11:32.8402663Z [00:03:51.561]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.8402992Z [00:03:51.561]➜   /usr/local/include
2025-08-20T19:11:32.8403278Z [00:03:51.561]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.8403555Z [00:03:51.561]➜   /usr/include
2025-08-20T19:11:32.8403797Z [00:03:51.561]➜  End of search list.
2025-08-20T19:11:32.8956896Z [00:03:51.617]➜    CC       src/libsinglebin_ginstall_a-install.o
2025-08-20T19:11:32.9101850Z [00:03:51.631]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.9102625Z [00:03:51.631]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.9103965Z [00:03:51.631]➜  Thread model: posix
2025-08-20T19:11:32.9105818Z [00:03:51.632]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.9108082Z [00:03:51.632]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.9110675Z [00:03:51.632]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.9123392Z [00:03:51.633]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.9123730Z [00:03:51.633]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.9155931Z [00:03:51.637]➜   (in-process)
2025-08-20T19:11:32.9181072Z [00:03:51.638]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name install.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_ginstall_a-install.Tpo -MT src/libsinglebin_ginstall_a-install.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_ginstall (int, char **);  int single_binary_main_ginstall" -D usage=_usage_ginstall -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_ginstall_a-install.o -x c src/install.c
2025-08-20T19:11:32.9192502Z [00:03:51.639]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.9193237Z [00:03:51.639]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.9194170Z [00:03:51.640]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.9194516Z [00:03:51.640]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.9194849Z [00:03:51.640]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.9221670Z [00:03:51.641]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.9222622Z [00:03:51.641]➜  #include "..." search starts here:
2025-08-20T19:11:32.9222988Z [00:03:51.641]➜  #include <...> search starts here:
2025-08-20T19:11:32.9223261Z [00:03:51.641]➜   .
2025-08-20T19:11:32.9223483Z [00:03:51.641]➜   ./lib
2025-08-20T19:11:32.9223688Z [00:03:51.641]➜   src
2025-08-20T19:11:32.9223950Z [00:03:51.641]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.9224245Z [00:03:51.641]➜   /usr/local/include
2025-08-20T19:11:32.9224531Z [00:03:51.641]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.9224809Z [00:03:51.641]➜   /usr/include
2025-08-20T19:11:32.9225063Z [00:03:51.641]➜  End of search list.
2025-08-20T19:11:32.9248391Z [00:03:51.646]➜    CC       src/libsinglebin_ginstall_a-prog-fprintf.o
2025-08-20T19:11:32.9322324Z [00:03:51.653]➜    CC       src/libsinglebin_ginstall_a-copy.o
2025-08-20T19:11:32.9402917Z [00:03:51.661]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.9403333Z [00:03:51.661]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.9403643Z [00:03:51.661]➜  Thread model: posix
2025-08-20T19:11:32.9403946Z [00:03:51.661]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.9404423Z [00:03:51.661]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.9404916Z [00:03:51.661]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.9405288Z [00:03:51.661]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.9405574Z [00:03:51.661]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.9410700Z [00:03:51.662]➜   (in-process)
2025-08-20T19:11:32.9419433Z [00:03:51.662]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name prog-fprintf.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_ginstall_a-prog-fprintf.Tpo -MT src/libsinglebin_ginstall_a-prog-fprintf.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_ginstall (int, char **);  int single_binary_main_ginstall" -D usage=_usage_ginstall -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_ginstall_a-prog-fprintf.o -x c src/prog-fprintf.c
2025-08-20T19:11:32.9447705Z [00:03:51.665]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.9448457Z [00:03:51.666]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.9449378Z [00:03:51.666]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.9449720Z [00:03:51.666]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.9450054Z [00:03:51.666]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.9450680Z [00:03:51.666]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.9451074Z [00:03:51.666]➜  #include "..." search starts here:
2025-08-20T19:11:32.9451395Z [00:03:51.666]➜  #include <...> search starts here:
2025-08-20T19:11:32.9451658Z [00:03:51.666]➜   .
2025-08-20T19:11:32.9451850Z [00:03:51.666]➜   ./lib
2025-08-20T19:11:32.9452067Z [00:03:51.666]➜   src
2025-08-20T19:11:32.9452323Z [00:03:51.666]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.9452613Z [00:03:51.666]➜   /usr/local/include
2025-08-20T19:11:32.9452897Z [00:03:51.666]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.9453173Z [00:03:51.666]➜   /usr/include
2025-08-20T19:11:32.9453413Z [00:03:51.666]➜  End of search list.
2025-08-20T19:11:32.9641572Z [00:03:51.685]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:32.9642716Z [00:03:51.685]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:32.9643881Z [00:03:51.685]➜  Thread model: posix
2025-08-20T19:11:32.9644386Z [00:03:51.685]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:32.9645765Z [00:03:51.686]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.9646896Z [00:03:51.686]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:32.9647346Z [00:03:51.686]➜  Candidate multilib: .;@m64
2025-08-20T19:11:32.9648084Z [00:03:51.686]➜  Selected multilib: .;@m64
2025-08-20T19:11:32.9649177Z [00:03:51.686]➜   (in-process)
2025-08-20T19:11:32.9691043Z [00:03:51.689]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name copy.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_ginstall_a-copy.Tpo -MT src/libsinglebin_ginstall_a-copy.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_ginstall (int, char **);  int single_binary_main_ginstall" -D usage=_usage_ginstall -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_ginstall_a-copy.o -x c src/copy.c
2025-08-20T19:11:32.9698960Z [00:03:51.691]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:32.9699690Z [00:03:51.691]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:32.9700236Z [00:03:51.691]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:32.9700717Z [00:03:51.691]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:32.9701060Z [00:03:51.691]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:32.9701396Z [00:03:51.691]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:32.9701735Z [00:03:51.691]➜  #include "..." search starts here:
2025-08-20T19:11:32.9702054Z [00:03:51.691]➜  #include <...> search starts here:
2025-08-20T19:11:32.9702324Z [00:03:51.691]➜   .
2025-08-20T19:11:32.9702517Z [00:03:51.691]➜   ./lib
2025-08-20T19:11:32.9702720Z [00:03:51.691]➜   src
2025-08-20T19:11:32.9702975Z [00:03:51.691]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:32.9703264Z [00:03:51.691]➜   /usr/local/include
2025-08-20T19:11:32.9703548Z [00:03:51.691]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:32.9703821Z [00:03:51.691]➜   /usr/include
2025-08-20T19:11:32.9704077Z [00:03:51.691]➜  End of search list.
2025-08-20T19:11:32.9752316Z [00:03:51.696]➜    CC       src/libsinglebin_ginstall_a-cp-hash.o
2025-08-20T19:11:32.9973924Z [00:03:51.718]➜    CC       src/libsinglebin_ginstall_a-force-link.o
2025-08-20T19:11:33.0046833Z [00:03:51.726]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.0047225Z [00:03:51.726]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.0047578Z [00:03:51.726]➜  Thread model: posix
2025-08-20T19:11:33.0047877Z [00:03:51.726]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.0048314Z [00:03:51.726]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.0048801Z [00:03:51.726]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.0049174Z [00:03:51.726]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.0049463Z [00:03:51.726]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.0079075Z [00:03:51.729]➜   (in-process)
2025-08-20T19:11:33.0090976Z [00:03:51.729]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name cp-hash.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_ginstall_a-cp-hash.Tpo -MT src/libsinglebin_ginstall_a-cp-hash.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_ginstall (int, char **);  int single_binary_main_ginstall" -D usage=_usage_ginstall -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_ginstall_a-cp-hash.o -x c src/cp-hash.c
2025-08-20T19:11:33.0104147Z [00:03:51.729]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.0115129Z [00:03:51.733]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.0143932Z [00:03:51.735]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.0151309Z [00:03:51.736]➜  Thread model: posix
2025-08-20T19:11:33.0151999Z [00:03:51.736]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.0153022Z [00:03:51.736]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.0153573Z [00:03:51.736]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.0153957Z [00:03:51.736]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.0154271Z [00:03:51.736]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.0154810Z [00:03:51.736]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.0155344Z [00:03:51.736]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.0155682Z [00:03:51.736]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.0156013Z [00:03:51.736]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.0156347Z [00:03:51.736]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.0156676Z [00:03:51.736]➜  #include "..." search starts here:
2025-08-20T19:11:33.0156993Z [00:03:51.736]➜  #include <...> search starts here:
2025-08-20T19:11:33.0157253Z [00:03:51.736]➜   .
2025-08-20T19:11:33.0157446Z [00:03:51.736]➜   ./lib
2025-08-20T19:11:33.0157650Z [00:03:51.736]➜   src
2025-08-20T19:11:33.0157905Z [00:03:51.736]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.0158196Z [00:03:51.736]➜   /usr/local/include
2025-08-20T19:11:33.0158513Z [00:03:51.736]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.0158787Z [00:03:51.736]➜   /usr/include
2025-08-20T19:11:33.0159023Z [00:03:51.736]➜  End of search list.
2025-08-20T19:11:33.0159273Z [00:03:51.736]➜   (in-process)
2025-08-20T19:11:33.0166366Z [00:03:51.736]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name force-link.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_ginstall_a-force-link.Tpo -MT src/libsinglebin_ginstall_a-force-link.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_ginstall (int, char **);  int single_binary_main_ginstall" -D usage=_usage_ginstall -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_ginstall_a-force-link.o -x c src/force-link.c
2025-08-20T19:11:33.0172391Z [00:03:51.736]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.0173082Z [00:03:51.736]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.0173612Z [00:03:51.736]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.0173945Z [00:03:51.736]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.0174274Z [00:03:51.736]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.0174607Z [00:03:51.736]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.0174938Z [00:03:51.736]➜  #include "..." search starts here:
2025-08-20T19:11:33.0175255Z [00:03:51.736]➜  #include <...> search starts here:
2025-08-20T19:11:33.0175516Z [00:03:51.736]➜   .
2025-08-20T19:11:33.0175705Z [00:03:51.736]➜   ./lib
2025-08-20T19:11:33.0175905Z [00:03:51.736]➜   src
2025-08-20T19:11:33.0176158Z [00:03:51.736]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.0176457Z [00:03:51.736]➜   /usr/local/include
2025-08-20T19:11:33.0176737Z [00:03:51.736]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.0177012Z [00:03:51.736]➜   /usr/include
2025-08-20T19:11:33.0177251Z [00:03:51.736]➜  End of search list.
2025-08-20T19:11:33.0595934Z [00:03:51.780]➜    CC       src/libsinglebin_ginstall_a-selinux.o
2025-08-20T19:11:33.0828090Z [00:03:51.804]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.0829815Z [00:03:51.804]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.0830233Z [00:03:51.804]➜  Thread model: posix
2025-08-20T19:11:33.0830721Z [00:03:51.804]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.0831170Z [00:03:51.804]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.0831662Z [00:03:51.804]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.0832034Z [00:03:51.804]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.0832322Z [00:03:51.804]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.0835576Z [00:03:51.804]➜   (in-process)
2025-08-20T19:11:33.0847953Z [00:03:51.804]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name selinux.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_ginstall_a-selinux.Tpo -MT src/libsinglebin_ginstall_a-selinux.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_ginstall (int, char **);  int single_binary_main_ginstall" -D usage=_usage_ginstall -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_ginstall_a-selinux.o -x c src/selinux.c
2025-08-20T19:11:33.0855721Z [00:03:51.805]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.0856403Z [00:03:51.805]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.0857228Z [00:03:51.805]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.0857569Z [00:03:51.805]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.0857897Z [00:03:51.805]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.0858229Z [00:03:51.805]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.0858552Z [00:03:51.805]➜  #include "..." search starts here:
2025-08-20T19:11:33.0858866Z [00:03:51.805]➜  #include <...> search starts here:
2025-08-20T19:11:33.0859133Z [00:03:51.805]➜   .
2025-08-20T19:11:33.0859341Z [00:03:51.805]➜   ./lib
2025-08-20T19:11:33.0859546Z [00:03:51.805]➜   src
2025-08-20T19:11:33.0859807Z [00:03:51.805]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.0860105Z [00:03:51.805]➜   /usr/local/include
2025-08-20T19:11:33.0860392Z [00:03:51.805]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.0860876Z [00:03:51.805]➜   /usr/include
2025-08-20T19:11:33.0861135Z [00:03:51.805]➜  End of search list.
2025-08-20T19:11:33.0916614Z [00:03:51.812]➜    CC       src/libsinglebin_groups_a-groups.o
2025-08-20T19:11:33.1056435Z [00:03:51.826]➜    CC       src/libsinglebin_groups_a-group-list.o
2025-08-20T19:11:33.1101907Z [00:03:51.831]➜    CC       src/libsinglebin_head_a-head.o
2025-08-20T19:11:33.1196632Z [00:03:51.840]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.1197035Z [00:03:51.841]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.1197351Z [00:03:51.841]➜  Thread model: posix
2025-08-20T19:11:33.1197688Z [00:03:51.841]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.1198119Z [00:03:51.841]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.1198610Z [00:03:51.841]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.1198987Z [00:03:51.841]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.1199272Z [00:03:51.841]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.1223565Z [00:03:51.843]➜   (in-process)
2025-08-20T19:11:33.1230327Z [00:03:51.843]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name group-list.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_groups_a-group-list.Tpo -MT src/libsinglebin_groups_a-group-list.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_groups (int, char **);  int single_binary_main_groups" -D usage=_usage_groups -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_groups_a-group-list.o -x c src/group-list.c
2025-08-20T19:11:33.1236144Z [00:03:51.843]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.1236471Z [00:03:51.843]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.1236767Z [00:03:51.843]➜  Thread model: posix
2025-08-20T19:11:33.1237353Z [00:03:51.843]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.1237781Z [00:03:51.843]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.1238266Z [00:03:51.843]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.1238633Z [00:03:51.843]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.1238919Z [00:03:51.843]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.1239387Z [00:03:51.843]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.1240079Z [00:03:51.843]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.1244572Z [00:03:51.843]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.1244930Z [00:03:51.843]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.1245263Z [00:03:51.843]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.1245621Z [00:03:51.843]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.1245941Z [00:03:51.843]➜  #include "..." search starts here:
2025-08-20T19:11:33.1246255Z [00:03:51.843]➜  #include <...> search starts here:
2025-08-20T19:11:33.1246518Z [00:03:51.843]➜   .
2025-08-20T19:11:33.1246712Z [00:03:51.843]➜   ./lib
2025-08-20T19:11:33.1246910Z [00:03:51.843]➜   src
2025-08-20T19:11:33.1247162Z [00:03:51.843]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.1247456Z [00:03:51.843]➜   /usr/local/include
2025-08-20T19:11:33.1247741Z [00:03:51.843]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.1248028Z [00:03:51.843]➜   /usr/include
2025-08-20T19:11:33.1248271Z [00:03:51.843]➜  End of search list.
2025-08-20T19:11:33.1248518Z [00:03:51.843]➜   (in-process)
2025-08-20T19:11:33.1255310Z [00:03:51.845]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name groups.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_groups_a-groups.Tpo -MT src/libsinglebin_groups_a-groups.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_groups (int, char **);  int single_binary_main_groups" -D usage=_usage_groups -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_groups_a-groups.o -x c src/groups.c
2025-08-20T19:11:33.1261094Z [00:03:51.845]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.1261787Z [00:03:51.845]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.1262317Z [00:03:51.845]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.1262655Z [00:03:51.845]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.1262987Z [00:03:51.845]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.1263574Z [00:03:51.845]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.1263901Z [00:03:51.845]➜  #include "..." search starts here:
2025-08-20T19:11:33.1264258Z [00:03:51.845]➜  #include <...> search starts here:
2025-08-20T19:11:33.1264521Z [00:03:51.845]➜   .
2025-08-20T19:11:33.1264710Z [00:03:51.845]➜   ./lib
2025-08-20T19:11:33.1264908Z [00:03:51.845]➜   src
2025-08-20T19:11:33.1265166Z [00:03:51.845]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.1265451Z [00:03:51.845]➜   /usr/local/include
2025-08-20T19:11:33.1265735Z [00:03:51.845]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.1266020Z [00:03:51.845]➜   /usr/include
2025-08-20T19:11:33.1266266Z [00:03:51.845]➜  End of search list.
2025-08-20T19:11:33.1307116Z [00:03:51.851]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.1333973Z [00:03:51.852]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.1334312Z [00:03:51.852]➜  Thread model: posix
2025-08-20T19:11:33.1339891Z [00:03:51.852]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.1343728Z [00:03:51.852]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.1346294Z [00:03:51.852]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.1346679Z [00:03:51.852]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.1346974Z [00:03:51.852]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.1347243Z [00:03:51.852]➜   (in-process)
2025-08-20T19:11:33.1354030Z [00:03:51.853]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name head.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_head_a-head.Tpo -MT src/libsinglebin_head_a-head.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_head (int, char **);  int single_binary_main_head" -D usage=_usage_head -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_head_a-head.o -x c src/head.c
2025-08-20T19:11:33.1359665Z [00:03:51.853]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.1360351Z [00:03:51.854]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.1362861Z [00:03:51.854]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.1363206Z [00:03:51.854]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.1363546Z [00:03:51.854]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.1363874Z [00:03:51.854]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.1364195Z [00:03:51.854]➜  #include "..." search starts here:
2025-08-20T19:11:33.1364509Z [00:03:51.854]➜  #include <...> search starts here:
2025-08-20T19:11:33.1364772Z [00:03:51.854]➜   .
2025-08-20T19:11:33.1364966Z [00:03:51.854]➜   ./lib
2025-08-20T19:11:33.1365512Z [00:03:51.854]➜   src
2025-08-20T19:11:33.1365780Z [00:03:51.854]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.1366071Z [00:03:51.854]➜   /usr/local/include
2025-08-20T19:11:33.1366352Z [00:03:51.854]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.1366625Z [00:03:51.854]➜   /usr/include
2025-08-20T19:11:33.1366866Z [00:03:51.854]➜  End of search list.
2025-08-20T19:11:33.2089904Z [00:03:51.930]➜    CC       src/libsinglebin_id_a-id.o
2025-08-20T19:11:33.2197795Z [00:03:51.940]➜    CC       src/libsinglebin_id_a-group-list.o
2025-08-20T19:11:33.2220023Z [00:03:51.943]➜    CC       src/libsinglebin_join_a-join.o
2025-08-20T19:11:33.2248458Z [00:03:51.945]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.2248979Z [00:03:51.945]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.2249291Z [00:03:51.945]➜  Thread model: posix
2025-08-20T19:11:33.2249590Z [00:03:51.945]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.2250067Z [00:03:51.945]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.2250671Z [00:03:51.945]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.2251098Z [00:03:51.945]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.2251385Z [00:03:51.945]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.2251648Z [00:03:51.946]➜   (in-process)
2025-08-20T19:11:33.2258119Z [00:03:51.946]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name id.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_id_a-id.Tpo -MT src/libsinglebin_id_a-id.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_id (int, char **);  int single_binary_main_id" -D usage=_usage_id -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_id_a-id.o -x c src/id.c
2025-08-20T19:11:33.2264220Z [00:03:51.946]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.2265071Z [00:03:51.947]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.2265739Z [00:03:51.947]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.2266189Z [00:03:51.947]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.2266624Z [00:03:51.947]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.2267065Z [00:03:51.947]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.2267486Z [00:03:51.947]➜  #include "..." search starts here:
2025-08-20T19:11:33.2267897Z [00:03:51.947]➜  #include <...> search starts here:
2025-08-20T19:11:33.2268249Z [00:03:51.947]➜   .
2025-08-20T19:11:33.2268478Z [00:03:51.947]➜   ./lib
2025-08-20T19:11:33.2268684Z [00:03:51.947]➜   src
2025-08-20T19:11:33.2268939Z [00:03:51.947]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.2269679Z [00:03:51.947]➜   /usr/local/include
2025-08-20T19:11:33.2269964Z [00:03:51.947]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.2270240Z [00:03:51.947]➜   /usr/include
2025-08-20T19:11:33.2277309Z [00:03:51.947]➜  End of search list.
2025-08-20T19:11:33.2481036Z [00:03:51.969]➜    CC       src/libsinglebin_kill_a-kill.o
2025-08-20T19:11:33.2500927Z [00:03:51.971]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.2517759Z [00:03:51.971]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.2518223Z [00:03:51.971]➜  Thread model: posix
2025-08-20T19:11:33.2518559Z [00:03:51.971]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.2518996Z [00:03:51.971]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.2519489Z [00:03:51.971]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.2519864Z [00:03:51.971]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.2520172Z [00:03:51.971]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.2520590Z [00:03:51.971]➜   (in-process)
2025-08-20T19:11:33.2527345Z [00:03:51.972]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name join.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_join_a-join.Tpo -MT src/libsinglebin_join_a-join.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_join (int, char **);  int single_binary_main_join" -D usage=_usage_join -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_join_a-join.o -x c Debian clang version 19.1.7 (3+b2)src/join.c
2025-08-20T19:11:33.2549721Z [00:03:51.972]➜  
2025-08-20T19:11:33.2550134Z [00:03:51.973]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.2550736Z [00:03:51.974]➜  Thread model: posix
2025-08-20T19:11:33.2551089Z [00:03:51.974]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.2551519Z [00:03:51.974]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.2552014Z [00:03:51.974]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.2552388Z [00:03:51.974]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.2552677Z [00:03:51.974]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.2552943Z [00:03:51.975]➜   (in-process)
2025-08-20T19:11:33.2553405Z [00:03:51.975]➜   "/clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.2570097Z [00:03:51.977]➜  usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name group-list.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_id_a-group-list.Tpo -MT src/libsinglebin_id_a-group-list.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_id (int, char **);  int single_binary_main_id" -D usage=_usage_id -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_id_a-group-list.o -x cignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.2598108Z [00:03:51.977]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.2598470Z [00:03:51.977]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.2598824Z [00:03:51.977]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.2599155Z [00:03:51.977]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.2599475Z [00:03:51.977]➜  #include "..." search starts here:
2025-08-20T19:11:33.2599792Z [00:03:51.977]➜  #include <...> search starts here:
2025-08-20T19:11:33.2600055Z [00:03:51.977]➜   .
2025-08-20T19:11:33.2600262Z [00:03:51.977]➜   ./lib
2025-08-20T19:11:33.2600636Z [00:03:51.977]➜   src
2025-08-20T19:11:33.2600958Z [00:03:51.977]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.2601249Z [00:03:51.977]➜   /usr/local/include
2025-08-20T19:11:33.2601533Z [00:03:51.977]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.2601805Z [00:03:51.977]➜   /usr/include
2025-08-20T19:11:33.2602044Z [00:03:51.977]➜  End of search list.
2025-08-20T19:11:33.2602298Z [00:03:51.978]➜   src/group-list.c
2025-08-20T19:11:33.2602744Z [00:03:51.978]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.2603835Z [00:03:51.978]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.2604444Z [00:03:51.978]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.2604784Z [00:03:51.978]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.2605114Z [00:03:51.978]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.2605454Z [00:03:51.978]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.2605774Z [00:03:51.978]➜  #include "..." search starts here:
2025-08-20T19:11:33.2606087Z [00:03:51.978]➜  #include <...> search starts here:
2025-08-20T19:11:33.2606358Z [00:03:51.978]➜   .
2025-08-20T19:11:33.2606548Z [00:03:51.978]➜   ./lib
2025-08-20T19:11:33.2606746Z [00:03:51.978]➜   src
2025-08-20T19:11:33.2607000Z [00:03:51.978]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.2607287Z [00:03:51.978]➜   /usr/local/include
2025-08-20T19:11:33.2607565Z [00:03:51.978]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.2607852Z [00:03:51.978]➜   /usr/include
2025-08-20T19:11:33.2608096Z [00:03:51.978]➜  End of search list.
2025-08-20T19:11:33.2843036Z [00:03:52.005]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.2844110Z [00:03:52.005]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.2844445Z [00:03:52.005]➜  Thread model: posix
2025-08-20T19:11:33.2877096Z [00:03:52.009]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.2877877Z [00:03:52.009]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.2878518Z [00:03:52.009]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.2880030Z [00:03:52.009]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.2880334Z [00:03:52.009]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.2880758Z [00:03:52.009]➜   (in-process)
2025-08-20T19:11:33.2886980Z [00:03:52.009]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name kill.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_kill_a-kill.Tpo -MT src/libsinglebin_kill_a-kill.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_kill (int, char **);  int single_binary_main_kill" -D usage=_usage_kill -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_kill_a-kill.o -x c src/kill.c
2025-08-20T19:11:33.2892754Z [00:03:52.009]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.2893439Z [00:03:52.009]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.2893975Z [00:03:52.009]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.2894315Z [00:03:52.009]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.2895129Z [00:03:52.009]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.2895543Z [00:03:52.009]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.2895874Z [00:03:52.009]➜  #include "..." search starts here:
2025-08-20T19:11:33.2896187Z [00:03:52.009]➜  #include <...> search starts here:
2025-08-20T19:11:33.2896447Z [00:03:52.009]➜   .
2025-08-20T19:11:33.2896641Z [00:03:52.009]➜   ./lib
2025-08-20T19:11:33.2896859Z [00:03:52.009]➜   src
2025-08-20T19:11:33.2897115Z [00:03:52.009]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.2897404Z [00:03:52.009]➜   /usr/local/include
2025-08-20T19:11:33.2897688Z [00:03:52.009]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.2897964Z [00:03:52.009]➜   /usr/include
2025-08-20T19:11:33.2898207Z [00:03:52.009]➜  End of search list.
2025-08-20T19:11:33.3154631Z [00:03:52.036]➜    CC       src/libsinglebin_kill_a-operand2sig.o
2025-08-20T19:11:33.3265281Z [00:03:52.047]➜    CC       src/libsinglebin_link_a-link.o
2025-08-20T19:11:33.3326539Z [00:03:52.053]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.3338366Z [00:03:52.054]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.3338707Z [00:03:52.054]➜  Thread model: posix
2025-08-20T19:11:33.3339018Z [00:03:52.054]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.3339492Z [00:03:52.054]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.3375818Z [00:03:52.055]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.3376234Z [00:03:52.055]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.3376528Z [00:03:52.055]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.3379360Z [00:03:52.055]➜   (in-process)
2025-08-20T19:11:33.3393085Z [00:03:52.059]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name operand2sig.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_kill_a-operand2sig.Tpo -MT src/libsinglebin_kill_a-operand2sig.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_kill (int, char **);  int single_binary_main_kill" -D usage=_usage_kill -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_kill_a-operand2sig.o -x c src/operand2sig.c
2025-08-20T19:11:33.3398856Z [00:03:52.059]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.3399544Z [00:03:52.060]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.3400904Z [00:03:52.060]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.3401667Z [00:03:52.060]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.3402517Z [00:03:52.061]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.3403984Z [00:03:52.061]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.3404428Z [00:03:52.061]➜  #include "..." search starts here:
2025-08-20T19:11:33.3404756Z [00:03:52.061]➜  #include <...> search starts here:
2025-08-20T19:11:33.3405026Z [00:03:52.061]➜   .
2025-08-20T19:11:33.3405227Z [00:03:52.061]➜   ./lib
2025-08-20T19:11:33.3406113Z [00:03:52.062]➜   src
2025-08-20T19:11:33.3407733Z [00:03:52.062]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.3433849Z [00:03:52.064]➜   /usr/local/include
2025-08-20T19:11:33.3434814Z [00:03:52.064]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.3435133Z [00:03:52.064]➜   /usr/include
2025-08-20T19:11:33.3435373Z [00:03:52.064]➜  End of search list.
2025-08-20T19:11:33.3626634Z [00:03:52.083]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.3627148Z [00:03:52.083]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.3627463Z [00:03:52.083]➜  Thread model: posix
2025-08-20T19:11:33.3627762Z [00:03:52.083]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.3664048Z [00:03:52.083]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.3664595Z [00:03:52.083]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.3664978Z [00:03:52.083]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.3665266Z [00:03:52.083]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.3665536Z [00:03:52.083]➜   (in-process)
2025-08-20T19:11:33.3672453Z [00:03:52.083]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name link.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_link_a-link.Tpo -MT src/libsinglebin_link_a-link.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_link (int, char **);  int single_binary_main_link" -D usage=_usage_link -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_link_a-link.o -x c src/link.c
2025-08-20T19:11:33.3678114Z [00:03:52.084]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.3678812Z [00:03:52.084]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.3679355Z [00:03:52.084]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.3679693Z [00:03:52.084]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.3680022Z [00:03:52.084]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.3680350Z [00:03:52.084]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.3684425Z [00:03:52.084]➜  #include "..." search starts here:
2025-08-20T19:11:33.3684750Z [00:03:52.084]➜  #include <...> search starts here:
2025-08-20T19:11:33.3685014Z [00:03:52.084]➜   .
2025-08-20T19:11:33.3685202Z [00:03:52.084]➜   ./lib
2025-08-20T19:11:33.3685401Z [00:03:52.084]➜   src
2025-08-20T19:11:33.3685958Z [00:03:52.084]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.3686365Z [00:03:52.084]➜   /usr/local/include
2025-08-20T19:11:33.3686674Z [00:03:52.084]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.3686949Z [00:03:52.084]➜   /usr/include
2025-08-20T19:11:33.3687186Z [00:03:52.084]➜  End of search list.
2025-08-20T19:11:33.3994647Z [00:03:52.118]➜    CC       src/libsinglebin_ln_a-ln.o
2025-08-20T19:11:33.4063475Z [00:03:52.127]➜    CC       src/libsinglebin_ln_a-force-link.o
2025-08-20T19:11:33.4205398Z [00:03:52.140]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.4205904Z [00:03:52.140]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.4206214Z [00:03:52.140]➜  Thread model: posix
2025-08-20T19:11:33.4206519Z [00:03:52.140]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.4206951Z [00:03:52.140]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.4207487Z [00:03:52.141]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.4207864Z [00:03:52.141]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.4208156Z [00:03:52.142]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.4208480Z [00:03:52.142]➜    CC       src/libsinglebin_ln_a-relpath.o
2025-08-20T19:11:33.4211027Z [00:03:52.142]➜   (in-process)
2025-08-20T19:11:33.4261469Z [00:03:52.146]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name ln.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_ln_a-ln.Tpo -MT src/libsinglebin_ln_a-ln.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_ln (int, char **);  int single_binary_main_ln" -D usage=_usage_ln -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_ln_a-ln.o -x c src/ln.c
2025-08-20T19:11:33.4267960Z [00:03:52.146]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.4269009Z [00:03:52.147]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.4270107Z [00:03:52.147]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.4270626Z [00:03:52.147]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.4271048Z [00:03:52.147]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.4271387Z [00:03:52.147]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.4271712Z [00:03:52.147]➜  #include "..." search starts here:
2025-08-20T19:11:33.4272028Z [00:03:52.147]➜  #include <...> search starts here:
2025-08-20T19:11:33.4272293Z [00:03:52.147]➜   .
2025-08-20T19:11:33.4272489Z [00:03:52.147]➜   ./lib
2025-08-20T19:11:33.4272692Z [00:03:52.147]➜   src
2025-08-20T19:11:33.4272947Z [00:03:52.147]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.4273599Z [00:03:52.147]➜   /usr/local/include
2025-08-20T19:11:33.4273960Z [00:03:52.147]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.4274239Z [00:03:52.147]➜   /usr/include
2025-08-20T19:11:33.4274475Z [00:03:52.147]➜  End of search list.
2025-08-20T19:11:33.4378896Z [00:03:52.159]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.4379301Z [00:03:52.159]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.4379652Z [00:03:52.159]➜  Thread model: posix
2025-08-20T19:11:33.4379946Z [00:03:52.159]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.4380379Z [00:03:52.159]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.4381113Z [00:03:52.159]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.4381492Z [00:03:52.159]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.4381780Z [00:03:52.159]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.4389275Z [00:03:52.160]➜   (in-process)
2025-08-20T19:11:33.4403716Z [00:03:52.160]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name force-link.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_ln_a-force-link.Tpo -MT src/libsinglebin_ln_a-force-link.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_ln (int, char **);  int single_binary_main_ln" -D usage=_usage_ln -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_ln_a-force-link.o -x c src/force-link.c
2025-08-20T19:11:33.4410078Z [00:03:52.161]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.4423597Z [00:03:52.163]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.4424719Z [00:03:52.163]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.4425480Z [00:03:52.163]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.4426007Z [00:03:52.163]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.4426476Z [00:03:52.163]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.4427016Z [00:03:52.163]➜  #include "..." search starts here:
2025-08-20T19:11:33.4428256Z [00:03:52.163]➜  #include <...> search starts here:
2025-08-20T19:11:33.4428530Z [00:03:52.163]➜   .
2025-08-20T19:11:33.4428724Z [00:03:52.163]➜   ./lib
2025-08-20T19:11:33.4428926Z [00:03:52.163]➜   src
2025-08-20T19:11:33.4429187Z [00:03:52.163]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.4429479Z [00:03:52.163]➜   /usr/local/include
2025-08-20T19:11:33.4429754Z [00:03:52.163]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.4430032Z [00:03:52.163]➜   /usr/include
2025-08-20T19:11:33.4430274Z [00:03:52.163]➜  End of search list.
2025-08-20T19:11:33.4539642Z [00:03:52.175]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.4540881Z [00:03:52.175]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.4563127Z [00:03:52.175]➜  Thread model: posix
2025-08-20T19:11:33.4563538Z [00:03:52.175]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.4563993Z [00:03:52.175]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.4564485Z [00:03:52.175]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.4564899Z [00:03:52.175]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.4565187Z [00:03:52.175]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.4565456Z [00:03:52.175]➜   (in-process)
2025-08-20T19:11:33.4571770Z [00:03:52.175]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name relpath.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_ln_a-relpath.Tpo -MT src/libsinglebin_ln_a-relpath.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_ln (int, char **);  int single_binary_main_ln" -D usage=_usage_ln -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_ln_a-relpath.o -x c src/relpath.c
2025-08-20T19:11:33.4577762Z [00:03:52.176]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.4578461Z [00:03:52.177]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.4578996Z [00:03:52.177]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.4579335Z [00:03:52.177]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.4579669Z [00:03:52.177]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.4580002Z [00:03:52.177]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.4580338Z [00:03:52.177]➜  #include "..." search starts here:
2025-08-20T19:11:33.4585770Z [00:03:52.177]➜  #include <...> search starts here:
2025-08-20T19:11:33.4586042Z [00:03:52.177]➜   .
2025-08-20T19:11:33.4586241Z [00:03:52.177]➜   ./lib
2025-08-20T19:11:33.4586447Z [00:03:52.177]➜   src
2025-08-20T19:11:33.4586705Z [00:03:52.177]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.4586995Z [00:03:52.177]➜   /usr/local/include
2025-08-20T19:11:33.4587293Z [00:03:52.177]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.4587569Z [00:03:52.177]➜   /usr/include
2025-08-20T19:11:33.4587809Z [00:03:52.177]➜  End of search list.
2025-08-20T19:11:33.4598296Z [00:03:52.181]➜    CC       src/libsinglebin_logname_a-logname.o
2025-08-20T19:11:33.4717685Z [00:03:52.193]➜    CC       src/libsinglebin_md5sum_a-digest.o
2025-08-20T19:11:33.4902669Z [00:03:52.211]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.4917682Z [00:03:52.211]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.4918021Z [00:03:52.211]➜  Thread model: posix
2025-08-20T19:11:33.4918814Z [00:03:52.211]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.4919333Z [00:03:52.211]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.4919824Z [00:03:52.211]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.4920202Z [00:03:52.211]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.4920706Z [00:03:52.211]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.4921003Z [00:03:52.212]➜   (in-process)
2025-08-20T19:11:33.4949253Z [00:03:52.215]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name logname.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_logname_a-logname.Tpo -MT src/libsinglebin_logname_a-logname.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_logname (int, char **);  int single_binary_main_logname" -D usage=_usage_logname -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_logname_a-logname.o -x c src/logname.c
2025-08-20T19:11:33.4955642Z [00:03:52.215]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.4956339Z [00:03:52.216]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.4956891Z [00:03:52.216]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.4957233Z [00:03:52.216]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.4957557Z [00:03:52.216]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.4957891Z [00:03:52.216]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.4958214Z [00:03:52.216]➜  #include "..." search starts here:
2025-08-20T19:11:33.4958526Z [00:03:52.216]➜  #include <...> search starts here:
2025-08-20T19:11:33.4958797Z [00:03:52.216]➜   .
2025-08-20T19:11:33.4958992Z [00:03:52.216]➜   ./lib
2025-08-20T19:11:33.4959191Z [00:03:52.216]➜   src
2025-08-20T19:11:33.4959443Z [00:03:52.216]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.4959730Z [00:03:52.216]➜   /usr/local/include
2025-08-20T19:11:33.4960009Z [00:03:52.216]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.4960307Z [00:03:52.216]➜   /usr/include
2025-08-20T19:11:33.4971948Z [00:03:52.216]➜  End of search list.
2025-08-20T19:11:33.5004223Z [00:03:52.221]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.5018200Z [00:03:52.221]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.5018515Z [00:03:52.221]➜  Thread model: posix
2025-08-20T19:11:33.5018815Z [00:03:52.221]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.5019252Z [00:03:52.221]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.5019736Z [00:03:52.221]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.5020729Z [00:03:52.221]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.5021103Z [00:03:52.221]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.5040577Z [00:03:52.225]➜   (in-process)
2025-08-20T19:11:33.5047670Z [00:03:52.225]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name digest.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_md5sum_a-digest.Tpo -MT src/libsinglebin_md5sum_a-digest.o -sys-header-deps -MP -I . -I ./lib -D HASH_ALGO_MD5=1 -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_md5sum (int, char **);  int single_binary_main_md5sum" -D usage=_usage_md5sum -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_md5sum_a-digest.o -x c src/digest.c
2025-08-20T19:11:33.5072162Z [00:03:52.226]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.5073338Z [00:03:52.226]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.5074199Z [00:03:52.226]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.5074689Z [00:03:52.226]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.5076265Z [00:03:52.226]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.5076614Z [00:03:52.226]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.5076941Z [00:03:52.226]➜  #include "..." search starts here:
2025-08-20T19:11:33.5077258Z [00:03:52.226]➜  #include <...> search starts here:
2025-08-20T19:11:33.5077519Z [00:03:52.226]➜   .
2025-08-20T19:11:33.5077715Z [00:03:52.226]➜   ./lib
2025-08-20T19:11:33.5077916Z [00:03:52.226]➜   src
2025-08-20T19:11:33.5078174Z [00:03:52.226]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.5078466Z [00:03:52.226]➜   /usr/local/include
2025-08-20T19:11:33.5078768Z [00:03:52.226]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.5079044Z [00:03:52.226]➜   /usr/include
2025-08-20T19:11:33.5079287Z [00:03:52.226]➜  End of search list.
2025-08-20T19:11:33.5281908Z [00:03:52.249]➜    CC       src/libsinglebin_mkdir_a-mkdir.o
2025-08-20T19:11:33.5348609Z [00:03:52.256]➜    CC       src/libsinglebin_mkdir_a-prog-fprintf.o
2025-08-20T19:11:33.5501975Z [00:03:52.271]➜    CC       src/libsinglebin_mkdir_a-selinux.o
2025-08-20T19:11:33.5590231Z [00:03:52.280]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.5591007Z [00:03:52.280]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.5593343Z [00:03:52.280]➜  Thread model: posix
2025-08-20T19:11:33.5594293Z [00:03:52.280]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.5594739Z [00:03:52.280]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.5595230Z [00:03:52.280]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.5596087Z [00:03:52.280]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.5596450Z [00:03:52.280]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.5603067Z [00:03:52.281]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.5603851Z [00:03:52.281]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.5606329Z [00:03:52.281]➜  Thread model: posix
2025-08-20T19:11:33.5607179Z [00:03:52.281]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.5608379Z [00:03:52.281]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.5608877Z [00:03:52.281]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.5609253Z [00:03:52.281]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.5609539Z [00:03:52.281]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.5609808Z [00:03:52.282]➜   (in-process)
2025-08-20T19:11:33.5624923Z [00:03:52.282]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mkdir.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_mkdir_a-mkdir.Tpo -MT src/libsinglebin_mkdir_a-mkdir.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_mkdir (int, char **);  int single_binary_main_mkdir" -D usage=_usage_mkdir -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mkdir_a-mkdir.o -x c src/mkdir.c
2025-08-20T19:11:33.5666371Z [00:03:52.283]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.5667071Z [00:03:52.283]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.5667606Z [00:03:52.283]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.5667952Z [00:03:52.283]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.5668304Z [00:03:52.283]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.5668638Z [00:03:52.283]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.5668958Z [00:03:52.283]➜  #include "..." search starts here:
2025-08-20T19:11:33.5669273Z [00:03:52.283]➜  #include <...> search starts here:
2025-08-20T19:11:33.5669536Z [00:03:52.283]➜   .
2025-08-20T19:11:33.5669729Z [00:03:52.283]➜   ./lib
2025-08-20T19:11:33.5669950Z [00:03:52.283]➜   src
2025-08-20T19:11:33.5670206Z [00:03:52.283]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.5670648Z [00:03:52.283]➜   /usr/local/include
2025-08-20T19:11:33.5670949Z [00:03:52.283]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.5671226Z [00:03:52.283]➜   /usr/include
2025-08-20T19:11:33.5671464Z [00:03:52.283]➜  End of search list.
2025-08-20T19:11:33.5671714Z [00:03:52.283]➜   (in-process)
2025-08-20T19:11:33.5678474Z [00:03:52.283]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name prog-fprintf.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_mkdir_a-prog-fprintf.Tpo -MT src/libsinglebin_mkdir_a-prog-fprintf.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_mkdir (int, char **);  int single_binary_main_mkdir" -D usage=_usage_mkdir -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mkdir_a-prog-fprintf.o -x c src/prog-fprintf.c
2025-08-20T19:11:33.5684478Z [00:03:52.286]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.5685166Z [00:03:52.286]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.5685698Z [00:03:52.286]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.5686041Z [00:03:52.286]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.5686372Z [00:03:52.286]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.5686703Z [00:03:52.286]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.5687024Z [00:03:52.286]➜  #include "..." search starts here:
2025-08-20T19:11:33.5687334Z [00:03:52.286]➜  #include <...> search starts here:
2025-08-20T19:11:33.5687594Z [00:03:52.287]➜   .
2025-08-20T19:11:33.5687796Z [00:03:52.287]➜   ./lib
2025-08-20T19:11:33.5687998Z [00:03:52.287]➜   src
2025-08-20T19:11:33.5688256Z [00:03:52.287]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.5688542Z [00:03:52.287]➜   /usr/local/include
2025-08-20T19:11:33.5688823Z [00:03:52.287]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.5689097Z [00:03:52.287]➜   /usr/include
2025-08-20T19:11:33.5689336Z [00:03:52.287]➜  End of search list.
2025-08-20T19:11:33.5727470Z [00:03:52.294]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.5739320Z [00:03:52.294]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.5740044Z [00:03:52.294]➜  Thread model: posix
2025-08-20T19:11:33.5740540Z [00:03:52.294]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.5741032Z [00:03:52.294]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.5741522Z [00:03:52.294]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.5741917Z [00:03:52.294]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.5742203Z [00:03:52.294]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.5754398Z [00:03:52.296]➜   (in-process)
2025-08-20T19:11:33.5770224Z [00:03:52.296]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name selinux.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_mkdir_a-selinux.Tpo -MT src/libsinglebin_mkdir_a-selinux.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_mkdir (int, char **);  int single_binary_main_mkdir" -D usage=_usage_mkdir -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mkdir_a-selinux.o -x c src/selinux.c
2025-08-20T19:11:33.5777299Z [00:03:52.297]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.5791752Z [00:03:52.300]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.5799771Z [00:03:52.300]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.5800174Z [00:03:52.300]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.5800611Z [00:03:52.300]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.5801000Z [00:03:52.300]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.5801320Z [00:03:52.300]➜  #include "..." search starts here:
2025-08-20T19:11:33.5801660Z [00:03:52.300]➜  #include <...> search starts here:
2025-08-20T19:11:33.5801918Z [00:03:52.300]➜   .
2025-08-20T19:11:33.5802113Z [00:03:52.300]➜   ./lib
2025-08-20T19:11:33.5802315Z [00:03:52.300]➜   src
2025-08-20T19:11:33.5802569Z [00:03:52.300]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.5802856Z [00:03:52.300]➜   /usr/local/include
2025-08-20T19:11:33.5803140Z [00:03:52.300]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.5803428Z [00:03:52.300]➜   /usr/include
2025-08-20T19:11:33.5803665Z [00:03:52.300]➜  End of search list.
2025-08-20T19:11:33.5852067Z [00:03:52.306]➜    CC       src/libsinglebin_mkfifo_a-mkfifo.o
2025-08-20T19:11:33.5992912Z [00:03:52.320]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.5993416Z [00:03:52.320]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.5994183Z [00:03:52.321]➜  Thread model: posix
2025-08-20T19:11:33.5994802Z [00:03:52.321]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.5995810Z [00:03:52.321]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.5997945Z [00:03:52.321]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.6025924Z [00:03:52.323]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.6026516Z [00:03:52.324]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.6026918Z [00:03:52.324]➜   (in-process)
2025-08-20T19:11:33.6038121Z [00:03:52.324]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mkfifo.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_mkfifo_a-mkfifo.Tpo -MT src/libsinglebin_mkfifo_a-mkfifo.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_mkfifo (int, char **);  int single_binary_main_mkfifo" -D usage=_usage_mkfifo -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mkfifo_a-mkfifo.o -x c src/mkfifo.c
2025-08-20T19:11:33.6044950Z [00:03:52.324]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.6045811Z [00:03:52.324]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.6046483Z [00:03:52.324]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.6046996Z [00:03:52.324]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.6047488Z [00:03:52.324]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.6047954Z [00:03:52.324]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.6081468Z [00:03:52.324]➜  #include "..." search starts here:
2025-08-20T19:11:33.6082024Z [00:03:52.324]➜  #include <...> search starts here:
2025-08-20T19:11:33.6082462Z [00:03:52.324]➜   .
2025-08-20T19:11:33.6082832Z [00:03:52.324]➜   ./lib
2025-08-20T19:11:33.6083168Z [00:03:52.324]➜   src
2025-08-20T19:11:33.6083588Z [00:03:52.324]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.6084040Z [00:03:52.324]➜   /usr/local/include
2025-08-20T19:11:33.6084479Z [00:03:52.324]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.6084890Z [00:03:52.324]➜   /usr/include
2025-08-20T19:11:33.6085272Z [00:03:52.324]➜  End of search list.
2025-08-20T19:11:33.6545130Z [00:03:52.375]➜    CC       src/libsinglebin_mkfifo_a-selinux.o
2025-08-20T19:11:33.6669950Z [00:03:52.388]➜    CC       src/libsinglebin_mknod_a-mknod.o
2025-08-20T19:11:33.6800538Z [00:03:52.401]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.6801439Z [00:03:52.401]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.6801914Z [00:03:52.401]➜  Thread model: posix
2025-08-20T19:11:33.6805254Z [00:03:52.401]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.6805743Z [00:03:52.401]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.6806239Z [00:03:52.401]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.6807135Z [00:03:52.401]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.6807504Z [00:03:52.401]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.6831814Z [00:03:52.404]➜    CC       src/libsinglebin_mknod_a-selinux.o
2025-08-20T19:11:33.6842774Z [00:03:52.405]➜   (in-process)
2025-08-20T19:11:33.6849424Z [00:03:52.405]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name selinux.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_mkfifo_a-selinux.Tpo -MT src/libsinglebin_mkfifo_a-selinux.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_mkfifo (int, char **);  int single_binary_main_mkfifo" -D usage=_usage_mkfifo -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mkfifo_a-selinux.o -x c src/selinux.c
2025-08-20T19:11:33.6856008Z [00:03:52.405]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.6880409Z [00:03:52.409]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.6890289Z [00:03:52.409]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.6890823Z [00:03:52.409]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.6891162Z [00:03:52.409]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.6891498Z [00:03:52.409]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.6891818Z [00:03:52.409]➜  #include "..." search starts here:
2025-08-20T19:11:33.6892135Z [00:03:52.409]➜  #include <...> search starts here:
2025-08-20T19:11:33.6892399Z [00:03:52.409]➜   .
2025-08-20T19:11:33.6892596Z [00:03:52.409]➜   ./lib
2025-08-20T19:11:33.6892799Z [00:03:52.409]➜   src
2025-08-20T19:11:33.6893055Z [00:03:52.409]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.6893373Z [00:03:52.409]➜   /usr/local/include
2025-08-20T19:11:33.6893661Z [00:03:52.409]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.6893938Z [00:03:52.409]➜   /usr/include
2025-08-20T19:11:33.6894196Z [00:03:52.409]➜  End of search list.
2025-08-20T19:11:33.6977577Z [00:03:52.418]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.6981094Z [00:03:52.418]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.6981468Z [00:03:52.418]➜  Thread model: posix
2025-08-20T19:11:33.6981773Z [00:03:52.418]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.6982212Z [00:03:52.418]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.6985095Z [00:03:52.418]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.6985540Z [00:03:52.418]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.6985831Z [00:03:52.418]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.6986134Z [00:03:52.419]➜   (in-process)
2025-08-20T19:11:33.6989939Z [00:03:52.419]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name selinux.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_mknod_a-selinux.Tpo -MT src/libsinglebin_mknod_a-selinux.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_mknod (inDebian clang version 19.1.7 (3+b2)t,
2025-08-20T19:11:33.6993136Z [00:03:52.419]➜   Target: caarch64-unknown-linux-gnuh
2025-08-20T19:11:33.6993447Z [00:03:52.419]➜  aThread model: rposix 
2025-08-20T19:11:33.6993759Z [00:03:52.419]➜  **)InstalledDir: ;/usr/lib/llvm-19/bin 
2025-08-20T19:11:33.6994223Z [00:03:52.419]➜   int sinFound candidate GCC installation: g/usr/lib/gcc/aarch64-linux-gnu/14l
2025-08-20T19:11:33.6994750Z [00:03:52.419]➜  e_bSelected GCC installation: i/usr/lib/gcc/aarch64-linux-gnu/14n
2025-08-20T19:11:33.6995430Z [00:03:52.419]➜  aCandidate multilib: r.y;_@mm64a
2025-08-20T19:11:33.6995743Z [00:03:52.419]➜  iSelected multilib: n._;m@km64n
2025-08-20T19:11:33.6998729Z [00:03:52.419]➜  od" -D usage=_usage_mknod -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mknod_a-selinux.o -x c src/selinux.c
2025-08-20T19:11:33.7003509Z [00:03:52.419]➜   (in-process)
2025-08-20T19:11:33.7009877Z [00:03:52.420]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mknod.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_mknod_a-mknod.Tpo -MT src/libsinglebin_mknod_a-mknod.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_mknod (int, char **);  int single_binary_main_mknod" -D usage=_usage_mknod -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mknod_a-mknod.o -x c src/mknod.c
2025-08-20T19:11:33.7015631Z [00:03:52.420]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.7016320Z [00:03:52.420]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.7016858Z [00:03:52.420]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.7017196Z [00:03:52.420]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.7017528Z [00:03:52.420]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.7017858Z [00:03:52.420]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.7018177Z [00:03:52.420]➜  #include "..." search starts here:
2025-08-20T19:11:33.7018494Z [00:03:52.420]➜  #include <...> search starts here:
2025-08-20T19:11:33.7018758Z [00:03:52.420]➜   .
2025-08-20T19:11:33.7018952Z [00:03:52.420]➜   ./lib
2025-08-20T19:11:33.7019163Z [00:03:52.420]➜   src
2025-08-20T19:11:33.7019420Z [00:03:52.420]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.7019708Z [00:03:52.420]➜   /usr/local/include
2025-08-20T19:11:33.7019995Z [00:03:52.420]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.7020271Z [00:03:52.420]➜   /usr/include
2025-08-20T19:11:33.7020632Z [00:03:52.420]➜  End of search list.
2025-08-20T19:11:33.7021406Z [00:03:52.420]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.7027631Z [00:03:52.423]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.7036426Z [00:03:52.423]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.7036780Z [00:03:52.423]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.7037109Z [00:03:52.423]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.7037447Z [00:03:52.424]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.7037785Z [00:03:52.424]➜  #include "..." search starts here:
2025-08-20T19:11:33.7038105Z [00:03:52.424]➜  #include <...> search starts here:
2025-08-20T19:11:33.7038367Z [00:03:52.424]➜   .
2025-08-20T19:11:33.7038560Z [00:03:52.424]➜   ./lib
2025-08-20T19:11:33.7038769Z [00:03:52.424]➜   src
2025-08-20T19:11:33.7039025Z [00:03:52.424]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.7039326Z [00:03:52.424]➜   /usr/local/include
2025-08-20T19:11:33.7039610Z [00:03:52.424]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.7039890Z [00:03:52.424]➜   /usr/include
2025-08-20T19:11:33.7040134Z [00:03:52.424]➜  End of search list.
2025-08-20T19:11:33.7163298Z [00:03:52.437]➜    CC       src/libsinglebin_mktemp_a-mktemp.o
2025-08-20T19:11:33.7272357Z [00:03:52.446]➜    CC       src/libsinglebin_mv_a-mv.o
2025-08-20T19:11:33.7358436Z [00:03:52.457]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.7359134Z [00:03:52.457]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.7359638Z [00:03:52.457]➜  Thread model: posix
2025-08-20T19:11:33.7361364Z [00:03:52.457]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.7361836Z [00:03:52.457]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.7362337Z [00:03:52.457]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.7362713Z [00:03:52.457]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.7363029Z [00:03:52.457]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.7384632Z [00:03:52.459]➜   (in-process)
2025-08-20T19:11:33.7442464Z [00:03:52.464]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mktemp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_mktemp_a-mktemp.Tpo -MT src/libsinglebin_mktemp_a-mktemp.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_mktemp (int, char **);  int single_binary_main_mktemp" -D usage=_usage_mktemp -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mktemp_a-mktemp.o -x c src/mktemp.c
2025-08-20T19:11:33.7448648Z [00:03:52.465]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.7449650Z [00:03:52.465]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.7450192Z [00:03:52.465]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.7450737Z [00:03:52.465]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.7451110Z [00:03:52.465]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.7451445Z [00:03:52.465]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.7451768Z [00:03:52.465]➜  #include "..." search starts here:
2025-08-20T19:11:33.7452080Z [00:03:52.465]➜  #include <...> search starts here:
2025-08-20T19:11:33.7452356Z [00:03:52.465]➜   .
2025-08-20T19:11:33.7452550Z [00:03:52.465]➜   ./lib
2025-08-20T19:11:33.7452752Z [00:03:52.465]➜   src
2025-08-20T19:11:33.7453011Z [00:03:52.465]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.7453295Z [00:03:52.465]➜   /usr/local/include
2025-08-20T19:11:33.7453575Z [00:03:52.465]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.7453860Z [00:03:52.465]➜   /usr/include
2025-08-20T19:11:33.7454106Z [00:03:52.465]➜  End of search list.
2025-08-20T19:11:33.7595305Z [00:03:52.480]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.7595693Z [00:03:52.480]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.7595996Z [00:03:52.480]➜  Thread model: posix
2025-08-20T19:11:33.7596293Z [00:03:52.480]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.7596724Z [00:03:52.480]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.7597214Z [00:03:52.480]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.7597622Z [00:03:52.480]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.7597908Z [00:03:52.480]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.7626798Z [00:03:52.484]➜   (in-process)
2025-08-20T19:11:33.7634066Z [00:03:52.484]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mv.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_mv_a-mv.Tpo -MT src/libsinglebin_mv_a-mv.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_mv (int, char **);  int single_binary_main_mv" -D usage=_usage_mv -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mv_a-mv.o -x c src/mv.c
2025-08-20T19:11:33.7640109Z [00:03:52.484]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.7641231Z [00:03:52.485]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.7642281Z [00:03:52.485]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.7642672Z [00:03:52.485]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.7643010Z [00:03:52.485]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.7643803Z [00:03:52.485]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.7644133Z [00:03:52.485]➜  #include "..." search starts here:
2025-08-20T19:11:33.7644452Z [00:03:52.485]➜  #include <...> search starts here:
2025-08-20T19:11:33.7644714Z [00:03:52.485]➜   .
2025-08-20T19:11:33.7644909Z [00:03:52.485]➜   ./lib
2025-08-20T19:11:33.7645111Z [00:03:52.485]➜   src
2025-08-20T19:11:33.7645368Z [00:03:52.485]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.7645660Z [00:03:52.485]➜   /usr/local/include
2025-08-20T19:11:33.7645943Z [00:03:52.485]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.7646233Z [00:03:52.485]➜   /usr/include
2025-08-20T19:11:33.7646471Z [00:03:52.485]➜  End of search list.
2025-08-20T19:11:33.7790684Z [00:03:52.500]➜    CC       src/libsinglebin_mv_a-remove.o
2025-08-20T19:11:33.8001000Z [00:03:52.521]➜    CC       src/libsinglebin_mv_a-copy.o
2025-08-20T19:11:33.8038351Z [00:03:52.525]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.8038797Z [00:03:52.525]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.8039115Z [00:03:52.525]➜  Thread model: posix
2025-08-20T19:11:33.8039419Z [00:03:52.525]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.8040093Z [00:03:52.525]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.8040944Z [00:03:52.525]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.8041455Z [00:03:52.525]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.8041855Z [00:03:52.525]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.8067206Z [00:03:52.526]➜   (in-process)
2025-08-20T19:11:33.8074105Z [00:03:52.526]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name remove.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_mv_a-remove.Tpo -MT src/libsinglebin_mv_a-remove.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_mv (int, char **);  int single_binary_main_mv" -D usage=_usage_mv -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mv_a-remove.o -x c src/remove.c
2025-08-20T19:11:33.8089584Z [00:03:52.530]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.8099423Z [00:03:52.530]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.8100072Z [00:03:52.530]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.8100422Z [00:03:52.530]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.8100921Z [00:03:52.530]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.8101262Z [00:03:52.530]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.8101583Z [00:03:52.530]➜  #include "..." search starts here:
2025-08-20T19:11:33.8102333Z [00:03:52.530]➜  #include <...> search starts here:
2025-08-20T19:11:33.8102596Z [00:03:52.530]➜   .
2025-08-20T19:11:33.8102796Z [00:03:52.530]➜   ./lib
2025-08-20T19:11:33.8102999Z [00:03:52.530]➜   src
2025-08-20T19:11:33.8103254Z [00:03:52.530]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.8103550Z [00:03:52.530]➜   /usr/local/include
2025-08-20T19:11:33.8103833Z [00:03:52.530]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.8104111Z [00:03:52.530]➜   /usr/include
2025-08-20T19:11:33.8104351Z [00:03:52.530]➜  End of search list.
2025-08-20T19:11:33.8236936Z [00:03:52.544]➜    CC       src/libsinglebin_mv_a-cp-hash.o
2025-08-20T19:11:33.8265229Z [00:03:52.547]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.8265666Z [00:03:52.547]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.8291983Z [00:03:52.547]➜  Thread model: posix
2025-08-20T19:11:33.8292843Z [00:03:52.547]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.8293395Z [00:03:52.547]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.8293899Z [00:03:52.547]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.8294277Z [00:03:52.547]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.8294560Z [00:03:52.547]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.8300999Z [00:03:52.551]➜   (in-process)
2025-08-20T19:11:33.8308056Z [00:03:52.551]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name copy.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_mv_a-copy.Tpo -MT src/libsinglebin_mv_a-copy.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_mv (int, char **);  int single_binary_main_mv" -D usage=_usage_mv -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mv_a-copy.o -x c src/copy.c
2025-08-20T19:11:33.8317031Z [00:03:52.552]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.8340803Z [00:03:52.555]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.8345993Z [00:03:52.555]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.8346359Z [00:03:52.555]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.8346695Z [00:03:52.555]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.8347057Z [00:03:52.555]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.8347384Z [00:03:52.555]➜  #include "..." search starts here:
2025-08-20T19:11:33.8347697Z [00:03:52.555]➜  #include <...> search starts here:
2025-08-20T19:11:33.8347962Z [00:03:52.555]➜   .
2025-08-20T19:11:33.8348159Z [00:03:52.555]➜   ./lib
2025-08-20T19:11:33.8348362Z [00:03:52.555]➜   src
2025-08-20T19:11:33.8349193Z [00:03:52.555]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.8349490Z [00:03:52.555]➜   /usr/local/include
2025-08-20T19:11:33.8349772Z [00:03:52.555]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.8350063Z [00:03:52.555]➜   /usr/include
2025-08-20T19:11:33.8350301Z [00:03:52.555]➜  End of search list.
2025-08-20T19:11:33.8427473Z [00:03:52.564]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.8428465Z [00:03:52.564]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.8429255Z [00:03:52.564]➜  Thread model: posix
2025-08-20T19:11:33.8430116Z [00:03:52.564]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.8430775Z [00:03:52.564]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.8431326Z [00:03:52.564]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.8431701Z [00:03:52.564]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.8431988Z [00:03:52.564]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.8438635Z [00:03:52.565]➜   (in-process)
2025-08-20T19:11:33.8445750Z [00:03:52.565]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name cp-hash.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_mv_a-cp-hash.Tpo -MT src/libsinglebin_mv_a-cp-hash.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_mv (int, char **);  int single_binary_main_mv" -D usage=_usage_mv -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mv_a-cp-hash.o -x c src/cp-hash.c
2025-08-20T19:11:33.8462016Z [00:03:52.567]➜    CC       src/libsinglebin_mv_a-force-link.o
2025-08-20T19:11:33.8471735Z [00:03:52.568]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.8496403Z [00:03:52.570]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.8500597Z [00:03:52.570]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.8501017Z [00:03:52.570]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.8501363Z [00:03:52.570]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.8501696Z [00:03:52.570]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.8502015Z [00:03:52.570]➜  #include "..." search starts here:
2025-08-20T19:11:33.8502334Z [00:03:52.570]➜  #include <...> search starts here:
2025-08-20T19:11:33.8502622Z [00:03:52.570]➜   .
2025-08-20T19:11:33.8502822Z [00:03:52.570]➜   ./lib
2025-08-20T19:11:33.8503025Z [00:03:52.570]➜   src
2025-08-20T19:11:33.8503285Z [00:03:52.570]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.8503576Z [00:03:52.570]➜   /usr/local/include
2025-08-20T19:11:33.8503862Z [00:03:52.570]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.8504137Z [00:03:52.570]➜   /usr/include
2025-08-20T19:11:33.8504937Z [00:03:52.570]➜  End of search list.
2025-08-20T19:11:33.8613157Z [00:03:52.582]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.8616097Z [00:03:52.582]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.8616423Z [00:03:52.583]➜  Thread model: posix
2025-08-20T19:11:33.8617484Z [00:03:52.583]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.8624622Z [00:03:52.583]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.8625864Z [00:03:52.584]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.8631087Z [00:03:52.584]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.8631394Z [00:03:52.584]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.8661721Z [00:03:52.585]➜   (in-process)
2025-08-20T19:11:33.8681183Z [00:03:52.588]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name force-link.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_mv_a-force-link.Tpo -MT src/libsinglebin_mv_a-force-link.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_mv (int, char **);  int single_binary_main_mv" -D usage=_usage_mv -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mv_a-force-link.o -x c src/force-link.c
2025-08-20T19:11:33.8687781Z [00:03:52.588]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.8689038Z [00:03:52.588]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.8689634Z [00:03:52.588]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.8689989Z [00:03:52.588]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.8690328Z [00:03:52.588]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.8690897Z [00:03:52.588]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.8691223Z [00:03:52.588]➜  #include "..." search starts here:
2025-08-20T19:11:33.8691539Z [00:03:52.588]➜  #include <...> search starts here:
2025-08-20T19:11:33.8691802Z [00:03:52.588]➜   .
2025-08-20T19:11:33.8691996Z [00:03:52.588]➜   ./lib
2025-08-20T19:11:33.8692198Z [00:03:52.589]➜   src
2025-08-20T19:11:33.8692453Z [00:03:52.589]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.8692739Z [00:03:52.589]➜   /usr/local/include
2025-08-20T19:11:33.8693036Z [00:03:52.589]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.8693311Z [00:03:52.589]➜   /usr/include
2025-08-20T19:11:33.8693548Z [00:03:52.589]➜  End of search list.
2025-08-20T19:11:33.8761258Z [00:03:52.597]➜    CC       src/libsinglebin_mv_a-selinux.o
2025-08-20T19:11:33.8904911Z [00:03:52.611]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.8905309Z [00:03:52.611]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.8906134Z [00:03:52.611]➜  Thread model: posix
2025-08-20T19:11:33.8906432Z [00:03:52.611]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.8906869Z [00:03:52.611]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.8907367Z [00:03:52.611]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.8907739Z [00:03:52.611]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.8908024Z [00:03:52.611]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.8914893Z [00:03:52.612]➜   (in-process)
2025-08-20T19:11:33.8921862Z [00:03:52.612]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name selinux.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_mv_a-selinux.Tpo -MT src/libsinglebin_mv_a-selinux.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_mv (int, char **);  int single_binary_main_mv" -D usage=_usage_mv -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mv_a-selinux.o -x c src/selinux.c
2025-08-20T19:11:33.8927542Z [00:03:52.613]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.8934180Z [00:03:52.614]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.8934760Z [00:03:52.614]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.8935476Z [00:03:52.614]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.8935881Z [00:03:52.614]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.8936216Z [00:03:52.614]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.8936542Z [00:03:52.614]➜  #include "..." search starts here:
2025-08-20T19:11:33.8936858Z [00:03:52.614]➜  #include <...> search starts here:
2025-08-20T19:11:33.8937133Z [00:03:52.614]➜   .
2025-08-20T19:11:33.8937328Z [00:03:52.614]➜   ./lib
2025-08-20T19:11:33.8937528Z [00:03:52.614]➜   src
2025-08-20T19:11:33.8937784Z [00:03:52.614]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.8938074Z [00:03:52.614]➜   /usr/local/include
2025-08-20T19:11:33.8938354Z [00:03:52.614]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.8938626Z [00:03:52.614]➜   /usr/include
2025-08-20T19:11:33.8938864Z [00:03:52.614]➜  End of search list.
2025-08-20T19:11:33.9354807Z [00:03:52.656]➜    CC       src/libsinglebin_nl_a-nl.o
2025-08-20T19:11:33.9436514Z [00:03:52.665]➜    CC       src/libsinglebin_nproc_a-nproc.o
2025-08-20T19:11:33.9584139Z [00:03:52.679]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.9585004Z [00:03:52.680]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.9587668Z [00:03:52.680]➜  Thread model: posix
2025-08-20T19:11:33.9589826Z [00:03:52.680]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.9591558Z [00:03:52.680]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.9592460Z [00:03:52.680]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.9594998Z [00:03:52.680]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.9595610Z [00:03:52.680]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.9597274Z [00:03:52.681]➜   (in-process)
2025-08-20T19:11:33.9641446Z [00:03:52.684]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name nproc.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_nproc_a-nproc.Tpo -MT src/libsinglebin_nproc_a-nproc.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_nproc (int, char **);  int single_binary_main_nproc" -D usage=_usage_nproc -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_nproc_a-nproc.o -x c src/nproc.c
2025-08-20T19:11:33.9647587Z [00:03:52.684]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.9648548Z [00:03:52.684]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.9649301Z [00:03:52.684]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.9649791Z [00:03:52.684]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.9650819Z [00:03:52.684]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.9651429Z [00:03:52.684]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.9651906Z [00:03:52.684]➜  #include "..." search starts here:
2025-08-20T19:11:33.9652386Z [00:03:52.684]➜  #include <...> search starts here:
2025-08-20T19:11:33.9652772Z [00:03:52.684]➜   .
2025-08-20T19:11:33.9653121Z [00:03:52.684]➜   ./lib
2025-08-20T19:11:33.9653473Z [00:03:52.684]➜   src
2025-08-20T19:11:33.9653859Z [00:03:52.684]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.9654425Z [00:03:52.684]➜   /usr/local/include
2025-08-20T19:11:33.9654974Z [00:03:52.685]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.9655490Z [00:03:52.685]➜   /usr/include
2025-08-20T19:11:33.9655838Z [00:03:52.685]➜  End of search list.
2025-08-20T19:11:33.9665082Z [00:03:52.688]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:33.9682254Z [00:03:52.688]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:33.9682603Z [00:03:52.688]➜  Thread model: posix
2025-08-20T19:11:33.9682931Z [00:03:52.688]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:33.9683368Z [00:03:52.688]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.9683860Z [00:03:52.688]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:33.9684235Z [00:03:52.688]➜  Candidate multilib: .;@m64
2025-08-20T19:11:33.9684524Z [00:03:52.688]➜  Selected multilib: .;@m64
2025-08-20T19:11:33.9685232Z [00:03:52.688]➜   (in-process)
2025-08-20T19:11:33.9691476Z [00:03:52.688]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name nl.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_nl_a-nl.Tpo -MT src/libsinglebin_nl_a-nl.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_nl (int, char **);  int single_binary_main_nl" -D usage=_usage_nl -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_nl_a-nl.o -x c src/nl.c
2025-08-20T19:11:33.9696985Z [00:03:52.689]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:33.9724110Z [00:03:52.692]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:33.9743754Z [00:03:52.692]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:33.9744121Z [00:03:52.692]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:33.9744455Z [00:03:52.692]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:33.9744791Z [00:03:52.692]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:33.9745116Z [00:03:52.692]➜  #include "..." search starts here:
2025-08-20T19:11:33.9745431Z [00:03:52.692]➜  #include <...> search starts here:
2025-08-20T19:11:33.9745693Z [00:03:52.692]➜   .
2025-08-20T19:11:33.9745886Z [00:03:52.692]➜   ./lib
2025-08-20T19:11:33.9746538Z [00:03:52.692]➜   src
2025-08-20T19:11:33.9746873Z [00:03:52.692]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:33.9747168Z [00:03:52.692]➜   /usr/local/include
2025-08-20T19:11:33.9747454Z [00:03:52.692]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:33.9747731Z [00:03:52.692]➜   /usr/include
2025-08-20T19:11:33.9747974Z [00:03:52.692]➜  End of search list.
2025-08-20T19:11:33.9912503Z [00:03:52.712]➜    CC       src/libsinglebin_nohup_a-nohup.o
2025-08-20T19:11:34.0011810Z [00:03:52.722]➜    CC       src/libsinglebin_numfmt_a-numfmt.o
2025-08-20T19:11:34.0148564Z [00:03:52.736]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.0149575Z [00:03:52.736]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.0150988Z [00:03:52.736]➜  Thread model: posix
2025-08-20T19:11:34.0151674Z [00:03:52.736]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.0152671Z [00:03:52.736]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.0153221Z [00:03:52.736]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.0153613Z [00:03:52.736]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.0153899Z [00:03:52.736]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.0154184Z [00:03:52.736]➜   (in-process)
2025-08-20T19:11:34.0189644Z [00:03:52.736]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name numfmt.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_numfmt_a-numfmt.Tpo -MT src/libsinglebin_numfmt_a-numfmt.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_numfmt (int, char **);  int single_binary_main_numfmt" -D usage=_usage_numfmt -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_numfmt_a-numfmt.o -x c src/numfmt.c
2025-08-20T19:11:34.0196324Z [00:03:52.737]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.0197026Z [00:03:52.737]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.0197567Z [00:03:52.737]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.0197917Z [00:03:52.737]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.0198249Z [00:03:52.737]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.0198577Z [00:03:52.737]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.0198899Z [00:03:52.737]➜  #include "..." search starts here:
2025-08-20T19:11:34.0199213Z [00:03:52.737]➜  #include <...> search starts here:
2025-08-20T19:11:34.0199479Z [00:03:52.737]➜   .
2025-08-20T19:11:34.0199672Z [00:03:52.737]➜   ./lib
2025-08-20T19:11:34.0199872Z [00:03:52.737]➜   src
2025-08-20T19:11:34.0200126Z [00:03:52.737]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.0200931Z [00:03:52.737]➜   /usr/local/include
2025-08-20T19:11:34.0201332Z [00:03:52.737]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.0201615Z [00:03:52.737]➜   /usr/include
2025-08-20T19:11:34.0201852Z [00:03:52.737]➜  End of search list.
2025-08-20T19:11:34.0246847Z [00:03:52.745]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.0249546Z [00:03:52.746]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.0249933Z [00:03:52.746]➜  Thread model: posix
2025-08-20T19:11:34.0252201Z [00:03:52.746]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.0254187Z [00:03:52.746]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.0255903Z [00:03:52.747]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.0284529Z [00:03:52.749]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.0285244Z [00:03:52.749]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.0285634Z [00:03:52.749]➜   (in-process)
2025-08-20T19:11:34.0292814Z [00:03:52.749]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name nohup.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_nohup_a-nohup.Tpo -MT src/libsinglebin_nohup_a-nohup.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_nohup (int, char **);  int single_binary_main_nohup" -D usage=_usage_nohup -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_nohup_a-nohup.o -x c src/nohup.c
2025-08-20T19:11:34.0298943Z [00:03:52.750]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.0299632Z [00:03:52.750]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.0300180Z [00:03:52.750]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.0300661Z [00:03:52.750]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.0301060Z [00:03:52.750]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.0301391Z [00:03:52.750]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.0301710Z [00:03:52.750]➜  #include "..." search starts here:
2025-08-20T19:11:34.0302037Z [00:03:52.750]➜  #include <...> search starts here:
2025-08-20T19:11:34.0302298Z [00:03:52.750]➜   .
2025-08-20T19:11:34.0302495Z [00:03:52.750]➜   ./lib
2025-08-20T19:11:34.0302700Z [00:03:52.750]➜   src
2025-08-20T19:11:34.0302958Z [00:03:52.750]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.0303246Z [00:03:52.750]➜   /usr/local/include
2025-08-20T19:11:34.0303527Z [00:03:52.750]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.0303808Z [00:03:52.750]➜   /usr/include
2025-08-20T19:11:34.0304051Z [00:03:52.750]➜  End of search list.
2025-08-20T19:11:34.0854748Z [00:03:52.806]➜    CC       src/libsinglebin_numfmt_a-set-fields.o
2025-08-20T19:11:34.0940340Z [00:03:52.815]➜    CC       src/libsinglebin_od_a-od.o
2025-08-20T19:11:34.1062293Z [00:03:52.827]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.1063272Z [00:03:52.827]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.1063661Z [00:03:52.827]➜  Thread model: posix
2025-08-20T19:11:34.1063966Z [00:03:52.827]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.1064437Z [00:03:52.827]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.1064933Z [00:03:52.827]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.1065307Z [00:03:52.827]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.1065594Z [00:03:52.827]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.1097390Z [00:03:52.831]➜   (in-process)
2025-08-20T19:11:34.1107595Z [00:03:52.831]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name set-fields.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_numfmt_a-set-fields.Tpo -MT src/libsinglebin_numfmt_a-set-fields.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_numfmt (int, char **);  int single_binary_main_numfmt" -D usage=_usage_numfmt -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_numfmt_a-set-fields.o -x c src/set-fields.c
2025-08-20T19:11:34.1114090Z [00:03:52.831]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.1138938Z [00:03:52.835]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.1139565Z [00:03:52.835]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.1139921Z [00:03:52.835]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.1140283Z [00:03:52.835]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.1140803Z [00:03:52.835]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.1141138Z [00:03:52.835]➜  #include "..." search starts here:
2025-08-20T19:11:34.1141455Z [00:03:52.835]➜  #include <...> search starts here:
2025-08-20T19:11:34.1141719Z [00:03:52.835]➜   .
2025-08-20T19:11:34.1141937Z [00:03:52.835]➜   ./lib
2025-08-20T19:11:34.1142135Z [00:03:52.835]➜   src
2025-08-20T19:11:34.1142388Z [00:03:52.835]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.1142682Z [00:03:52.835]➜   /usr/local/include
2025-08-20T19:11:34.1142964Z [00:03:52.835]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.1143243Z [00:03:52.835]➜   /usr/include
2025-08-20T19:11:34.1143482Z [00:03:52.835]➜  End of search list.
2025-08-20T19:11:34.1275275Z [00:03:52.848]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.1275714Z [00:03:52.848]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.1276454Z [00:03:52.848]➜  Thread model: posix
2025-08-20T19:11:34.1276829Z [00:03:52.848]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.1277267Z [00:03:52.848]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.1277761Z [00:03:52.848]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.1278130Z [00:03:52.848]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.1278439Z [00:03:52.848]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.1309048Z [00:03:52.851]➜   (in-process)
2025-08-20T19:11:34.1315434Z [00:03:52.852]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name od.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_od_a-od.Tpo -MT src/libsinglebin_od_a-od.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_od (int, char **);  int single_binary_main_od" -D usage=_usage_od -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_od_a-od.o -x c src/od.c
2025-08-20T19:11:34.1321468Z [00:03:52.852]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.1322159Z [00:03:52.853]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.1322714Z [00:03:52.853]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.1323053Z [00:03:52.853]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.1323379Z [00:03:52.853]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.1323706Z [00:03:52.853]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.1324030Z [00:03:52.853]➜  #include "..." search starts here:
2025-08-20T19:11:34.1324344Z [00:03:52.853]➜  #include <...> search starts here:
2025-08-20T19:11:34.1324613Z [00:03:52.853]➜   .
2025-08-20T19:11:34.1324812Z [00:03:52.853]➜   ./lib
2025-08-20T19:11:34.1325014Z [00:03:52.853]➜   src
2025-08-20T19:11:34.1325268Z [00:03:52.853]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.1325556Z [00:03:52.853]➜   /usr/local/include
2025-08-20T19:11:34.1325836Z [00:03:52.853]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.1326111Z [00:03:52.853]➜   /usr/include
2025-08-20T19:11:34.1326366Z [00:03:52.853]➜  End of search list.
2025-08-20T19:11:34.1374596Z [00:03:52.858]➜    CC       src/libsinglebin_paste_a-paste.o
2025-08-20T19:11:34.1406365Z [00:03:52.861]➜    CC       src/libsinglebin_pathchk_a-pathchk.o
2025-08-20T19:11:34.1694262Z [00:03:52.890]➜  Debian clang version 19.1.7 (3+b2)Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.1694974Z [00:03:52.890]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.1696976Z [00:03:52.890]➜  Thread model: posix
2025-08-20T19:11:34.1698309Z [00:03:52.890]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.1700870Z [00:03:52.890]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.1702118Z [00:03:52.890]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.1702550Z [00:03:52.890]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.1702976Z [00:03:52.890]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.1703310Z [00:03:52.891]➜   (in-process)
2025-08-20T19:11:34.1719009Z [00:03:52.892]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name paste.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_paste_a-paste.Tpo -MT src/libsinglebin_paste_a-paste.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_paste (int, char **);  int single_binary_main_paste" -D usage=_usage_paste -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_paste_a-paste.o -x c src/paste.c
2025-08-20T19:11:34.1724591Z [00:03:52.892]➜  
2025-08-20T19:11:34.1724848Z [00:03:52.892]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.1725146Z [00:03:52.892]➜  Thread model: posix
2025-08-20T19:11:34.1725444Z [00:03:52.892]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.1725881Z [00:03:52.892]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.1726367Z [00:03:52.892]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.1726739Z [00:03:52.892]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.1727026Z [00:03:52.892]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.1727287Z [00:03:52.893]➜   (in-process)
2025-08-20T19:11:34.1747068Z [00:03:52.895]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.1750128Z [00:03:52.895]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.1751048Z [00:03:52.895]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.1751563Z [00:03:52.895]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.1751901Z [00:03:52.895]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.1752422Z [00:03:52.895]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.1752886Z [00:03:52.895]➜  #include "..." search starts here:
2025-08-20T19:11:34.1753235Z [00:03:52.895]➜  #include <...> search starts here:
2025-08-20T19:11:34.1753495Z [00:03:52.895]➜   .
2025-08-20T19:11:34.1753902Z [00:03:52.895]➜   ./lib
2025-08-20T19:11:34.1754109Z [00:03:52.895]➜   src
2025-08-20T19:11:34.1754497Z [00:03:52.895]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.1754825Z [00:03:52.895]➜   /usr/local/include
2025-08-20T19:11:34.1755242Z [00:03:52.895]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.1755591Z [00:03:52.895]➜   /usr/include
2025-08-20T19:11:34.1755946Z [00:03:52.895]➜  End of search list.
2025-08-20T19:11:34.1801403Z [00:03:52.900]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name pathchk.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_pathchk_a-pathchk.Tpo -MT src/libsinglebin_pathchk_a-pathchk.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_pathchk (int, char **);  int single_binary_main_pathchk" -D usage=_usage_pathchk -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_pathchk_a-pathchk.o -x c src/pathchk.c
2025-08-20T19:11:34.1807636Z [00:03:52.900]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.1808334Z [00:03:52.901]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.1808871Z [00:03:52.901]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.1809212Z [00:03:52.901]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.1809539Z [00:03:52.901]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.1809871Z [00:03:52.901]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.1810203Z [00:03:52.901]➜  #include "..." search starts here:
2025-08-20T19:11:34.1810698Z [00:03:52.901]➜  #include <...> search starts here:
2025-08-20T19:11:34.1811016Z [00:03:52.901]➜   .
2025-08-20T19:11:34.1811216Z [00:03:52.901]➜   ./lib
2025-08-20T19:11:34.1811415Z [00:03:52.901]➜   src
2025-08-20T19:11:34.1811669Z [00:03:52.901]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.1811959Z [00:03:52.901]➜   /usr/local/include
2025-08-20T19:11:34.1812240Z [00:03:52.901]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.1812516Z [00:03:52.901]➜   /usr/include
2025-08-20T19:11:34.1813014Z [00:03:52.901]➜  End of search list.
2025-08-20T19:11:34.2091398Z [00:03:52.930]➜    CC       src/libsinglebin_pr_a-pr.o
2025-08-20T19:11:34.2246575Z [00:03:52.945]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.2246999Z [00:03:52.945]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.2247307Z [00:03:52.945]➜  Thread model: posix
2025-08-20T19:11:34.2247611Z [00:03:52.945]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.2248091Z [00:03:52.945]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.2248587Z [00:03:52.945]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.2249005Z [00:03:52.945]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.2249293Z [00:03:52.945]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.2249561Z [00:03:52.945]➜   (in-process)
2025-08-20T19:11:34.2281386Z [00:03:52.945]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name pr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_pr_a-pr.Tpo -MT src/libsinglebin_pr_a-pr.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_pr (int, char **);  int single_binary_main_pr" -D usage=_usage_pr -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_pr_a-pr.o -x c src/pr.c
2025-08-20T19:11:34.2287933Z [00:03:52.946]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.2288634Z [00:03:52.947]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.2289171Z [00:03:52.947]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.2289512Z [00:03:52.947]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.2289837Z [00:03:52.947]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.2290178Z [00:03:52.947]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.2290655Z [00:03:52.947]➜  #include "..." search starts here:
2025-08-20T19:11:34.2291029Z [00:03:52.947]➜  #include <...> search starts here:
2025-08-20T19:11:34.2291291Z [00:03:52.947]➜   .
2025-08-20T19:11:34.2291485Z [00:03:52.947]➜   ./lib
2025-08-20T19:11:34.2291701Z [00:03:52.947]➜   src
2025-08-20T19:11:34.2291958Z [00:03:52.947]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.2292247Z [00:03:52.947]➜   /usr/local/include
2025-08-20T19:11:34.2292526Z [00:03:52.947]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.2292802Z [00:03:52.947]➜   /usr/include
2025-08-20T19:11:34.2293040Z [00:03:52.947]➜  End of search list.
2025-08-20T19:11:34.2310061Z [00:03:52.952]➜    CC       src/libsinglebin_printenv_a-printenv.o
2025-08-20T19:11:34.2455499Z [00:03:52.966]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.2455959Z [00:03:52.966]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.2456690Z [00:03:52.966]➜  Thread model: posix
2025-08-20T19:11:34.2457077Z [00:03:52.966]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.2457515Z [00:03:52.966]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.2458010Z [00:03:52.966]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.2458409Z [00:03:52.966]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.2458701Z [00:03:52.966]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.2458974Z [00:03:52.967]➜   (in-process)
2025-08-20T19:11:34.2465718Z [00:03:52.967]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name printenv.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_printenv_a-printenv.Tpo -MT src/libsinglebin_printenv_a-printenv.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_printenv (int, char **);  int single_binary_main_printenv" -D usage=_usage_printenv -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_printenv_a-printenv.o -x c src/printenv.c
2025-08-20T19:11:34.2471867Z [00:03:52.968]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.2472566Z [00:03:52.968]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.2473100Z [00:03:52.968]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.2473442Z [00:03:52.968]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.2473773Z [00:03:52.968]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.2474102Z [00:03:52.968]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.2474426Z [00:03:52.968]➜  #include "..." search starts here:
2025-08-20T19:11:34.2474752Z [00:03:52.968]➜  #include <...> search starts here:
2025-08-20T19:11:34.2475019Z [00:03:52.968]➜   .
2025-08-20T19:11:34.2475213Z [00:03:52.968]➜   ./lib
2025-08-20T19:11:34.2475414Z [00:03:52.968]➜   src
2025-08-20T19:11:34.2475667Z [00:03:52.968]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.2475960Z [00:03:52.968]➜   /usr/local/include
2025-08-20T19:11:34.2476252Z [00:03:52.968]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.2476530Z [00:03:52.968]➜   /usr/include
2025-08-20T19:11:34.2476774Z [00:03:52.968]➜  End of search list.
2025-08-20T19:11:34.3273265Z [00:03:53.048]➜    CC       src/libsinglebin_printf_a-printf.o
2025-08-20T19:11:34.3422276Z [00:03:53.063]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.3422773Z [00:03:53.063]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.3423453Z [00:03:53.063]➜  Thread model: posix
2025-08-20T19:11:34.3423941Z [00:03:53.063]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.3425085Z [00:03:53.063]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.3425776Z [00:03:53.063]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.3426232Z [00:03:53.063]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.3426814Z [00:03:53.063]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.3427178Z [00:03:53.063]➜   (in-process)
2025-08-20T19:11:34.3433599Z [00:03:53.064]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name printf.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_printf_a-printf.Tpo -MT src/libsinglebin_printf_a-printf.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_printf (int, char **);  int single_binary_main_printf" -D usage=_usage_printf -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_printf_a-printf.o -x c src/printf.c
2025-08-20T19:11:34.3441230Z [00:03:53.065]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.3441926Z [00:03:53.065]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.3442460Z [00:03:53.065]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.3442813Z [00:03:53.065]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.3443146Z [00:03:53.065]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.3443482Z [00:03:53.065]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.3443805Z [00:03:53.065]➜  #include "..." search starts here:
2025-08-20T19:11:34.3444122Z [00:03:53.065]➜  #include <...> search starts here:
2025-08-20T19:11:34.3444388Z [00:03:53.065]➜   .
2025-08-20T19:11:34.3444587Z [00:03:53.065]➜   ./lib
2025-08-20T19:11:34.3444789Z [00:03:53.065]➜   src
2025-08-20T19:11:34.3445061Z [00:03:53.065]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.3445354Z [00:03:53.065]➜   /usr/local/include
2025-08-20T19:11:34.3445637Z [00:03:53.065]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.3445909Z [00:03:53.065]➜   /usr/include
2025-08-20T19:11:34.3446148Z [00:03:53.065]➜  End of search list.
2025-08-20T19:11:34.3673019Z [00:03:53.088]➜    CC       src/libsinglebin_ptx_a-ptx.o
2025-08-20T19:11:34.3697943Z [00:03:53.091]➜    CC       src/libsinglebin_pwd_a-pwd.o
2025-08-20T19:11:34.3741761Z [00:03:53.095]➜    CC       src/libsinglebin_readlink_a-readlink.o
2025-08-20T19:11:34.3927962Z [00:03:53.114]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.3928941Z [00:03:53.114]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.3929310Z [00:03:53.114]➜  Thread model: posix
2025-08-20T19:11:34.3929620Z [00:03:53.114]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.3930052Z [00:03:53.114]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.3931332Z [00:03:53.114]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.3931804Z [00:03:53.114]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.3932104Z [00:03:53.114]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.3932373Z [00:03:53.114]➜   (in-process)
2025-08-20T19:11:34.3938740Z [00:03:53.114]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name readlink.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_readlink_a-readlink.Tpo -MT src/libsinglebin_readlink_a-readlink.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_readlink (int, char **);  int single_binary_main_readlink" -D usage=_usage_readlink -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_readlink_a-readlink.o -x c src/readlink.c
2025-08-20T19:11:34.3944878Z [00:03:53.114]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.3945565Z [00:03:53.114]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.3946103Z [00:03:53.114]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.3946450Z [00:03:53.114]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.3946789Z [00:03:53.114]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.3947117Z [00:03:53.114]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.3947442Z [00:03:53.114]➜  #include "..." search starts here:
2025-08-20T19:11:34.3947758Z [00:03:53.114]➜  #include <...> search starts here:
2025-08-20T19:11:34.3948030Z [00:03:53.114]➜   .
2025-08-20T19:11:34.3948230Z [00:03:53.114]➜   ./lib
2025-08-20T19:11:34.3948442Z [00:03:53.114]➜   src
2025-08-20T19:11:34.3948718Z [00:03:53.114]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.3949012Z [00:03:53.114]➜   /usr/local/include
2025-08-20T19:11:34.3949297Z [00:03:53.114]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.3949577Z [00:03:53.114]➜   /usr/include
2025-08-20T19:11:34.3949822Z [00:03:53.114]➜  End of search list.
2025-08-20T19:11:34.3978943Z [00:03:53.119]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.3979969Z [00:03:53.119]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.3980323Z [00:03:53.119]➜  Thread model: posix
2025-08-20T19:11:34.3980748Z [00:03:53.119]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.3981190Z [00:03:53.119]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.3981682Z [00:03:53.119]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.3982057Z [00:03:53.119]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.3982344Z [00:03:53.119]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.3986943Z [00:03:53.120]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.3987390Z [00:03:53.120]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.3987697Z [00:03:53.120]➜  Thread model: posix
2025-08-20T19:11:34.3987997Z [00:03:53.120]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.3988424Z [00:03:53.120]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.3988922Z [00:03:53.120]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.3989296Z [00:03:53.120]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.3989582Z [00:03:53.120]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.3996530Z [00:03:53.121]➜   (in-process)
2025-08-20T19:11:34.4003799Z [00:03:53.121]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name ptx.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_ptx_a-ptx.Tpo -MT src/libsinglebin_ptx_a-ptx.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_ptx (int, char **);  int single_binary_main_ptx" -D usage=_usage_ptx -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_ptx_a-ptx.o -x c src/ptx.c
2025-08-20T19:11:34.4009826Z [00:03:53.121]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.4010654Z [00:03:53.121]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.4011251Z [00:03:53.122]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.4011597Z [00:03:53.122]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.4011929Z [00:03:53.122]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.4012264Z [00:03:53.122]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.4012604Z [00:03:53.122]➜  #include "..." search starts here:
2025-08-20T19:11:34.4012919Z [00:03:53.122]➜  #include <...> search starts here:
2025-08-20T19:11:34.4013185Z [00:03:53.122]➜   .
2025-08-20T19:11:34.4013381Z [00:03:53.122]➜   ./lib
2025-08-20T19:11:34.4013586Z [00:03:53.122]➜   src
2025-08-20T19:11:34.4013844Z [00:03:53.122]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.4014149Z [00:03:53.122]➜   /usr/local/include
2025-08-20T19:11:34.4014433Z [00:03:53.122]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.4014717Z [00:03:53.122]➜   /usr/include
2025-08-20T19:11:34.4014967Z [00:03:53.122]➜  End of search list.
2025-08-20T19:11:34.4015242Z [00:03:53.122]➜   (in-process)
2025-08-20T19:11:34.4045083Z [00:03:53.125]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name pwd.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_pwd_a-pwd.Tpo -MT src/libsinglebin_pwd_a-pwd.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_pwd (int, char **);  int single_binary_main_pwd" -D usage=_usage_pwd -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_pwd_a-pwd.o -x c src/pwd.c
2025-08-20T19:11:34.4061122Z [00:03:53.127]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.4069027Z [00:03:53.128]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.4069650Z [00:03:53.128]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.4070004Z [00:03:53.128]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.4070338Z [00:03:53.128]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.4070835Z [00:03:53.128]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.4071188Z [00:03:53.128]➜  #include "..." search starts here:
2025-08-20T19:11:34.4071509Z [00:03:53.128]➜  #include <...> search starts here:
2025-08-20T19:11:34.4071775Z [00:03:53.128]➜   .
2025-08-20T19:11:34.4071972Z [00:03:53.128]➜   ./lib
2025-08-20T19:11:34.4072174Z [00:03:53.128]➜   src
2025-08-20T19:11:34.4072429Z [00:03:53.128]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.4072719Z [00:03:53.128]➜   /usr/local/include
2025-08-20T19:11:34.4073029Z [00:03:53.128]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.4073318Z [00:03:53.128]➜   /usr/include
2025-08-20T19:11:34.4073560Z [00:03:53.128]➜  End of search list.
2025-08-20T19:11:34.4546416Z [00:03:53.176]➜    CC       src/libsinglebin_realpath_a-realpath.o
2025-08-20T19:11:34.4666497Z [00:03:53.187]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.4667484Z [00:03:53.188]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.4667834Z [00:03:53.188]➜  Thread model: posix
2025-08-20T19:11:34.4668142Z [00:03:53.188]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.4668624Z [00:03:53.188]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.4669131Z [00:03:53.188]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.4669504Z [00:03:53.188]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.4669795Z [00:03:53.188]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.4676499Z [00:03:53.189]➜   (in-process)
2025-08-20T19:11:34.4683681Z [00:03:53.189]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name realpath.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_realpath_a-realpath.Tpo -MT src/libsinglebin_realpath_a-realpath.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_realpath (int, char **);  int single_binary_main_realpath" -D usage=_usage_realpath -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_realpath_a-realpath.o -x c src/realpath.c
2025-08-20T19:11:34.4689554Z [00:03:53.189]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.4690250Z [00:03:53.189]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.4691209Z [00:03:53.189]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.4691584Z [00:03:53.189]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.4691918Z [00:03:53.189]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.4692258Z [00:03:53.189]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.4692579Z [00:03:53.189]➜  #include "..." search starts here:
2025-08-20T19:11:34.4692920Z [00:03:53.189]➜  #include <...> search starts here:
2025-08-20T19:11:34.4693184Z [00:03:53.189]➜   .
2025-08-20T19:11:34.4693393Z [00:03:53.189]➜   ./lib
2025-08-20T19:11:34.4693599Z [00:03:53.189]➜   src
2025-08-20T19:11:34.4693854Z [00:03:53.189]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.4694148Z [00:03:53.189]➜   /usr/local/include
2025-08-20T19:11:34.4694430Z [00:03:53.189]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.4694708Z [00:03:53.189]➜   /usr/include
2025-08-20T19:11:34.4694950Z [00:03:53.189]➜  End of search list.
2025-08-20T19:11:34.4812362Z [00:03:53.201]➜    CC       src/libsinglebin_realpath_a-relpath.o
2025-08-20T19:11:34.4933642Z [00:03:53.214]➜    CC       src/libsinglebin_rm_a-rm.o
2025-08-20T19:11:34.4981245Z [00:03:53.219]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.4981648Z [00:03:53.219]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.4981955Z [00:03:53.219]➜  Thread model: posix
2025-08-20T19:11:34.4982254Z [00:03:53.219]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.4982694Z [00:03:53.219]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.4983235Z [00:03:53.219]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.4983610Z [00:03:53.219]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.4983897Z [00:03:53.219]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.4991382Z [00:03:53.220]➜   (in-process)
2025-08-20T19:11:34.4998824Z [00:03:53.220]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name relpath.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_realpath_a-relpath.Tpo -MT src/libsinglebin_realpath_a-relpath.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_realpath (int, char **);  int single_binary_main_realpath" -D usage=_usage_realpath -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_realpath_a-relpath.o -x c src/relpath.c
2025-08-20T19:11:34.5011114Z [00:03:53.222]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.5011855Z [00:03:53.222]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.5012405Z [00:03:53.222]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.5013215Z [00:03:53.222]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.5013548Z [00:03:53.222]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.5013879Z [00:03:53.222]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.5014206Z [00:03:53.222]➜  #include "..." search starts here:
2025-08-20T19:11:34.5014527Z [00:03:53.222]➜  #include <...> search starts here:
2025-08-20T19:11:34.5014794Z [00:03:53.222]➜   .
2025-08-20T19:11:34.5014994Z [00:03:53.222]➜   ./lib
2025-08-20T19:11:34.5015194Z [00:03:53.222]➜   src
2025-08-20T19:11:34.5015464Z [00:03:53.222]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.5015754Z [00:03:53.222]➜   /usr/local/include
2025-08-20T19:11:34.5016035Z [00:03:53.222]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.5016308Z [00:03:53.222]➜   /usr/include
2025-08-20T19:11:34.5016547Z [00:03:53.222]➜  End of search list.
2025-08-20T19:11:34.5273010Z [00:03:53.246]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.5274083Z [00:03:53.246]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.5274436Z [00:03:53.246]➜  Thread model: posix
2025-08-20T19:11:34.5274742Z [00:03:53.246]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.5275181Z [00:03:53.246]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.5275673Z [00:03:53.246]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.5276046Z [00:03:53.246]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.5276330Z [00:03:53.246]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.5283916Z [00:03:53.249]➜   (in-process)
2025-08-20T19:11:34.5290712Z [00:03:53.249]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name rm.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_rm_a-rm.Tpo -MT src/libsinglebin_rm_a-rm.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_rm (int, char **);  int single_binary_main_rm" -D usage=_usage_rm -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_rm_a-rm.o -x c src/rm.c
2025-08-20T19:11:34.5317049Z [00:03:53.253]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.5318923Z [00:03:53.253]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.5320258Z [00:03:53.253]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.5320765Z [00:03:53.253]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.5321101Z [00:03:53.253]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.5321439Z [00:03:53.253]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.5321764Z [00:03:53.253]➜  #include "..." search starts here:
2025-08-20T19:11:34.5322514Z [00:03:53.253]➜  #include <...> search starts here:
2025-08-20T19:11:34.5322784Z [00:03:53.253]➜   .
2025-08-20T19:11:34.5322982Z [00:03:53.253]➜   ./lib
2025-08-20T19:11:34.5323182Z [00:03:53.253]➜   src
2025-08-20T19:11:34.5323444Z [00:03:53.253]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.5323739Z [00:03:53.253]➜   /usr/local/include
2025-08-20T19:11:34.5324019Z [00:03:53.253]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.5324297Z [00:03:53.253]➜   /usr/include
2025-08-20T19:11:34.5324532Z [00:03:53.253]➜  End of search list.
2025-08-20T19:11:34.5433964Z [00:03:53.264]➜    CC       src/libsinglebin_rm_a-remove.o
2025-08-20T19:11:34.5587476Z [00:03:53.280]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.5588467Z [00:03:53.280]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.5589222Z [00:03:53.280]➜  Thread model: posix
2025-08-20T19:11:34.5590071Z [00:03:53.280]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.5590783Z [00:03:53.280]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.5591399Z [00:03:53.280]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.5591781Z [00:03:53.280]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.5592072Z [00:03:53.280]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.5592340Z [00:03:53.280]➜   (in-process)
2025-08-20T19:11:34.5599394Z [00:03:53.280]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name remove.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_rm_a-remove.Tpo -MT src/libsinglebin_rm_a-remove.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_rm (int, char **);  int single_binary_main_rm" -D usage=_usage_rm -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_rm_a-remove.o -x c src/remove.c
2025-08-20T19:11:34.5636137Z [00:03:53.284]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.5636875Z [00:03:53.284]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.5637418Z [00:03:53.284]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.5637766Z [00:03:53.284]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.5638107Z [00:03:53.284]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.5638483Z [00:03:53.284]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.5638805Z [00:03:53.284]➜  #include "..." search starts here:
2025-08-20T19:11:34.5639123Z [00:03:53.284]➜  #include <...> search starts here:
2025-08-20T19:11:34.5639387Z [00:03:53.284]➜   .
2025-08-20T19:11:34.5639585Z [00:03:53.284]➜   ./lib
2025-08-20T19:11:34.5639785Z [00:03:53.284]➜   src
2025-08-20T19:11:34.5640042Z [00:03:53.284]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.5641055Z [00:03:53.284]➜   /usr/local/include
2025-08-20T19:11:34.5641348Z [00:03:53.285]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.5641625Z [00:03:53.285]➜   /usr/include
2025-08-20T19:11:34.5641865Z [00:03:53.285]➜  End of search list.
2025-08-20T19:11:34.5847875Z [00:03:53.306]➜    CC       src/libsinglebin_rmdir_a-rmdir.o
2025-08-20T19:11:34.6098820Z [00:03:53.331]➜    CC       src/libsinglebin_rmdir_a-prog-fprintf.o
2025-08-20T19:11:34.6211673Z [00:03:53.342]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.6212752Z [00:03:53.342]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.6213147Z [00:03:53.342]➜  Thread model: posix
2025-08-20T19:11:34.6213456Z [00:03:53.342]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.6213899Z [00:03:53.342]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.6214403Z [00:03:53.342]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.6214799Z [00:03:53.342]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.6215088Z [00:03:53.342]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.6223398Z [00:03:53.343]➜   (in-process)
2025-08-20T19:11:34.6230175Z [00:03:53.343]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name rmdir.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_rmdir_a-rmdir.Tpo -MT src/libsinglebin_rmdir_a-rmdir.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_rmdir (int, char **);  int single_binary_main_rmdir" -D usage=_usage_rmdir -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_rmdir_a-rmdir.o -x c src/rmdir.c
2025-08-20T19:11:34.6236248Z [00:03:53.344]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.6237078Z [00:03:53.344]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.6237758Z [00:03:53.344]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.6238198Z [00:03:53.344]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.6238618Z [00:03:53.344]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.6239053Z [00:03:53.344]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.6239488Z [00:03:53.345]➜  #include "..." search starts here:
2025-08-20T19:11:34.6239917Z [00:03:53.345]➜  #include <...> search starts here:
2025-08-20T19:11:34.6240301Z [00:03:53.345]➜   .
2025-08-20T19:11:34.6240746Z [00:03:53.345]➜   ./lib
2025-08-20T19:11:34.6241060Z [00:03:53.345]➜   src
2025-08-20T19:11:34.6241406Z [00:03:53.345]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.6241779Z [00:03:53.345]➜   /usr/local/include
2025-08-20T19:11:34.6242159Z [00:03:53.345]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.6242996Z [00:03:53.345]➜   /usr/include
2025-08-20T19:11:34.6243358Z [00:03:53.345]➜  End of search list.
2025-08-20T19:11:34.6300028Z [00:03:53.350]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.6300564Z [00:03:53.350]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.6300965Z [00:03:53.350]➜  Thread model: posix
2025-08-20T19:11:34.6301279Z [00:03:53.350]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.6301713Z [00:03:53.350]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.6302235Z [00:03:53.350]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.6302606Z [00:03:53.350]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.6302893Z [00:03:53.350]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.6315447Z [00:03:53.352]➜   (in-process)
2025-08-20T19:11:34.6322042Z [00:03:53.352]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name prog-fprintf.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_rmdir_a-prog-fprintf.Tpo -MT src/libsinglebin_rmdir_a-prog-fprintf.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_rmdir (int, char **);  int single_binary_main_rmdir" -D usage=_usage_rmdir -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_rmdir_a-prog-fprintf.o -x c src/prog-fprintf.c
2025-08-20T19:11:34.6363883Z [00:03:53.357]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.6364702Z [00:03:53.357]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.6365251Z [00:03:53.357]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.6366977Z [00:03:53.357]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.6368709Z [00:03:53.357]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.6370422Z [00:03:53.357]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.6371821Z [00:03:53.357]➜  #include "..." search starts here:
2025-08-20T19:11:34.6372139Z [00:03:53.357]➜  #include <...> search starts here:
2025-08-20T19:11:34.6372402Z [00:03:53.357]➜   .
2025-08-20T19:11:34.6372598Z [00:03:53.357]➜   ./lib
2025-08-20T19:11:34.6372798Z [00:03:53.357]➜   src
2025-08-20T19:11:34.6373056Z [00:03:53.357]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.6373365Z [00:03:53.357]➜   /usr/local/include
2025-08-20T19:11:34.6373650Z [00:03:53.357]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.6373929Z [00:03:53.357]➜   /usr/include
2025-08-20T19:11:34.6374169Z [00:03:53.357]➜  End of search list.
2025-08-20T19:11:34.6505988Z [00:03:53.371]➜    CC       src/libsinglebin_runcon_a-runcon.o
2025-08-20T19:11:34.6772739Z [00:03:53.398]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.6773707Z [00:03:53.398]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.6774026Z [00:03:53.398]➜  Thread model: posix
2025-08-20T19:11:34.6774327Z [00:03:53.398]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.6774765Z [00:03:53.398]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.6775261Z [00:03:53.398]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.6775629Z [00:03:53.398]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.6775914Z [00:03:53.398]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.6810737Z [00:03:53.402]➜   (in-process)
2025-08-20T19:11:34.6817901Z [00:03:53.402]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name runcon.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_runcon_a-runcon.Tpo -MT src/libsinglebin_runcon_a-runcon.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_runcon (int, char **);  int single_binary_main_runcon" -D usage=_usage_runcon -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_runcon_a-runcon.o -x c src/runcon.c
2025-08-20T19:11:34.6830664Z [00:03:53.404]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.6833661Z [00:03:53.404]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.6834470Z [00:03:53.404]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.6834955Z [00:03:53.404]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.6835331Z [00:03:53.404]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.6835697Z [00:03:53.404]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.6836043Z [00:03:53.404]➜  #include "..." search starts here:
2025-08-20T19:11:34.6836360Z [00:03:53.404]➜  #include <...> search starts here:
2025-08-20T19:11:34.6836620Z [00:03:53.405]➜   .
2025-08-20T19:11:34.6836818Z [00:03:53.405]➜   ./lib
2025-08-20T19:11:34.6837025Z [00:03:53.405]➜   src
2025-08-20T19:11:34.6837282Z [00:03:53.405]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.6837572Z [00:03:53.405]➜   /usr/local/include
2025-08-20T19:11:34.6837860Z [00:03:53.405]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.6838137Z [00:03:53.405]➜   /usr/include
2025-08-20T19:11:34.6838389Z [00:03:53.405]➜  End of search list.
2025-08-20T19:11:34.7116363Z [00:03:53.433]➜    CC       src/libsinglebin_seq_a-seq.o
2025-08-20T19:11:34.7140403Z [00:03:53.435]➜    CC       src/libsinglebin_sha224sum_a-digest.o
2025-08-20T19:11:34.7150525Z [00:03:53.436]➜    CC       src/libsinglebin_sha1sum_a-digest.o
2025-08-20T19:11:34.7270529Z [00:03:53.448]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.7272806Z [00:03:53.448]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.7273193Z [00:03:53.448]➜  Thread model: posix
2025-08-20T19:11:34.7273571Z [00:03:53.448]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.7274011Z [00:03:53.448]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.7274502Z [00:03:53.448]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.7274875Z [00:03:53.448]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.7275159Z [00:03:53.448]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.7275447Z [00:03:53.448]➜   (in-process)
2025-08-20T19:11:34.7290980Z [00:03:53.449]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name seq.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_seq_a-seq.Tpo -MT src/libsinglebin_seq_a-seq.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_seq (int, char **);  int single_binary_main_seq" -D usage=_usage_seq -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_seq_a-seq.o -x c src/seq.c
2025-08-20T19:11:34.7324439Z [00:03:53.451]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.7325168Z [00:03:53.451]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.7326184Z [00:03:53.451]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.7326596Z [00:03:53.451]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.7326953Z [00:03:53.451]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.7327290Z [00:03:53.451]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.7327621Z [00:03:53.452]➜  #include "..." search starts here:
2025-08-20T19:11:34.7327955Z [00:03:53.452]➜  #include <...> search starts here:
2025-08-20T19:11:34.7328217Z [00:03:53.452]➜   .
2025-08-20T19:11:34.7328412Z [00:03:53.452]➜   ./lib
2025-08-20T19:11:34.7328614Z [00:03:53.452]➜   src
2025-08-20T19:11:34.7328868Z [00:03:53.452]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.7329162Z [00:03:53.452]➜   /usr/local/include
2025-08-20T19:11:34.7329447Z [00:03:53.452]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.7329719Z [00:03:53.452]➜   /usr/include
2025-08-20T19:11:34.7329957Z [00:03:53.452]➜  End of search list.
2025-08-20T19:11:34.7433387Z [00:03:53.464]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.7434538Z [00:03:53.464]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.7436414Z [00:03:53.465]➜  Thread model: posix
2025-08-20T19:11:34.7467813Z [00:03:53.467]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.7468314Z [00:03:53.468]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.7469318Z [00:03:53.468]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.7469694Z [00:03:53.468]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.7469983Z [00:03:53.468]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.7470250Z [00:03:53.468]➜   (in-process)
2025-08-20T19:11:34.7476851Z [00:03:53.468]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name digest.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_sha1sum_a-digest.Tpo -MT src/libsinglebin_sha1sum_a-digest.o -sys-header-deps -MP -I . -I ./lib -D HASH_ALGO_SHA1=1 -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_sha1sum (int, char **);  int single_binary_main_sha1sum" -D usage=_usage_sha1sum -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_sha1sum_a-digest.o -x c src/digest.c
2025-08-20T19:11:34.7482732Z [00:03:53.468]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.7483419Z [00:03:53.468]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.7483952Z [00:03:53.468]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.7484290Z [00:03:53.468]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.7484619Z [00:03:53.468]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.7485253Z [00:03:53.468]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.7485652Z [00:03:53.468]➜  #include "..." search starts here:
2025-08-20T19:11:34.7485969Z [00:03:53.468]➜  #include <...> search starts here:
2025-08-20T19:11:34.7486232Z [00:03:53.468]➜   .
2025-08-20T19:11:34.7486430Z [00:03:53.468]➜   ./lib
2025-08-20T19:11:34.7486633Z [00:03:53.468]➜   src
2025-08-20T19:11:34.7486885Z [00:03:53.468]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.7487189Z [00:03:53.468]➜   /usr/local/include
2025-08-20T19:11:34.7487470Z [00:03:53.468]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.7487748Z [00:03:53.468]➜   /usr/include
2025-08-20T19:11:34.7487989Z [00:03:53.468]➜  End of search list.
2025-08-20T19:11:34.7488277Z [00:03:53.468]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.7488597Z [00:03:53.468]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.7488888Z [00:03:53.468]➜  Thread model: posix
2025-08-20T19:11:34.7489187Z [00:03:53.468]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.7489619Z [00:03:53.468]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.7490104Z [00:03:53.468]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.7497696Z [00:03:53.468]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.7498294Z [00:03:53.468]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.7498571Z [00:03:53.468]➜   (in-process)
2025-08-20T19:11:34.7505482Z [00:03:53.468]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name digest.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_sha224sum_a-digest.Tpo -MT src/libsinglebin_sha224sum_a-digest.o -sys-header-deps -MP -I . -I ./lib -D HASH_ALGO_SHA224=1 -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_sha224sum (int, char **);  int single_binary_main_sha224sum" -D usage=_usage_sha224sum -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_sha224sum_a-digest.o -x c src/digest.c
2025-08-20T19:11:34.7511327Z [00:03:53.468]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.7512056Z [00:03:53.471]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.7512598Z [00:03:53.471]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.7512943Z [00:03:53.471]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.7513274Z [00:03:53.471]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.7513597Z [00:03:53.471]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.7513916Z [00:03:53.471]➜  #include "..." search starts here:
2025-08-20T19:11:34.7514227Z [00:03:53.471]➜  #include <...> search starts here:
2025-08-20T19:11:34.7514490Z [00:03:53.471]➜   .
2025-08-20T19:11:34.7514681Z [00:03:53.471]➜   ./lib
2025-08-20T19:11:34.7515138Z [00:03:53.471]➜   src
2025-08-20T19:11:34.7515464Z [00:03:53.471]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.7515753Z [00:03:53.471]➜   /usr/local/include
2025-08-20T19:11:34.7516037Z [00:03:53.471]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.7516313Z [00:03:53.471]➜   /usr/include
2025-08-20T19:11:34.7516557Z [00:03:53.471]➜  End of search list.
2025-08-20T19:11:34.7533930Z [00:03:53.474]➜    CC       src/libsinglebin_sha256sum_a-digest.o
2025-08-20T19:11:34.7831674Z [00:03:53.504]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.7832102Z [00:03:53.504]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.7832411Z [00:03:53.504]➜  Thread model: posix
2025-08-20T19:11:34.7832711Z [00:03:53.504]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.7833137Z [00:03:53.504]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.7833631Z [00:03:53.504]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.7834042Z [00:03:53.504]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.7834333Z [00:03:53.504]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.7862864Z [00:03:53.507]➜   (in-process)
2025-08-20T19:11:34.7869499Z [00:03:53.507]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name digest.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_sha256sum_a-digest.Tpo -MT src/libsinglebin_sha256sum_a-digest.o -sys-header-deps -MP -I . -I ./lib -D HASH_ALGO_SHA256=1 -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_sha256sum (int, char **);  int single_binary_main_sha256sum" -D usage=_usage_sha256sum -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_sha256sum_a-digest.o -x c src/digest.c
2025-08-20T19:11:34.7888772Z [00:03:53.510]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.7893950Z [00:03:53.510]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.7894578Z [00:03:53.510]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.7894928Z [00:03:53.510]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.7895281Z [00:03:53.510]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.7895619Z [00:03:53.510]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.7895941Z [00:03:53.510]➜  #include "..." search starts here:
2025-08-20T19:11:34.7896259Z [00:03:53.510]➜  #include <...> search starts here:
2025-08-20T19:11:34.7896524Z [00:03:53.510]➜   .
2025-08-20T19:11:34.7896721Z [00:03:53.510]➜   ./lib
2025-08-20T19:11:34.7896923Z [00:03:53.510]➜   src
2025-08-20T19:11:34.7897176Z [00:03:53.510]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.7897872Z [00:03:53.510]➜   /usr/local/include
2025-08-20T19:11:34.7898238Z [00:03:53.510]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.7898517Z [00:03:53.510]➜   /usr/include
2025-08-20T19:11:34.7898757Z [00:03:53.510]➜  End of search list.
2025-08-20T19:11:34.8083938Z [00:03:53.529]➜    CC       src/libsinglebin_sha384sum_a-digest.o
2025-08-20T19:11:34.8375208Z [00:03:53.558]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.8376146Z [00:03:53.558]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.8376458Z [00:03:53.558]➜  Thread model: posix
2025-08-20T19:11:34.8376760Z [00:03:53.558]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.8377196Z [00:03:53.558]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.8377693Z [00:03:53.558]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.8378065Z [00:03:53.558]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.8378354Z [00:03:53.558]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.8409809Z [00:03:53.562]➜   (in-process)
2025-08-20T19:11:34.8416563Z [00:03:53.562]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name digest.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_sha384sum_a-digest.Tpo -MT src/libsinglebin_sha384sum_a-digest.o -sys-header-deps -MP -I . -I ./lib -D HASH_ALGO_SHA384=1 -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_sha384sum (int, char **);  int single_binary_main_sha384sum" -D usage=_usage_sha384sum -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_sha384sum_a-digest.o -x c src/digest.c
2025-08-20T19:11:34.8422660Z [00:03:53.562]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.8423943Z [00:03:53.563]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.8424678Z [00:03:53.563]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.8425116Z [00:03:53.563]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.8425535Z [00:03:53.563]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.8425960Z [00:03:53.563]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.8426389Z [00:03:53.563]➜  #include "..." search starts here:
2025-08-20T19:11:34.8426792Z [00:03:53.563]➜  #include <...> search starts here:
2025-08-20T19:11:34.8427173Z [00:03:53.563]➜   .
2025-08-20T19:11:34.8427468Z [00:03:53.563]➜   ./lib
2025-08-20T19:11:34.8427763Z [00:03:53.563]➜   src
2025-08-20T19:11:34.8428131Z [00:03:53.563]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.8428535Z [00:03:53.563]➜   /usr/local/include
2025-08-20T19:11:34.8428930Z [00:03:53.563]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.8429305Z [00:03:53.563]➜   /usr/include
2025-08-20T19:11:34.8429655Z [00:03:53.563]➜  End of search list.
2025-08-20T19:11:34.8567284Z [00:03:53.577]➜    CC       src/libsinglebin_sha512sum_a-digest.o
2025-08-20T19:11:34.8715102Z [00:03:53.592]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.8715527Z [00:03:53.592]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.8715871Z [00:03:53.592]➜  Thread model: posix
2025-08-20T19:11:34.8716670Z [00:03:53.592]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.8717104Z [00:03:53.592]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.8717594Z [00:03:53.592]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.8717996Z [00:03:53.592]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.8718286Z [00:03:53.592]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.8718552Z [00:03:53.592]➜   (in-process)
2025-08-20T19:11:34.8727573Z [00:03:53.592]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name digest.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_sha512sum_a-digest.Tpo -MT src/libsinglebin_sha512sum_a-digest.o -sys-header-deps -MP -I . -I ./lib -D HASH_ALGO_SHA512=1 -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_sha512sum (int, char **);  int single_binary_main_sha512sum" -D usage=_usage_sha512sum -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_sha512sum_a-digest.o -x c src/digest.c
2025-08-20T19:11:34.8735650Z [00:03:53.593]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.8736343Z [00:03:53.594]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.8736876Z [00:03:53.594]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.8737568Z [00:03:53.594]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.8737980Z [00:03:53.594]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.8738316Z [00:03:53.594]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.8738641Z [00:03:53.594]➜  #include "..." search starts here:
2025-08-20T19:11:34.8738955Z [00:03:53.594]➜  #include <...> search starts here:
2025-08-20T19:11:34.8739234Z [00:03:53.594]➜   .
2025-08-20T19:11:34.8739424Z [00:03:53.594]➜   ./lib
2025-08-20T19:11:34.8739627Z [00:03:53.594]➜   src
2025-08-20T19:11:34.8739880Z [00:03:53.594]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.8740167Z [00:03:53.594]➜   /usr/local/include
2025-08-20T19:11:34.8740659Z [00:03:53.594]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.8741040Z [00:03:53.594]➜   /usr/include
2025-08-20T19:11:34.8741280Z [00:03:53.594]➜  End of search list.
2025-08-20T19:11:34.8940606Z [00:03:53.615]➜    CC       src/libsinglebin_shred_a-shred.o
2025-08-20T19:11:34.9119336Z [00:03:53.633]➜    CC       src/libsinglebin_shuf_a-shuf.o
2025-08-20T19:11:34.9267080Z [00:03:53.647]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.9267529Z [00:03:53.647]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.9267867Z [00:03:53.647]➜  Thread model: posix
2025-08-20T19:11:34.9268174Z [00:03:53.647]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.9268604Z [00:03:53.647]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.9269588Z [00:03:53.647]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.9269964Z [00:03:53.647]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.9270254Z [00:03:53.647]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.9270727Z [00:03:53.647]➜   (in-process)
2025-08-20T19:11:34.9276988Z [00:03:53.647]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name shred.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_shred_a-shred.Tpo -MT src/libsinglebin_shred_a-shred.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_shred (int, char **);  int single_binary_main_shred" -D usage=_usage_shred -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_shred_a-shred.o -x c src/shred.c
2025-08-20T19:11:34.9282573Z [00:03:53.648]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.9282898Z [00:03:53.648]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.9283193Z [00:03:53.648]➜  Thread model: posix
2025-08-20T19:11:34.9283489Z [00:03:53.648]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.9283909Z [00:03:53.648]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.9284390Z [00:03:53.648]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.9285044Z [00:03:53.648]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.9285425Z [00:03:53.648]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.9294030Z [00:03:53.650]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.9295000Z [00:03:53.650]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.9295705Z [00:03:53.650]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.9296178Z [00:03:53.650]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.9296623Z [00:03:53.650]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.9297053Z [00:03:53.650]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.9297466Z [00:03:53.650]➜  #include "..." search starts here:
2025-08-20T19:11:34.9297870Z [00:03:53.650]➜  #include <...> search starts here:
2025-08-20T19:11:34.9298211Z [00:03:53.650]➜   .
2025-08-20T19:11:34.9298427Z [00:03:53.650]➜   ./lib
2025-08-20T19:11:34.9298738Z [00:03:53.650]➜   src
2025-08-20T19:11:34.9299164Z [00:03:53.650]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.9299576Z [00:03:53.650]➜   /usr/local/include
2025-08-20T19:11:34.9300001Z [00:03:53.650]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.9300390Z [00:03:53.650]➜   /usr/include
2025-08-20T19:11:34.9301003Z [00:03:53.650]➜  End of search list.
2025-08-20T19:11:34.9301820Z [00:03:53.650]➜   (in-process)
2025-08-20T19:11:34.9324666Z [00:03:53.652]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name shuf.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_shuf_a-shuf.Tpo -MT src/libsinglebin_shuf_a-shuf.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_shuf (int, char **);  int single_binary_main_shuf" -D usage=_usage_shuf -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_shuf_a-shuf.o -x c src/shuf.c
2025-08-20T19:11:34.9330339Z [00:03:53.653]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:34.9343499Z [00:03:53.655]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:34.9345658Z [00:03:53.655]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:34.9346722Z [00:03:53.655]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:34.9347065Z [00:03:53.655]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:34.9347399Z [00:03:53.655]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:34.9347725Z [00:03:53.655]➜  #include "..." search starts here:
2025-08-20T19:11:34.9348041Z [00:03:53.655]➜  #include <...> search starts here:
2025-08-20T19:11:34.9348301Z [00:03:53.655]➜   .
2025-08-20T19:11:34.9348494Z [00:03:53.655]➜   ./lib
2025-08-20T19:11:34.9349120Z [00:03:53.655]➜   src
2025-08-20T19:11:34.9349479Z [00:03:53.655]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:34.9349777Z [00:03:53.655]➜   /usr/local/include
2025-08-20T19:11:34.9350063Z [00:03:53.655]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:34.9350335Z [00:03:53.655]➜   /usr/include
2025-08-20T19:11:34.9350777Z [00:03:53.655]➜  End of search list.
2025-08-20T19:11:34.9727843Z [00:03:53.694]➜    CC       src/libsinglebin_sleep_a-sleep.o
2025-08-20T19:11:34.9989407Z [00:03:53.720]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:34.9990769Z [00:03:53.720]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:34.9991105Z [00:03:53.720]➜  Thread model: posix
2025-08-20T19:11:34.9991413Z [00:03:53.720]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:34.9991856Z [00:03:53.720]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.9992349Z [00:03:53.720]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:34.9993032Z [00:03:53.720]➜  Candidate multilib: .;@m64
2025-08-20T19:11:34.9993331Z [00:03:53.720]➜  Selected multilib: .;@m64
2025-08-20T19:11:34.9993612Z [00:03:53.720]➜   (in-process)
2025-08-20T19:11:35.0006800Z [00:03:53.721]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name sleep.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_sleep_a-sleep.Tpo -MT src/libsinglebin_sleep_a-sleep.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_sleep (int, char **);  int single_binary_main_sleep" -D usage=_usage_sleep -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_sleep_a-sleep.o -x c src/sleep.c
2025-08-20T19:11:35.0020149Z [00:03:53.723]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.0039527Z [00:03:53.724]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.0040177Z [00:03:53.724]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.0040655Z [00:03:53.724]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.0041049Z [00:03:53.724]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.0041403Z [00:03:53.724]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.0041729Z [00:03:53.724]➜  #include "..." search starts here:
2025-08-20T19:11:35.0042048Z [00:03:53.724]➜  #include <...> search starts here:
2025-08-20T19:11:35.0042313Z [00:03:53.724]➜   .
2025-08-20T19:11:35.0042507Z [00:03:53.724]➜   ./lib
2025-08-20T19:11:35.0042709Z [00:03:53.724]➜   src
2025-08-20T19:11:35.0042969Z [00:03:53.724]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.0043264Z [00:03:53.724]➜   /usr/local/include
2025-08-20T19:11:35.0043550Z [00:03:53.724]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.0044208Z [00:03:53.724]➜   /usr/include
2025-08-20T19:11:35.0044544Z [00:03:53.724]➜  End of search list.
2025-08-20T19:11:35.0065783Z [00:03:53.728]➜    CC       src/libsinglebin_sort_a-sort.o
2025-08-20T19:11:35.0376543Z [00:03:53.759]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.0377541Z [00:03:53.759]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.0377974Z [00:03:53.759]➜  Thread model: posix
2025-08-20T19:11:35.0378280Z [00:03:53.759]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.0378716Z [00:03:53.759]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.0379206Z [00:03:53.759]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.0379580Z [00:03:53.759]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.0379864Z [00:03:53.759]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.0419420Z [00:03:53.763]➜   (in-process)
2025-08-20T19:11:35.0452297Z [00:03:53.765]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name sort.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_sort_a-sort.Tpo -MT src/libsinglebin_sort_a-sort.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_sort (int, char **);  int single_binary_main_sort" -D usage=_usage_sort -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_sort_a-sort.o -x c src/sort.c
2025-08-20T19:11:35.0458397Z [00:03:53.766]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.0459086Z [00:03:53.766]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.0459628Z [00:03:53.766]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.0459980Z [00:03:53.766]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.0460358Z [00:03:53.766]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.0460850Z [00:03:53.766]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.0461174Z [00:03:53.766]➜  #include "..." search starts here:
2025-08-20T19:11:35.0461487Z [00:03:53.766]➜  #include <...> search starts here:
2025-08-20T19:11:35.0461762Z [00:03:53.766]➜   .
2025-08-20T19:11:35.0461959Z [00:03:53.766]➜   ./lib
2025-08-20T19:11:35.0462171Z [00:03:53.766]➜   src
2025-08-20T19:11:35.0462427Z [00:03:53.766]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.0462717Z [00:03:53.766]➜   /usr/local/include
2025-08-20T19:11:35.0462996Z [00:03:53.766]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.0463267Z [00:03:53.766]➜   /usr/include
2025-08-20T19:11:35.0463507Z [00:03:53.766]➜  End of search list.
2025-08-20T19:11:35.0491445Z [00:03:53.770]➜    CC       src/libsinglebin_split_a-split.o
2025-08-20T19:11:35.0631513Z [00:03:53.784]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.0632030Z [00:03:53.784]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.0632528Z [00:03:53.784]➜  Thread model: posix
2025-08-20T19:11:35.0632833Z [00:03:53.784]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.0633274Z [00:03:53.784]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.0633811Z [00:03:53.784]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.0634187Z [00:03:53.784]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.0634478Z [00:03:53.784]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.0634761Z [00:03:53.784]➜   (in-process)
2025-08-20T19:11:35.0644130Z [00:03:53.784]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name split.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_split_a-split.Tpo -MT src/libsinglebin_split_a-split.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_split (int, char **);  int single_binary_main_split" -D usage=_usage_split -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_split_a-split.o -x c src/split.c
2025-08-20T19:11:35.0650333Z [00:03:53.785]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.0651290Z [00:03:53.785]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.0651835Z [00:03:53.785]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.0652186Z [00:03:53.785]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.0652519Z [00:03:53.785]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.0652854Z [00:03:53.785]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.0653190Z [00:03:53.785]➜  #include "..." search starts here:
2025-08-20T19:11:35.0653503Z [00:03:53.785]➜  #include <...> search starts here:
2025-08-20T19:11:35.0653766Z [00:03:53.785]➜   .
2025-08-20T19:11:35.0653960Z [00:03:53.785]➜   ./lib
2025-08-20T19:11:35.0654160Z [00:03:53.785]➜   src
2025-08-20T19:11:35.0654409Z [00:03:53.785]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.0654707Z [00:03:53.785]➜   /usr/local/include
2025-08-20T19:11:35.0654993Z [00:03:53.785]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.0655269Z [00:03:53.785]➜   /usr/include
2025-08-20T19:11:35.0655510Z [00:03:53.785]➜  End of search list.
2025-08-20T19:11:35.0857241Z [00:03:53.807]➜    CC       src/libsinglebin_split_a-temp-stream.o
2025-08-20T19:11:35.1060585Z [00:03:53.827]➜    CC       src/libsinglebin_stat_a-stat.o
2025-08-20T19:11:35.1125655Z [00:03:53.833]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.1126114Z [00:03:53.833]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.1127308Z [00:03:53.833]➜  Thread model: posix
2025-08-20T19:11:35.1127740Z [00:03:53.833]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.1128366Z [00:03:53.833]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.1129090Z [00:03:53.833]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.1129636Z [00:03:53.833]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.1129976Z [00:03:53.833]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.1130269Z [00:03:53.834]➜   (in-process)
2025-08-20T19:11:35.1136922Z [00:03:53.834]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name temp-stream.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_split_a-temp-stream.Tpo -MT src/libsinglebin_split_a-temp-stream.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_split (int, char **);  int single_binary_main_split" -D usage=_usage_split -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_split_a-temp-stream.o -x c src/temp-stream.c
2025-08-20T19:11:35.1161229Z [00:03:53.837]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.1163610Z [00:03:53.837]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.1164176Z [00:03:53.837]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.1164524Z [00:03:53.837]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.1164855Z [00:03:53.837]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.1165191Z [00:03:53.837]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.1165508Z [00:03:53.837]➜  #include "..." search starts here:
2025-08-20T19:11:35.1165840Z [00:03:53.837]➜  #include <...> search starts here:
2025-08-20T19:11:35.1166102Z [00:03:53.837]➜   .
2025-08-20T19:11:35.1166297Z [00:03:53.837]➜   ./lib
2025-08-20T19:11:35.1166499Z [00:03:53.837]➜   src
2025-08-20T19:11:35.1166752Z [00:03:53.837]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.1167042Z [00:03:53.837]➜   /usr/local/include
2025-08-20T19:11:35.1167328Z [00:03:53.837]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.1167619Z [00:03:53.837]➜   /usr/include
2025-08-20T19:11:35.1167857Z [00:03:53.837]➜  End of search list.
2025-08-20T19:11:35.1220186Z [00:03:53.843]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.1220692Z [00:03:53.843]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.1221011Z [00:03:53.843]➜  Thread model: posix
2025-08-20T19:11:35.1221310Z [00:03:53.843]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.1221744Z [00:03:53.843]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.1222669Z [00:03:53.843]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.1223117Z [00:03:53.843]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.1223659Z [00:03:53.843]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.1227420Z [00:03:53.844]➜   (in-process)
2025-08-20T19:11:35.1233752Z [00:03:53.844]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stat.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_stat_a-stat.Tpo -MT src/libsinglebin_stat_a-stat.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_stat (int, char **);  int single_binary_main_stat" -D usage=_usage_stat -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_stat_a-stat.o -x c src/stat.c
2025-08-20T19:11:35.1254698Z [00:03:53.846]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.1255437Z [00:03:53.846]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.1255974Z [00:03:53.846]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.1256316Z [00:03:53.846]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.1256656Z [00:03:53.846]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.1256988Z [00:03:53.846]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.1257307Z [00:03:53.846]➜  #include "..." search starts here:
2025-08-20T19:11:35.1257624Z [00:03:53.846]➜  #include <...> search starts here:
2025-08-20T19:11:35.1257891Z [00:03:53.847]➜   .
2025-08-20T19:11:35.1258086Z [00:03:53.847]➜   ./lib
2025-08-20T19:11:35.1258287Z [00:03:53.847]➜   src
2025-08-20T19:11:35.1258544Z [00:03:53.847]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.1258833Z [00:03:53.847]➜   /usr/local/include
2025-08-20T19:11:35.1259125Z [00:03:53.847]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.1259404Z [00:03:53.847]➜   /usr/include
2025-08-20T19:11:35.1259640Z [00:03:53.847]➜  End of search list.
2025-08-20T19:11:35.1563640Z [00:03:53.877]➜    CC       src/libsinglebin_stat_a-find-mount-point.o
2025-08-20T19:11:35.1864005Z [00:03:53.907]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.1864664Z [00:03:53.907]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.1865032Z [00:03:53.907]➜  Thread model: posix
2025-08-20T19:11:35.1865486Z [00:03:53.907]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.1865987Z [00:03:53.907]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.1866727Z [00:03:53.907]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.1867111Z [00:03:53.907]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.1867399Z [00:03:53.907]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.1868605Z [00:03:53.908]➜   (in-process)
2025-08-20T19:11:35.1875212Z [00:03:53.908]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name find-mount-point.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_stat_a-find-mount-point.Tpo -MT src/libsinglebin_stat_a-find-mount-point.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_stat (int, char **);  int single_binary_main_stat" -D usage=_usage_stat -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_stat_a-find-mount-point.o -x c src/find-mount-point.c
2025-08-20T19:11:35.1926048Z [00:03:53.913]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.1926850Z [00:03:53.913]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.1927397Z [00:03:53.914]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.1927751Z [00:03:53.914]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.1928085Z [00:03:53.914]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.1928421Z [00:03:53.914]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.1928766Z [00:03:53.914]➜  #include "..." search starts here:
2025-08-20T19:11:35.1929082Z [00:03:53.914]➜  #include <...> search starts here:
2025-08-20T19:11:35.1929349Z [00:03:53.914]➜   .
2025-08-20T19:11:35.1929544Z [00:03:53.914]➜   ./lib
2025-08-20T19:11:35.1929745Z [00:03:53.914]➜   src
2025-08-20T19:11:35.1929997Z [00:03:53.914]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.1930288Z [00:03:53.914]➜   /usr/local/include
2025-08-20T19:11:35.1930785Z [00:03:53.914]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.1931065Z [00:03:53.914]➜   /usr/include
2025-08-20T19:11:35.1931325Z [00:03:53.914]➜  End of search list.
2025-08-20T19:11:35.2040777Z [00:03:53.925]➜    CC       src/libsinglebin_sum_a-sum.o
2025-08-20T19:11:35.2193098Z [00:03:53.939]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.2193547Z [00:03:53.939]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.2194045Z [00:03:53.939]➜  Thread model: posix
2025-08-20T19:11:35.2194357Z [00:03:53.939]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.2195011Z [00:03:53.939]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.2195683Z [00:03:53.939]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.2196207Z [00:03:53.939]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.2196561Z [00:03:53.939]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.2196830Z [00:03:53.939]➜   (in-process)
2025-08-20T19:11:35.2203578Z [00:03:53.940]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name sum.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_sum_a-sum.Tpo -MT src/libsinglebin_sum_a-sum.o -sys-header-deps -MP -I . -I ./lib -D HASH_ALGO_SUM=1 -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_sum (int, char **);  int single_binary_main_sum" -D usage=_usage_sum -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_sum_a-sum.o -x c src/sum.c
2025-08-20T19:11:35.2209356Z [00:03:53.940]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.2210046Z [00:03:53.941]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.2210750Z [00:03:53.941]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.2211110Z [00:03:53.941]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.2211461Z [00:03:53.941]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.2211793Z [00:03:53.941]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.2212115Z [00:03:53.941]➜  #include "..." search starts here:
2025-08-20T19:11:35.2212435Z [00:03:53.941]➜  #include <...> search starts here:
2025-08-20T19:11:35.2212699Z [00:03:53.941]➜   .
2025-08-20T19:11:35.2212894Z [00:03:53.941]➜   ./lib
2025-08-20T19:11:35.2213103Z [00:03:53.941]➜   src
2025-08-20T19:11:35.2213360Z [00:03:53.941]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.2213651Z [00:03:53.941]➜   /usr/local/include
2025-08-20T19:11:35.2213931Z [00:03:53.941]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.2214208Z [00:03:53.941]➜   /usr/include
2025-08-20T19:11:35.2214445Z [00:03:53.941]➜  End of search list.
2025-08-20T19:11:35.2964030Z [00:03:54.017]➜    CC       src/libsinglebin_sum_a-digest.o
2025-08-20T19:11:35.3141967Z [00:03:54.035]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.3143453Z [00:03:54.035]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.3144734Z [00:03:54.035]➜  Thread model: posix
2025-08-20T19:11:35.3145119Z [00:03:54.035]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.3145556Z [00:03:54.035]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.3146055Z [00:03:54.035]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.3146459Z [00:03:54.035]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.3146747Z [00:03:54.035]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.3147040Z [00:03:54.035]➜   (in-process)
2025-08-20T19:11:35.3157800Z [00:03:54.035]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name digest.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_sum_a-digest.Tpo -MT src/libsinglebin_sum_a-digest.o -sys-header-deps -MP -I . -I ./lib -D HASH_ALGO_SUM=1 -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_sum (int, char **);  int single_binary_main_sum" -D usage=_usage_sum -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_sum_a-digest.o -x c src/digest.c
2025-08-20T19:11:35.3163893Z [00:03:54.036]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.3173150Z [00:03:54.038]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.3173900Z [00:03:54.038]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.3177152Z [00:03:54.038]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.3177559Z [00:03:54.038]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.3177895Z [00:03:54.038]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.3178220Z [00:03:54.038]➜  #include "..." search starts here:
2025-08-20T19:11:35.3178557Z [00:03:54.038]➜  #include <...> search starts here:
2025-08-20T19:11:35.3178824Z [00:03:54.038]➜   .
2025-08-20T19:11:35.3179015Z [00:03:54.038]➜   ./lib
2025-08-20T19:11:35.3179222Z [00:03:54.038]➜   src
2025-08-20T19:11:35.3179481Z [00:03:54.038]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.3179771Z [00:03:54.038]➜   /usr/local/include
2025-08-20T19:11:35.3180067Z [00:03:54.038]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.3180344Z [00:03:54.038]➜   /usr/include
2025-08-20T19:11:35.3180806Z [00:03:54.038]➜  End of search list.
2025-08-20T19:11:35.3190047Z [00:03:54.040]➜    CC       src/libsinglebin_sync_a-sync.o
2025-08-20T19:11:35.3266699Z [00:03:54.047]➜    CC       src/libsinglebin_tac_a-tac.o
2025-08-20T19:11:35.3449659Z [00:03:54.066]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.3450116Z [00:03:54.066]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.3450610Z [00:03:54.066]➜  Thread model: posix
2025-08-20T19:11:35.3451046Z [00:03:54.066]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.3451489Z [00:03:54.066]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.3451981Z [00:03:54.066]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.3452377Z [00:03:54.066]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.3452666Z [00:03:54.066]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.3452956Z [00:03:54.066]➜   (in-process)
2025-08-20T19:11:35.3459572Z [00:03:54.066]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name tac.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_tac_a-tac.Tpo -MT src/libsinglebin_tac_a-tac.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_tac (int, char **);  int single_binary_main_tac" -D usage=_usage_tac -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_tac_a-tac.o -x c src/tac.c
2025-08-20T19:11:35.3465338Z [00:03:54.066]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.3466026Z [00:03:54.066]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.3466819Z [00:03:54.066]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.3467162Z [00:03:54.066]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.3467495Z [00:03:54.066]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.3467827Z [00:03:54.066]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.3468149Z [00:03:54.066]➜  #include "..." search starts here:
2025-08-20T19:11:35.3468465Z [00:03:54.066]➜  #include <...> search starts here:
2025-08-20T19:11:35.3468734Z [00:03:54.066]➜   .
2025-08-20T19:11:35.3468931Z [00:03:54.066]➜   ./lib
2025-08-20T19:11:35.3469144Z [00:03:54.066]➜   src
2025-08-20T19:11:35.3469402Z [00:03:54.066]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.3469722Z [00:03:54.066]➜   /usr/local/include
2025-08-20T19:11:35.3470045Z [00:03:54.066]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.3470317Z [00:03:54.066]➜   /usr/include
2025-08-20T19:11:35.3475180Z [00:03:54.066]➜  End of search list.
2025-08-20T19:11:35.3493973Z [00:03:54.070]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.3494362Z [00:03:54.070]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.3499143Z [00:03:54.070]➜  Thread model: posix
2025-08-20T19:11:35.3504600Z [00:03:54.070]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.3512551Z [00:03:54.070]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.3518130Z [00:03:54.070]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.3556028Z [00:03:54.070]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.3561025Z [00:03:54.070]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.3563359Z [00:03:54.070]➜   (in-process)
2025-08-20T19:11:35.3570571Z [00:03:54.071]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name sync.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_sync_a-sync.Tpo -MT src/libsinglebin_sync_a-sync.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_sync (int, char **);  int single_binary_main_sync" -D usage=_usage_sync -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_sync_a-sync.o -x c src/sync.c
2025-08-20T19:11:35.3576911Z [00:03:54.071]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.3578235Z [00:03:54.075]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.3578816Z [00:03:54.075]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.3579162Z [00:03:54.075]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.3579495Z [00:03:54.075]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.3579830Z [00:03:54.075]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.3580823Z [00:03:54.075]➜  #include "..." search starts here:
2025-08-20T19:11:35.3581208Z [00:03:54.075]➜  #include <...> search starts here:
2025-08-20T19:11:35.3581479Z [00:03:54.075]➜   .
2025-08-20T19:11:35.3581675Z [00:03:54.075]➜   ./lib
2025-08-20T19:11:35.3581876Z [00:03:54.075]➜   src
2025-08-20T19:11:35.3582131Z [00:03:54.075]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.3582421Z [00:03:54.075]➜   /usr/local/include
2025-08-20T19:11:35.3582704Z [00:03:54.075]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.3582975Z [00:03:54.075]➜   /usr/include
2025-08-20T19:11:35.3583227Z [00:03:54.075]➜  End of search list.
2025-08-20T19:11:35.3792896Z [00:03:54.100]➜    CC       src/libsinglebin_tac_a-temp-stream.o
2025-08-20T19:11:35.4062857Z [00:03:54.127]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.4063255Z [00:03:54.127]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.4063574Z [00:03:54.127]➜  Thread model: posix
2025-08-20T19:11:35.4063919Z [00:03:54.127]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.4064348Z [00:03:54.127]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.4064840Z [00:03:54.127]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.4065211Z [00:03:54.127]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.4065498Z [00:03:54.127]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.4097714Z [00:03:54.131]➜   (in-process)
2025-08-20T19:11:35.4104686Z [00:03:54.131]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name temp-stream.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_tac_a-temp-stream.Tpo -MT src/libsinglebin_tac_a-temp-stream.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_tac (int, char **);  int single_binary_main_tac" -D usage=_usage_tac -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_tac_a-temp-stream.o -x c src/temp-stream.c
2025-08-20T19:11:35.4149538Z [00:03:54.136]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.4152399Z [00:03:54.136]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.4153937Z [00:03:54.136]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.4154348Z [00:03:54.136]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.4154696Z [00:03:54.136]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.4155028Z [00:03:54.136]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.4155350Z [00:03:54.136]➜  #include "..." search starts here:
2025-08-20T19:11:35.4155662Z [00:03:54.136]➜  #include <...> search starts here:
2025-08-20T19:11:35.4155925Z [00:03:54.136]➜   .
2025-08-20T19:11:35.4156642Z [00:03:54.136]➜   ./lib
2025-08-20T19:11:35.4156848Z [00:03:54.136]➜   src
2025-08-20T19:11:35.4157106Z [00:03:54.136]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.4157403Z [00:03:54.136]➜   /usr/local/include
2025-08-20T19:11:35.4157687Z [00:03:54.136]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.4157962Z [00:03:54.136]➜   /usr/include
2025-08-20T19:11:35.4158199Z [00:03:54.136]➜  End of search list.
2025-08-20T19:11:35.4420610Z [00:03:54.163]➜    CC       src/libsinglebin_tail_a-tail.o
2025-08-20T19:11:35.4469889Z [00:03:54.168]➜    CC       src/libsinglebin_tail_a-iopoll.o
2025-08-20T19:11:35.4718368Z [00:03:54.193]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.4719500Z [00:03:54.193]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.4719866Z [00:03:54.193]➜  Thread model: posix
2025-08-20T19:11:35.4720173Z [00:03:54.193]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.4720756Z [00:03:54.193]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.4721343Z [00:03:54.193]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.4721715Z [00:03:54.193]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.4722004Z [00:03:54.193]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.4741615Z [00:03:54.195]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.4742021Z [00:03:54.195]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.4742333Z [00:03:54.195]➜  Thread model: posix
2025-08-20T19:11:35.4742629Z [00:03:54.195]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.4743318Z [00:03:54.195]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.4743820Z [00:03:54.195]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.4744310Z [00:03:54.195]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.4744700Z [00:03:54.195]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.4745002Z [00:03:54.195]➜   (in-process)
2025-08-20T19:11:35.4751808Z [00:03:54.196]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name tail.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_tail_a-tail.Tpo -MT src/libsinglebin_tail_a-tail.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_tail (int, char **);  int single_binary_main_tail" -D usage=_usage_tail -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_tail_a-tail.o -x c src/tail.c
2025-08-20T19:11:35.4757699Z [00:03:54.196]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.4758511Z [00:03:54.197]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.4759434Z [00:03:54.197]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.4759880Z [00:03:54.197]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.4760308Z [00:03:54.197]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.4760892Z [00:03:54.197]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.4761353Z [00:03:54.197]➜  #include "..." search starts here:
2025-08-20T19:11:35.4761761Z [00:03:54.197]➜  #include <...> search starts here:
2025-08-20T19:11:35.4762125Z [00:03:54.197]➜   .
2025-08-20T19:11:35.4762459Z [00:03:54.197]➜   ./lib
2025-08-20T19:11:35.4762782Z [00:03:54.197]➜   src
2025-08-20T19:11:35.4763171Z [00:03:54.197]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.4763585Z [00:03:54.197]➜   /usr/local/include
2025-08-20T19:11:35.4763974Z [00:03:54.197]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.4764350Z [00:03:54.197]➜   /usr/include
2025-08-20T19:11:35.4764686Z [00:03:54.197]➜  End of search list.
2025-08-20T19:11:35.4765034Z [00:03:54.198]➜   (in-process)
2025-08-20T19:11:35.4793396Z [00:03:54.198]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name iopoll.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_tail_a-iopoll.Tpo -MT src/libsinglebin_tail_a-iopoll.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_tail (int, char **);  int single_binary_main_tail" -D usage=_usage_tail -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_tail_a-iopoll.o -x c src/iopoll.c
2025-08-20T19:11:35.4799219Z [00:03:54.199]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.4799904Z [00:03:54.200]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.4800765Z [00:03:54.200]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.4801152Z [00:03:54.200]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.4801483Z [00:03:54.200]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.4801813Z [00:03:54.200]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.4802133Z [00:03:54.200]➜  #include "..." search starts here:
2025-08-20T19:11:35.4802446Z [00:03:54.200]➜  #include <...> search starts here:
2025-08-20T19:11:35.4802710Z [00:03:54.200]➜   .
2025-08-20T19:11:35.4802901Z [00:03:54.200]➜   ./lib
2025-08-20T19:11:35.4803101Z [00:03:54.200]➜   src
2025-08-20T19:11:35.4803365Z [00:03:54.200]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.4803660Z [00:03:54.200]➜   /usr/local/include
2025-08-20T19:11:35.4803940Z [00:03:54.200]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.4804215Z [00:03:54.200]➜   /usr/include
2025-08-20T19:11:35.4804454Z [00:03:54.200]➜  End of search list.
2025-08-20T19:11:35.5011977Z [00:03:54.222]➜    CC       src/libsinglebin_tee_a-tee.o
2025-08-20T19:11:35.5040026Z [00:03:54.225]➜    CC       src/libsinglebin_tee_a-iopoll.o
2025-08-20T19:11:35.5229422Z [00:03:54.244]➜    CC       src/libsinglebin_test_a-test.o
2025-08-20T19:11:35.5250091Z [00:03:54.245]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.5250717Z [00:03:54.245]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.5251085Z [00:03:54.245]➜  Thread model: posix
2025-08-20T19:11:35.5251390Z [00:03:54.245]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.5251861Z [00:03:54.245]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.5252358Z [00:03:54.245]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.5252949Z [00:03:54.245]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.5253247Z [00:03:54.245]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.5253524Z [00:03:54.246]➜   (in-process)
2025-08-20T19:11:35.5261428Z [00:03:54.246]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name tee.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_tee_a-tee.Tpo -MT src/libsinglebin_tee_a-tee.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_tee (int, char **);  int single_binary_main_tee" -D usage=_usage_tee -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_tee_a-tee.o -x c src/tee.c
2025-08-20T19:11:35.5292731Z [00:03:54.249]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.5293536Z [00:03:54.249]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.5294074Z [00:03:54.249]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.5294432Z [00:03:54.249]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.5294767Z [00:03:54.249]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.5295099Z [00:03:54.249]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.5295417Z [00:03:54.249]➜  #include "..." search starts here:
2025-08-20T19:11:35.5295730Z [00:03:54.249]➜  #include <...> search starts here:
2025-08-20T19:11:35.5295990Z [00:03:54.249]➜   .
2025-08-20T19:11:35.5296183Z [00:03:54.249]➜   ./lib
2025-08-20T19:11:35.5296382Z [00:03:54.249]➜   src
2025-08-20T19:11:35.5296638Z [00:03:54.249]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.5297002Z [00:03:54.249]➜   /usr/local/include
2025-08-20T19:11:35.5297282Z [00:03:54.249]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.5297558Z [00:03:54.249]➜   /usr/include
2025-08-20T19:11:35.5297798Z [00:03:54.249]➜  End of search list.
2025-08-20T19:11:35.5301428Z [00:03:54.251]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.5304514Z [00:03:54.251]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.5307581Z [00:03:54.252]➜  Thread model: posix
2025-08-20T19:11:35.5309604Z [00:03:54.252]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.5312263Z [00:03:54.252]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.5315491Z [00:03:54.253]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.5322976Z [00:03:54.253]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.5329740Z [00:03:54.254]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.5367990Z [00:03:54.258]➜   (in-process)
2025-08-20T19:11:35.5396347Z [00:03:54.260]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name iopoll.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_tee_a-iopoll.Tpo -MT src/libsinglebin_tee_a-iopoll.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_tee (int, char **);  int single_binary_main_tee" -D usage=_usage_tee -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_tee_a-iopoll.o -x c src/iopoll.c
2025-08-20T19:11:35.5402359Z [00:03:54.260]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.5403176Z [00:03:54.261]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.5404246Z [00:03:54.261]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.5404792Z [00:03:54.261]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.5405237Z [00:03:54.261]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.5405691Z [00:03:54.261]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.5406119Z [00:03:54.261]➜  #include "..." search starts here:
2025-08-20T19:11:35.5406556Z [00:03:54.261]➜  #include <...> search starts here:
2025-08-20T19:11:35.5406931Z [00:03:54.261]➜   .
2025-08-20T19:11:35.5407257Z [00:03:54.261]➜   ./lib
2025-08-20T19:11:35.5407568Z [00:03:54.261]➜   src
2025-08-20T19:11:35.5407938Z [00:03:54.261]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.5408354Z [00:03:54.261]➜   /usr/local/include
2025-08-20T19:11:35.5408772Z [00:03:54.261]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.5409154Z [00:03:54.261]➜   /usr/include
2025-08-20T19:11:35.5409523Z [00:03:54.261]➜  End of search list.
2025-08-20T19:11:35.5604099Z [00:03:54.281]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.5604574Z [00:03:54.281]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.5604889Z [00:03:54.281]➜  Thread model: posix
2025-08-20T19:11:35.5605186Z [00:03:54.281]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.5605612Z [00:03:54.281]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.5606106Z [00:03:54.281]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.5606976Z [00:03:54.281]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.5607262Z [00:03:54.281]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.5607526Z [00:03:54.281]➜   (in-process)
2025-08-20T19:11:35.5614090Z [00:03:54.281]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name test.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_test_a-test.Tpo -MT src/libsinglebin_test_a-test.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_test (int, char **);  int single_binary_main_test" -D usage=_usage_test -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_test_a-test.o -x c src/test.c
2025-08-20T19:11:35.5619729Z [00:03:54.281]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.5637994Z [00:03:54.284]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.5638826Z [00:03:54.285]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.5653582Z [00:03:54.285]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.5654027Z [00:03:54.285]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.5654369Z [00:03:54.285]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.5654724Z [00:03:54.285]➜  #include "..." search starts here:
2025-08-20T19:11:35.5655047Z [00:03:54.285]➜  #include <...> search starts here:
2025-08-20T19:11:35.5655309Z [00:03:54.285]➜   .
2025-08-20T19:11:35.5655501Z [00:03:54.285]➜   ./lib
2025-08-20T19:11:35.5655701Z [00:03:54.285]➜   src
2025-08-20T19:11:35.5655958Z [00:03:54.285]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.5656250Z [00:03:54.285]➜   /usr/local/include
2025-08-20T19:11:35.5657037Z [00:03:54.285]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.5657317Z [00:03:54.285]➜   /usr/include
2025-08-20T19:11:35.5657560Z [00:03:54.285]➜  End of search list.
2025-08-20T19:11:35.5820097Z [00:03:54.303]➜    CC       src/libsinglebin_touch_a-touch.o
2025-08-20T19:11:35.6139638Z [00:03:54.335]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.6140033Z [00:03:54.335]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.6140350Z [00:03:54.335]➜  Thread model: posix
2025-08-20T19:11:35.6140835Z [00:03:54.335]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.6141529Z [00:03:54.335]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.6142159Z [00:03:54.335]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.6142624Z [00:03:54.335]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.6143008Z [00:03:54.335]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.6182711Z [00:03:54.339]➜   (in-process)
2025-08-20T19:11:35.6189480Z [00:03:54.339]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name touch.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_touch_a-touch.Tpo -MT src/libsinglebin_touch_a-touch.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_touch (int, char **);  int single_binary_main_touch" -D usage=_usage_touch -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_touch_a-touch.o -x c src/touch.c
2025-08-20T19:11:35.6195533Z [00:03:54.339]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.6232749Z [00:03:54.341]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.6233550Z [00:03:54.341]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.6233909Z [00:03:54.341]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.6234255Z [00:03:54.341]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.6234595Z [00:03:54.341]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.6234922Z [00:03:54.341]➜  #include "..." search starts here:
2025-08-20T19:11:35.6235235Z [00:03:54.341]➜  #include <...> search starts here:
2025-08-20T19:11:35.6235498Z [00:03:54.341]➜   .
2025-08-20T19:11:35.6235695Z [00:03:54.341]➜   ./lib
2025-08-20T19:11:35.6235915Z [00:03:54.341]➜   src
2025-08-20T19:11:35.6236172Z [00:03:54.341]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.6236466Z [00:03:54.341]➜   /usr/local/include
2025-08-20T19:11:35.6236743Z [00:03:54.341]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.6237016Z [00:03:54.341]➜   /usr/include
2025-08-20T19:11:35.6237252Z [00:03:54.341]➜  End of search list.
2025-08-20T19:11:35.6392892Z [00:03:54.359]➜    CC       src/libsinglebin_tr_a-tr.o
2025-08-20T19:11:35.6628305Z [00:03:54.384]➜    CC       src/libsinglebin_true_a-true.o
2025-08-20T19:11:35.6658002Z [00:03:54.386]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.6658429Z [00:03:54.386]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.6658742Z [00:03:54.386]➜  Thread model: posix
2025-08-20T19:11:35.6659043Z [00:03:54.386]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.6659496Z [00:03:54.386]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.6660029Z [00:03:54.386]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.6660403Z [00:03:54.386]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.6660905Z [00:03:54.386]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.6691446Z [00:03:54.390]➜   (in-process)
2025-08-20T19:11:35.6697702Z [00:03:54.390]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name tr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_tr_a-tr.Tpo -MT src/libsinglebin_tr_a-tr.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_tr (int, char **);  int single_binary_main_tr" -D usage=_usage_tr -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_tr_a-tr.o -x c src/tr.c
2025-08-20T19:11:35.6704005Z [00:03:54.391]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.6708168Z [00:03:54.392]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.6708706Z [00:03:54.392]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.6709046Z [00:03:54.392]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.6709390Z [00:03:54.392]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.6709719Z [00:03:54.392]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.6710228Z [00:03:54.392]➜  #include "..." search starts here:
2025-08-20T19:11:35.6710983Z [00:03:54.392]➜  #include <...> search starts here:
2025-08-20T19:11:35.6711399Z [00:03:54.392]➜   .
2025-08-20T19:11:35.6711722Z [00:03:54.392]➜   ./lib
2025-08-20T19:11:35.6711953Z [00:03:54.392]➜   src
2025-08-20T19:11:35.6712304Z [00:03:54.392]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.6712723Z [00:03:54.392]➜   /usr/local/include
2025-08-20T19:11:35.6713135Z [00:03:54.392]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.6713518Z [00:03:54.392]➜   /usr/include
2025-08-20T19:11:35.6713870Z [00:03:54.392]➜  End of search list.
2025-08-20T19:11:35.6909731Z [00:03:54.411]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.6910163Z [00:03:54.411]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.6910576Z [00:03:54.411]➜  Thread model: posix
2025-08-20T19:11:35.6911351Z [00:03:54.411]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.6911781Z [00:03:54.411]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.6912276Z [00:03:54.411]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.6912647Z [00:03:54.411]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.6912931Z [00:03:54.411]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.6913199Z [00:03:54.411]➜   (in-process)
2025-08-20T19:11:35.6919377Z [00:03:54.412]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name true.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_true_a-true.Tpo -MT src/libsinglebin_true_a-true.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_true (int, char **);  int single_binary_main_true" -D usage=_usage_true -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_true_a-true.o -x c src/true.c
2025-08-20T19:11:35.6925415Z [00:03:54.412]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.6937540Z [00:03:54.414]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.6938158Z [00:03:54.414]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.6938855Z [00:03:54.414]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.6939268Z [00:03:54.414]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.6939605Z [00:03:54.414]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.6939922Z [00:03:54.414]➜  #include "..." search starts here:
2025-08-20T19:11:35.6940235Z [00:03:54.414]➜  #include <...> search starts here:
2025-08-20T19:11:35.6940652Z [00:03:54.414]➜   .
2025-08-20T19:11:35.6940882Z [00:03:54.414]➜   ./lib
2025-08-20T19:11:35.6941088Z [00:03:54.414]➜   src
2025-08-20T19:11:35.6941343Z [00:03:54.414]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.6941637Z [00:03:54.414]➜   /usr/local/include
2025-08-20T19:11:35.6941920Z [00:03:54.414]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.6942198Z [00:03:54.414]➜   /usr/include
2025-08-20T19:11:35.6942437Z [00:03:54.414]➜  End of search list.
2025-08-20T19:11:35.7125387Z [00:03:54.433]➜    CC       src/libsinglebin_truncate_a-truncate.o
2025-08-20T19:11:35.7274013Z [00:03:54.445]➜    CC       src/libsinglebin_tsort_a-tsort.o
2025-08-20T19:11:35.7382966Z [00:03:54.459]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.7383615Z [00:03:54.459]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.7386317Z [00:03:54.460]➜  Thread model: posix
2025-08-20T19:11:35.7386627Z [00:03:54.460]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.7389092Z [00:03:54.460]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.7391319Z [00:03:54.460]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.7391702Z [00:03:54.460]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.7391989Z [00:03:54.460]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.7397879Z [00:03:54.461]➜   (in-process)
2025-08-20T19:11:35.7429134Z [00:03:54.463]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name tsort.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_tsort_a-tsort.Tpo -MT src/libsinglebin_tsort_a-tsort.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_tsort (int, char **);  int single_binary_main_tsort" -D usage=_usage_tsort -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_tsort_a-tsort.o -x c src/tsort.c
2025-08-20T19:11:35.7434983Z [00:03:54.463]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.7435670Z [00:03:54.463]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.7436210Z [00:03:54.463]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.7436550Z [00:03:54.463]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.7436879Z [00:03:54.463]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.7437651Z [00:03:54.463]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.7438048Z [00:03:54.463]➜  #include "..." search starts here:
2025-08-20T19:11:35.7438370Z [00:03:54.463]➜  #include <...> search starts here:
2025-08-20T19:11:35.7438633Z [00:03:54.463]➜   .
2025-08-20T19:11:35.7438827Z [00:03:54.463]➜   ./lib
2025-08-20T19:11:35.7439032Z [00:03:54.463]➜   src
2025-08-20T19:11:35.7439304Z [00:03:54.463]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.7439593Z [00:03:54.463]➜   /usr/local/include
2025-08-20T19:11:35.7439879Z [00:03:54.463]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.7440152Z [00:03:54.463]➜   /usr/include
2025-08-20T19:11:35.7440389Z [00:03:54.463]➜  End of search list.
2025-08-20T19:11:35.7453582Z [00:03:54.466]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.7453944Z [00:03:54.466]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.7455565Z [00:03:54.466]➜  Thread model: posix
2025-08-20T19:11:35.7457348Z [00:03:54.466]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.7459214Z [00:03:54.466]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.7461039Z [00:03:54.466]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.7462677Z [00:03:54.466]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.7464401Z [00:03:54.466]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.7479971Z [00:03:54.469]➜   (in-process)
2025-08-20T19:11:35.7486478Z [00:03:54.469]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name truncate.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_truncate_a-truncate.Tpo -MT src/libsinglebin_truncate_a-truncate.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_truncate (int, char **);  int single_binary_main_truncate" -D usage=_usage_truncate -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_truncate_a-truncate.o -x c src/truncate.c
2025-08-20T19:11:35.7520801Z [00:03:54.473]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.7526852Z [00:03:54.474]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.7527783Z [00:03:54.474]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.7528146Z [00:03:54.474]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.7528481Z [00:03:54.474]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.7528816Z [00:03:54.474]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.7529157Z [00:03:54.474]➜  #include "..." search starts here:
2025-08-20T19:11:35.7529472Z [00:03:54.474]➜  #include <...> search starts here:
2025-08-20T19:11:35.7529733Z [00:03:54.474]➜   .
2025-08-20T19:11:35.7529922Z [00:03:54.474]➜   ./lib
2025-08-20T19:11:35.7530672Z [00:03:54.474]➜   src
2025-08-20T19:11:35.7531022Z [00:03:54.474]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.7531315Z [00:03:54.474]➜   /usr/local/include
2025-08-20T19:11:35.7531599Z [00:03:54.474]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.7531874Z [00:03:54.474]➜   /usr/include
2025-08-20T19:11:35.7532112Z [00:03:54.474]➜  End of search list.
2025-08-20T19:11:35.7794210Z [00:03:54.500]➜    CC       src/libsinglebin_tty_a-tty.o
2025-08-20T19:11:35.7865942Z [00:03:54.508]➜    CC       src/libsinglebin_uname_a-uname.o
2025-08-20T19:11:35.8009145Z [00:03:54.522]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.8010176Z [00:03:54.522]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.8010664Z [00:03:54.522]➜  Thread model: posix
2025-08-20T19:11:35.8011009Z [00:03:54.522]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.8011455Z [00:03:54.522]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.8011992Z [00:03:54.522]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.8013600Z [00:03:54.522]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.8013893Z [00:03:54.522]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.8014179Z [00:03:54.522]➜   (in-process)
2025-08-20T19:11:35.8020398Z [00:03:54.522]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name uname.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_uname_a-uname.Tpo -MT src/libsinglebin_uname_a-uname.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_uname (int, char **);  int single_binary_main_uname" -D usage=_usage_uname -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_uname_a-uname.o -x c src/uname.c
2025-08-20T19:11:35.8026639Z [00:03:54.523]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.8027328Z [00:03:54.523]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.8027860Z [00:03:54.523]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.8028211Z [00:03:54.523]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.8028541Z [00:03:54.523]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.8028874Z [00:03:54.523]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.8029197Z [00:03:54.523]➜  #include "..." search starts here:
2025-08-20T19:11:35.8029511Z [00:03:54.523]➜  #include <...> search starts here:
2025-08-20T19:11:35.8029775Z [00:03:54.523]➜   .
2025-08-20T19:11:35.8029970Z [00:03:54.523]➜   ./lib
2025-08-20T19:11:35.8030176Z [00:03:54.523]➜   src
2025-08-20T19:11:35.8030576Z [00:03:54.523]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.8031190Z [00:03:54.523]➜   /usr/local/include
2025-08-20T19:11:35.8031551Z [00:03:54.523]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.8031825Z [00:03:54.523]➜   /usr/include
2025-08-20T19:11:35.8032073Z [00:03:54.523]➜  End of search list.
2025-08-20T19:11:35.8133930Z [00:03:54.533]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.8134356Z [00:03:54.533]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.8134701Z [00:03:54.533]➜  Thread model: posix
2025-08-20T19:11:35.8143875Z [00:03:54.533]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.8144403Z [00:03:54.533]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.8144902Z [00:03:54.533]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.8145278Z [00:03:54.533]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.8145566Z [00:03:54.533]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.8145839Z [00:03:54.534]➜   (in-process)
2025-08-20T19:11:35.8152113Z [00:03:54.534]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name tty.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_tty_a-tty.Tpo -MT src/libsinglebin_tty_a-tty.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_tty (int, char **);  int single_binary_main_tty" -D usage=_usage_tty -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_tty_a-tty.o -x c src/tty.c
2025-08-20T19:11:35.8158176Z [00:03:54.535]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.8158864Z [00:03:54.535]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.8159410Z [00:03:54.535]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.8159753Z [00:03:54.535]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.8160082Z [00:03:54.535]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.8160415Z [00:03:54.535]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.8160921Z [00:03:54.535]➜  #include "..." search starts here:
2025-08-20T19:11:35.8161240Z [00:03:54.535]➜  #include <...> search starts here:
2025-08-20T19:11:35.8161520Z [00:03:54.535]➜   .
2025-08-20T19:11:35.8161714Z [00:03:54.535]➜   ./lib
2025-08-20T19:11:35.8161916Z [00:03:54.535]➜   src
2025-08-20T19:11:35.8162172Z [00:03:54.535]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.8162462Z [00:03:54.535]➜   /usr/local/include
2025-08-20T19:11:35.8162746Z [00:03:54.535]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.8163023Z [00:03:54.535]➜   /usr/include
2025-08-20T19:11:35.8163268Z [00:03:54.535]➜  End of search list.
2025-08-20T19:11:35.8443700Z [00:03:54.565]➜    CC       src/libsinglebin_uname_a-uname-uname.o
2025-08-20T19:11:35.8678301Z [00:03:54.589]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.8678807Z [00:03:54.589]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.8679130Z [00:03:54.589]➜  Thread model: posix
2025-08-20T19:11:35.8679432Z [00:03:54.589]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.8680159Z [00:03:54.589]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.8681004Z [00:03:54.589]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.8681413Z [00:03:54.589]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.8681705Z [00:03:54.589]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.8682121Z [00:03:54.589]➜   (in-process)
2025-08-20T19:11:35.8695335Z [00:03:54.590]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name uname-uname.c  CC       src/libsinglebin_unexpand_a-unexpand.o
2025-08-20T19:11:35.8701815Z [00:03:54.590]➜   -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_uname_a-uname-uname.Tpo -MT src/libsinglebin_uname_a-uname-uname.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_uname (int, char **);  int single_binary_main_uname" -D usage=_usage_uname -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_uname_a-uname-uname.o -x c src/uname-uname.c
2025-08-20T19:11:35.8732192Z [00:03:54.593]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.8733095Z [00:03:54.593]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.8733751Z [00:03:54.593]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.8734209Z [00:03:54.593]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.8734695Z [00:03:54.593]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.8735148Z [00:03:54.593]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.8735582Z [00:03:54.593]➜  #include "..." search starts here:
2025-08-20T19:11:35.8736020Z [00:03:54.593]➜  #include <...> search starts here:
2025-08-20T19:11:35.8736392Z [00:03:54.593]➜   .
2025-08-20T19:11:35.8736712Z [00:03:54.593]➜   ./lib
2025-08-20T19:11:35.8737013Z [00:03:54.593]➜   src
2025-08-20T19:11:35.8737365Z [00:03:54.593]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.8737746Z [00:03:54.593]➜   /usr/local/include
2025-08-20T19:11:35.8738114Z [00:03:54.593]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.8738485Z [00:03:54.593]➜   /usr/include
2025-08-20T19:11:35.8738868Z [00:03:54.593]➜  End of search list.
2025-08-20T19:11:35.8894502Z [00:03:54.610]➜    CC       src/libsinglebin_unexpand_a-expand-common.o
2025-08-20T19:11:35.8934754Z [00:03:54.614]➜    CC       src/libsinglebin_uniq_a-uniq.o
2025-08-20T19:11:35.8945646Z [00:03:54.615]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.8947316Z [00:03:54.615]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.8949641Z [00:03:54.615]➜  Thread model: posix
2025-08-20T19:11:35.8949972Z [00:03:54.615]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.8950414Z [00:03:54.615]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.8951186Z [00:03:54.615]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.8951576Z [00:03:54.615]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.8951869Z [00:03:54.615]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.8955894Z [00:03:54.616]➜   (in-process)
2025-08-20T19:11:35.8965076Z [00:03:54.617]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name unexpand.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_unexpand_a-unexpand.Tpo -MT src/libsinglebin_unexpand_a-unexpand.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_unexpand (int, char **);  int single_binary_main_unexpand" -D usage=_usage_unexpand -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_unexpand_a-unexpand.o -x c src/unexpand.c
2025-08-20T19:11:35.8989538Z [00:03:54.617]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.8990251Z [00:03:54.620]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.8991005Z [00:03:54.620]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.8991347Z [00:03:54.620]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.8991679Z [00:03:54.620]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.8992077Z [00:03:54.620]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.8992402Z [00:03:54.620]➜  #include "..." search starts here:
2025-08-20T19:11:35.8992714Z [00:03:54.620]➜  #include <...> search starts here:
2025-08-20T19:11:35.8992981Z [00:03:54.620]➜   .
2025-08-20T19:11:35.8993176Z [00:03:54.620]➜   ./lib
2025-08-20T19:11:35.8993378Z [00:03:54.620]➜   src
2025-08-20T19:11:35.8993649Z [00:03:54.620]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.8993944Z [00:03:54.620]➜   /usr/local/include
2025-08-20T19:11:35.8994225Z [00:03:54.620]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.8994498Z [00:03:54.620]➜   /usr/include
2025-08-20T19:11:35.8994737Z [00:03:54.620]➜  End of search list.
2025-08-20T19:11:35.9073533Z [00:03:54.628]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.9074506Z [00:03:54.628]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.9075229Z [00:03:54.628]➜  Thread model: posix
2025-08-20T19:11:35.9076035Z [00:03:54.628]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.9076943Z [00:03:54.628]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.9077515Z [00:03:54.628]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.9077896Z [00:03:54.628]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.9078188Z [00:03:54.628]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.9078495Z [00:03:54.629]➜   (in-process)
2025-08-20T19:11:35.9084815Z [00:03:54.629]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name uniq.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_uniq_a-uniq.Tpo -MT src/libsinglebin_uniq_a-uniq.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_uniq (int, char **);  int single_binary_main_uniq" -D usage=_usage_uniq -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_uniq_a-uniq.o -x c src/uniq.c
2025-08-20T19:11:35.9090787Z [00:03:54.629]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.9091533Z [00:03:54.630]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.9092080Z [00:03:54.630]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.9092448Z [00:03:54.630]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.9092787Z [00:03:54.630]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.9093122Z [00:03:54.630]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.9093446Z [00:03:54.630]➜  #include "..." search starts here:
2025-08-20T19:11:35.9093761Z [00:03:54.630]➜  #include <...> search starts here:
2025-08-20T19:11:35.9094028Z [00:03:54.630]➜   .
2025-08-20T19:11:35.9094227Z [00:03:54.630]➜   ./lib
2025-08-20T19:11:35.9094443Z [00:03:54.630]➜   src
2025-08-20T19:11:35.9094713Z [00:03:54.630]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.9095004Z [00:03:54.630]➜   /usr/local/include
2025-08-20T19:11:35.9095341Z [00:03:54.630]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.9095628Z [00:03:54.630]➜   /usr/include
2025-08-20T19:11:35.9095868Z [00:03:54.630]➜  End of search list.
2025-08-20T19:11:35.9194203Z [00:03:54.640]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.9195222Z [00:03:54.640]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.9195580Z [00:03:54.640]➜  Thread model: posix
2025-08-20T19:11:35.9195884Z [00:03:54.640]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.9196327Z [00:03:54.640]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.9196816Z [00:03:54.640]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.9197191Z [00:03:54.640]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.9197918Z [00:03:54.640]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.9210087Z [00:03:54.642]➜   (in-process)
2025-08-20T19:11:35.9217390Z [00:03:54.642]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name expand-common.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_unexpand_a-expand-common.Tpo -MT src/libsinglebin_unexpand_a-expand-common.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_unexpand (int, char **);  int single_binary_main_unexpand" -D usage=_usage_unexpand -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_unexpand_a-expand-common.o -x c src/expand-common.c
2025-08-20T19:11:35.9252077Z [00:03:54.644]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.9253026Z [00:03:54.645]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.9253699Z [00:03:54.645]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.9254193Z [00:03:54.645]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.9254662Z [00:03:54.645]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.9255136Z [00:03:54.645]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.9255586Z [00:03:54.645]➜  #include "..." search starts here:
2025-08-20T19:11:35.9256083Z [00:03:54.645]➜  #include <...> search starts here:
2025-08-20T19:11:35.9256487Z [00:03:54.645]➜   .
2025-08-20T19:11:35.9256727Z [00:03:54.645]➜   ./lib
2025-08-20T19:11:35.9256929Z [00:03:54.645]➜   src
2025-08-20T19:11:35.9257315Z [00:03:54.645]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.9257704Z [00:03:54.645]➜   /usr/local/include
2025-08-20T19:11:35.9258084Z [00:03:54.645]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.9258476Z [00:03:54.645]➜   /usr/include
2025-08-20T19:11:35.9258851Z [00:03:54.645]➜  End of search list.
2025-08-20T19:11:35.9289750Z [00:03:54.650]➜    CC       src/libsinglebin_unlink_a-unlink.o
2025-08-20T19:11:35.9479135Z [00:03:54.669]➜    CC       src/libsinglebin_uptime_a-uptime.o
2025-08-20T19:11:35.9505063Z [00:03:54.671]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.9505487Z [00:03:54.671]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.9505798Z [00:03:54.671]➜  Thread model: posix
2025-08-20T19:11:35.9506103Z [00:03:54.671]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.9506538Z [00:03:54.671]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.9535878Z [00:03:54.674]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.9536533Z [00:03:54.674]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.9536951Z [00:03:54.674]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.9540307Z [00:03:54.675]➜   (in-process)
2025-08-20T19:11:35.9547267Z [00:03:54.675]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name unlink.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_unlink_a-unlink.Tpo -MT src/libsinglebin_unlink_a-unlink.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_unlink (int, char **);  int single_binary_main_unlink" -D usage=_usage_unlink -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_unlink_a-unlink.o -x c src/unlink.c
2025-08-20T19:11:35.9553774Z [00:03:54.676]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.9554636Z [00:03:54.676]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.9555305Z [00:03:54.676]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.9555761Z [00:03:54.676]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.9556195Z [00:03:54.676]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.9556621Z [00:03:54.676]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.9557030Z [00:03:54.676]➜  #include "..." search starts here:
2025-08-20T19:11:35.9557452Z [00:03:54.676]➜  #include <...> search starts here:
2025-08-20T19:11:35.9557817Z [00:03:54.676]➜   .
2025-08-20T19:11:35.9558105Z [00:03:54.676]➜   ./lib
2025-08-20T19:11:35.9558395Z [00:03:54.676]➜   src
2025-08-20T19:11:35.9558808Z [00:03:54.676]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.9559227Z [00:03:54.676]➜   /usr/local/include
2025-08-20T19:11:35.9559666Z [00:03:54.676]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.9560039Z [00:03:54.676]➜   /usr/include
2025-08-20T19:11:35.9560401Z [00:03:54.676]➜  End of search list.
2025-08-20T19:11:35.9780613Z [00:03:54.698]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:35.9781091Z [00:03:54.698]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:35.9781399Z [00:03:54.698]➜  Thread model: posix
2025-08-20T19:11:35.9781702Z [00:03:54.698]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:35.9782135Z [00:03:54.698]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.9782650Z [00:03:54.698]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:35.9783026Z [00:03:54.698]➜  Candidate multilib: .;@m64
2025-08-20T19:11:35.9783311Z [00:03:54.698]➜  Selected multilib: .;@m64
2025-08-20T19:11:35.9815486Z [00:03:54.702]➜   (in-process)
2025-08-20T19:11:35.9822425Z [00:03:54.702]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name uptime.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_uptime_a-uptime.Tpo -MT src/libsinglebin_uptime_a-uptime.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_uptime (int, char **);  int single_binary_main_uptime" -D usage=_usage_uptime -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_uptime_a-uptime.o -x c src/uptime.c
2025-08-20T19:11:35.9828318Z [00:03:54.702]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:35.9829305Z [00:03:54.703]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:35.9829953Z [00:03:54.703]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:35.9830406Z [00:03:54.703]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:35.9835172Z [00:03:54.703]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:35.9835510Z [00:03:54.703]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:35.9835849Z [00:03:54.703]➜  #include "..." search starts here:
2025-08-20T19:11:35.9836164Z [00:03:54.703]➜  #include <...> search starts here:
2025-08-20T19:11:35.9836425Z [00:03:54.703]➜   .
2025-08-20T19:11:35.9836618Z [00:03:54.703]➜   ./lib
2025-08-20T19:11:35.9836817Z [00:03:54.703]➜   src
2025-08-20T19:11:35.9837076Z [00:03:54.703]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:35.9837375Z [00:03:54.703]➜   /usr/local/include
2025-08-20T19:11:35.9837656Z [00:03:54.703]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:35.9837934Z [00:03:54.703]➜   /usr/include
2025-08-20T19:11:35.9838176Z [00:03:54.703]➜  End of search list.
2025-08-20T19:11:36.0032634Z [00:03:54.724]➜    CC       src/libsinglebin_vdir_a-coreutils-vdir.o
2025-08-20T19:11:36.0197693Z [00:03:54.739]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.0198139Z [00:03:54.739]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.0198453Z [00:03:54.739]➜  Thread model: posix
2025-08-20T19:11:36.0198804Z [00:03:54.739]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.0199237Z [00:03:54.739]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.0199729Z [00:03:54.739]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.0200103Z [00:03:54.739]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.0200390Z [00:03:54.739]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.0200908Z [00:03:54.739]➜   (in-process)
2025-08-20T19:11:36.0207712Z [00:03:54.739]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name coreutils-vdir.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_vdir_a-coreutils-vdir.Tpo -MT src/libsinglebin_vdir_a-coreutils-vdir.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_vdir (int, char **);  int single_binary_main_vdir" -D usage=_usage_vdir -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_vdir_a-coreutils-vdir.o -x c src/coreutils-vdir.c
2025-08-20T19:11:36.0213609Z [00:03:54.740]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.0214292Z [00:03:54.740]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.0215079Z [00:03:54.740]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.0215420Z [00:03:54.740]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.0215752Z [00:03:54.740]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.0216081Z [00:03:54.740]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.0216406Z [00:03:54.740]➜  #include "..." search starts here:
2025-08-20T19:11:36.0216742Z [00:03:54.740]➜  #include <...> search starts here:
2025-08-20T19:11:36.0217022Z [00:03:54.740]➜   .
2025-08-20T19:11:36.0217218Z [00:03:54.740]➜   ./lib
2025-08-20T19:11:36.0217416Z [00:03:54.740]➜   src
2025-08-20T19:11:36.0217669Z [00:03:54.740]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.0217959Z [00:03:54.740]➜   /usr/local/include
2025-08-20T19:11:36.0218243Z [00:03:54.740]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.0218518Z [00:03:54.740]➜   /usr/include
2025-08-20T19:11:36.0218769Z [00:03:54.740]➜  End of search list.
2025-08-20T19:11:36.0327006Z [00:03:54.753]➜    CC       src/libsinglebin_wc_a-wc.o
2025-08-20T19:11:36.0505058Z [00:03:54.771]➜    CC       src/libsinglebin_whoami_a-whoami.o
2025-08-20T19:11:36.0617172Z [00:03:54.782]➜    CC       src/libsinglebin_yes_a-yes.o
2025-08-20T19:11:36.0646303Z [00:03:54.785]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.0646722Z [00:03:54.785]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.0647032Z [00:03:54.785]➜  Thread model: posix
2025-08-20T19:11:36.0647372Z [00:03:54.785]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.0647810Z [00:03:54.785]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.0648297Z [00:03:54.785]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.0648670Z [00:03:54.786]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.0648960Z [00:03:54.786]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.0661027Z [00:03:54.787]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.0665269Z [00:03:54.787]➜  Target: aarch64-unknown-linux-gnu (in-process)
2025-08-20T19:11:36.0672256Z [00:03:54.787]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name wc.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_wc_a-wc.Tpo -MT src/libsinglebin_wc_a-wc.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_wc (int, char **);  int single_binary_main_wc" -D usage=_usage_wc -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_wc_a-wc.o -x c src/wc.c
2025-08-20T19:11:36.0677647Z [00:03:54.788]➜  
2025-08-20T19:11:36.0677925Z [00:03:54.788]➜  Thread model: posixclang -cc1 version 19.1.7
2025-08-20T19:11:36.0678599Z [00:03:54.788]➜   based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.0678995Z [00:03:54.788]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.0679554Z [00:03:54.789]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.0709966Z [00:03:54.791]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.0710652Z [00:03:54.791]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.0711096Z [00:03:54.791]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.0711432Z [00:03:54.791]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.0711704Z [00:03:54.791]➜   (in-process)
2025-08-20T19:11:36.0717940Z [00:03:54.791]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name whoami.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_whoami_a-whoami.Tpo -MT src/libsinglebin_whoami_a-whoami.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_whoami (int, char **);  int single_binary_main_whoami" -D usage=_usage_whoami -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_whoami_a-whoami.o -x c src/whoami.c
2025-08-20T19:11:36.0723729Z [00:03:54.792]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.0724861Z [00:03:54.792]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.0725467Z [00:03:54.792]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.0725808Z [00:03:54.792]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.0726140Z [00:03:54.792]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.0726470Z [00:03:54.792]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.0726803Z [00:03:54.792]➜  #include "..." search starts here:
2025-08-20T19:11:36.0727119Z [00:03:54.792]➜  #include <...> search starts here:
2025-08-20T19:11:36.0727383Z [00:03:54.792]➜   .
2025-08-20T19:11:36.0727580Z [00:03:54.792]➜   ./lib
2025-08-20T19:11:36.0727780Z [00:03:54.792]➜   src
2025-08-20T19:11:36.0728036Z [00:03:54.792]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.0728327Z [00:03:54.792]➜   /usr/local/include
2025-08-20T19:11:36.0728611Z [00:03:54.792]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.0728886Z [00:03:54.792]➜   /usr/include
2025-08-20T19:11:36.0729142Z [00:03:54.792]➜  End of search list.
2025-08-20T19:11:36.0729447Z [00:03:54.792]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.0729780Z [00:03:54.792]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.0730108Z [00:03:54.792]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.0730679Z [00:03:54.792]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.0731320Z [00:03:54.792]➜  #include "..." search starts here:
2025-08-20T19:11:36.0731636Z [00:03:54.792]➜  #include <...> search starts here:
2025-08-20T19:11:36.0731901Z [00:03:54.792]➜   .
2025-08-20T19:11:36.0732094Z [00:03:54.792]➜   ./lib
2025-08-20T19:11:36.0732292Z [00:03:54.792]➜   src
2025-08-20T19:11:36.0732544Z [00:03:54.792]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.0732832Z [00:03:54.792]➜   /usr/local/include
2025-08-20T19:11:36.0733115Z [00:03:54.792]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.0733387Z [00:03:54.792]➜   /usr/include
2025-08-20T19:11:36.0733636Z [00:03:54.792]➜  End of search list.
2025-08-20T19:11:36.0760628Z [00:03:54.797]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.0785865Z [00:03:54.797]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.0786279Z [00:03:54.797]➜  Thread model: posix
2025-08-20T19:11:36.0786580Z [00:03:54.797]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.0787056Z [00:03:54.797]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.0787548Z [00:03:54.797]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.0787929Z [00:03:54.797]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.0788217Z [00:03:54.797]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.0788482Z [00:03:54.797]➜   (in-process)
2025-08-20T19:11:36.0795172Z [00:03:54.797]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name yes.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_yes_a-yes.Tpo -MT src/libsinglebin_yes_a-yes.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_yes (int, char **);  int single_binary_main_yes" -D usage=_usage_yes -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_yes_a-yes.o -x c src/yes.c
2025-08-20T19:11:36.0800876Z [00:03:54.798]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.0801576Z [00:03:54.798]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.0802114Z [00:03:54.798]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.0802447Z [00:03:54.798]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.0802778Z [00:03:54.798]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.0803117Z [00:03:54.798]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.0803440Z [00:03:54.798]➜  #include "..." search starts here:
2025-08-20T19:11:36.0803754Z [00:03:54.798]➜  #include <...> search starts here:
2025-08-20T19:11:36.0804019Z [00:03:54.798]➜   .
2025-08-20T19:11:36.0804257Z [00:03:54.798]➜   ./lib
2025-08-20T19:11:36.0804459Z [00:03:54.798]➜   src
2025-08-20T19:11:36.0805006Z [00:03:54.798]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.0805298Z [00:03:54.798]➜   /usr/local/include
2025-08-20T19:11:36.0805578Z [00:03:54.798]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.0805852Z [00:03:54.798]➜   /usr/include
2025-08-20T19:11:36.0806088Z [00:03:54.798]➜  End of search list.
2025-08-20T19:11:36.0976111Z [00:03:54.818]➜    GEN      src/coreutils_shebangs
2025-08-20T19:11:36.1227222Z [00:03:54.843]➜    CC       src/getlimits.o
2025-08-20T19:11:36.1465243Z [00:03:54.867]➜    CC       src/make-prime-list.o
2025-08-20T19:11:36.1578833Z [00:03:54.879]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.1579252Z [00:03:54.879]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.1579565Z [00:03:54.879]➜  Thread model: posix
2025-08-20T19:11:36.1579865Z [00:03:54.879]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.1580300Z [00:03:54.879]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.1581128Z [00:03:54.879]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.1581535Z [00:03:54.879]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.1581825Z [00:03:54.879]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.1582372Z [00:03:54.879]➜   (in-process)
2025-08-20T19:11:36.1588570Z [00:03:54.879]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name getlimits.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/getlimits.Tpo -MT src/getlimits.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/getlimits.o -x c src/getlimits.c
2025-08-20T19:11:36.1594257Z [00:03:54.880]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.1595140Z [00:03:54.880]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.1595812Z [00:03:54.880]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.1596242Z [00:03:54.880]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.1596659Z [00:03:54.880]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.1597091Z [00:03:54.880]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.1597503Z [00:03:54.880]➜  #include "..." search starts here:
2025-08-20T19:11:36.1597911Z [00:03:54.880]➜  #include <...> search starts here:
2025-08-20T19:11:36.1598264Z [00:03:54.880]➜   .
2025-08-20T19:11:36.1598490Z [00:03:54.880]➜   ./lib
2025-08-20T19:11:36.1598780Z [00:03:54.880]➜   src
2025-08-20T19:11:36.1599161Z [00:03:54.880]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.1599528Z [00:03:54.880]➜   /usr/local/include
2025-08-20T19:11:36.1599888Z [00:03:54.880]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.1600244Z [00:03:54.880]➜   /usr/include
2025-08-20T19:11:36.1636752Z [00:03:54.880]➜  End of search list.
2025-08-20T19:11:36.1662133Z [00:03:54.887]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.1662555Z [00:03:54.887]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.1666365Z [00:03:54.888]➜  Thread model: posix
2025-08-20T19:11:36.1685024Z [00:03:54.889]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.1687199Z [00:03:54.889]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.1690665Z [00:03:54.889]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.1691140Z [00:03:54.889]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.1691432Z [00:03:54.889]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.1691739Z [00:03:54.889]➜   (in-process)
2025-08-20T19:11:36.1697941Z [00:03:54.889]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name make-prime-list.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/make-prime-list.Tpo -MT src/make-prime-list.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/make-prime-list.o -x c src/make-prime-list.c
2025-08-20T19:11:36.1706052Z [00:03:54.889]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.1706946Z [00:03:54.889]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.1707650Z [00:03:54.889]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.1707994Z [00:03:54.889]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.1708327Z [00:03:54.889]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.1708656Z [00:03:54.889]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.1708981Z [00:03:54.890]➜  #include "..." search starts here:
2025-08-20T19:11:36.1709654Z [00:03:54.890]➜  #include <...> search starts here:
2025-08-20T19:11:36.1709917Z [00:03:54.890]➜   .
2025-08-20T19:11:36.1710134Z [00:03:54.890]➜   ./lib
2025-08-20T19:11:36.1710335Z [00:03:54.891]➜   src
2025-08-20T19:11:36.1710801Z [00:03:54.891]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.1711115Z [00:03:54.891]➜   /usr/local/include
2025-08-20T19:11:36.1711402Z [00:03:54.892]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.1711677Z [00:03:54.892]➜   /usr/include
2025-08-20T19:11:36.1733710Z [00:03:54.894]➜  End of search list.
2025-08-20T19:11:36.1813909Z [00:03:54.902]➜    CC       src/libsinglebin_arch_a-coreutils-arch.o
2025-08-20T19:11:36.2004489Z [00:03:54.921]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.2005456Z [00:03:54.921]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.2005836Z [00:03:54.921]➜  Thread model: posix
2025-08-20T19:11:36.2006138Z [00:03:54.921]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.2006621Z [00:03:54.921]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.2007108Z [00:03:54.921]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.2007479Z [00:03:54.921]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.2007768Z [00:03:54.921]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.2021350Z [00:03:54.923]➜   (in-process)
2025-08-20T19:11:36.2034364Z [00:03:54.924]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name coreutils-arch.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_arch_a-coreutils-arch.Tpo -MT src/libsinglebin_arch_a-coreutils-arch.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_arch (int, char **);  int single_binary_main_arch" -D usage=_usage_arch -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_arch_a-coreutils-arch.o -x c src/coreutils-arch.c
2025-08-20T19:11:36.2052586Z [00:03:54.926]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.2059131Z [00:03:54.927]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.2060953Z [00:03:54.927]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.2061596Z [00:03:54.927]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.2061971Z [00:03:54.927]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.2062311Z [00:03:54.927]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.2062640Z [00:03:54.927]➜  #include "..." search starts here:
2025-08-20T19:11:36.2062958Z [00:03:54.927]➜  #include <...> search starts here:
2025-08-20T19:11:36.2063225Z [00:03:54.927]➜   .
2025-08-20T19:11:36.2063862Z [00:03:54.927]➜   ./lib
2025-08-20T19:11:36.2064077Z [00:03:54.927]➜   src
2025-08-20T19:11:36.2064337Z [00:03:54.927]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.2064624Z [00:03:54.927]➜   /usr/local/include
2025-08-20T19:11:36.2064905Z [00:03:54.927]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.2065180Z [00:03:54.927]➜   /usr/include
2025-08-20T19:11:36.2065415Z [00:03:54.927]➜  End of search list.
2025-08-20T19:11:36.2249966Z [00:03:54.946]➜    CC       src/libsinglebin_hostname_a-hostname.o
2025-08-20T19:11:36.2326389Z [00:03:54.954]➜    CC       src/libsinglebin_stdbuf_a-stdbuf.o
2025-08-20T19:11:36.2435645Z [00:03:54.964]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.2438717Z [00:03:54.965]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.2439639Z [00:03:54.965]➜  Thread model: posix
2025-08-20T19:11:36.2442845Z [00:03:54.965]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.2444983Z [00:03:54.966]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.2445510Z [00:03:54.966]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.2445886Z [00:03:54.966]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.2446321Z [00:03:54.966]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.2475549Z [00:03:54.966]➜   (in-process)
2025-08-20T19:11:36.2482512Z [00:03:54.968]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name hostname.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_hostname_a-hostname.Tpo -MT src/libsinglebin_hostname_a-hostname.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_hostname (int, char **);  int single_binary_main_hostname" -D usage=_usage_hostname -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_hostname_a-hostname.o -x c src/hostname.c
2025-08-20T19:11:36.2495800Z [00:03:54.970]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.2503306Z [00:03:54.971]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.2503930Z [00:03:54.971]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.2504279Z [00:03:54.971]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.2504610Z [00:03:54.971]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.2504963Z [00:03:54.971]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.2505290Z [00:03:54.971]➜  #include "..." search starts here:
2025-08-20T19:11:36.2505606Z [00:03:54.971]➜  #include <...> search starts here:
2025-08-20T19:11:36.2505868Z [00:03:54.971]➜   .
2025-08-20T19:11:36.2506063Z [00:03:54.971]➜   ./lib
2025-08-20T19:11:36.2506261Z [00:03:54.971]➜   src
2025-08-20T19:11:36.2506903Z [00:03:54.971]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.2507197Z [00:03:54.971]➜   /usr/local/include
2025-08-20T19:11:36.2507477Z [00:03:54.971]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.2507755Z [00:03:54.971]➜   /usr/include
2025-08-20T19:11:36.2507994Z [00:03:54.971]➜  End of search list.
2025-08-20T19:11:36.2584942Z [00:03:54.979]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.2587578Z [00:03:54.979]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.2588029Z [00:03:54.979]➜  Thread model: posix
2025-08-20T19:11:36.2588411Z [00:03:54.979]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.2588984Z [00:03:54.979]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.2589631Z [00:03:54.979]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.2590123Z [00:03:54.979]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.2590745Z [00:03:54.979]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.2616237Z [00:03:54.982]➜   (in-process)
2025-08-20T19:11:36.2623229Z [00:03:54.983]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stdbuf.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libsinglebin_stdbuf_a-stdbuf.Tpo -MT src/libsinglebin_stdbuf_a-stdbuf.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_stdbuf (int, char **);  int single_binary_main_stdbuf" -D usage=_usage_stdbuf -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_stdbuf_a-stdbuf.o -x c src/stdbuf.c
2025-08-20T19:11:36.2629266Z [00:03:54.983]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.2630083Z [00:03:54.983]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.2630911Z [00:03:54.983]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.2631336Z [00:03:54.983]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.2631756Z [00:03:54.983]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.2632176Z [00:03:54.983]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.2632617Z [00:03:54.983]➜  #include "..." search starts here:
2025-08-20T19:11:36.2633029Z [00:03:54.983]➜  #include <...> search starts here:
2025-08-20T19:11:36.2633375Z [00:03:54.983]➜   .
2025-08-20T19:11:36.2633703Z [00:03:54.983]➜   ./lib
2025-08-20T19:11:36.2634017Z [00:03:54.983]➜   src
2025-08-20T19:11:36.2634419Z [00:03:54.983]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.2634815Z [00:03:54.983]➜   /usr/local/include
2025-08-20T19:11:36.2635203Z [00:03:54.983]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.2635584Z [00:03:54.983]➜   /usr/include
2025-08-20T19:11:36.2635933Z [00:03:54.983]➜  End of search list.
2025-08-20T19:11:36.2636705Z [00:03:54.984]➜    CC       src/coreutils-coreutils.o
2025-08-20T19:11:36.2899600Z [00:03:55.010]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.2900026Z [00:03:55.010]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.2900338Z [00:03:55.010]➜  Thread model: posix
2025-08-20T19:11:36.2900800Z [00:03:55.010]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.2901246Z [00:03:55.010]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.2901736Z [00:03:55.010]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.2902183Z [00:03:55.010]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.2902473Z [00:03:55.010]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.2902740Z [00:03:55.010]➜   (in-process)
2025-08-20T19:11:36.2918240Z [00:03:55.012]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name coreutils.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/coreutils-coreutils.Tpo -MT src/coreutils-coreutils.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/coreutils-coreutils.o -x c src/coreutils.c
2025-08-20T19:11:36.2953884Z [00:03:55.014]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.2954417Z [00:03:55.014]➜    CC       src/version.o
2025-08-20T19:11:36.2956292Z [00:03:55.014]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.2982464Z [00:03:55.014]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.2983544Z [00:03:55.014]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.2983927Z [00:03:55.014]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.2984299Z [00:03:55.014]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.2984622Z [00:03:55.014]➜  #include "..." search starts here:
2025-08-20T19:11:36.2984936Z [00:03:55.014]➜  #include <...> search starts here:
2025-08-20T19:11:36.2985200Z [00:03:55.014]➜   .
2025-08-20T19:11:36.2985397Z [00:03:55.014]➜   ./lib
2025-08-20T19:11:36.2985597Z [00:03:55.014]➜   src
2025-08-20T19:11:36.2985856Z [00:03:55.014]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.2986150Z [00:03:55.014]➜   /usr/local/include
2025-08-20T19:11:36.2986435Z [00:03:55.014]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.2986723Z [00:03:55.014]➜   /usr/include
2025-08-20T19:11:36.2986966Z [00:03:55.014]➜  End of search list.
2025-08-20T19:11:36.3231307Z [00:03:55.044]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.3232678Z [00:03:55.044]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.3236630Z [00:03:55.045]➜  Thread model: posix
2025-08-20T19:11:36.3239513Z [00:03:55.045]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.3242521Z [00:03:55.045]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.3245356Z [00:03:55.046]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.3250974Z [00:03:55.046]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.3256112Z [00:03:55.047]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.3263123Z [00:03:55.047]➜   (in-process)
2025-08-20T19:11:36.3307579Z [00:03:55.051]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name version.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/version.Tpo -MT src/version.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-format-extra-args -Wno-implicit-const-int-float-conversion -Wno-tautological-constant-out-of-range-compare -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/version.o -x c src/version.c
2025-08-20T19:11:36.3332753Z [00:03:55.054]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.3333474Z [00:03:55.054]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.3334019Z [00:03:55.054]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.3334367Z [00:03:55.054]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.3334702Z [00:03:55.054]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.3335034Z [00:03:55.054]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.3335808Z [00:03:55.054]➜  #include "..." search starts here:
2025-08-20T19:11:36.3336197Z [00:03:55.054]➜  #include <...> search starts here:
2025-08-20T19:11:36.3336466Z [00:03:55.054]➜   .
2025-08-20T19:11:36.3336660Z [00:03:55.054]➜   ./lib
2025-08-20T19:11:36.3336864Z [00:03:55.054]➜   src
2025-08-20T19:11:36.3337122Z [00:03:55.054]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.3337433Z [00:03:55.054]➜   /usr/local/include
2025-08-20T19:11:36.3337715Z [00:03:55.054]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.3337989Z [00:03:55.054]➜   /usr/include
2025-08-20T19:11:36.3338226Z [00:03:55.054]➜  End of search list.
2025-08-20T19:11:36.3350788Z [00:03:55.056]➜    CC       lib/libcoreutils_a-copy-acl.o
2025-08-20T19:11:36.3426857Z [00:03:55.064]➜    CC       lib/libcoreutils_a-set-acl.o
2025-08-20T19:11:36.3586885Z [00:03:55.080]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.3589369Z [00:03:55.080]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.3592200Z [00:03:55.080]➜  Thread model: posix
2025-08-20T19:11:36.3595283Z [00:03:55.081]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.3604137Z [00:03:55.081]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.3605234Z [00:03:55.081]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.3605694Z [00:03:55.081]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.3606534Z [00:03:55.081]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.3606843Z [00:03:55.081]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.3607170Z [00:03:55.081]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.3607469Z [00:03:55.081]➜  Thread model: posix
2025-08-20T19:11:36.3607763Z [00:03:55.081]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.3608191Z [00:03:55.081]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.3608676Z [00:03:55.081]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.3609068Z [00:03:55.081]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.3609357Z [00:03:55.081]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.3613530Z [00:03:55.082]➜   (in-process)
2025-08-20T19:11:36.3626160Z [00:03:55.083]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name set-acl.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-set-acl.Tpo -MT lib/libcoreutils_a-set-acl.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion (in-process)
2025-08-20T19:11:36.3641834Z [00:03:55.083]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name copy-acl.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-copy-acl.Tpo -MT lib/libcoreutils_a-copy-acl.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-copy-acl.o -x c lib/copy-acl.c
2025-08-20T19:11:36.3667311Z [00:03:55.084]➜   -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-set-acl.o -x c lib/set-acl.c
2025-08-20T19:11:36.3669826Z [00:03:55.085]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.3670681Z [00:03:55.086]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.3671452Z [00:03:55.086]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.3671993Z [00:03:55.086]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.3672336Z [00:03:55.086]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.3672660Z [00:03:55.087]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.3673000Z [00:03:55.087]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.3673325Z [00:03:55.087]➜  #include "..." search starts here:
2025-08-20T19:11:36.3673641Z [00:03:55.087]➜  #include <...> search starts here:
2025-08-20T19:11:36.3673901Z [00:03:55.087]➜   .
2025-08-20T19:11:36.3674093Z [00:03:55.087]➜   ./lib
2025-08-20T19:11:36.3674295Z [00:03:55.087]➜   src
2025-08-20T19:11:36.3674552Z [00:03:55.087]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.3674850Z [00:03:55.087]➜   /usr/local/include
2025-08-20T19:11:36.3675132Z [00:03:55.087]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.3675425Z [00:03:55.087]➜   /usr/include
2025-08-20T19:11:36.3675665Z [00:03:55.087]➜  End of search list.
2025-08-20T19:11:36.3676186Z [00:03:55.087]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.3676713Z [00:03:55.088]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.3677059Z [00:03:55.088]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.3677389Z [00:03:55.088]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.3677715Z [00:03:55.088]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.3678037Z [00:03:55.088]➜  #include "..." search starts here:
2025-08-20T19:11:36.3678353Z [00:03:55.088]➜  #include <...> search starts here:
2025-08-20T19:11:36.3678614Z [00:03:55.088]➜   .
2025-08-20T19:11:36.3678814Z [00:03:55.088]➜   ./lib
2025-08-20T19:11:36.3679013Z [00:03:55.088]➜   src
2025-08-20T19:11:36.3679275Z [00:03:55.088]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.3679890Z [00:03:55.088]➜   /usr/local/include
2025-08-20T19:11:36.3680267Z [00:03:55.088]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.3680774Z [00:03:55.088]➜   /usr/include
2025-08-20T19:11:36.3681020Z [00:03:55.088]➜  End of search list.
2025-08-20T19:11:36.3854499Z [00:03:55.106]➜    CC       lib/libcoreutils_a-acl-errno-valid.o
2025-08-20T19:11:36.3952023Z [00:03:55.116]➜    CC       lib/libcoreutils_a-acl-internal.o
2025-08-20T19:11:36.4046078Z [00:03:55.125]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.4046464Z [00:03:55.125]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.4046776Z [00:03:55.125]➜  Thread model: posix
2025-08-20T19:11:36.4047079Z [00:03:55.125]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.4047506Z [00:03:55.125]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.4048000Z [00:03:55.125]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.4048430Z [00:03:55.125]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.4048723Z [00:03:55.126]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.4066039Z [00:03:55.127]➜   (in-process)
2025-08-20T19:11:36.4072940Z [00:03:55.128]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name acl-errno-valid.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-acl-errno-valid.Tpo -MT lib/libcoreutils_a-acl-errno-valid.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-acl-errno-valid.o -x c lib/acl-errno-valid.c
2025-08-20T19:11:36.4089067Z [00:03:55.130]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.4095980Z [00:03:55.131]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.4096710Z [00:03:55.131]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.4097211Z [00:03:55.131]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.4097706Z [00:03:55.131]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.4104492Z [00:03:55.131]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.4104981Z [00:03:55.131]➜  #include "..." search starts here:
2025-08-20T19:11:36.4105410Z [00:03:55.131]➜  #include <...> search starts here:
2025-08-20T19:11:36.4105782Z [00:03:55.131]➜   .
2025-08-20T19:11:36.4106084Z [00:03:55.131]➜   ./lib
2025-08-20T19:11:36.4106384Z [00:03:55.131]➜   src
2025-08-20T19:11:36.4106744Z [00:03:55.131]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.4107501Z [00:03:55.131]➜   /usr/local/include
2025-08-20T19:11:36.4107982Z [00:03:55.131]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.4108386Z [00:03:55.131]➜   /usr/include
2025-08-20T19:11:36.4108720Z [00:03:55.131]➜  End of search list.
2025-08-20T19:11:36.4136285Z [00:03:55.134]➜    CC       lib/libcoreutils_a-get-permissions.o
2025-08-20T19:11:36.4160978Z [00:03:55.137]➜    CC       lib/libcoreutils_a-set-permissions.o
2025-08-20T19:11:36.4196918Z [00:03:55.141]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.4197432Z [00:03:55.141]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.4197869Z [00:03:55.141]➜  Thread model: posix
2025-08-20T19:11:36.4198359Z [00:03:55.141]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.4198911Z [00:03:55.141]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.4199425Z [00:03:55.141]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.4221592Z [00:03:55.141]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.4224896Z [00:03:55.141]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.4225222Z [00:03:55.141]➜   (in-process)
2025-08-20T19:11:36.4232007Z [00:03:55.141]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name acl-internal.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-acl-internal.Tpo -MT lib/libcoreutils_a-acl-internal.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-acl-internal.o -x c lib/acl-internal.c
2025-08-20T19:11:36.4238425Z [00:03:55.142]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.4239117Z [00:03:55.142]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.4239649Z [00:03:55.142]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.4239990Z [00:03:55.142]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.4240324Z [00:03:55.142]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.4240820Z [00:03:55.142]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.4241144Z [00:03:55.142]➜  #include "..." search starts here:
2025-08-20T19:11:36.4241460Z [00:03:55.142]➜  #include <...> search starts here:
2025-08-20T19:11:36.4241723Z [00:03:55.142]➜   .
2025-08-20T19:11:36.4241919Z [00:03:55.142]➜   ./lib
2025-08-20T19:11:36.4242117Z [00:03:55.142]➜   src
2025-08-20T19:11:36.4242369Z [00:03:55.142]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.4242656Z [00:03:55.142]➜   /usr/local/include
2025-08-20T19:11:36.4243199Z [00:03:55.142]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.4243562Z [00:03:55.142]➜   /usr/include
2025-08-20T19:11:36.4243809Z [00:03:55.142]➜  End of search list.
2025-08-20T19:11:36.4347304Z [00:03:55.155]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.4348283Z [00:03:55.156]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.4348646Z [00:03:55.156]➜  Thread model: posix
2025-08-20T19:11:36.4349001Z [00:03:55.156]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.4349435Z [00:03:55.156]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.4349928Z [00:03:55.156]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.4350340Z [00:03:55.156]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.4360665Z [00:03:55.156]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.4361019Z [00:03:55.156]➜   (in-process)
2025-08-20T19:11:36.4367731Z [00:03:55.156]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name get-permissions.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-get-permissions.Tpo -MT lib/libcoreutils_a-get-permissions.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-get-permissions.o -x c lib/get-permissions.c
2025-08-20T19:11:36.4377693Z [00:03:55.156]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.4378031Z [00:03:55.156]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.4378328Z [00:03:55.156]➜  Thread model: posix
2025-08-20T19:11:36.4378624Z [00:03:55.156]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.4379063Z [00:03:55.156]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.4379549Z [00:03:55.156]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.4379921Z [00:03:55.156]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.4380207Z [00:03:55.156]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.4380897Z [00:03:55.156]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.4381361Z [00:03:55.156]➜   (in-process)
2025-08-20T19:11:36.4388432Z [00:03:55.156]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name set-permissions.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-set-permissions.Tpo -MT lib/libcoreutils_a-set-permissions.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-set-permissions.o -x c lib/set-permissions.c
2025-08-20T19:11:36.4395285Z [00:03:55.156]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.4396161Z [00:03:55.156]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.4396506Z [00:03:55.156]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.4396837Z [00:03:55.156]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.4397168Z [00:03:55.156]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.4397488Z [00:03:55.156]➜  #include "..." search starts here:
2025-08-20T19:11:36.4397800Z [00:03:55.156]➜  #include <...> search starts here:
2025-08-20T19:11:36.4398062Z [00:03:55.156]➜   .
2025-08-20T19:11:36.4398271Z [00:03:55.156]➜   ./lib
2025-08-20T19:11:36.4398467Z [00:03:55.156]➜   src
2025-08-20T19:11:36.4398723Z [00:03:55.156]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.4399019Z [00:03:55.156]➜   /usr/local/include
2025-08-20T19:11:36.4399305Z [00:03:55.156]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.4399580Z [00:03:55.156]➜   /usr/include
2025-08-20T19:11:36.4399828Z [00:03:55.156]➜  End of search list.
2025-08-20T19:11:36.4400280Z [00:03:55.156]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.4401163Z [00:03:55.156]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.4401693Z [00:03:55.156]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.4402029Z [00:03:55.156]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.4402360Z [00:03:55.156]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.4402702Z [00:03:55.156]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.4403027Z [00:03:55.156]➜  #include "..." search starts here:
2025-08-20T19:11:36.4403339Z [00:03:55.156]➜  #include <...> search starts here:
2025-08-20T19:11:36.4403600Z [00:03:55.156]➜   .
2025-08-20T19:11:36.4403790Z [00:03:55.156]➜   ./lib
2025-08-20T19:11:36.4403984Z [00:03:55.156]➜   src
2025-08-20T19:11:36.4404256Z [00:03:55.156]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.4404543Z [00:03:55.156]➜   /usr/local/include
2025-08-20T19:11:36.4404823Z [00:03:55.156]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.4405094Z [00:03:55.156]➜   /usr/include
2025-08-20T19:11:36.4405336Z [00:03:55.156]➜  End of search list.
2025-08-20T19:11:36.4405643Z [00:03:55.158]➜    CC       lib/libcoreutils_a-alignalloc.o
2025-08-20T19:11:36.4556145Z [00:03:55.176]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.4556570Z [00:03:55.176]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.4557333Z [00:03:55.176]➜  Thread model: posix
2025-08-20T19:11:36.4557703Z [00:03:55.176]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.4558143Z [00:03:55.176]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.4558635Z [00:03:55.176]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.4559006Z [00:03:55.176]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.4559312Z [00:03:55.176]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.4559577Z [00:03:55.176]➜   (in-process)
2025-08-20T19:11:36.4571637Z [00:03:55.176]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name alignalloc.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-alignalloc.Tpo -MT lib/libcoreutils_a-alignalloc.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-alignalloc.o -x c lib/alignalloc.c
2025-08-20T19:11:36.4577934Z [00:03:55.177]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.4578628Z [00:03:55.178]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.4579162Z [00:03:55.178]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.4579501Z [00:03:55.178]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.4579825Z [00:03:55.178]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.4580154Z [00:03:55.178]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.4611022Z [00:03:55.178]➜  #include "..." search starts here:
2025-08-20T19:11:36.4611833Z [00:03:55.178]➜  #include <...> search starts here:
2025-08-20T19:11:36.4612112Z [00:03:55.178]➜   .
2025-08-20T19:11:36.4612313Z [00:03:55.178]➜   ./lib
2025-08-20T19:11:36.4612515Z [00:03:55.178]➜   src
2025-08-20T19:11:36.4612777Z [00:03:55.178]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.4613072Z [00:03:55.178]➜   /usr/local/include
2025-08-20T19:11:36.4613381Z [00:03:55.178]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.4613660Z [00:03:55.178]➜   /usr/include
2025-08-20T19:11:36.4613903Z [00:03:55.178]➜  End of search list.
2025-08-20T19:11:36.4661262Z [00:03:55.187]➜    CC       lib/libcoreutils_a-allocator.o
2025-08-20T19:11:36.4731493Z [00:03:55.194]➜    CC       lib/libcoreutils_a-areadlink.o
2025-08-20T19:11:36.4751717Z [00:03:55.196]➜    CC       lib/libcoreutils_a-areadlink-with-size.o
2025-08-20T19:11:36.4814087Z [00:03:55.202]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.4814507Z [00:03:55.202]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.4815321Z [00:03:55.202]➜  Thread model: posix
2025-08-20T19:11:36.4815683Z [00:03:55.202]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.4816116Z [00:03:55.202]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.4816609Z [00:03:55.202]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.4816984Z [00:03:55.202]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.4817304Z [00:03:55.202]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.4817569Z [00:03:55.202]➜   (in-process)
2025-08-20T19:11:36.4824616Z [00:03:55.202]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name allocator.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-allocator.Tpo -MT lib/libcoreutils_a-allocator.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-allocator.o -x c lib/allocator.c
2025-08-20T19:11:36.4830893Z [00:03:55.203]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.4831586Z [00:03:55.203]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.4832124Z [00:03:55.203]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.4832459Z [00:03:55.203]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.4832790Z [00:03:55.203]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.4833122Z [00:03:55.203]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.4833444Z [00:03:55.203]➜  #include "..." search starts here:
2025-08-20T19:11:36.4833771Z [00:03:55.203]➜  #include <...> search starts here:
2025-08-20T19:11:36.4834036Z [00:03:55.203]➜   .
2025-08-20T19:11:36.4834230Z [00:03:55.203]➜   ./lib
2025-08-20T19:11:36.4834430Z [00:03:55.203]➜   src
2025-08-20T19:11:36.4834686Z [00:03:55.203]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.4834979Z [00:03:55.203]➜   /usr/local/include
2025-08-20T19:11:36.4835268Z [00:03:55.203]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.4835544Z [00:03:55.203]➜   /usr/include
2025-08-20T19:11:36.4835784Z [00:03:55.203]➜  End of search list.
2025-08-20T19:11:36.4848648Z [00:03:55.206]➜    CC       lib/libcoreutils_a-areadlinkat.o
2025-08-20T19:11:36.4985278Z [00:03:55.219]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.4985700Z [00:03:55.219]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.4986016Z [00:03:55.219]➜  Thread model: posix
2025-08-20T19:11:36.4986325Z [00:03:55.219]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.4987166Z [00:03:55.219]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.4987735Z [00:03:55.219]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.4988110Z [00:03:55.219]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.4988399Z [00:03:55.219]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.4988664Z [00:03:55.219]➜   (in-process)
2025-08-20T19:11:36.5006984Z [00:03:55.220]➜  Debian clang version 19.1.7 (3+b2) "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name areadlink-with-size.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-areadlink-with-size.Tpo -MT lib/libcoreutils_a-areadlink-with-size.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-areadlink-with-size.o -x c lib/areadlink-with-size.c
2025-08-20T19:11:36.5015672Z [00:03:55.221]➜  
2025-08-20T19:11:36.5015928Z [00:03:55.221]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.5016244Z [00:03:55.221]➜  Thread model: posix
2025-08-20T19:11:36.5016537Z [00:03:55.221]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.5016964Z [00:03:55.221]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.5017450Z [00:03:55.221]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.5017820Z [00:03:55.221]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.5018105Z [00:03:55.221]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.5018366Z [00:03:55.222]➜   (in-process)
2025-08-20T19:11:36.5018688Z [00:03:55.222]➜    CC       lib/libcoreutils_a-areadlinkat-with-size.o
2025-08-20T19:11:36.5032735Z [00:03:55.223]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name areadlink.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-areadlink.Tpo -MT lib/libcoreutils_a-areadlink.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-areadlink.o -x c lib/areadlink.c
2025-08-20T19:11:36.5038772Z [00:03:55.224]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.5039472Z [00:03:55.224]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.5040004Z [00:03:55.225]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.5040574Z [00:03:55.225]➜  ignoring duplicate directory "lib  CC       lib/libcoreutils_a-argmatch.o
2025-08-20T19:11:36.5040999Z [00:03:55.225]➜  "
2025-08-20T19:11:36.5061631Z [00:03:55.225]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.5062968Z [00:03:55.226]➜  ignoring duplicate directory "clang -cc1 version 19.1.7./src based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.5063578Z [00:03:55.226]➜  "
2025-08-20T19:11:36.5078845Z [00:03:55.228]➜  #include "..." search starts here:
2025-08-20T19:11:36.5079523Z [00:03:55.228]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.5080143Z [00:03:55.228]➜  ignoring nonexistent directory "#include <...> search starts here:
2025-08-20T19:11:36.5080650Z [00:03:55.228]➜  /include"
2025-08-20T19:11:36.5080916Z [00:03:55.228]➜   .
2025-08-20T19:11:36.5081181Z [00:03:55.228]➜   ignoring duplicate directory "./liblib
2025-08-20T19:11:36.5081456Z [00:03:55.228]➜  "
2025-08-20T19:11:36.5081701Z [00:03:55.228]➜   ignoring duplicate directory "src
2025-08-20T19:11:36.5082044Z [00:03:55.228]➜   ./lib/usr/lib/llvm-19/lib/clang/19/include"
2025-08-20T19:11:36.5082324Z [00:03:55.229]➜  
2025-08-20T19:11:36.5082590Z [00:03:55.229]➜  ignoring duplicate directory " ./src"
2025-08-20T19:11:36.5082887Z [00:03:55.229]➜  /usr/local/include
2025-08-20T19:11:36.5083163Z [00:03:55.229]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.5083435Z [00:03:55.229]➜   /usr/include
2025-08-20T19:11:36.5083676Z [00:03:55.229]➜  End of search list.
2025-08-20T19:11:36.5083958Z [00:03:55.229]➜  #include "..." search starts here:
2025-08-20T19:11:36.5084272Z [00:03:55.229]➜  #include <...> search starts here:
2025-08-20T19:11:36.5084534Z [00:03:55.229]➜   .
2025-08-20T19:11:36.5084731Z [00:03:55.229]➜   ./lib
2025-08-20T19:11:36.5084943Z [00:03:55.229]➜   src
2025-08-20T19:11:36.5085199Z [00:03:55.229]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.5085488Z [00:03:55.229]➜   /usr/local/include
2025-08-20T19:11:36.5085768Z [00:03:55.229]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.5086038Z [00:03:55.229]➜   /usr/include
2025-08-20T19:11:36.5086294Z [00:03:55.229]➜  End of search list.
2025-08-20T19:11:36.5094564Z [00:03:55.230]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.5094927Z [00:03:55.230]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.5096575Z [00:03:55.230]➜  Thread model: posix
2025-08-20T19:11:36.5098384Z [00:03:55.230]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.5099549Z [00:03:55.230]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.5100045Z [00:03:55.230]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.5100416Z [00:03:55.230]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.5101247Z [00:03:55.230]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.5120700Z [00:03:55.233]➜   (in-process)
2025-08-20T19:11:36.5127422Z [00:03:55.233]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name areadlinkat.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-areadlinkat.Tpo -MT lib/libcoreutils_a-areadlinkat.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-areadlinkat.o -x c lib/areadlinkat.c
2025-08-20T19:11:36.5150776Z [00:03:55.236]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.5165735Z [00:03:55.236]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.5166367Z [00:03:55.236]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.5166714Z [00:03:55.236]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.5167049Z [00:03:55.236]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.5167406Z [00:03:55.236]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.5167727Z [00:03:55.236]➜  #include "..." search starts here:
2025-08-20T19:11:36.5168042Z [00:03:55.236]➜  #include <...> search starts here:
2025-08-20T19:11:36.5168306Z [00:03:55.236]➜   .
2025-08-20T19:11:36.5168494Z [00:03:55.236]➜   ./lib
2025-08-20T19:11:36.5168696Z [00:03:55.236]➜   src
2025-08-20T19:11:36.5168954Z [00:03:55.236]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.5169246Z [00:03:55.236]➜   /usr/local/include
2025-08-20T19:11:36.5169542Z [00:03:55.236]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.5169819Z [00:03:55.236]➜   /usr/include
2025-08-20T19:11:36.5170056Z [00:03:55.236]➜  End of search list.
2025-08-20T19:11:36.5184481Z [00:03:55.239]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.5184900Z [00:03:55.239]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.5185204Z [00:03:55.239]➜  Thread model: posix
2025-08-20T19:11:36.5185524Z [00:03:55.239]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.5185952Z [00:03:55.239]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.5188222Z [00:03:55.239]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.5188609Z [00:03:55.239]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.5188901Z [00:03:55.239]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.5189172Z [00:03:55.239]➜   (in-process)
2025-08-20T19:11:36.5196173Z [00:03:55.239]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name argmatch.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-argmatch.Tpo -MT lib/libcoreutils_a-argmatch.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-argmatch.o -x c lib/argmatch.c
2025-08-20T19:11:36.5214825Z [00:03:55.240]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.5215521Z [00:03:55.240]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.5216055Z [00:03:55.240]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.5216410Z [00:03:55.240]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.5216737Z [00:03:55.240]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.5217072Z [00:03:55.240]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.5217392Z [00:03:55.240]➜  #include "..." search starts here:
2025-08-20T19:11:36.5217705Z [00:03:55.240]➜  #include <...> search starts here:
2025-08-20T19:11:36.5217977Z [00:03:55.240]➜   .
2025-08-20T19:11:36.5218169Z [00:03:55.240]➜   ./lib
2025-08-20T19:11:36.5218370Z [00:03:55.240]➜   src
2025-08-20T19:11:36.5218629Z [00:03:55.240]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.5218921Z [00:03:55.240]➜   /usr/local/include
2025-08-20T19:11:36.5219207Z [00:03:55.240]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.5219485Z [00:03:55.240]➜   /usr/include
2025-08-20T19:11:36.5219726Z [00:03:55.240]➜  End of search list.
2025-08-20T19:11:36.5318116Z [00:03:55.252]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.5318573Z [00:03:55.252]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.5318884Z [00:03:55.252]➜  Thread model: posix
2025-08-20T19:11:36.5319179Z [00:03:55.252]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.5319617Z [00:03:55.252]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.5320107Z [00:03:55.252]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.5320672Z [00:03:55.252]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.5321030Z [00:03:55.252]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.5353531Z [00:03:55.256]➜   (in-process)
2025-08-20T19:11:36.5362684Z [00:03:55.256]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name areadlinkat-with-size.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-areadlinkat-with-size.Tpo -MT lib/libcoreutils_a-areadlinkat-with-size.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-areadlinkat-with-size.o -x c lib/areadlinkat-with-size.c
2025-08-20T19:11:36.5369048Z [00:03:55.257]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.5386929Z [00:03:55.260]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.5387562Z [00:03:55.260]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.5387914Z [00:03:55.260]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.5388246Z [00:03:55.260]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.5388604Z [00:03:55.260]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.5388928Z [00:03:55.260]➜  #include "..." search starts here:
2025-08-20T19:11:36.5389900Z [00:03:55.260]➜  #include <...> search starts here:
2025-08-20T19:11:36.5390358Z [00:03:55.260]➜   .
2025-08-20T19:11:36.5390805Z [00:03:55.260]➜   ./lib
2025-08-20T19:11:36.5391018Z [00:03:55.260]➜   src
2025-08-20T19:11:36.5391298Z [00:03:55.260]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.5391601Z [00:03:55.260]➜   /usr/local/include
2025-08-20T19:11:36.5391888Z [00:03:55.260]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.5392163Z [00:03:55.260]➜   /usr/include
2025-08-20T19:11:36.5392405Z [00:03:55.260]➜  End of search list.
2025-08-20T19:11:36.5485297Z [00:03:55.269]➜    CC       lib/libcoreutils_a-argv-iter.o
2025-08-20T19:11:36.5667032Z [00:03:55.288]➜    CC       lib/libcoreutils_a-arpa_inet.o
2025-08-20T19:11:36.5683098Z [00:03:55.289]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.5683935Z [00:03:55.289]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.5684320Z [00:03:55.289]➜  Thread model: posix
2025-08-20T19:11:36.5684621Z [00:03:55.289]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.5685065Z [00:03:55.289]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.5685556Z [00:03:55.289]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.5685947Z [00:03:55.289]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.5686231Z [00:03:55.289]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.5689099Z [00:03:55.290]➜   (in-process)
2025-08-20T19:11:36.5696020Z [00:03:55.290]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name argv-iter.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-argv-iter.Tpo -MT lib/libcoreutils_a-argv-iter.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-argv-iter.o -x c lib/argv-iter.c
2025-08-20T19:11:36.5723560Z [00:03:55.293]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.5729892Z [00:03:55.294]➜    CC       lib/libcoreutils_a-openat-proc.o
2025-08-20T19:11:36.5733119Z [00:03:55.294]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.5733751Z [00:03:55.294]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.5734103Z [00:03:55.294]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.5734437Z [00:03:55.294]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.5734794Z [00:03:55.294]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.5735120Z [00:03:55.294]➜  #include "..." search starts here:
2025-08-20T19:11:36.5735432Z [00:03:55.294]➜  #include <...> search starts here:
2025-08-20T19:11:36.5735693Z [00:03:55.294]➜   .
2025-08-20T19:11:36.5735890Z [00:03:55.294]➜   ./lib
2025-08-20T19:11:36.5736091Z [00:03:55.294]➜   src
2025-08-20T19:11:36.5736365Z [00:03:55.294]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.5736658Z [00:03:55.294]➜   /usr/local/include
2025-08-20T19:11:36.5736947Z [00:03:55.294]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.5737236Z [00:03:55.294]➜   /usr/include
2025-08-20T19:11:36.5737476Z [00:03:55.294]➜  End of search list.
2025-08-20T19:11:36.5842922Z [00:03:55.304]➜    CC       lib/libcoreutils_a-backupfile.o
2025-08-20T19:11:36.5874568Z [00:03:55.308]➜    CC       lib/libcoreutils_a-backup-rename.o
2025-08-20T19:11:36.5905638Z [00:03:55.311]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.5907139Z [00:03:55.312]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.5908378Z [00:03:55.312]➜  Thread model: posix
2025-08-20T19:11:36.5910053Z [00:03:55.312]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.5912380Z [00:03:55.312]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.5913671Z [00:03:55.312]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.5914254Z [00:03:55.312]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.5916546Z [00:03:55.313]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.5923398Z [00:03:55.313]➜   (in-process)
2025-08-20T19:11:36.6012103Z [00:03:55.322]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name arpa_inet.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-arpa_inet.Tpo -MT lib/libcoreutils_a-arpa_inet.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -OsDebian clang version 19.1.7 (3+b2) 
2025-08-20T19:11:36.6016864Z [00:03:55.322]➜  -Wno-errorTarget:  aarch64-unknown-linux-gnu-Wno-cast-qual
2025-08-20T19:11:36.6017283Z [00:03:55.322]➜   Thread model: -Wno-conversionposix 
2025-08-20T19:11:36.6017674Z [00:03:55.322]➜  InstalledDir: -Wno-float-equal/usr/lib/llvm-19/bin
2025-08-20T19:11:36.6018333Z [00:03:55.322]➜   -Wno-sign-compare -Wno-undef -Wno-unused-functionFound candidate GCC installation:  /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.6019137Z [00:03:55.322]➜  -Wno-unused-parameter Selected GCC installation: -Wno-float-conversion/usr/lib/gcc/aarch64-linux-gnu/14 
2025-08-20T19:11:36.6032783Z [00:03:55.322]➜  -Wimplicit-fallthroughCandidate multilib:  .-Wno-pedantic; @-Wno-tautological-constant-out-of-range-comparem64 
2025-08-20T19:11:36.6033573Z [00:03:55.322]➜  -Wno-sign-conversionSelected multilib:  .-Wno-type-limits; @-Wno-unused-const-variablem64 
2025-08-20T19:11:36.6034979Z [00:03:55.322]➜  -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-arpa_inet.o -x c lib/arpa_inet.c
2025-08-20T19:11:36.6036020Z [00:03:55.322]➜   (in-process)
2025-08-20T19:11:36.6055277Z [00:03:55.322]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name backupfile.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-backupfile.Tpo -MT lib/libcoreutils_a-backupfile.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-backupfile.o -x c lib/backupfile.c
2025-08-20T19:11:36.6061523Z [00:03:55.322]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.6061994Z [00:03:55.322]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.6062321Z [00:03:55.322]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.6062612Z [00:03:55.322]➜  Thread model: posix
2025-08-20T19:11:36.6062902Z [00:03:55.322]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.6063322Z [00:03:55.322]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.6064079Z [00:03:55.322]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.6064455Z [00:03:55.322]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.6064741Z [00:03:55.322]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.6065201Z [00:03:55.322]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.6065881Z [00:03:55.322]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.6066422Z [00:03:55.322]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.6066761Z [00:03:55.322]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.6067087Z [00:03:55.322]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.6067414Z [00:03:55.322]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.6067737Z [00:03:55.322]➜  #include "..." search starts here:
2025-08-20T19:11:36.6068051Z [00:03:55.322]➜  #include <...> search starts here:
2025-08-20T19:11:36.6068327Z [00:03:55.322]➜   .
2025-08-20T19:11:36.6068517Z [00:03:55.322]➜   ./lib
2025-08-20T19:11:36.6068716Z [00:03:55.322]➜   src
2025-08-20T19:11:36.6068973Z [00:03:55.322]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.6069260Z [00:03:55.322]➜   /usr/local/include
2025-08-20T19:11:36.6069538Z [00:03:55.322]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.6069815Z [00:03:55.322]➜   /usr/include
2025-08-20T19:11:36.6070054Z [00:03:55.322]➜  End of search list.
2025-08-20T19:11:36.6070768Z [00:03:55.322]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.6071355Z [00:03:55.322]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.6071692Z [00:03:55.322]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.6072021Z [00:03:55.322]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.6072351Z [00:03:55.322]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.6072682Z [00:03:55.322]➜  #include "..." search starts here:
2025-08-20T19:11:36.6072995Z [00:03:55.322]➜  #include <...> search starts here:
2025-08-20T19:11:36.6073256Z [00:03:55.322]➜   .
2025-08-20T19:11:36.6073455Z [00:03:55.322]➜   ./lib
2025-08-20T19:11:36.6073655Z [00:03:55.322]➜   src
2025-08-20T19:11:36.6073912Z [00:03:55.322]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.6074202Z [00:03:55.322]➜   /usr/local/include
2025-08-20T19:11:36.6074481Z [00:03:55.322]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.6074760Z [00:03:55.322]➜   /usr/include
2025-08-20T19:11:36.6075379Z [00:03:55.322]➜  End of search list.
2025-08-20T19:11:36.6075740Z [00:03:55.326]➜   (in-process)
2025-08-20T19:11:36.6113059Z [00:03:55.326]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name openat-proc.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-openat-proc.Tpo -MT lib/libcoreutils_a-openat-proc.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-openat-proc.o -x c lib/openat-proc.c
2025-08-20T19:11:36.6119611Z [00:03:55.326]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.6120116Z [00:03:55.329]➜    CC       lib/libcoreutils_a-backup-find.o
2025-08-20T19:11:36.6144488Z [00:03:55.334]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.6145104Z [00:03:55.334]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.6145450Z [00:03:55.334]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.6145799Z [00:03:55.334]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.6146128Z [00:03:55.334]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.6146448Z [00:03:55.334]➜  #include "..." search starts here:
2025-08-20T19:11:36.6146764Z [00:03:55.334]➜  #include <...> search starts here:
2025-08-20T19:11:36.6147026Z [00:03:55.334]➜   .
2025-08-20T19:11:36.6147221Z [00:03:55.334]➜   ./lib
2025-08-20T19:11:36.6147418Z [00:03:55.334]➜   src
2025-08-20T19:11:36.6147676Z [00:03:55.334]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.6147979Z [00:03:55.334]➜   /usr/local/include
2025-08-20T19:11:36.6148261Z [00:03:55.334]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.6148533Z [00:03:55.334]➜   /usr/include
2025-08-20T19:11:36.6148774Z [00:03:55.334]➜  End of search list.
2025-08-20T19:11:36.6229047Z [00:03:55.344]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.6234691Z [00:03:55.344]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.6235047Z [00:03:55.344]➜  Thread model: posix
2025-08-20T19:11:36.6235351Z [00:03:55.344]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.6235783Z [00:03:55.344]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.6236273Z [00:03:55.344]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.6236648Z [00:03:55.344]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.6236936Z [00:03:55.344]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.6237752Z [00:03:55.345]➜   (in-process)
2025-08-20T19:11:36.6265139Z [00:03:55.347]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name backup-rename.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-backup-rename.Tpo -MT lib/libcoreutils_a-backup-rename.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-backup-rename.o -x c lib/backup-rename.c
2025-08-20T19:11:36.6282127Z [00:03:55.348]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.6297170Z [00:03:55.350]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include  CC       lib/libcoreutils_a-base32.o
2025-08-20T19:11:36.6305753Z [00:03:55.350]➜  "
2025-08-20T19:11:36.6306047Z [00:03:55.350]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.6306402Z [00:03:55.350]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.6306733Z [00:03:55.350]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.6307065Z [00:03:55.350]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.6307407Z [00:03:55.350]➜  #include "..." search starts here:
2025-08-20T19:11:36.6307724Z [00:03:55.350]➜  #include <...> search starts here:
2025-08-20T19:11:36.6307985Z [00:03:55.350]➜   .
2025-08-20T19:11:36.6308174Z [00:03:55.350]➜   ./lib
2025-08-20T19:11:36.6308374Z [00:03:55.350]➜   src
2025-08-20T19:11:36.6308632Z [00:03:55.350]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.6308922Z [00:03:55.350]➜   /usr/local/include
2025-08-20T19:11:36.6309204Z [00:03:55.350]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.6309493Z [00:03:55.350]➜   /usr/include
2025-08-20T19:11:36.6309738Z [00:03:55.350]➜  End of search list.
2025-08-20T19:11:36.6310020Z [00:03:55.351]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.6310343Z [00:03:55.351]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.6310834Z [00:03:55.351]➜  Thread model: posix
2025-08-20T19:11:36.6311130Z [00:03:55.351]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.6311571Z [00:03:55.351]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.6312054Z [00:03:55.351]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.6312424Z [00:03:55.351]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.6312720Z [00:03:55.351]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.6324756Z [00:03:55.353]➜   (in-process)
2025-08-20T19:11:36.6336343Z [00:03:55.354]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name backup-find.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-backup-find.Tpo -MT lib/libcoreutils_a-backup-find.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-backup-find.o -x c lib/backup-find.c
2025-08-20T19:11:36.6344736Z [00:03:55.354]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.6345426Z [00:03:55.355]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.6345965Z [00:03:55.355]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.6346316Z [00:03:55.355]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.6346647Z [00:03:55.355]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.6346975Z [00:03:55.355]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.6347298Z [00:03:55.355]➜  #include "..." search starts here:
2025-08-20T19:11:36.6347611Z [00:03:55.355]➜  #include <...> search starts here:
2025-08-20T19:11:36.6347875Z [00:03:55.355]➜   .
2025-08-20T19:11:36.6348081Z [00:03:55.355]➜   ./lib
2025-08-20T19:11:36.6348282Z [00:03:55.355]➜   src
2025-08-20T19:11:36.6348535Z [00:03:55.355]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.6348825Z [00:03:55.355]➜   /usr/local/include
2025-08-20T19:11:36.6349108Z [00:03:55.355]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.6349381Z [00:03:55.355]➜   /usr/include
2025-08-20T19:11:36.6349619Z [00:03:55.355]➜  End of search list.
2025-08-20T19:11:36.6557683Z [00:03:55.376]➜    CC       lib/libcoreutils_a-base64.o
2025-08-20T19:11:36.6577152Z [00:03:55.377]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.6577568Z [00:03:55.377]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.6577878Z [00:03:55.377]➜  Thread model: posix
2025-08-20T19:11:36.6578178Z [00:03:55.377]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.6578609Z [00:03:55.377]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.6579099Z [00:03:55.377]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.6579492Z [00:03:55.377]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.6579780Z [00:03:55.377]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.6580043Z [00:03:55.377]➜   (in-process)
2025-08-20T19:11:36.6587206Z [00:03:55.377]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name base32.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-base32.Tpo -MT lib/libcoreutils_a-base32.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-base32.o -x c lib/base32.c
2025-08-20T19:11:36.6622824Z [00:03:55.383]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.6633210Z [00:03:55.383]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.6633769Z [00:03:55.383]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.6634116Z [00:03:55.383]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.6634450Z [00:03:55.383]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.6634784Z [00:03:55.383]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.6635143Z [00:03:55.383]➜  #include "..." search starts here:
2025-08-20T19:11:36.6635500Z [00:03:55.383]➜  #include <...> search starts here:
2025-08-20T19:11:36.6635765Z [00:03:55.383]➜   .
2025-08-20T19:11:36.6635964Z [00:03:55.383]➜   ./lib
2025-08-20T19:11:36.6636163Z [00:03:55.383]➜   src
2025-08-20T19:11:36.6636417Z [00:03:55.383]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.6636715Z [00:03:55.383]➜   /usr/local/include
2025-08-20T19:11:36.6637001Z [00:03:55.383]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.6637280Z [00:03:55.383]➜   /usr/include
2025-08-20T19:11:36.6637518Z [00:03:55.383]➜  End of search list.
2025-08-20T19:11:36.6702254Z [00:03:55.391]➜    CC       lib/libcoreutils_a-basename-lgpl.o
2025-08-20T19:11:36.6732310Z [00:03:55.393]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.6733404Z [00:03:55.393]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.6734332Z [00:03:55.393]➜  Thread model: posix
2025-08-20T19:11:36.6734750Z [00:03:55.393]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.6735193Z [00:03:55.393]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.6735683Z [00:03:55.394]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.6736058Z [00:03:55.394]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.6736342Z [00:03:55.394]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.6736623Z [00:03:55.394]➜   (in-process)
2025-08-20T19:11:36.6743709Z [00:03:55.394]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name base64.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-base64.Tpo -MT lib/libcoreutils_a-base64.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-base64.o -x c lib/base64.c
2025-08-20T19:11:36.6749644Z [00:03:55.395]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.6750967Z [00:03:55.396]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.6763259Z [00:03:55.396]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.6763663Z [00:03:55.396]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.6764001Z [00:03:55.396]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.6764335Z [00:03:55.396]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.6764658Z [00:03:55.396]➜  #include "..." search starts here:
2025-08-20T19:11:36.6764971Z [00:03:55.396]➜  #include <...> search starts here:
2025-08-20T19:11:36.6765256Z [00:03:55.396]➜   .
2025-08-20T19:11:36.6765452Z [00:03:55.396]➜   ./lib
2025-08-20T19:11:36.6765656Z [00:03:55.396]➜   src
2025-08-20T19:11:36.6765916Z [00:03:55.396]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.6766214Z [00:03:55.396]➜   /usr/local/include
2025-08-20T19:11:36.6766493Z [00:03:55.396]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.6766787Z [00:03:55.396]➜   /usr/include
2025-08-20T19:11:36.6767030Z [00:03:55.396]➜  End of search list.
2025-08-20T19:11:36.6831813Z [00:03:55.403]➜    CC       lib/libcoreutils_a-binary-io.o
2025-08-20T19:11:36.6868797Z [00:03:55.408]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.6869180Z [00:03:55.408]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.6869493Z [00:03:55.408]➜  Thread model: posix
2025-08-20T19:11:36.6869792Z [00:03:55.408]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.6870224Z [00:03:55.408]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.6870924Z [00:03:55.408]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.6871298Z [00:03:55.408]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.6871583Z [00:03:55.408]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.6905770Z [00:03:55.411]➜   (in-process)
2025-08-20T19:11:36.6913016Z [00:03:55.411]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name basename-lgpl.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-basename-lgpl.Tpo -MT lib/libcoreutils_a-basename-lgpl.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-basename-lgpl.o -x c lib/basename-lgpl.c
2025-08-20T19:11:36.6919071Z [00:03:55.412]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.6919759Z [00:03:55.412]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.6920764Z [00:03:55.412]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.6921129Z [00:03:55.412]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.6921462Z [00:03:55.412]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.6921794Z [00:03:55.412]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.6922116Z [00:03:55.412]➜  #include "..." search starts here:
2025-08-20T19:11:36.6922430Z [00:03:55.412]➜  #include <...> search starts here:
﻿2025-08-20T19:11:36.6925725Z [00:03:55.412]➜   .
2025-08-20T19:11:36.6925931Z [00:03:55.412]➜   ./lib
2025-08-20T19:11:36.6926133Z [00:03:55.412]➜   src
2025-08-20T19:11:36.6926411Z [00:03:55.412]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.6926703Z [00:03:55.412]➜   /usr/local/include
2025-08-20T19:11:36.6926985Z [00:03:55.412]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.6927265Z [00:03:55.412]➜   /usr/include
2025-08-20T19:11:36.6927502Z [00:03:55.412]➜  End of search list.
2025-08-20T19:11:36.6965786Z [00:03:55.418]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.6966193Z [00:03:55.418]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.6966498Z [00:03:55.418]➜  Thread model: posix
2025-08-20T19:11:36.6966793Z [00:03:55.418]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.6967224Z [00:03:55.418]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.6967714Z [00:03:55.418]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.6968145Z [00:03:55.418]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.6968434Z [00:03:55.418]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.6972187Z [00:03:55.418]➜   (in-process)
2025-08-20T19:11:36.6979121Z [00:03:55.418]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name binary-io.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-binary-io.Tpo -MT lib/libcoreutils_a-binary-io.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-binary-io.o -x c lib/binary-io.c
2025-08-20T19:11:36.6985242Z [00:03:55.419]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.6985939Z [00:03:55.420]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.6986500Z [00:03:55.420]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.6986901Z [00:03:55.420]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.6987233Z [00:03:55.420]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.6987564Z [00:03:55.420]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.6988098Z [00:03:55.420]➜  #include "..." search starts here:
2025-08-20T19:11:36.6988415Z [00:03:55.420]➜  #include <...> search starts here:
2025-08-20T19:11:36.6988680Z [00:03:55.420]➜   .
2025-08-20T19:11:36.6988872Z [00:03:55.420]➜   ./lib
2025-08-20T19:11:36.6989068Z [00:03:55.420]➜   src
2025-08-20T19:11:36.6989325Z [00:03:55.420]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.6989611Z [00:03:55.420]➜   /usr/local/include
2025-08-20T19:11:36.6990123Z [00:03:55.420]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.6990411Z [00:03:55.420]➜   /usr/include
2025-08-20T19:11:36.6990914Z [00:03:55.420]➜  End of search list.
2025-08-20T19:11:36.7167037Z [00:03:55.438]➜    CC       lib/libcoreutils_a-bitrotate.o
2025-08-20T19:11:36.7200822Z [00:03:55.441]➜    CC       lib/libcoreutils_a-btoc32.o
2025-08-20T19:11:36.7328350Z [00:03:55.454]➜    CC       lib/libcoreutils_a-btowc.o
2025-08-20T19:11:36.7338898Z [00:03:55.455]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.7339783Z [00:03:55.455]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.7340135Z [00:03:55.455]➜  Thread model: posix
2025-08-20T19:11:36.7340567Z [00:03:55.455]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.7341050Z [00:03:55.455]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.7341557Z [00:03:55.455]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.7341957Z [00:03:55.455]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.7342242Z [00:03:55.455]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.7350972Z [00:03:55.456]➜   (in-process)
2025-08-20T19:11:36.7357986Z [00:03:55.456]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name bitrotate.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-bitrotate.Tpo -MT lib/libcoreutils_a-bitrotate.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-bitrotate.o -x c lib/bitrotate.c
2025-08-20T19:11:36.7374746Z [00:03:55.458]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.7383807Z [00:03:55.459]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.7413766Z [00:03:55.459]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.7414164Z [00:03:55.459]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.7441743Z [00:03:55.459]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.7442968Z [00:03:55.459]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.7443751Z [00:03:55.459]➜  #include "..." search starts here:
2025-08-20T19:11:36.7444082Z [00:03:55.459]➜  #include <...> search starts here:
2025-08-20T19:11:36.7444354Z [00:03:55.459]➜   .
2025-08-20T19:11:36.7444550Z [00:03:55.459]➜   ./lib
2025-08-20T19:11:36.7444758Z [00:03:55.459]➜   src
2025-08-20T19:11:36.7445017Z [00:03:55.459]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.7445309Z [00:03:55.459]➜   /usr/local/include
2025-08-20T19:11:36.7445808Z [00:03:55.459]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.7446101Z [00:03:55.459]➜   /usr/include
2025-08-20T19:11:36.7446342Z [00:03:55.459]➜  End of search list.
2025-08-20T19:11:36.7446654Z [00:03:55.464]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.7446974Z [00:03:55.464]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.7447266Z [00:03:55.464]➜  Thread model: posix
2025-08-20T19:11:36.7447557Z [00:03:55.464]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.7448002Z [00:03:55.464]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.7448492Z [00:03:55.464]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.7448867Z [00:03:55.464]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.7449150Z [00:03:55.464]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.7449419Z [00:03:55.464]➜   (in-process)
2025-08-20T19:11:36.7456311Z [00:03:55.464]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name btoc32.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-btoc32.Tpo -MT lib/libcoreutils_a-btoc32.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-btoc32.o -x c lib/btoc32.c
2025-08-20T19:11:36.7462333Z [00:03:55.465]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.7463014Z [00:03:55.465]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.7463558Z [00:03:55.465]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.7463898Z [00:03:55.465]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.7464232Z [00:03:55.465]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.7464564Z [00:03:55.465]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.7464885Z [00:03:55.465]➜  #include "..." search starts here:
2025-08-20T19:11:36.7465202Z [00:03:55.465]➜  #include <...> search starts here:
2025-08-20T19:11:36.7465467Z [00:03:55.465]➜   .
2025-08-20T19:11:36.7465855Z [00:03:55.465]➜   ./lib
2025-08-20T19:11:36.7466062Z [00:03:55.465]➜   src
2025-08-20T19:11:36.7466315Z [00:03:55.465]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.7466610Z [00:03:55.465]➜   /usr/local/include
2025-08-20T19:11:36.7466890Z [00:03:55.465]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.7467170Z [00:03:55.465]➜   /usr/include
2025-08-20T19:11:36.7467407Z [00:03:55.465]➜  End of search list.
2025-08-20T19:11:36.7600126Z [00:03:55.481]➜    CC       lib/libcoreutils_a-buffer-lcm.o
2025-08-20T19:11:36.7622042Z [00:03:55.483]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.7622511Z [00:03:55.483]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.7622820Z [00:03:55.483]➜  Thread model: posix
2025-08-20T19:11:36.7623116Z [00:03:55.483]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.7623553Z [00:03:55.483]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.7624048Z [00:03:55.483]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.7624436Z [00:03:55.483]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.7624723Z [00:03:55.483]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.7653622Z [00:03:55.486]➜   (in-process)
2025-08-20T19:11:36.7662561Z [00:03:55.486]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name btowc.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-btowc.Tpo -MT lib/libcoreutils_a-btowc.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-btowc.o -x c lib/btowc.c
2025-08-20T19:11:36.7668527Z [00:03:55.487]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.7690892Z [00:03:55.490]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.7691536Z [00:03:55.490]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.7691885Z [00:03:55.490]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.7692218Z [00:03:55.490]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.7692581Z [00:03:55.490]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.7692918Z [00:03:55.490]➜  #include "..." search starts here:
2025-08-20T19:11:36.7693236Z [00:03:55.490]➜  #include <...> search starts here:
2025-08-20T19:11:36.7693500Z [00:03:55.490]➜   .
2025-08-20T19:11:36.7693691Z [00:03:55.490]➜   ./lib
2025-08-20T19:11:36.7693896Z [00:03:55.490]➜   src
2025-08-20T19:11:36.7694152Z [00:03:55.490]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.7694787Z [00:03:55.490]➜   /usr/local/include
2025-08-20T19:11:36.7695075Z [00:03:55.490]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.7695351Z [00:03:55.490]➜   /usr/include
2025-08-20T19:11:36.7695591Z [00:03:55.490]➜  End of search list.
2025-08-20T19:11:36.7787456Z [00:03:55.499]➜    CC       lib/libcoreutils_a-c-ctype.o
2025-08-20T19:11:36.7809522Z [00:03:55.502]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.7811338Z [00:03:55.502]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.7812137Z [00:03:55.502]➜  Thread model: posix
2025-08-20T19:11:36.7812449Z [00:03:55.502]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.7812907Z [00:03:55.502]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.7813406Z [00:03:55.502]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.7813786Z [00:03:55.502]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.7814074Z [00:03:55.502]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.7822573Z [00:03:55.503]➜   (in-process)
2025-08-20T19:11:36.7829859Z [00:03:55.503]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name buffer-lcm.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-buffer-lcm.Tpo -MT lib/libcoreutils_a-buffer-lcm.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-buffer-lcm.o -x c lib/buffer-lcm.c
2025-08-20T19:11:36.7845550Z [00:03:55.506]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.7864991Z [00:03:55.507]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.7866111Z [00:03:55.507]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.7866515Z [00:03:55.507]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.7866862Z [00:03:55.507]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.7867198Z [00:03:55.507]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.7867526Z [00:03:55.507]➜  #include "..." search starts here:
2025-08-20T19:11:36.7867858Z [00:03:55.507]➜  #include <...> search starts here:
2025-08-20T19:11:36.7868136Z [00:03:55.507]➜   .
2025-08-20T19:11:36.7868330Z [00:03:55.507]➜   ./lib
2025-08-20T19:11:36.7868532Z [00:03:55.507]➜   src
2025-08-20T19:11:36.7868790Z [00:03:55.507]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.7869085Z [00:03:55.507]➜   /usr/local/include
2025-08-20T19:11:36.7869371Z [00:03:55.507]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.7869646Z [00:03:55.507]➜   /usr/include
2025-08-20T19:11:36.7870239Z [00:03:55.507]➜  End of search list.
2025-08-20T19:11:36.7891314Z [00:03:55.510]➜    CC       lib/libcoreutils_a-c-file-type.o
2025-08-20T19:11:36.7956573Z [00:03:55.517]➜    CC       lib/libcoreutils_a-c-strcasecmp.o
2025-08-20T19:11:36.7968940Z [00:03:55.518]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.7971835Z [00:03:55.518]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.7973702Z [00:03:55.518]➜  Thread model: posix
2025-08-20T19:11:36.7974326Z [00:03:55.518]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.7974795Z [00:03:55.518]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.7975287Z [00:03:55.518]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.7975671Z [00:03:55.518]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.7975959Z [00:03:55.518]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.7983928Z [00:03:55.519]➜   (in-process)
2025-08-20T19:11:36.8009869Z [00:03:55.521]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c-ctype.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-c-ctype.Tpo -MT lib/libcoreutils_a-c-ctype.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c-ctype.o -x c lib/c-ctype.c
2025-08-20T19:11:36.8016488Z [00:03:55.522]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.8025956Z [00:03:55.523]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.8026578Z [00:03:55.523]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.8026925Z [00:03:55.523]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.8027260Z [00:03:55.523]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.8027596Z [00:03:55.523]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.8027926Z [00:03:55.523]➜  #include "..." search starts here:
2025-08-20T19:11:36.8028245Z [00:03:55.523]➜  #include <...> search starts here:
2025-08-20T19:11:36.8028520Z [00:03:55.523]➜   .
2025-08-20T19:11:36.8028719Z [00:03:55.523]➜   ./lib
2025-08-20T19:11:36.8028930Z [00:03:55.523]➜   src
2025-08-20T19:11:36.8029189Z [00:03:55.523]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.8029478Z [00:03:55.523]➜   /usr/local/include
2025-08-20T19:11:36.8029792Z [00:03:55.523]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.8030068Z [00:03:55.523]➜   /usr/include
2025-08-20T19:11:36.8030307Z [00:03:55.523]➜  End of search list.
2025-08-20T19:11:36.8064785Z [00:03:55.527]➜    CC       lib/libcoreutils_a-c-strncasecmp.o
2025-08-20T19:11:36.8155350Z [00:03:55.536]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.8155764Z [00:03:55.536]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.8156072Z [00:03:55.536]➜  Thread model: posix
2025-08-20T19:11:36.8156372Z [00:03:55.536]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.8156802Z [00:03:55.536]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.8157643Z [00:03:55.536]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.8158043Z [00:03:55.536]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.8158335Z [00:03:55.536]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.8169771Z [00:03:55.538]➜   (in-process)
2025-08-20T19:11:36.8176707Z [00:03:55.538]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c-strcasecmp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-c-strcasecmp.Tpo -MT lib/libcoreutils_a-c-strcasecmp.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c-strcasecmp.o -x c lib/c-strcasecmp.c
2025-08-20T19:11:36.8190995Z [00:03:55.540]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.8191852Z [00:03:55.540]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.8192456Z [00:03:55.540]➜  clang -cc1 version 19.1.7Thread model: posix based upon LLVM 
2025-08-20T19:11:36.8193497Z [00:03:55.540]➜  19.1.7InstalledDir:  default target /usr/lib/llvm-19/bin
2025-08-20T19:11:36.8195008Z [00:03:55.540]➜  aarch64-unknown-linux-gnu
2025-08-20T19:11:36.8196418Z [00:03:55.540]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.8197109Z [00:03:55.540]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.8197552Z [00:03:55.540]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.8198017Z [00:03:55.540]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.8198557Z [00:03:55.540]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.8199104Z [00:03:55.540]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.8199449Z [00:03:55.540]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.8199787Z [00:03:55.540]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.8200120Z [00:03:55.540]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.8214855Z [00:03:55.540]➜  #include "..." search starts here:
2025-08-20T19:11:36.8215440Z [00:03:55.540]➜  #include <...> search starts here:
2025-08-20T19:11:36.8216150Z [00:03:55.540]➜   .
2025-08-20T19:11:36.8216356Z [00:03:55.540]➜   ./lib
2025-08-20T19:11:36.8216557Z [00:03:55.540]➜   src
2025-08-20T19:11:36.8216814Z [00:03:55.540]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.8217104Z [00:03:55.540]➜   /usr/local/include
2025-08-20T19:11:36.8217388Z [00:03:55.540]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.8217663Z [00:03:55.540]➜   /usr/include
2025-08-20T19:11:36.8217898Z [00:03:55.540]➜  End of search list.
2025-08-20T19:11:36.8218366Z [00:03:55.540]➜   (in-process)
2025-08-20T19:11:36.8224756Z [00:03:55.540]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c-strncasecmp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-c-strncasecmp.Tpo -MT lib/libcoreutils_a-c-strncasecmp.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp Debian clang version 19.1.7 (3+b2)-target-feature 
2025-08-20T19:11:36.8230498Z [00:03:55.540]➜  +outline-atomicsTarget:  aarch64-unknown-linux-gnu-target-feature
2025-08-20T19:11:36.8230957Z [00:03:55.540]➜   Thread model: -fmvposix 
2025-08-20T19:11:36.8231409Z [00:03:55.540]➜  -faddrsigInstalledDir:  /usr/lib/llvm-19/bin-D__GCC_HAVE_DWARF2_CFI_ASM=1
2025-08-20T19:11:36.8232377Z [00:03:55.540]➜   -o lib/libcoreutils_a-c-strncasecmp.o -x c Found candidate GCC installation: lib/c-strncasecmp.c/usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.8233012Z [00:03:55.540]➜  
2025-08-20T19:11:36.8233369Z [00:03:55.540]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.8233745Z [00:03:55.540]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.8234039Z [00:03:55.540]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.8234309Z [00:03:55.540]➜   (in-process)
2025-08-20T19:11:36.8241113Z [00:03:55.540]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c-file-type.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-c-file-type.Tpo -MT lib/libcoreutils_a-c-file-type.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c-file-type.o -x c lib/c-file-type.c
2025-08-20T19:11:36.8247349Z [00:03:55.540]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.8248042Z [00:03:55.540]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.8248577Z [00:03:55.540]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.8248910Z [00:03:55.540]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.8249239Z [00:03:55.540]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.8249567Z [00:03:55.540]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.8249891Z [00:03:55.540]➜  #include "..." search starts here:
2025-08-20T19:11:36.8250208Z [00:03:55.540]➜  #include <...> search starts here:
2025-08-20T19:11:36.8250644Z [00:03:55.540]➜   .
2025-08-20T19:11:36.8250906Z [00:03:55.540]➜   ./lib
2025-08-20T19:11:36.8251119Z [00:03:55.540]➜   src
2025-08-20T19:11:36.8251378Z [00:03:55.540]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.8251670Z [00:03:55.540]➜   /usr/local/include
2025-08-20T19:11:36.8251953Z [00:03:55.540]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.8252232Z [00:03:55.540]➜   /usr/include
2025-08-20T19:11:36.8252471Z [00:03:55.540]➜  End of search list.
2025-08-20T19:11:36.8252919Z [00:03:55.541]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.8253594Z [00:03:55.541]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.8254129Z [00:03:55.541]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.8254470Z [00:03:55.541]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.8255056Z [00:03:55.541]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.8255458Z [00:03:55.541]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.8255784Z [00:03:55.541]➜  #include "..." search starts here:
2025-08-20T19:11:36.8256096Z [00:03:55.541]➜  #include <...> search starts here:
2025-08-20T19:11:36.8256355Z [00:03:55.541]➜   .
2025-08-20T19:11:36.8256546Z [00:03:55.541]➜   ./lib
2025-08-20T19:11:36.8256752Z [00:03:55.541]➜   src
2025-08-20T19:11:36.8257059Z [00:03:55.541]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.8257346Z [00:03:55.541]➜   /usr/local/include
2025-08-20T19:11:36.8257625Z [00:03:55.541]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.8257901Z [00:03:55.541]➜   /usr/include
2025-08-20T19:11:36.8258139Z [00:03:55.541]➜  End of search list.
2025-08-20T19:11:36.8322617Z [00:03:55.552]➜    CC       lib/libcoreutils_a-c-strtod.o
2025-08-20T19:11:36.8418806Z [00:03:55.563]➜    CC       lib/libcoreutils_a-c-strtold.o
2025-08-20T19:11:36.8431075Z [00:03:55.564]➜    CC       lib/libcoreutils_a-c32_apply_type_test.o
2025-08-20T19:11:36.8453811Z [00:03:55.566]➜    CC       lib/libcoreutils_a-c32_get_type_test.o
2025-08-20T19:11:36.8466184Z [00:03:55.568]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.8466572Z [00:03:55.568]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.8466877Z [00:03:55.568]➜  Thread model: posix
2025-08-20T19:11:36.8467178Z [00:03:55.568]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.8467975Z [00:03:55.568]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.8468473Z [00:03:55.568]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.8468851Z [00:03:55.568]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.8469134Z [00:03:55.568]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.8474641Z [00:03:55.568]➜   (in-process)
2025-08-20T19:11:36.8481429Z [00:03:55.569]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c-strtod.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-c-strtod.Tpo -MT lib/libcoreutils_a-c-strtod.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c-strtod.o -x c lib/c-strtod.c
2025-08-20T19:11:36.8492664Z [00:03:55.570]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.8493398Z [00:03:55.570]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.8493957Z [00:03:55.570]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.8494614Z [00:03:55.570]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.8495056Z [00:03:55.570]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.8495393Z [00:03:55.570]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.8495715Z [00:03:55.570]➜  #include "..." search starts here:
2025-08-20T19:11:36.8496028Z [00:03:55.570]➜  #include <...> search starts here:
2025-08-20T19:11:36.8496459Z [00:03:55.570]➜   .
2025-08-20T19:11:36.8496661Z [00:03:55.570]➜   ./lib
2025-08-20T19:11:36.8496866Z [00:03:55.570]➜   src
2025-08-20T19:11:36.8497121Z [00:03:55.570]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.8497409Z [00:03:55.570]➜   /usr/local/include
2025-08-20T19:11:36.8497690Z [00:03:55.570]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.8497963Z [00:03:55.570]➜   /usr/include
2025-08-20T19:11:36.8498207Z [00:03:55.570]➜  End of search list.
2025-08-20T19:11:36.8582458Z [00:03:55.579]➜    CC       lib/libcoreutils_a-c32isalnum.o
2025-08-20T19:11:36.8606020Z [00:03:55.582]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.8626484Z [00:03:55.584]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.8626971Z [00:03:55.584]➜  Thread model: posix
2025-08-20T19:11:36.8627273Z [00:03:55.584]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.8627704Z [00:03:55.584]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.8628223Z [00:03:55.584]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.8628593Z [00:03:55.584]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.8628880Z [00:03:55.584]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.8629144Z [00:03:55.584]➜   (in-process)
2025-08-20T19:11:36.8641276Z [00:03:55.584]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c-strtold.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-c-strtold.Tpo -MT lib/libcoreutils_a-c-strtold.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c-strtold.o -x c lib/c-strtold.c
2025-08-20T19:11:36.8647379Z [00:03:55.584]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.8647834Z [00:03:55.584]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.8648155Z [00:03:55.584]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.8648445Z [00:03:55.584]➜  Thread model: posix
2025-08-20T19:11:36.8648735Z [00:03:55.584]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.8649169Z [00:03:55.584]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.8649662Z [00:03:55.584]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.8650034Z [00:03:55.584]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.8650321Z [00:03:55.584]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.8655632Z [00:03:55.584]➜   (in-process)
2025-08-20T19:11:36.8698006Z [00:03:55.587]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c32_apply_type_test.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-c32_apply_type_test.Tpo -MT lib/libcoreutils_a-c32_apply_type_test.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32_apply_type_test.o -x c lib/c32_apply_type_test.c
2025-08-20T19:11:36.8704692Z [00:03:55.587]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.8705389Z [00:03:55.587]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.8705933Z [00:03:55.587]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.8706276Z [00:03:55.587]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.8706602Z [00:03:55.587]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.8706931Z [00:03:55.587]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.8707254Z [00:03:55.587]➜  #include "..." search starts here:
2025-08-20T19:11:36.8707568Z [00:03:55.588]➜  #include <...> search starts here:
2025-08-20T19:11:36.8707833Z [00:03:55.588]➜   .
2025-08-20T19:11:36.8708036Z [00:03:55.588]➜   ./lib
2025-08-20T19:11:36.8708477Z [00:03:55.588]➜   src
2025-08-20T19:11:36.8708816Z [00:03:55.588]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.8709108Z [00:03:55.588]➜   /usr/local/include
2025-08-20T19:11:36.8709389Z [00:03:55.588]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.8709661Z [00:03:55.588]➜   /usr/include
2025-08-20T19:11:36.8709898Z [00:03:55.588]➜  End of search list.
2025-08-20T19:11:36.8710424Z [00:03:55.588]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.8713088Z [00:03:55.588]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.8713422Z [00:03:55.588]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.8713752Z [00:03:55.588]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.8714081Z [00:03:55.588]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.8714412Z [00:03:55.588]➜  #include "..." search starts here:
2025-08-20T19:11:36.8714725Z [00:03:55.588]➜  #include <...> search starts here:
2025-08-20T19:11:36.8714991Z [00:03:55.588]➜   .
2025-08-20T19:11:36.8715184Z [00:03:55.588]➜   ./lib
2025-08-20T19:11:36.8715386Z [00:03:55.588]➜   src
2025-08-20T19:11:36.8715643Z [00:03:55.588]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.8715933Z [00:03:55.588]➜   /usr/local/include
2025-08-20T19:11:36.8716215Z [00:03:55.588]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.8716765Z [00:03:55.588]➜   /usr/include
2025-08-20T19:11:36.8717030Z [00:03:55.588]➜  End of search list.
2025-08-20T19:11:36.8747814Z [00:03:55.596]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.8760951Z [00:03:55.596]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.8761276Z [00:03:55.596]➜  Thread model: posix
2025-08-20T19:11:36.8761575Z [00:03:55.596]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.8762009Z [00:03:55.596]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.8762523Z [00:03:55.596]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.8762912Z [00:03:55.596]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.8763322Z [00:03:55.596]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.8768639Z [00:03:55.598]➜   (in-process)
2025-08-20T19:11:36.8776196Z [00:03:55.598]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c32_get_type_test.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-c32_get_type_test.Tpo -MT lib/libcoreutils_a-c32_get_type_test.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32_get_type_test.o -x c lib/c32_get_type_test.c
2025-08-20T19:11:36.8782895Z [00:03:55.598]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.8784169Z [00:03:55.598]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.8784787Z [00:03:55.598]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.8785155Z [00:03:55.598]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.8785492Z [00:03:55.598]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.8785822Z [00:03:55.598]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.8786146Z [00:03:55.598]➜  #include "..." search starts here:
2025-08-20T19:11:36.8786461Z [00:03:55.598]➜  #include <...> search starts here:
2025-08-20T19:11:36.8786722Z [00:03:55.598]➜   .
2025-08-20T19:11:36.8786917Z [00:03:55.598]➜   ./lib
2025-08-20T19:11:36.8787126Z [00:03:55.598]➜   src
2025-08-20T19:11:36.8787395Z [00:03:55.598]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.8787687Z [00:03:55.598]➜   /usr/local/include
2025-08-20T19:11:36.8787970Z [00:03:55.598]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.8788247Z [00:03:55.598]➜   /usr/include
2025-08-20T19:11:36.8788487Z [00:03:55.598]➜  End of search list.
2025-08-20T19:11:36.8844017Z [00:03:55.605]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.8845211Z [00:03:55.605]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.8846336Z [00:03:55.605]➜  Thread model: posix
2025-08-20T19:11:36.8849264Z [00:03:55.605]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.8849827Z [00:03:55.605]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.8850328Z [00:03:55.605]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.8853279Z [00:03:55.605]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.8853612Z [00:03:55.605]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.8853900Z [00:03:55.606]➜   (in-process)
2025-08-20T19:11:36.8860561Z [00:03:55.606]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c32isalnum.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-c32isalnum.Tpo -MT lib/libcoreutils_a-c32isalnum.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32isalnum.o -x c lib/c32isalnum.c
2025-08-20T19:11:36.8866722Z [00:03:55.606]➜    CC       lib/libcoreutils_a-c32isalpha.o
2025-08-20T19:11:36.8884717Z [00:03:55.609]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.8887803Z [00:03:55.610]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.8888449Z [00:03:55.610]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.8888806Z [00:03:55.610]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.8889144Z [00:03:55.610]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.8889486Z [00:03:55.610]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.8889809Z [00:03:55.610]➜  #include "..." search starts here:
2025-08-20T19:11:36.8890126Z [00:03:55.610]➜  #include <...> search starts here:
2025-08-20T19:11:36.8890387Z [00:03:55.610]➜   .
2025-08-20T19:11:36.8890774Z [00:03:55.610]➜   ./lib
2025-08-20T19:11:36.8890992Z [00:03:55.610]➜   src
2025-08-20T19:11:36.8891253Z [00:03:55.610]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.8891560Z [00:03:55.610]➜   /usr/local/include
2025-08-20T19:11:36.8891865Z [00:03:55.610]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.8892152Z [00:03:55.610]➜   /usr/include
2025-08-20T19:11:36.8892395Z [00:03:55.610]➜  End of search list.
2025-08-20T19:11:36.9029728Z [00:03:55.624]➜    CC       lib/libcoreutils_a-c32isblank.o
2025-08-20T19:11:36.9059223Z [00:03:55.627]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.9063551Z [00:03:55.627]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.9065020Z [00:03:55.627]➜  Thread model: posix
2025-08-20T19:11:36.9065334Z [00:03:55.627]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.9065773Z [00:03:55.627]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.9066267Z [00:03:55.627]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.9067997Z [00:03:55.627]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.9068418Z [00:03:55.627]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.9069887Z [00:03:55.627]➜   (in-process)
2025-08-20T19:11:36.9076665Z [00:03:55.627]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c32isalpha.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-c32isalpha.Tpo -MT lib/libcoreutils_a-c32isalpha.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32isalpha.o -x c lib/c32isalpha.c
2025-08-20T19:11:36.9082992Z [00:03:55.628]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.9116437Z [00:03:55.632]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.9126791Z [00:03:55.632]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.9127218Z [00:03:55.633]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.9127553Z [00:03:55.633]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.9127890Z [00:03:55.633]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.9130625Z [00:03:55.633]➜  #include "..." search starts here:
2025-08-20T19:11:36.9131125Z [00:03:55.633]➜  #include <...> search starts here:
2025-08-20T19:11:36.9131397Z [00:03:55.633]➜   .
2025-08-20T19:11:36.9131595Z [00:03:55.633]➜   ./lib
2025-08-20T19:11:36.9131794Z [00:03:55.633]➜   src
2025-08-20T19:11:36.9132052Z [00:03:55.633]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.9132344Z [00:03:55.633]➜   /usr/local/include
2025-08-20T19:11:36.9132628Z [00:03:55.633]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.9132912Z [00:03:55.633]➜   /usr/include
2025-08-20T19:11:36.9133152Z [00:03:55.633]➜  End of search list.
2025-08-20T19:11:36.9240034Z [00:03:55.645]➜    CC       lib/libcoreutils_a-c32iscntrl.o
2025-08-20T19:11:36.9242650Z [00:03:55.645]➜    CC       lib/libcoreutils_a-c32isdigit.o
2025-08-20T19:11:36.9251318Z [00:03:55.646]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.9253095Z [00:03:55.646]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.9253404Z [00:03:55.646]➜  Thread model: posix
2025-08-20T19:11:36.9254193Z [00:03:55.646]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.9254626Z [00:03:55.646]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.9257930Z [00:03:55.646]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.9262491Z [00:03:55.646]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.9262952Z [00:03:55.646]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.9263251Z [00:03:55.647]➜   (in-process)
2025-08-20T19:11:36.9271758Z [00:03:55.647]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c32isblank.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-c32isblank.Tpo -MT lib/libcoreutils_a-c32isblank.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32isblank.o -x c lib/c32isblank.c
2025-08-20T19:11:36.9277965Z [00:03:55.648]➜    CC       lib/libcoreutils_a-c32isgraph.o
2025-08-20T19:11:36.9281821Z [00:03:55.649]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.9282569Z [00:03:55.649]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.9283363Z [00:03:55.649]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.9283787Z [00:03:55.649]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.9284121Z [00:03:55.649]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.9284453Z [00:03:55.649]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.9284955Z [00:03:55.649]➜  #include "..." search starts here:
2025-08-20T19:11:36.9285338Z [00:03:55.649]➜  #include <...> search starts here:
2025-08-20T19:11:36.9285605Z [00:03:55.649]➜   .
2025-08-20T19:11:36.9285799Z [00:03:55.649]➜   ./lib
2025-08-20T19:11:36.9285999Z [00:03:55.649]➜   src
2025-08-20T19:11:36.9286254Z [00:03:55.649]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.9286543Z [00:03:55.649]➜   /usr/local/include
2025-08-20T19:11:36.9286823Z [00:03:55.649]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.9287108Z [00:03:55.649]➜   /usr/include
2025-08-20T19:11:36.9287344Z [00:03:55.649]➜  End of search list.
2025-08-20T19:11:36.9386740Z [00:03:55.659]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.9387140Z [00:03:55.659]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.9389901Z [00:03:55.659]➜  Thread model: posix
2025-08-20T19:11:36.9390834Z [00:03:55.659]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.9391892Z [00:03:55.659]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.9392731Z [00:03:55.659]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.9393110Z [00:03:55.659]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.9393406Z [00:03:55.659]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.9393676Z [00:03:55.660]➜   (in-process)
2025-08-20T19:11:36.9400271Z [00:03:55.660]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c32iscntrl.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-c32iscntrl.Tpo -MT lib/libcoreutils_a-c32iscntrl.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32iscntrl.o -x c lib/c32iscntrl.c
2025-08-20T19:11:36.9409378Z [00:03:55.662]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.9410146Z [00:03:55.662]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.9410861Z [00:03:55.662]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.9411202Z [00:03:55.662]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.9411546Z [00:03:55.662]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.9412146Z [00:03:55.662]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.9412530Z [00:03:55.662]➜  #include "..." search starts here:
2025-08-20T19:11:36.9412846Z [00:03:55.662]➜  #include <...> search starts here:
2025-08-20T19:11:36.9413108Z [00:03:55.662]➜   .
2025-08-20T19:11:36.9413300Z [00:03:55.662]➜   ./lib
2025-08-20T19:11:36.9413497Z [00:03:55.662]➜   src
2025-08-20T19:11:36.9413942Z [00:03:55.662]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.9414307Z [00:03:55.662]➜   /usr/local/include
2025-08-20T19:11:36.9414594Z [00:03:55.662]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.9414870Z [00:03:55.662]➜   /usr/include
2025-08-20T19:11:36.9415112Z [00:03:55.662]➜  End of search list.
2025-08-20T19:11:36.9505170Z [00:03:55.671]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.9506253Z [00:03:55.671]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.9506660Z [00:03:55.671]➜  Thread model: posix
2025-08-20T19:11:36.9506975Z [00:03:55.671]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.9512472Z [00:03:55.672]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.9521107Z [00:03:55.673]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.9521678Z [00:03:55.673]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.9528810Z [00:03:55.674]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.9541536Z [00:03:55.675]➜   (in-process)
2025-08-20T19:11:36.9551652Z [00:03:55.676]➜   "/usr/lib/Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.9552239Z [00:03:55.676]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.9552663Z [00:03:55.676]➜  Thread model: posix
2025-08-20T19:11:36.9553096Z [00:03:55.676]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.9553609Z [00:03:55.676]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.9554265Z [00:03:55.676]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.9554785Z [00:03:55.676]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.9555239Z [00:03:55.676]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.9557806Z [00:03:55.677]➜  llvm-19 (in-process)
2025-08-20T19:11:36.9565337Z [00:03:55.677]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c32isgraph.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-c32isgraph.Tpo -MT lib/libcoreutils_a-c32isgraph.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32isgraph.o -x c lib/c32isgraph.c
2025-08-20T19:11:36.9572093Z [00:03:55.677]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.9572839Z [00:03:55.677]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.9573384Z [00:03:55.677]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.9573838Z [00:03:55.677]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.9574240Z [00:03:55.677]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.9574572Z [00:03:55.677]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.9574895Z [00:03:55.677]➜  #include "..." search starts here:
2025-08-20T19:11:36.9575212Z [00:03:55.677]➜  #include <...> search starts here:
2025-08-20T19:11:36.9575504Z [00:03:55.677]➜   .
2025-08-20T19:11:36.9575699Z [00:03:55.677]➜   ./lib
2025-08-20T19:11:36.9575899Z [00:03:55.677]➜   src
2025-08-20T19:11:36.9576165Z [00:03:55.677]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.9576464Z [00:03:55.677]➜   /usr/local/include
2025-08-20T19:11:36.9576807Z [00:03:55.677]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.9577083Z [00:03:55.677]➜   /usr/include
2025-08-20T19:11:36.9577319Z [00:03:55.677]➜  End of search list.
2025-08-20T19:11:36.9597460Z [00:03:55.680]➜  /bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c32isdigit.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-c32isdigit.Tpo -MT lib/libcoreutils_a-c32isdigit.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32isdigit.o -x c lib/c32isdigit.c
2025-08-20T19:11:36.9625642Z [00:03:55.680]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.9626448Z [00:03:55.680]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.9626999Z [00:03:55.680]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.9627348Z [00:03:55.680]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.9627684Z [00:03:55.680]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.9628017Z [00:03:55.680]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.9628339Z [00:03:55.680]➜  #include "..." search starts here:
2025-08-20T19:11:36.9628659Z [00:03:55.680]➜  #include <...> search starts here:
2025-08-20T19:11:36.9628925Z [00:03:55.680]➜   .
2025-08-20T19:11:36.9629119Z [00:03:55.680]➜   ./lib
2025-08-20T19:11:36.9629320Z [00:03:55.680]➜   src
2025-08-20T19:11:36.9629588Z [00:03:55.680]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.9630232Z [00:03:55.680]➜   /usr/local/include
2025-08-20T19:11:36.9630790Z [00:03:55.680]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.9631072Z [00:03:55.680]➜   /usr/include
2025-08-20T19:11:36.9631313Z [00:03:55.680]➜  End of search list.
2025-08-20T19:11:36.9631616Z [00:03:55.682]➜    CC       lib/libcoreutils_a-c32islower.o
2025-08-20T19:11:36.9692775Z [00:03:55.690]➜    CC       lib/libcoreutils_a-c32isprint.o
2025-08-20T19:11:36.9795107Z [00:03:55.700]➜    CC       lib/libcoreutils_a-c32ispunct.o
2025-08-20T19:11:36.9838969Z [00:03:55.704]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.9839407Z [00:03:55.704]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.9839717Z [00:03:55.704]➜  Thread model: posix
2025-08-20T19:11:36.9840012Z [00:03:55.704]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.9840552Z [00:03:55.704]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.9841168Z [00:03:55.704]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.9841559Z [00:03:55.704]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.9841849Z [00:03:55.704]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.9844576Z [00:03:55.705]➜   (in-process)
2025-08-20T19:11:36.9853447Z [00:03:55.705]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c32isprint.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-c32isprint.Tpo -MT lib/libcoreutils_a-c32isprint.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32isprint.o -x c lib/c32isprint.c
2025-08-20T19:11:36.9894462Z [00:03:55.708]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.9895221Z [00:03:55.708]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.9895766Z [00:03:55.708]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.9896134Z [00:03:55.708]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.9896463Z [00:03:55.708]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.9896792Z [00:03:55.708]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.9897114Z [00:03:55.708]➜  #include "..." search starts here:
2025-08-20T19:11:36.9897429Z [00:03:55.708]➜  #include <...> search starts here:
2025-08-20T19:11:36.9897689Z [00:03:55.708]➜   .
2025-08-20T19:11:36.9897880Z [00:03:55.708]➜   ./lib
2025-08-20T19:11:36.9898091Z [00:03:55.708]➜   src
2025-08-20T19:11:36.9898343Z [00:03:55.708]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.9899033Z [00:03:55.708]➜   /usr/local/include
2025-08-20T19:11:36.9899380Z [00:03:55.708]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.9899655Z [00:03:55.708]➜   /usr/include
2025-08-20T19:11:36.9899893Z [00:03:55.708]➜  End of search list.
2025-08-20T19:11:36.9920918Z [00:03:55.713]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:36.9921979Z [00:03:55.713]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:36.9922367Z [00:03:55.713]➜  Thread model: posix
2025-08-20T19:11:36.9922665Z [00:03:55.713]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:36.9923098Z [00:03:55.713]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.9923583Z [00:03:55.713]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:36.9923950Z [00:03:55.713]➜  Candidate multilib: .;@m64
2025-08-20T19:11:36.9924236Z [00:03:55.713]➜  Selected multilib: .;@m64
2025-08-20T19:11:36.9924516Z [00:03:55.713]➜   (in-process)
2025-08-20T19:11:36.9931187Z [00:03:55.713]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c32islower.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-c32islower.Tpo -MT lib/libcoreutils_a-c32islower.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32islower.o -x c lib/c32islower.c
2025-08-20T19:11:36.9937607Z [00:03:55.714]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:36.9938452Z [00:03:55.714]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:36.9941391Z [00:03:55.714]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:36.9941737Z [00:03:55.714]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:36.9942066Z [00:03:55.714]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:36.9942396Z [00:03:55.714]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:36.9942728Z [00:03:55.714]➜  #include "..." search starts here:
2025-08-20T19:11:36.9943041Z [00:03:55.714]➜  #include <...> search starts here:
2025-08-20T19:11:36.9943301Z [00:03:55.714]➜   .
2025-08-20T19:11:36.9943493Z [00:03:55.714]➜   ./lib
2025-08-20T19:11:36.9943692Z [00:03:55.714]➜   src
2025-08-20T19:11:36.9943944Z [00:03:55.714]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:36.9944233Z [00:03:55.714]➜   /usr/local/include
2025-08-20T19:11:36.9944512Z [00:03:55.714]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:36.9944793Z [00:03:55.714]➜   /usr/include
2025-08-20T19:11:36.9945037Z [00:03:55.714]➜  End of search list.
2025-08-20T19:11:36.9945614Z [00:03:55.715]➜    CC       lib/libcoreutils_a-c32isspace.o
2025-08-20T19:11:37.0032281Z [00:03:55.721]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.0032702Z [00:03:55.722]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.0033010Z [00:03:55.722]➜  Thread model: posix
2025-08-20T19:11:37.0033584Z [00:03:55.722]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.0034106Z [00:03:55.722]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.0034602Z [00:03:55.722]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.0034982Z [00:03:55.722]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.0035266Z [00:03:55.722]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.0035529Z [00:03:55.722]➜   (in-process)
2025-08-20T19:11:37.0042296Z [00:03:55.723]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c32ispunct.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-c32ispunct.Tpo -MT lib/libcoreutils_a-c32ispunct.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32ispunct.o -x c lib/c32ispunct.c
2025-08-20T19:11:37.0048509Z [00:03:55.724]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.0049196Z [00:03:55.724]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.0049743Z [00:03:55.724]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.0050087Z [00:03:55.724]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.0050414Z [00:03:55.724]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.0054120Z [00:03:55.724]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.0054456Z [00:03:55.724]➜  #include "..." search starts here:
2025-08-20T19:11:37.0054771Z [00:03:55.724]➜  #include <...> search starts here:
2025-08-20T19:11:37.0055042Z [00:03:55.724]➜   .
2025-08-20T19:11:37.0055244Z [00:03:55.724]➜   ./lib
2025-08-20T19:11:37.0055447Z [00:03:55.724]➜   src
2025-08-20T19:11:37.0055702Z [00:03:55.724]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.0055988Z [00:03:55.724]➜   /usr/local/include
2025-08-20T19:11:37.0056271Z [00:03:55.724]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.0056545Z [00:03:55.724]➜   /usr/include
2025-08-20T19:11:37.0056782Z [00:03:55.724]➜  End of search list.
2025-08-20T19:11:37.0121111Z [00:03:55.733]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.0121511Z [00:03:55.733]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.0122111Z [00:03:55.733]➜  Thread model: posix
2025-08-20T19:11:37.0122472Z [00:03:55.733]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.0122899Z [00:03:55.733]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.0123388Z [00:03:55.733]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.0123878Z [00:03:55.733]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.0124274Z [00:03:55.733]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.0135235Z [00:03:55.734]➜   (in-process)
2025-08-20T19:11:37.0142111Z [00:03:55.734]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c32isspace.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-c32isspace.Tpo -MT lib/libcoreutils_a-c32isspace.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32isspace.o -x c lib/c32isspace.c
2025-08-20T19:11:37.0163818Z [00:03:55.737]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.0177714Z [00:03:55.738]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.0178332Z [00:03:55.738]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.0178682Z [00:03:55.738]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.0179013Z [00:03:55.738]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.0179359Z [00:03:55.738]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.0179684Z [00:03:55.738]➜  #include "..." search starts here:
2025-08-20T19:11:37.0179997Z [00:03:55.738]➜  #include <...> search starts here:
2025-08-20T19:11:37.0180261Z [00:03:55.738]➜   .
2025-08-20T19:11:37.0180581Z [00:03:55.738]➜   ./lib
2025-08-20T19:11:37.0180823Z [00:03:55.738]➜   src
2025-08-20T19:11:37.0181080Z [00:03:55.738]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.0181375Z [00:03:55.738]➜   /usr/local/include
2025-08-20T19:11:37.0181664Z [00:03:55.738]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.0181939Z [00:03:55.738]➜   /usr/include
2025-08-20T19:11:37.0182173Z [00:03:55.738]➜  End of search list.
2025-08-20T19:11:37.0223072Z [00:03:55.743]➜    CC       lib/libcoreutils_a-c32isupper.o
2025-08-20T19:11:37.0278299Z [00:03:55.749]➜    CC       lib/libcoreutils_a-c32isxdigit.o
2025-08-20T19:11:37.0370357Z [00:03:55.758]➜    CC       lib/libcoreutils_a-c32tolower.o
2025-08-20T19:11:37.0385578Z [00:03:55.759]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.0386112Z [00:03:55.759]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.0386851Z [00:03:55.759]➜  Thread model: posix
2025-08-20T19:11:37.0387347Z [00:03:55.759]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.0387869Z [00:03:55.759]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.0388463Z [00:03:55.759]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.0389110Z [00:03:55.759]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.0389590Z [00:03:55.759]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.0389974Z [00:03:55.759]➜   (in-process)
2025-08-20T19:11:37.0396871Z [00:03:55.759]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c32isupper.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-c32isupper.Tpo -MT lib/libcoreutils_a-c32isupper.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32isupper.o -x c lib/c32isupper.c
2025-08-20T19:11:37.0403466Z [00:03:55.761]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.0404275Z [00:03:55.761]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.0404909Z [00:03:55.761]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.0405380Z [00:03:55.761]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.0405870Z [00:03:55.761]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.0406371Z [00:03:55.761]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.0406800Z [00:03:55.761]➜  #include "..." search starts here:
2025-08-20T19:11:37.0407245Z [00:03:55.761]➜  #include <...> search starts here:
2025-08-20T19:11:37.0407638Z [00:03:55.761]➜   .
2025-08-20T19:11:37.0407957Z [00:03:55.761]➜   ./lib
2025-08-20T19:11:37.0408249Z [00:03:55.761]➜   src
2025-08-20T19:11:37.0408633Z [00:03:55.761]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.0409070Z [00:03:55.761]➜   /usr/local/include
2025-08-20T19:11:37.0409548Z [00:03:55.761]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.0409936Z [00:03:55.761]➜   /usr/include
2025-08-20T19:11:37.0410335Z [00:03:55.761]➜  End of search list.
2025-08-20T19:11:37.0525015Z [00:03:55.773]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.0525532Z [00:03:55.773]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.0525867Z [00:03:55.773]➜  Thread model: posix
2025-08-20T19:11:37.0526165Z [00:03:55.773]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.0526958Z [00:03:55.773]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.0527525Z [00:03:55.773]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.0527903Z [00:03:55.773]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.0528190Z [00:03:55.773]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.0528454Z [00:03:55.773]➜   (in-process)
2025-08-20T19:11:37.0535336Z [00:03:55.773]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c32isxdigit.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-c32isxdigit.Tpo -MT lib/libcoreutils_a-c32isxdigit.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32isxdigit.o -x c lib/c32isxdigit.c
2025-08-20T19:11:37.0560044Z [00:03:55.776]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.0569254Z [00:03:55.776]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.0569849Z [00:03:55.776]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.0570219Z [00:03:55.776]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.0570668Z [00:03:55.776]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.0571012Z [00:03:55.776]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.0571336Z [00:03:55.776]➜  #include "..." search starts here:
2025-08-20T19:11:37.0571651Z [00:03:55.777]➜  #include <...> search starts here:
2025-08-20T19:11:37.0571918Z [00:03:55.777]➜   .
2025-08-20T19:11:37.0572110Z [00:03:55.777]➜   ./lib
2025-08-20T19:11:37.0572321Z [00:03:55.777]➜   src
2025-08-20T19:11:37.0572576Z [00:03:55.777]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.0572863Z [00:03:55.777]➜   /usr/local/include
2025-08-20T19:11:37.0573143Z [00:03:55.777]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.0573417Z [00:03:55.777]➜   /usr/include
2025-08-20T19:11:37.0573654Z [00:03:55.777]➜  End of search list.
2025-08-20T19:11:37.0573949Z [00:03:55.777]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.0574269Z [00:03:55.777]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.0574562Z [00:03:55.777]➜  Thread model: posix
2025-08-20T19:11:37.0574850Z [00:03:55.777]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.0575272Z [00:03:55.777]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.0575759Z [00:03:55.777]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.0576130Z [00:03:55.777]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.0576797Z [00:03:55.777]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.0577177Z [00:03:55.777]➜   (in-process)
2025-08-20T19:11:37.0622635Z [00:03:55.782]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c32tolower.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-c32tolower.Tpo -MT lib/libcoreutils_a-c32tolower.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include   CC       lib/libcoreutils_a-c32width.o
2025-08-20T19:11:37.0628914Z [00:03:55.782]➜  -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32tolower.o -x c lib/c32tolower.c
2025-08-20T19:11:37.0632330Z [00:03:55.782]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.0633032Z [00:03:55.782]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.0633574Z [00:03:55.782]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.0633924Z [00:03:55.782]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.0634262Z [00:03:55.782]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.0634599Z [00:03:55.782]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.0634917Z [00:03:55.782]➜  #include "..." search starts here:
2025-08-20T19:11:37.0635227Z [00:03:55.782]➜  #include <...> search starts here:
2025-08-20T19:11:37.0635492Z [00:03:55.782]➜   .
2025-08-20T19:11:37.0635684Z [00:03:55.782]➜   ./lib
2025-08-20T19:11:37.0635883Z [00:03:55.782]➜   src
2025-08-20T19:11:37.0636149Z [00:03:55.782]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.0636436Z [00:03:55.782]➜   /usr/local/include
2025-08-20T19:11:37.0636724Z [00:03:55.782]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.0637005Z [00:03:55.782]➜   /usr/include
2025-08-20T19:11:37.0637243Z [00:03:55.782]➜  End of search list.
2025-08-20T19:11:37.0653224Z [00:03:55.786]➜    CC       lib/libcoreutils_a-canon-host.o
2025-08-20T19:11:37.0802318Z [00:03:55.799]➜    CC       lib/libcoreutils_a-canonicalize.o
2025-08-20T19:11:37.0803036Z [00:03:55.801]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.0803481Z [00:03:55.801]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.0803901Z [00:03:55.801]➜  Thread model: posix
2025-08-20T19:11:37.0804294Z [00:03:55.801]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.0804817Z [00:03:55.801]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.0805394Z [00:03:55.801]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.0805901Z [00:03:55.801]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.0806658Z [00:03:55.801]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.0820415Z [00:03:55.802]➜   (in-process)
2025-08-20T19:11:37.0827570Z [00:03:55.802]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name canon-host.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-canon-host.Tpo -MT lib/libcoreutils_a-canon-host.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-canon-host.o -x c lib/canon-host.c
2025-08-20T19:11:37.0844841Z [00:03:55.805]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.0852375Z [00:03:55.806]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.0853176Z [00:03:55.806]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.0853685Z [00:03:55.806]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.0854154Z [00:03:55.806]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.0854640Z [00:03:55.806]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.0855102Z [00:03:55.806]➜  #include "..." search starts here:
2025-08-20T19:11:37.0855552Z [00:03:55.806]➜  #include <...> search starts here:
2025-08-20T19:11:37.0855932Z [00:03:55.806]➜   .
2025-08-20T19:11:37.0856269Z [00:03:55.806]➜   ./lib
2025-08-20T19:11:37.0856593Z [00:03:55.806]➜   src
2025-08-20T19:11:37.0858890Z [00:03:55.806]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.0859719Z [00:03:55.806]➜   /usr/local/include
2025-08-20T19:11:37.0863089Z [00:03:55.806]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.0863875Z [00:03:55.806]➜   /usr/include
2025-08-20T19:11:37.0864146Z [00:03:55.806]➜  End of search list.
2025-08-20T19:11:37.0864694Z [00:03:55.808]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.0868219Z [00:03:55.808]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.0870379Z [00:03:55.808]➜  Thread model: posix
2025-08-20T19:11:37.0870881Z [00:03:55.808]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.0871314Z [00:03:55.808]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.0871800Z [00:03:55.808]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.0872169Z [00:03:55.808]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.0872457Z [00:03:55.808]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.0872723Z [00:03:55.808]➜   (in-process)
2025-08-20T19:11:37.0879635Z [00:03:55.808]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c32width.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-c32width.Tpo -MT lib/libcoreutils_a-c32width.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32width.o -x c lib/c32width.c
2025-08-20T19:11:37.0885800Z [00:03:55.808]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.0886482Z [00:03:55.809]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.0887192Z [00:03:55.809]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.0887541Z [00:03:55.809]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.0887871Z [00:03:55.809]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.0888202Z [00:03:55.809]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.0888523Z [00:03:55.809]➜  #include "..." search starts here:
2025-08-20T19:11:37.0888838Z [00:03:55.809]➜  #include <...> search starts here:
2025-08-20T19:11:37.0889113Z [00:03:55.809]➜   .
2025-08-20T19:11:37.0889305Z [00:03:55.809]➜   ./lib
2025-08-20T19:11:37.0889508Z [00:03:55.809]➜   src
2025-08-20T19:11:37.0889759Z [00:03:55.809]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.0890048Z [00:03:55.809]➜   /usr/local/include
2025-08-20T19:11:37.0890330Z [00:03:55.809]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.0890840Z [00:03:55.809]➜   /usr/include
2025-08-20T19:11:37.0891088Z [00:03:55.809]➜  End of search list.
2025-08-20T19:11:37.0934680Z [00:03:55.814]➜    CC       lib/libcoreutils_a-careadlinkat.o
2025-08-20T19:11:37.0976083Z [00:03:55.819]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.0976481Z [00:03:55.819]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.0977002Z [00:03:55.819]➜  Thread model: posix
2025-08-20T19:11:37.0977498Z [00:03:55.819]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.0978030Z [00:03:55.819]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.0978666Z [00:03:55.819]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.0979173Z [00:03:55.819]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.0979559Z [00:03:55.819]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.1003279Z [00:03:55.820]➜   (in-process)
2025-08-20T19:11:37.1010609Z [00:03:55.820]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name canonicalize.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-canonicalize.Tpo -MT lib/libcoreutils_a-canonicalize.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-canonicalize.o -x c lib/canonicalize.c
2025-08-20T19:11:37.1016798Z [00:03:55.821]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.1017492Z [00:03:55.821]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.1018023Z [00:03:55.821]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.1018360Z [00:03:55.821]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.1018881Z [00:03:55.821]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.1019225Z [00:03:55.821]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.1019552Z [00:03:55.821]➜  #include "..." search starts here:
2025-08-20T19:11:37.1019869Z [00:03:55.821]➜  #include <...> search starts here:
2025-08-20T19:11:37.1020132Z [00:03:55.821]➜   .
2025-08-20T19:11:37.1020325Z [00:03:55.821]➜   ./lib
2025-08-20T19:11:37.1020711Z [00:03:55.821]➜   src
2025-08-20T19:11:37.1021000Z [00:03:55.821]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.1021287Z [00:03:55.821]➜   /usr/local/include
2025-08-20T19:11:37.1021568Z [00:03:55.821]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.1021840Z [00:03:55.821]➜   /usr/include
2025-08-20T19:11:37.1022077Z [00:03:55.821]➜  End of search list.
2025-08-20T19:11:37.1113453Z [00:03:55.832]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.1125323Z [00:03:55.832]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.1125704Z [00:03:55.832]➜  Thread model: posix
2025-08-20T19:11:37.1126348Z [00:03:55.832]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.1126858Z [00:03:55.832]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.1127357Z [00:03:55.832]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.1127734Z [00:03:55.832]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.1128022Z [00:03:55.833]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.1128309Z [00:03:55.833]➜   (in-process)
2025-08-20T19:11:37.1174099Z [00:03:55.837]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name careadlinkat.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-careadlinkat.Tpo -MT lib/libcoreutils_a-careadlinkat.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-careadlinkat.o -x c lib/careadlinkat.c
2025-08-20T19:11:37.1182327Z [00:03:55.837]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.1183059Z [00:03:55.837]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.1183608Z [00:03:55.837]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.1183949Z [00:03:55.837]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.1184277Z [00:03:55.837]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.1184605Z [00:03:55.837]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.1184924Z [00:03:55.837]➜  #include "..." search starts here:
2025-08-20T19:11:37.1185574Z [00:03:55.837]➜  #include <...> search starts here:
2025-08-20T19:11:37.1185849Z [00:03:55.837]➜   .
2025-08-20T19:11:37.1186045Z [00:03:55.837]➜   ./lib
2025-08-20T19:11:37.1186244Z [00:03:55.837]➜   src
2025-08-20T19:11:37.1186501Z [00:03:55.837]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.1186793Z [00:03:55.837]➜   /usr/local/include
2025-08-20T19:11:37.1187080Z [00:03:55.837]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.1187370Z [00:03:55.838]➜   /usr/include
2025-08-20T19:11:37.1187609Z [00:03:55.838]➜  End of search list.
2025-08-20T19:11:37.1211893Z [00:03:55.842]➜    CC       lib/libcoreutils_a-chdir-long.o
2025-08-20T19:11:37.1373070Z [00:03:55.858]➜    CC       lib/libcoreutils_a-chownat.o
2025-08-20T19:11:37.1374456Z [00:03:55.858]➜    CC       lib/libcoreutils_a-chmodat.o
2025-08-20T19:11:37.1402663Z [00:03:55.861]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.1403223Z [00:03:55.861]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.1403685Z [00:03:55.861]➜  Thread model: posix
2025-08-20T19:11:37.1404580Z [00:03:55.861]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.1405176Z [00:03:55.861]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.1405788Z [00:03:55.861]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.1406188Z [00:03:55.861]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.1406789Z [00:03:55.861]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.1409738Z [00:03:55.862]➜   (in-process)
2025-08-20T19:11:37.1417827Z [00:03:55.862]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name chdir-long.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-chdir-long.Tpo -MT lib/libcoreutils_a-chdir-long.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-chdir-long.o -x c lib/chdir-long.c
2025-08-20T19:11:37.1425517Z [00:03:55.862]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.1426246Z [00:03:55.863]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.1426790Z [00:03:55.863]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.1427126Z [00:03:55.863]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.1427457Z [00:03:55.863]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.1427787Z [00:03:55.863]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.1428389Z [00:03:55.863]➜  #include "..." search starts here:
2025-08-20T19:11:37.1428709Z [00:03:55.863]➜  #include <...> search starts here:
2025-08-20T19:11:37.1428985Z [00:03:55.863]➜   .
2025-08-20T19:11:37.1429179Z [00:03:55.863]➜   ./lib
2025-08-20T19:11:37.1429378Z [00:03:55.863]➜   src
2025-08-20T19:11:37.1429630Z [00:03:55.863]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.1429916Z [00:03:55.863]➜   /usr/local/include
2025-08-20T19:11:37.1430196Z [00:03:55.863]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.1430700Z [00:03:55.863]➜   /usr/include
2025-08-20T19:11:37.1431008Z [00:03:55.863]➜  End of search list.
2025-08-20T19:11:37.1661412Z [00:03:55.887]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.1663343Z [00:03:55.887]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.1663668Z [00:03:55.887]➜  Thread model: posix
2025-08-20T19:11:37.1663978Z [00:03:55.887]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.1664538Z [00:03:55.887]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.1665035Z [00:03:55.887]➜  
2025-08-20T19:11:37.1665604Z [00:03:55.887]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.1666003Z [00:03:55.887]➜  Thread model: posix
2025-08-20T19:11:37.1666299Z [00:03:55.887]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.1666721Z [00:03:55.887]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.1667221Z [00:03:55.887]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.1667609Z [00:03:55.887]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.1667896Z [00:03:55.887]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.1668273Z [00:03:55.887]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.1668644Z [00:03:55.887]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.1668928Z [00:03:55.887]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.1683054Z [00:03:55.889]➜   (in-process)
2025-08-20T19:11:37.1694784Z [00:03:55.889]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name chownat.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-chownat.Tpo -MT lib/libcoreutils_a-chownat.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-chownat.o -x c lib/chownat.c
2025-08-20T19:11:37.1700761Z [00:03:55.889]➜   (in-process)
2025-08-20T19:11:37.1723585Z [00:03:55.892]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name chmodat.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-chmodat.Tpo -MT lib/libcoreutils_a-chmodat.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-chmodat.o -x c lib/chmodat.c
2025-08-20T19:11:37.1745672Z [00:03:55.892]➜  clang -cc1 version 19.1.7clang -cc1 version 19.1.7 based upon LLVM 19.1.7 based upon LLVM  default target 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.1746286Z [00:03:55.892]➜  aarch64-unknown-linux-gnu
2025-08-20T19:11:37.1747188Z [00:03:55.892]➜  ignoring nonexistent directory "ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.1747967Z [00:03:55.892]➜  "
2025-08-20T19:11:37.1748371Z [00:03:55.892]➜  ignoring nonexistent directory "ignoring nonexistent directory "/include/include"
2025-08-20T19:11:37.1748766Z [00:03:55.892]➜  "
2025-08-20T19:11:37.1749142Z [00:03:55.892]➜  ignoring duplicate directory "ignoring duplicate directory "liblib"
2025-08-20T19:11:37.1749501Z [00:03:55.892]➜  "
2025-08-20T19:11:37.1750155Z [00:03:55.892]➜  ignoring duplicate directory "ignoring duplicate directory "./lib./lib"
2025-08-20T19:11:37.1750822Z [00:03:55.892]➜  "
2025-08-20T19:11:37.1751184Z [00:03:55.892]➜  ignoring duplicate directory "ignoring duplicate directory "./src./src"
2025-08-20T19:11:37.1751547Z [00:03:55.892]➜  "
2025-08-20T19:11:37.1751787Z [00:03:55.893]➜  #include "..." search starts here:
2025-08-20T19:11:37.1752102Z [00:03:55.893]➜  #include "..." search starts here:
2025-08-20T19:11:37.1752410Z [00:03:55.893]➜  #include <...> search starts here:
2025-08-20T19:11:37.1752733Z [00:03:55.893]➜   .#include <...> search starts here:
2025-08-20T19:11:37.1753001Z [00:03:55.893]➜  
2025-08-20T19:11:37.1753196Z [00:03:55.893]➜    ../lib
2025-08-20T19:11:37.1753398Z [00:03:55.893]➜  
2025-08-20T19:11:37.1753593Z [00:03:55.893]➜    ./libsrc
2025-08-20T19:11:37.1753682Z [00:03:55.893]➜  
2025-08-20T19:11:37.1753774Z [00:03:55.893]➜   src
2025-08-20T19:11:37.1753924Z [00:03:55.893]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.1754052Z [00:03:55.893]➜   /usr/local/include
2025-08-20T19:11:37.1754191Z [00:03:55.893]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.1754298Z [00:03:55.893]➜   /usr/include
2025-08-20T19:11:37.1754410Z [00:03:55.893]➜  End of search list.
2025-08-20T19:11:37.1754561Z [00:03:55.894]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.1754671Z [00:03:55.894]➜   /usr/local/include
2025-08-20T19:11:37.1754814Z [00:03:55.894]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.1755140Z [00:03:55.895]➜   /usr/include
2025-08-20T19:11:37.1755269Z [00:03:55.895]➜  End of search list.
2025-08-20T19:11:37.1777613Z [00:03:55.899]➜    CC       lib/libcoreutils_a-cl-strtod.o
2025-08-20T19:11:37.1948316Z [00:03:55.916]➜    CC       lib/libcoreutils_a-cl-strtold.o
2025-08-20T19:11:37.1997182Z [00:03:55.921]➜    CC       lib/libcoreutils_a-cloexec.o
2025-08-20T19:11:37.2030757Z [00:03:55.924]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.2031668Z [00:03:55.924]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.2031868Z [00:03:55.924]➜  Thread model: posix
2025-08-20T19:11:37.2032024Z [00:03:55.924]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.2032287Z [00:03:55.924]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.2032515Z [00:03:55.924]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.2032649Z [00:03:55.924]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.2035344Z [00:03:55.924]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.2037652Z [00:03:55.925]➜   (in-process)
2025-08-20T19:11:37.2046506Z [00:03:55.925]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name cl-strtod.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-cl-strtod.Tpo -MT lib/libcoreutils_a-cl-strtod.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-cl-strtod.o -x c lib/cl-strtod.c
2025-08-20T19:11:37.2074460Z [00:03:55.926]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.2074891Z [00:03:55.926]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.2075072Z [00:03:55.926]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.2075219Z [00:03:55.926]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.2075373Z [00:03:55.926]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.2075521Z [00:03:55.926]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.2075672Z [00:03:55.926]➜  #include "..." search starts here:
2025-08-20T19:11:37.2075820Z [00:03:55.926]➜  #include <...> search starts here:
2025-08-20T19:11:37.2075915Z [00:03:55.926]➜   .
2025-08-20T19:11:37.2076011Z [00:03:55.926]➜   ./lib
2025-08-20T19:11:37.2076107Z [00:03:55.926]➜   src
2025-08-20T19:11:37.2076256Z [00:03:55.926]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.2076372Z [00:03:55.926]➜   /usr/local/include
2025-08-20T19:11:37.2076510Z [00:03:55.926]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.2076943Z [00:03:55.926]➜   /usr/include
2025-08-20T19:11:37.2077058Z [00:03:55.926]➜  End of search list.
2025-08-20T19:11:37.2077236Z [00:03:55.928]➜    CC       lib/libcoreutils_a-close-stream.o
2025-08-20T19:11:37.2116858Z [00:03:55.933]➜    CC       lib/libcoreutils_a-closein.o
2025-08-20T19:11:37.2151524Z [00:03:55.936]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.2151756Z [00:03:55.936]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.2151888Z [00:03:55.936]➜  Thread model: posix
2025-08-20T19:11:37.2152081Z [00:03:55.936]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.2152351Z [00:03:55.936]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.2152579Z [00:03:55.936]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.2152713Z [00:03:55.936]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.2152839Z [00:03:55.936]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.2157346Z [00:03:55.937]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.2157913Z [00:03:55.937]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.2158429Z [00:03:55.937]➜  Thread model: posix
2025-08-20T19:11:37.2158673Z [00:03:55.937]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.2158937Z [00:03:55.937]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.2159163Z [00:03:55.937]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.2159450Z [00:03:55.937]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.2159636Z [00:03:55.937]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.2159760Z [00:03:55.937]➜   (in-process)
2025-08-20T19:11:37.2191490Z [00:03:55.937]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name cloexec.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-cloexec.Tpo -MT lib/libcoreutils_a-cloexec.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-cloexec.o -x c lib/cloexec.c
2025-08-20T19:11:37.2192585Z [00:03:55.939]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.2192706Z [00:03:55.939]➜   (in-process)
2025-08-20T19:11:37.2197586Z [00:03:55.939]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name cl-strtold.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-cl-strtold.Tpo -MT lib/libcoreutils_a-cl-strtold.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equalignoring nonexistent directory " /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include-Wno-sign-compare"
2025-08-20T19:11:37.2198457Z [00:03:55.940]➜   -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthroughignoring nonexistent directory " /include-Wno-pedantic"
2025-08-20T19:11:37.2199041Z [00:03:55.940]➜   -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits ignoring duplicate directory "-Wno-unused-const-variablelib "
2025-08-20T19:11:37.2199271Z [00:03:55.940]➜  -Wno-error -Wno-errorignoring duplicate directory " ./lib-w"
2025-08-20T19:11:37.2199541Z [00:03:55.940]➜   ignoring duplicate directory "-std=gnu23./src "
2025-08-20T19:11:37.2200117Z [00:03:55.940]➜  -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp#include "..." search starts here:
2025-08-20T19:11:37.2200270Z [00:03:55.940]➜   #include <...> search starts here:
2025-08-20T19:11:37.2200419Z [00:03:55.940]➜  -target-feature  .+outline-atomics
2025-08-20T19:11:37.2201446Z [00:03:55.940]➜    -target-feature./lib 
2025-08-20T19:11:37.2201599Z [00:03:55.940]➜  -fmv  src-faddrsig
2025-08-20T19:11:37.2201852Z [00:03:55.940]➜    -D__GCC_HAVE_DWARF2_CFI_ASM=1/usr/lib/llvm-19/lib/clang/19/include 
2025-08-20T19:11:37.2202051Z [00:03:55.940]➜  -o  /usr/local/includelib/libcoreutils_a-cl-strtold.o
2025-08-20T19:11:37.2202203Z [00:03:55.940]➜    -x/usr/include/aarch64-linux-gnu 
2025-08-20T19:11:37.2202340Z [00:03:55.940]➜  c  /usr/includelib/cl-strtold.c
2025-08-20T19:11:37.2202469Z [00:03:55.940]➜  End of search list.
2025-08-20T19:11:37.2202558Z [00:03:55.940]➜  
2025-08-20T19:11:37.2203129Z [00:03:55.940]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.2203505Z [00:03:55.940]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.2203677Z [00:03:55.940]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.2203821Z [00:03:55.940]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.2203972Z [00:03:55.940]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.2204131Z [00:03:55.940]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.2204280Z [00:03:55.940]➜  #include "..." search starts here:
2025-08-20T19:11:37.2204419Z [00:03:55.940]➜  #include <...> search starts here:
2025-08-20T19:11:37.2204507Z [00:03:55.940]➜   .
2025-08-20T19:11:37.2204606Z [00:03:55.940]➜   ./lib
2025-08-20T19:11:37.2204696Z [00:03:55.940]➜   src
2025-08-20T19:11:37.2204849Z [00:03:55.940]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.2204967Z [00:03:55.940]➜   /usr/local/include
2025-08-20T19:11:37.2205109Z [00:03:55.940]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.2205210Z [00:03:55.940]➜   /usr/include
2025-08-20T19:11:37.2205323Z [00:03:55.940]➜  End of search list.
2025-08-20T19:11:37.2338176Z [00:03:55.955]➜    CC       lib/libcoreutils_a-closeout.o
2025-08-20T19:11:37.2368062Z [00:03:55.958]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.2368232Z [00:03:55.958]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.2368683Z [00:03:55.958]➜  Thread model: posix
2025-08-20T19:11:37.2368850Z [00:03:55.958]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.2369115Z [00:03:55.958]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.2369345Z [00:03:55.958]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.2369485Z [00:03:55.958]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.2369609Z [00:03:55.958]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.2373247Z [00:03:55.958]➜   (in-process)
2025-08-20T19:11:37.2391157Z [00:03:55.959]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name close-stream.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-close-stream.Tpo -MT lib/libcoreutils_a-close-stream.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-close-stream.o -x c lib/close-stream.c
2025-08-20T19:11:37.2391920Z [00:03:55.960]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.2401261Z [00:03:55.961]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.2406492Z [00:03:55.962]➜  Target: ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.2406705Z [00:03:55.962]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.2406855Z [00:03:55.962]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.2407008Z [00:03:55.962]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.2407173Z [00:03:55.962]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.2407317Z [00:03:55.962]➜  #include "..." search starts here:
2025-08-20T19:11:37.2407462Z [00:03:55.962]➜  #include <...> search starts here:
2025-08-20T19:11:37.2407555Z [00:03:55.962]➜   .
2025-08-20T19:11:37.2407650Z [00:03:55.962]➜   ./lib
2025-08-20T19:11:37.2407746Z [00:03:55.962]➜   src
2025-08-20T19:11:37.2407897Z [00:03:55.962]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.2408013Z [00:03:55.962]➜   /usr/local/include
2025-08-20T19:11:37.2408167Z [00:03:55.962]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.2408276Z [00:03:55.962]➜   /usr/include
2025-08-20T19:11:37.2408387Z [00:03:55.962]➜  End of search list.
2025-08-20T19:11:37.2413216Z [00:03:55.962]➜  aarch64-unknown-linux-gnu
2025-08-20T19:11:37.2414893Z [00:03:55.963]➜  Thread model: posix
2025-08-20T19:11:37.2417529Z [00:03:55.963]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.2420372Z [00:03:55.963]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.2423285Z [00:03:55.963]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.2427998Z [00:03:55.964]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.2433336Z [00:03:55.964]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.2439334Z [00:03:55.965]➜   (in-process)
2025-08-20T19:11:37.2468225Z [00:03:55.967]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name closein.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-closein.Tpo -MT lib/libcoreutils_a-closein.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-closein.o -x c lib/closein.c
2025-08-20T19:11:37.2468532Z [00:03:55.967]➜    CC       lib/libcoreutils_a-copy-file-range.o
2025-08-20T19:11:37.2474644Z [00:03:55.968]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.2478459Z [00:03:55.969]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.2480872Z [00:03:55.969]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.2481360Z [00:03:55.969]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.2481729Z [00:03:55.969]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.2481885Z [00:03:55.969]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.2482149Z [00:03:55.969]➜  #include "..." search starts here:
2025-08-20T19:11:37.2482310Z [00:03:55.969]➜  #include <...> search starts here:
2025-08-20T19:11:37.2488633Z [00:03:55.970]➜   .
2025-08-20T19:11:37.2497989Z [00:03:55.970]➜   ./lib
2025-08-20T19:11:37.2499046Z [00:03:55.970]➜   src
2025-08-20T19:11:37.2499260Z [00:03:55.970]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.2499425Z [00:03:55.970]➜   /usr/local/include
2025-08-20T19:11:37.2499570Z [00:03:55.970]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.2499679Z [00:03:55.970]➜   /usr/include
2025-08-20T19:11:37.2499792Z [00:03:55.970]➜  End of search list.
2025-08-20T19:11:37.2499951Z [00:03:55.971]➜    CC       lib/libcoreutils_a-crc.o
2025-08-20T19:11:37.2600081Z [00:03:55.981]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.2600344Z [00:03:55.981]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.2600572Z [00:03:55.981]➜  Thread model: posix
2025-08-20T19:11:37.2600781Z [00:03:55.981]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.2601049Z [00:03:55.981]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.2601283Z [00:03:55.981]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.2601447Z [00:03:55.981]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.2601585Z [00:03:55.981]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.2608513Z [00:03:55.982]➜   (in-process)
2025-08-20T19:11:37.2633365Z [00:03:55.982]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name closeout.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-closeout.Tpo -MT lib/libcoreutils_a-closeout.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-closeout.o -x c lib/closeout.c
2025-08-20T19:11:37.2634000Z [00:03:55.983]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.2634395Z [00:03:55.983]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.2634566Z [00:03:55.983]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.2634719Z [00:03:55.983]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.2634873Z [00:03:55.983]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.2635168Z [00:03:55.983]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.2635317Z [00:03:55.983]➜  #include "..." search starts here:
2025-08-20T19:11:37.2635459Z [00:03:55.983]➜  #include <...> search starts here:
2025-08-20T19:11:37.2635554Z [00:03:55.983]➜   .
2025-08-20T19:11:37.2635648Z [00:03:55.983]➜   ./lib
2025-08-20T19:11:37.2635744Z [00:03:55.983]➜   src
2025-08-20T19:11:37.2635894Z [00:03:55.983]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.2636161Z [00:03:55.983]➜   /usr/local/include
2025-08-20T19:11:37.2636310Z [00:03:55.983]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.2636417Z [00:03:55.983]➜   /usr/include
2025-08-20T19:11:37.2636528Z [00:03:55.983]➜  End of search list.
2025-08-20T19:11:37.2721334Z [00:03:55.993]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.2721534Z [00:03:55.993]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.2721663Z [00:03:55.993]➜  Thread model: posix
2025-08-20T19:11:37.2721858Z [00:03:55.993]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.2722120Z [00:03:55.993]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.2722344Z [00:03:55.993]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.2722480Z [00:03:55.993]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.2722604Z [00:03:55.993]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.2722717Z [00:03:55.993]➜   (in-process)
2025-08-20T19:11:37.2729657Z [00:03:55.993]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name copy-file-range.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-copy-file-range.Tpo -MT lib/libcoreutils_a-copy-file-range.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-copy-file-range.o -x c lib/copy-file-range.c
2025-08-20T19:11:37.2730147Z [00:03:55.994]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.2746407Z [00:03:55.995]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.2746635Z [00:03:55.995]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.2752117Z [00:03:55.995]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.2754261Z [00:03:55.995]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.2754784Z [00:03:55.995]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.2755184Z [00:03:55.995]➜  #include "..." search starts here:
2025-08-20T19:11:37.2755764Z [00:03:55.995]➜  #include <...> search starts here:
2025-08-20T19:11:37.2756228Z [00:03:55.995]➜   .
2025-08-20T19:11:37.2756333Z [00:03:55.995]➜   ./lib
2025-08-20T19:11:37.2756430Z [00:03:55.995]➜   src
2025-08-20T19:11:37.2756593Z [00:03:55.995]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.2756740Z [00:03:55.995]➜   /usr/local/include
2025-08-20T19:11:37.2756881Z [00:03:55.995]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.2756990Z [00:03:55.995]➜   /usr/include
2025-08-20T19:11:37.2757266Z [00:03:55.995]➜  End of search list.
2025-08-20T19:11:37.2823205Z [00:03:56.003]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.2823863Z [00:03:56.003]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.2824015Z [00:03:56.003]➜  Thread model: posix
2025-08-20T19:11:37.2824348Z [00:03:56.003]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.2824794Z [00:03:56.003]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.2825308Z [00:03:56.003]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.2825702Z [00:03:56.003]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.2825999Z [00:03:56.003]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.2826316Z [00:03:56.003]➜    CC       lib/libcoreutils_a-af_alg.o
2025-08-20T19:11:37.2826605Z [00:03:56.003]➜   (in-process)
2025-08-20T19:11:37.2833565Z [00:03:56.003]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name crc.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-crc.Tpo -MT lib/libcoreutils_a-crc.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-crc.o -x c lib/crc.c
2025-08-20T19:11:37.2847692Z [00:03:56.006]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.2849707Z [00:03:56.006]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.2851528Z [00:03:56.006]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.2851909Z [00:03:56.006]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.2853100Z [00:03:56.006]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.2853470Z [00:03:56.006]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.2854047Z [00:03:56.006]➜  #include "..." search starts here:
2025-08-20T19:11:37.2854374Z [00:03:56.006]➜  #include <...> search starts here:
2025-08-20T19:11:37.2854757Z [00:03:56.006]➜   .
2025-08-20T19:11:37.2854973Z [00:03:56.006]➜   ./lib
2025-08-20T19:11:37.2855178Z [00:03:56.006]➜   src
2025-08-20T19:11:37.2855779Z [00:03:56.006]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.2856071Z [00:03:56.006]➜   /usr/local/include
2025-08-20T19:11:37.2856353Z [00:03:56.006]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.2856628Z [00:03:56.006]➜   /usr/include
2025-08-20T19:11:37.2856865Z [00:03:56.006]➜  End of search list.
2025-08-20T19:11:37.2982558Z [00:03:56.019]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.2991898Z [00:03:56.020]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.2992541Z [00:03:56.020]➜  Thread model: posix
2025-08-20T19:11:37.2992857Z [00:03:56.020]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.2998260Z [00:03:56.020]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.2998774Z [00:03:56.020]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.2999157Z [00:03:56.020]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.2999494Z [00:03:56.020]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.2999798Z [00:03:56.020]➜   (in-process)
2025-08-20T19:11:37.3006670Z [00:03:56.020]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name af_alg.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-af_alg.Tpo -MT lib/libcoreutils_a-af_alg.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-af_alg.o -x c lib/af_alg.c
2025-08-20T19:11:37.3012673Z [00:03:56.021]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.3014532Z [00:03:56.021]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.3015478Z [00:03:56.021]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.3015992Z [00:03:56.021]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.3016455Z [00:03:56.021]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.3016869Z [00:03:56.021]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.3017267Z [00:03:56.021]➜  #include "..." search starts here:
2025-08-20T19:11:37.3017686Z [00:03:56.021]➜  #include <...> search starts here:
2025-08-20T19:11:37.3018045Z [00:03:56.021]➜   .
2025-08-20T19:11:37.3018369Z [00:03:56.021]➜   ./lib
2025-08-20T19:11:37.3018718Z [00:03:56.021]➜   src
2025-08-20T19:11:37.3019095Z [00:03:56.021]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.3019487Z [00:03:56.021]➜   /usr/local/include
2025-08-20T19:11:37.3019858Z [00:03:56.021]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.3020228Z [00:03:56.021]➜   /usr/include
2025-08-20T19:11:37.3021090Z [00:03:56.021]➜  End of search list.
2025-08-20T19:11:37.3119667Z [00:03:56.033]➜    CC       lib/libcoreutils_a-md5-stream.o
2025-08-20T19:11:37.3223496Z [00:03:56.043]➜    CC       lib/libcoreutils_a-md5.o
2025-08-20T19:11:37.3323282Z [00:03:56.053]➜    CC       lib/libcoreutils_a-sha1-stream.o
2025-08-20T19:11:37.3331993Z [00:03:56.054]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.3332372Z [00:03:56.054]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.3333082Z [00:03:56.054]➜  Thread model: posix
2025-08-20T19:11:37.3333386Z [00:03:56.054]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.3333826Z [00:03:56.054]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.3334326Z [00:03:56.054]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.3337308Z [00:03:56.054]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.3337611Z [00:03:56.054]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.3337913Z [00:03:56.054]➜   (in-process)
2025-08-20T19:11:37.3352547Z [00:03:56.054]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name md5-stream.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-md5-stream.Tpo -MT lib/libcoreutils_a-md5-stream.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-md5-stream.o -x c lib/md5-stream.c
2025-08-20T19:11:37.3358535Z [00:03:56.055]➜    CC       lib/libcoreutils_a-sha1.o
2025-08-20T19:11:37.3366585Z [00:03:56.057]➜    CC       lib/libcoreutils_a-sha256-stream.o
2025-08-20T19:11:37.3367403Z [00:03:56.057]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.3368167Z [00:03:56.057]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.3368705Z [00:03:56.057]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.3369044Z [00:03:56.057]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.3369372Z [00:03:56.057]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.3369718Z [00:03:56.057]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.3370051Z [00:03:56.057]➜  #include "..." search starts here:
2025-08-20T19:11:37.3370368Z [00:03:56.057]➜  #include <...> search starts here:
2025-08-20T19:11:37.3371064Z [00:03:56.057]➜   .
2025-08-20T19:11:37.3371278Z [00:03:56.057]➜   ./lib
2025-08-20T19:11:37.3371485Z [00:03:56.057]➜   src
2025-08-20T19:11:37.3371744Z [00:03:56.057]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.3372289Z [00:03:56.057]➜   /usr/local/include
2025-08-20T19:11:37.3372576Z [00:03:56.057]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.3372854Z [00:03:56.057]➜   /usr/include
2025-08-20T19:11:37.3373097Z [00:03:56.057]➜  End of search list.
2025-08-20T19:11:37.3432970Z [00:03:56.063]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.3437631Z [00:03:56.065]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.3437975Z [00:03:56.065]➜  Thread model: posix
2025-08-20T19:11:37.3438548Z [00:03:56.065]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.3438996Z [00:03:56.065]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.3439490Z [00:03:56.065]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.3439864Z [00:03:56.065]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.3440157Z [00:03:56.065]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.3440425Z [00:03:56.065]➜   (in-process)
2025-08-20T19:11:37.3447148Z [00:03:56.065]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name md5.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-md5.Tpo -MT lib/libcoreutils_a-md5.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-md5.o -x c lib/md5.c
2025-08-20T19:11:37.3460015Z [00:03:56.067]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.3489879Z [00:03:56.068]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.3490923Z [00:03:56.068]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.3491348Z [00:03:56.068]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.3491683Z [00:03:56.068]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.3492023Z [00:03:56.068]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.3492345Z [00:03:56.068]➜  #include "..." search starts here:
2025-08-20T19:11:37.3492662Z [00:03:56.068]➜  #include <...> search starts here:
2025-08-20T19:11:37.3492937Z [00:03:56.068]➜   .
2025-08-20T19:11:37.3493128Z [00:03:56.068]➜   ./lib
2025-08-20T19:11:37.3493328Z [00:03:56.068]➜   src
2025-08-20T19:11:37.3493593Z [00:03:56.068]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.3493887Z [00:03:56.068]➜   /usr/local/include
2025-08-20T19:11:37.3497217Z [00:03:56.068]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.3497711Z [00:03:56.068]➜   /usr/include
2025-08-20T19:11:37.3498016Z [00:03:56.068]➜  End of search list.
2025-08-20T19:11:37.3502457Z [00:03:56.070]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.3502894Z [00:03:56.070]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.3503197Z [00:03:56.070]➜  Thread model: posix
2025-08-20T19:11:37.3503490Z [00:03:56.070]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.3503918Z [00:03:56.070]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.3504407Z [00:03:56.070]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.3505035Z [00:03:56.070]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.3505323Z [00:03:56.070]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.3505601Z [00:03:56.070]➜   (in-process)
2025-08-20T19:11:37.3512128Z [00:03:56.070]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name sha1.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-sha1.Tpo -MT lib/libcoreutils_a-sha1.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sha1.o -x c lib/sha1.c
2025-08-20T19:11:37.3518057Z [00:03:56.071]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.3518899Z [00:03:56.071]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.3519518Z [00:03:56.071]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.3519858Z [00:03:56.071]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.3520191Z [00:03:56.071]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.3538929Z [00:03:56.071]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.3539430Z [00:03:56.071]➜  #include "..." search starts here:
2025-08-20T19:11:37.3539753Z [00:03:56.071]➜  #include <...> search starts here:
2025-08-20T19:11:37.3540017Z [00:03:56.071]➜   .
2025-08-20T19:11:37.3540244Z [00:03:56.071]➜   ./lib
2025-08-20T19:11:37.3540556Z [00:03:56.074]➜   src
2025-08-20T19:11:37.3540903Z [00:03:56.074]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.3541204Z [00:03:56.074]➜   /usr/local/include
2025-08-20T19:11:37.3541501Z [00:03:56.074]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.3541774Z [00:03:56.074]➜   /usr/include
2025-08-20T19:11:37.3542023Z [00:03:56.074]➜  End of search list.
2025-08-20T19:11:37.3542313Z [00:03:56.074]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.3542633Z [00:03:56.074]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.3542924Z [00:03:56.074]➜  Thread model: posix
2025-08-20T19:11:37.3543217Z [00:03:56.074]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.3543918Z [00:03:56.074]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.3544406Z [00:03:56.075]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.3544812Z [00:03:56.075]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.3545099Z [00:03:56.075]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.3545362Z [00:03:56.075]➜   (in-process)
2025-08-20T19:11:37.3552040Z [00:03:56.075]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name sha1-stream.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-sha1-stream.Tpo -MT lib/libcoreutils_a-sha1-stream.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sha1-stream.o -x c lib/sha1-stream.c
2025-08-20T19:11:37.3558136Z [00:03:56.075]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.3558817Z [00:03:56.075]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.3559356Z [00:03:56.075]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.3559795Z [00:03:56.075]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.3560204Z [00:03:56.075]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.3572320Z [00:03:56.075]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.3572763Z [00:03:56.075]➜  #include "..." search starts here:
2025-08-20T19:11:37.3573085Z [00:03:56.075]➜  #include <...> search starts here:
2025-08-20T19:11:37.3573666Z [00:03:56.075]➜   .
2025-08-20T19:11:37.3573942Z [00:03:56.075]➜   ./lib
2025-08-20T19:11:37.3574152Z [00:03:56.075]➜   src
2025-08-20T19:11:37.3574412Z [00:03:56.075]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.3574709Z [00:03:56.075]➜   /usr/local/include
2025-08-20T19:11:37.3574989Z [00:03:56.075]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.3575262Z [00:03:56.075]➜   /usr/include
2025-08-20T19:11:37.3575499Z [00:03:56.075]➜  End of search list.
2025-08-20T19:11:37.3650123Z [00:03:56.086]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.3684012Z [00:03:56.086]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.3684377Z [00:03:56.086]➜  Thread model: posix
2025-08-20T19:11:37.3684679Z [00:03:56.086]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.3685115Z [00:03:56.086]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.3685608Z [00:03:56.086]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.3686300Z [00:03:56.086]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.3686591Z [00:03:56.086]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.3686855Z [00:03:56.086]➜   (in-process)
2025-08-20T19:11:37.3695901Z [00:03:56.089]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name sha256-stream.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-sha256-stream.Tpo -MT lib/libcoreutils_a-sha256-stream.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sha256-stream.o -x c lib/sha256-stream.c
2025-08-20T19:11:37.3702315Z [00:03:56.090]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.3703016Z [00:03:56.090]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.3703550Z [00:03:56.091]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.3703885Z [00:03:56.091]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.3704217Z [00:03:56.091]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.3704552Z [00:03:56.091]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.3705046Z [00:03:56.091]➜  #include "..." search starts here:
2025-08-20T19:11:37.3705424Z [00:03:56.091]➜  #include <...> search starts here:
2025-08-20T19:11:37.3705687Z [00:03:56.091]➜   .
2025-08-20T19:11:37.3705878Z [00:03:56.091]➜   ./lib
2025-08-20T19:11:37.3706088Z [00:03:56.091]➜   src
2025-08-20T19:11:37.3706350Z [00:03:56.091]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.3706738Z [00:03:56.091]➜   /usr/local/include
2025-08-20T19:11:37.3707106Z [00:03:56.091]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.3707380Z [00:03:56.091]➜   /usr/include
2025-08-20T19:11:37.3707621Z [00:03:56.091]➜  End of search list.
2025-08-20T19:11:37.3997598Z [00:03:56.121]➜    CC       lib/libcoreutils_a-sha256.o
2025-08-20T19:11:37.4037701Z [00:03:56.125]➜    CC       lib/libcoreutils_a-sha512-stream.o
2025-08-20T19:11:37.4050867Z [00:03:56.126]➜    CC       lib/libcoreutils_a-sha512.o
2025-08-20T19:11:37.4166489Z [00:03:56.138]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.4168078Z [00:03:56.138]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.4168407Z [00:03:56.138]➜  Thread model: posix
2025-08-20T19:11:37.4168699Z [00:03:56.138]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.4169128Z [00:03:56.138]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.4169620Z [00:03:56.138]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.4170406Z [00:03:56.138]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.4170991Z [00:03:56.138]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.4179878Z [00:03:56.139]➜   (in-process)
2025-08-20T19:11:37.4187501Z [00:03:56.139]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name sha256.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-sha256.Tpo -MT lib/libcoreutils_a-sha256.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sha256.o -x c lib/sha256.c
2025-08-20T19:11:37.4206493Z [00:03:56.142]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.4213932Z [00:03:56.142]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.4222373Z [00:03:56.143]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.4222927Z [00:03:56.143]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.4223392Z [00:03:56.143]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.4223869Z [00:03:56.143]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.4224565Z [00:03:56.143]➜  #include "..." search starts here:
2025-08-20T19:11:37.4225549Z [00:03:56.143]➜  #include <...> search starts here:
2025-08-20T19:11:37.4226068Z [00:03:56.143]➜   .
2025-08-20T19:11:37.4226436Z [00:03:56.143]➜   ./lib
2025-08-20T19:11:37.4227069Z [00:03:56.143]➜   src
2025-08-20T19:11:37.4227519Z [00:03:56.143]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.4228146Z [00:03:56.143]➜   /usr/local/include
2025-08-20T19:11:37.4229034Z [00:03:56.143]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.4229504Z [00:03:56.143]➜   /usr/include
2025-08-20T19:11:37.4230094Z [00:03:56.143]➜  End of search list.
2025-08-20T19:11:37.4347867Z [00:03:56.155]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.4348498Z [00:03:56.155]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.4349615Z [00:03:56.155]➜  Thread model: posix
2025-08-20T19:11:37.4350211Z [00:03:56.155]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.4350977Z [00:03:56.155]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.4351957Z [00:03:56.155]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.4352731Z [00:03:56.155]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.4353603Z [00:03:56.155]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.4358674Z [00:03:56.157]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.4359591Z [00:03:56.157]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.4362186Z [00:03:56.157]➜  Thread model: posix
2025-08-20T19:11:37.4364348Z [00:03:56.157]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.4365079Z [00:03:56.157]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.4367119Z [00:03:56.157]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.4368219Z [00:03:56.157]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.4369260Z [00:03:56.157]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.4370341Z [00:03:56.157]➜   (in-process)
2025-08-20T19:11:37.4377269Z [00:03:56.157]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name sha512.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-sha512.Tpo -MT lib/libcoreutils_a-sha512.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sha512.o -x c lib/sha512.c
2025-08-20T19:11:37.4383293Z [00:03:56.157]➜   (in-process)
2025-08-20T19:11:37.4390028Z [00:03:56.157]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name sha512-stream.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-sha512-stream.Tpo -MT lib/libcoreutils_a-sha512-stream.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sha512-stream.o -x c lib/sha512-stream.c
2025-08-20T19:11:37.4396243Z [00:03:56.157]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.4396853Z [00:03:56.157]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.4397534Z [00:03:56.157]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.4398248Z [00:03:56.157]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.4398584Z [00:03:56.157]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.4398914Z [00:03:56.157]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.4399245Z [00:03:56.157]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.4399577Z [00:03:56.157]➜  #include "..." search starts here:
2025-08-20T19:11:37.4399905Z [00:03:56.157]➜  #include <...> search starts here:
2025-08-20T19:11:37.4400172Z [00:03:56.157]➜   .
2025-08-20T19:11:37.4400367Z [00:03:56.157]➜   ./lib
2025-08-20T19:11:37.4434697Z [00:03:56.157]➜   src
2025-08-20T19:11:37.4435010Z [00:03:56.157]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.4435314Z [00:03:56.157]➜   /usr/local/include
2025-08-20T19:11:37.4435609Z [00:03:56.157]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.4435909Z [00:03:56.157]➜   /usr/include
2025-08-20T19:11:37.4436154Z [00:03:56.157]➜  End of search list.
2025-08-20T19:11:37.4436955Z [00:03:56.157]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.4437571Z [00:03:56.157]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.4437916Z [00:03:56.157]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.4438246Z [00:03:56.157]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.4438600Z [00:03:56.157]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.4438923Z [00:03:56.157]➜  #include "..." search starts here:
2025-08-20T19:11:37.4439239Z [00:03:56.157]➜  #include <...> search starts here:
2025-08-20T19:11:37.4439503Z [00:03:56.157]➜   .
2025-08-20T19:11:37.4439698Z [00:03:56.157]➜   ./lib
2025-08-20T19:11:37.4439899Z [00:03:56.157]➜   src
2025-08-20T19:11:37.4440156Z [00:03:56.157]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.4440686Z [00:03:56.157]➜   /usr/local/include
2025-08-20T19:11:37.4441050Z [00:03:56.157]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.4441332Z [00:03:56.157]➜   /usr/include
2025-08-20T19:11:37.4441570Z [00:03:56.157]➜  End of search list.
2025-08-20T19:11:37.4441896Z [00:03:56.164]➜    CC       lib/libcoreutils_a-sm3-stream.o
2025-08-20T19:11:37.4664493Z [00:03:56.187]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.4667243Z [00:03:56.188]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.4670929Z [00:03:56.188]➜  Thread model: posix
2025-08-20T19:11:37.4674695Z [00:03:56.189]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.4677930Z [00:03:56.189]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.4681535Z [00:03:56.189]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.4684877Z [00:03:56.190]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.4687989Z [00:03:56.190]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.4691107Z [00:03:56.190]➜   (in-process)
2025-08-20T19:11:37.4698765Z [00:03:56.190]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name sm3-stream.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-sm3-stream.Tpo -MT lib/libcoreutils_a-sm3-stream.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sm3-stream.o -x c lib/sm3-stream.c
2025-08-20T19:11:37.4707427Z [00:03:56.192]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.4708134Z [00:03:56.192]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.4708891Z [00:03:56.192]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.4709296Z [00:03:56.192]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.4709638Z [00:03:56.192]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.4709968Z [00:03:56.192]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.4710340Z [00:03:56.192]➜  #include "..." search starts here:
2025-08-20T19:11:37.4710876Z [00:03:56.192]➜  #include <...> search starts here:
2025-08-20T19:11:37.4711146Z [00:03:56.192]➜   .
2025-08-20T19:11:37.4711342Z [00:03:56.192]➜   ./lib
2025-08-20T19:11:37.4711544Z [00:03:56.192]➜   src
2025-08-20T19:11:37.4711797Z [00:03:56.192]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.4712089Z [00:03:56.192]➜   /usr/local/include
2025-08-20T19:11:37.4712374Z [00:03:56.192]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.4712660Z [00:03:56.192]➜   /usr/include
2025-08-20T19:11:37.4712910Z [00:03:56.192]➜  End of search list.
2025-08-20T19:11:37.5153429Z [00:03:56.236]➜    CC       lib/libcoreutils_a-sm3.o
2025-08-20T19:11:37.5390863Z [00:03:56.260]➜    CC       lib/libcoreutils_a-cycle-check.o
2025-08-20T19:11:37.5414735Z [00:03:56.262]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.5415182Z [00:03:56.262]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.5415493Z [00:03:56.262]➜  Thread model: posix
2025-08-20T19:11:37.5416088Z [00:03:56.262]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.5416712Z [00:03:56.262]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.5417210Z [00:03:56.262]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.5417586Z [00:03:56.262]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.5417874Z [00:03:56.262]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.5418163Z [00:03:56.263]➜   (in-process)
2025-08-20T19:11:37.5424746Z [00:03:56.263]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name sm3.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-sm3.Tpo -MT lib/libcoreutils_a-sm3.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sm3.o -x c lib/sm3.c
2025-08-20T19:11:37.5433537Z [00:03:56.264]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.5458767Z [00:03:56.267]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.5459387Z [00:03:56.267]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.5472372Z [00:03:56.267]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.5477596Z [00:03:56.267]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.5481638Z [00:03:56.267]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.5485159Z [00:03:56.267]➜  #include "..." search starts here:
2025-08-20T19:11:37.5491934Z [00:03:56.267]➜  #include <...> search starts here:
2025-08-20T19:11:37.5492227Z [00:03:56.267]➜   .
2025-08-20T19:11:37.5492461Z [00:03:56.267]➜   ./lib
2025-08-20T19:11:37.5492667Z [00:03:56.267]➜   src
2025-08-20T19:11:37.5492931Z [00:03:56.267]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.5493227Z [00:03:56.267]➜   /usr/local/include
2025-08-20T19:11:37.5493516Z [00:03:56.267]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.5493796Z [00:03:56.267]➜   /usr/include
2025-08-20T19:11:37.5494032Z [00:03:56.267]➜  End of search list.
2025-08-20T19:11:37.5695688Z [00:03:56.288]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.5712649Z [00:03:56.288]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.5713026Z [00:03:56.288]➜  Thread model: posix
2025-08-20T19:11:37.5713330Z [00:03:56.288]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.5713785Z [00:03:56.288]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.5714284Z [00:03:56.288]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.5714918Z [00:03:56.288]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.5715386Z [00:03:56.288]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.5715655Z [00:03:56.291]➜   (in-process)
2025-08-20T19:11:37.5733603Z [00:03:56.291]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name cycle-check.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-cycle-check.Tpo -MT lib/libcoreutils_a-cycle-check.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-cycle-check.o -x c lib/cycle-check.c
2025-08-20T19:11:37.5740004Z [00:03:56.291]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.5740944Z [00:03:56.293]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.5741522Z [00:03:56.294]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.5741870Z [00:03:56.294]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.5742201Z [00:03:56.294]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.5742584Z [00:03:56.294]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.5742902Z [00:03:56.294]➜  #include "..." search starts here:
2025-08-20T19:11:37.5743396Z [00:03:56.294]➜  #include <...> search starts here:
2025-08-20T19:11:37.5743705Z [00:03:56.294]➜   .
2025-08-20T19:11:37.5743902Z [00:03:56.294]➜   ./lib
2025-08-20T19:11:37.5744105Z [00:03:56.294]➜   src
2025-08-20T19:11:37.5744364Z [00:03:56.294]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.5744654Z [00:03:56.294]➜   /usr/local/include
2025-08-20T19:11:37.5745042Z [00:03:56.294]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.5745374Z [00:03:56.294]➜   /usr/include
2025-08-20T19:11:37.5745617Z [00:03:56.294]➜  End of search list.
2025-08-20T19:11:37.5902615Z [00:03:56.311]➜    CC       lib/libcoreutils_a-di-set.o
2025-08-20T19:11:37.6045093Z [00:03:56.325]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.6045529Z [00:03:56.325]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.6045840Z [00:03:56.325]➜  Thread model: posix
2025-08-20T19:11:37.6046186Z [00:03:56.325]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.6046630Z [00:03:56.325]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.6047124Z [00:03:56.325]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.6047496Z [00:03:56.325]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.6047783Z [00:03:56.325]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.6048051Z [00:03:56.325]➜   (in-process)
2025-08-20T19:11:37.6055149Z [00:03:56.326]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name di-set.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-di-set.Tpo -MT lib/libcoreutils_a-di-set.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-di-set.o -x c lib/di-set.c
2025-08-20T19:11:37.6066755Z [00:03:56.328]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.6067534Z [00:03:56.328]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.6068078Z [00:03:56.328]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.6068425Z [00:03:56.328]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.6068918Z [00:03:56.328]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.6069355Z [00:03:56.328]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.6069773Z [00:03:56.328]➜  #include "..." search starts here:
2025-08-20T19:11:37.6070232Z [00:03:56.328]➜  #include <...> search starts here:
2025-08-20T19:11:37.6070728Z [00:03:56.328]➜   .
2025-08-20T19:11:37.6071052Z [00:03:56.328]➜   ./lib
2025-08-20T19:11:37.6071640Z [00:03:56.328]➜   src
2025-08-20T19:11:37.6072084Z [00:03:56.328]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.6072508Z [00:03:56.328]➜   /usr/local/include
2025-08-20T19:11:37.6072927Z [00:03:56.328]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.6073299Z [00:03:56.328]➜   /usr/include
2025-08-20T19:11:37.6073770Z [00:03:56.328]➜  End of search list.
2025-08-20T19:11:37.6428283Z [00:03:56.364]➜    CC       lib/libcoreutils_a-dirname.o
2025-08-20T19:11:37.6455457Z [00:03:56.366]➜    CC       lib/libcoreutils_a-basename.o
2025-08-20T19:11:37.6718380Z [00:03:56.392]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.6718861Z [00:03:56.392]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.6719170Z [00:03:56.392]➜  Thread model: posix
2025-08-20T19:11:37.6722283Z [00:03:56.392]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.6724119Z [00:03:56.392]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.6726662Z [00:03:56.392]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.6727096Z [00:03:56.392]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.6727948Z [00:03:56.392]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.6728354Z [00:03:56.393]➜   (in-process)
2025-08-20T19:11:37.6743371Z [00:03:56.393]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name dirname.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-dirname.Tpo -MT lib/libcoreutils_a-dirname.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-dirname.o -x c lib/dirname.c
2025-08-20T19:11:37.6749818Z [00:03:56.393]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.6750299Z [00:03:56.394]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.6750780Z [00:03:56.394]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.6751097Z [00:03:56.394]➜  Thread model: posix
2025-08-20T19:11:37.6751398Z [00:03:56.394]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.6751818Z [00:03:56.394]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.6752298Z [00:03:56.394]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.6760889Z [00:03:56.394]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.6761288Z [00:03:56.394]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.6761557Z [00:03:56.394]➜   (in-process)
2025-08-20T19:11:37.6768356Z [00:03:56.394]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name basename.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-basename.Tpo -MT lib/libcoreutils_a-basename.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-basename.o -x c lib/basename.c
2025-08-20T19:11:37.6774482Z [00:03:56.395]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.6775198Z [00:03:56.396]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.6775739Z [00:03:56.396]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.6776076Z [00:03:56.396]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.6776409Z [00:03:56.396]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.6776742Z [00:03:56.396]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.6777065Z [00:03:56.396]➜  #include "..." search starts here:
2025-08-20T19:11:37.6777384Z [00:03:56.396]➜  #include <...> search starts here:
2025-08-20T19:11:37.6777701Z [00:03:56.396]➜   .
2025-08-20T19:11:37.6777893Z [00:03:56.397]➜   ./lib
2025-08-20T19:11:37.6778094Z [00:03:56.397]➜   src
2025-08-20T19:11:37.6778347Z [00:03:56.397]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.6778638Z [00:03:56.397]➜   /usr/local/include
2025-08-20T19:11:37.6778919Z [00:03:56.397]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.6779195Z [00:03:56.397]➜   /usr/include
2025-08-20T19:11:37.6779646Z [00:03:56.397]➜  End of search list.
2025-08-20T19:11:37.6780178Z [00:03:56.397]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.6780856Z [00:03:56.397]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.6781197Z [00:03:56.397]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.6781525Z [00:03:56.397]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.6781861Z [00:03:56.397]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.6782186Z [00:03:56.397]➜  #include "..." search starts here:
2025-08-20T19:11:37.6782499Z [00:03:56.397]➜  #include <...> search starts here:
2025-08-20T19:11:37.6782765Z [00:03:56.397]➜   .
2025-08-20T19:11:37.6782957Z [00:03:56.397]➜   ./lib
2025-08-20T19:11:37.6783155Z [00:03:56.397]➜   src
2025-08-20T19:11:37.6783408Z [00:03:56.397]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.6783695Z [00:03:56.397]➜   /usr/local/include
2025-08-20T19:11:37.6783977Z [00:03:56.397]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.6784251Z [00:03:56.397]➜   /usr/include
2025-08-20T19:11:37.6784633Z [00:03:56.397]➜  End of search list.
2025-08-20T19:11:37.7274278Z [00:03:56.448]➜    CC       lib/libcoreutils_a-dirname-lgpl.o
2025-08-20T19:11:37.7326326Z [00:03:56.454]➜    CC       lib/libcoreutils_a-stripslash.o
2025-08-20T19:11:37.7605868Z [00:03:56.482]➜    CC       lib/libcoreutils_a-dtimespec-bound.o
2025-08-20T19:11:37.7606610Z [00:03:56.482]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.7610900Z [00:03:56.482]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.7611237Z [00:03:56.482]➜  Thread model: posix
2025-08-20T19:11:37.7611536Z [00:03:56.482]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.7611962Z [00:03:56.482]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.7612453Z [00:03:56.482]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.7612828Z [00:03:56.482]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.7613142Z [00:03:56.482]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.7613437Z [00:03:56.482]➜   (in-process)
2025-08-20T19:11:37.7620053Z [00:03:56.482]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name dirname-lgpl.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-dirname-lgpl.Tpo -MT lib/libcoreutils_a-dirname-lgpl.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-dirname-lgpl.o -x c lib/dirname-lgpl.c
2025-08-20T19:11:37.7629103Z [00:03:56.484]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.7629716Z [00:03:56.484]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.7631659Z [00:03:56.484]➜  Thread model: posix
2025-08-20T19:11:37.7632026Z [00:03:56.484]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.7632456Z [00:03:56.484]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.7632945Z [00:03:56.484]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.7633323Z [00:03:56.484]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.7633618Z [00:03:56.484]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.7634187Z [00:03:56.484]➜   (in-process)
2025-08-20T19:11:37.7642148Z [00:03:56.484]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stripslash.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-stripslash.Tpo -MT lib/libcoreutils_a-stripslash.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-stripslash.o -x c lib/stripslash.c
2025-08-20T19:11:37.7650314Z [00:03:56.485]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.7651968Z [00:03:56.485]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.7652731Z [00:03:56.485]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.7653274Z [00:03:56.485]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.7672338Z [00:03:56.487]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.7673527Z [00:03:56.487]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.7674199Z [00:03:56.487]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.7674664Z [00:03:56.487]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.7675113Z [00:03:56.487]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.7675635Z [00:03:56.487]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.7676107Z [00:03:56.487]➜  #include "..." search starts here:
2025-08-20T19:11:37.7676547Z [00:03:56.487]➜  #include <...> search starts here:
2025-08-20T19:11:37.7676966Z [00:03:56.487]➜   .
2025-08-20T19:11:37.7677285Z [00:03:56.487]➜   ./lib
2025-08-20T19:11:37.7677612Z [00:03:56.487]➜   src
2025-08-20T19:11:37.7677966Z [00:03:56.487]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.7678347Z [00:03:56.487]➜   /usr/local/include
2025-08-20T19:11:37.7678715Z [00:03:56.487]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.7679101Z [00:03:56.487]➜   /usr/include
2025-08-20T19:11:37.7679438Z [00:03:56.487]➜  End of search list.
2025-08-20T19:11:37.7679846Z [00:03:56.488]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.7680292Z [00:03:56.488]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.7686733Z [00:03:56.488]➜  #include "..." search starts here:
2025-08-20T19:11:37.7687057Z [00:03:56.488]➜  #include <...> search starts here:
2025-08-20T19:11:37.7687323Z [00:03:56.488]➜   .
2025-08-20T19:11:37.7687539Z [00:03:56.488]➜   ./lib
2025-08-20T19:11:37.7687740Z [00:03:56.488]➜   src
2025-08-20T19:11:37.7687997Z [00:03:56.488]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.7688280Z [00:03:56.488]➜   /usr/local/include
2025-08-20T19:11:37.7688561Z [00:03:56.488]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.7688837Z [00:03:56.488]➜   /usr/include
2025-08-20T19:11:37.7689074Z [00:03:56.488]➜  End of search list.
2025-08-20T19:11:37.7760201Z [00:03:56.497]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.7762771Z [00:03:56.497]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.7765317Z [00:03:56.497]➜  Thread model: posix
2025-08-20T19:11:37.7767532Z [00:03:56.497]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.7769800Z [00:03:56.497]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.7772273Z [00:03:56.497]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.7773064Z [00:03:56.497]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.7774368Z [00:03:56.497]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.7784400Z [00:03:56.499]➜   (in-process)
2025-08-20T19:11:37.7798272Z [00:03:56.500]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name dtimespec-bound.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-dtimespec-bound.Tpo -MT lib/libcoreutils_a-dtimespec-bound.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-dtimespec-bound.o -x c lib/dtimespec-bound.c
2025-08-20T19:11:37.7817297Z [00:03:56.503]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.7826211Z [00:03:56.504]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.7829887Z [00:03:56.504]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.7830863Z [00:03:56.504]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.7831252Z [00:03:56.504]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.7831622Z [00:03:56.504]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.7831959Z [00:03:56.504]➜  #include "..." search starts here:
2025-08-20T19:11:37.7832277Z [00:03:56.504]➜  #include <...> search starts here:
2025-08-20T19:11:37.7832372Z [00:03:56.504]➜   .
2025-08-20T19:11:37.7832466Z [00:03:56.504]➜   ./lib
2025-08-20T19:11:37.7832562Z [00:03:56.504]➜   src
2025-08-20T19:11:37.7832721Z [00:03:56.504]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.7832844Z [00:03:56.504]➜   /usr/local/include
2025-08-20T19:11:37.7832989Z [00:03:56.504]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.7833098Z [00:03:56.504]➜   /usr/include
2025-08-20T19:11:37.7833211Z [00:03:56.504]➜  End of search list.
2025-08-20T19:11:37.8212845Z [00:03:56.542]➜    CC       lib/libcoreutils_a-dtoastr.o
2025-08-20T19:11:37.8240680Z [00:03:56.545]➜    CC       lib/libcoreutils_a-dtotimespec.o
2025-08-20T19:11:37.8275802Z [00:03:56.549]➜    CC       lib/libcoreutils_a-endian.o
2025-08-20T19:11:37.8422535Z [00:03:56.560]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.8425433Z [00:03:56.564]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.8425833Z [00:03:56.564]➜  Thread model: posix
2025-08-20T19:11:37.8426141Z [00:03:56.564]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.8426576Z [00:03:56.564]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.8427068Z [00:03:56.564]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.8427607Z [00:03:56.564]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.8427961Z [00:03:56.564]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.8428234Z [00:03:56.564]➜   (in-process)
2025-08-20T19:11:37.8518100Z [00:03:56.569]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name dtotimespec.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-dtotimespec.Tpo -MT lib/libcoreutils_a-dtotimespec.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-dtotimespec.o -x c lib/dtotimespec.c
2025-08-20T19:11:37.8528311Z [00:03:56.569]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.8529017Z [00:03:56.569]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.8529556Z [00:03:56.569]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.8529901Z [00:03:56.569]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.8530231Z [00:03:56.569]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.8530740Z [00:03:56.569]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.8531084Z [00:03:56.569]➜  #include "..." search starts here:
2025-08-20T19:11:37.8531401Z [00:03:56.569]➜  #include <...> search starts here:
2025-08-20T19:11:37.8531664Z [00:03:56.569]➜   .
2025-08-20T19:11:37.8531856Z [00:03:56.569]➜   ./lib
2025-08-20T19:11:37.8532055Z [00:03:56.569]➜   src
2025-08-20T19:11:37.8532310Z [00:03:56.569]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.8532618Z [00:03:56.569]➜   /usr/local/include
2025-08-20T19:11:37.8532901Z [00:03:56.569]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.8533177Z [00:03:56.569]➜   /usr/include
2025-08-20T19:11:37.8533417Z [00:03:56.569]➜  End of search list.
2025-08-20T19:11:37.8540891Z [00:03:56.575]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.8541313Z [00:03:56.575]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.8541610Z [00:03:56.575]➜  Thread model: posix
2025-08-20T19:11:37.8541918Z [00:03:56.575]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.8542581Z [00:03:56.575]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.8543129Z [00:03:56.575]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.8543500Z [00:03:56.575]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.8543787Z [00:03:56.575]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.8544050Z [00:03:56.575]➜   (in-process)
2025-08-20T19:11:37.8554599Z [00:03:56.575]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name dtoastr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-dtoastr.Tpo -MT lib/libcoreutils_a-dtoastr.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-dtoastr.o -x c lib/dtoastr.c
2025-08-20T19:11:37.8565949Z [00:03:56.576]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.8566647Z [00:03:56.576]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.8566956Z [00:03:56.576]➜  Thread model: posix
2025-08-20T19:11:37.8567507Z [00:03:56.576]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.8567944Z [00:03:56.576]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.8570180Z [00:03:56.576]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.8570736Z [00:03:56.576]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.8571031Z [00:03:56.576]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.8571297Z [00:03:56.577]➜   (in-process)
2025-08-20T19:11:37.8592778Z [00:03:56.578]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name endian.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-endian.Tpo -MT lib/libcoreutils_a-endian.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-endian.o -x c lib/endian.c
2025-08-20T19:11:37.8598800Z [00:03:56.578]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.8599515Z [00:03:56.579]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.8600056Z [00:03:56.579]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.8600397Z [00:03:56.579]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.8600946Z [00:03:56.579]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.8601287Z [00:03:56.579]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.8601609Z [00:03:56.580]➜  #include "..." search starts here:
2025-08-20T19:11:37.8601922Z [00:03:56.580]➜  #include <...> search starts here:
2025-08-20T19:11:37.8602184Z [00:03:56.580]➜   .
2025-08-20T19:11:37.8602611Z [00:03:56.580]➜   ./lib
2025-08-20T19:11:37.8602819Z [00:03:56.580]➜   src
2025-08-20T19:11:37.8603076Z [00:03:56.580]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.8603370Z [00:03:56.580]➜   /usr/local/include
2025-08-20T19:11:37.8603656Z [00:03:56.580]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.8603931Z [00:03:56.580]➜   /usr/include
2025-08-20T19:11:37.8604170Z [00:03:56.580]➜  End of search list.
2025-08-20T19:11:37.8617532Z [00:03:56.583]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.8652088Z [00:03:56.583]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.8652701Z [00:03:56.583]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.8653051Z [00:03:56.583]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.8653384Z [00:03:56.583]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.8653737Z [00:03:56.583]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.8654061Z [00:03:56.583]➜  #include "..." search starts here:
2025-08-20T19:11:37.8654377Z [00:03:56.583]➜  #include <...> search starts here:
2025-08-20T19:11:37.8654640Z [00:03:56.583]➜   .
2025-08-20T19:11:37.8654836Z [00:03:56.583]➜   ./lib
2025-08-20T19:11:37.8655033Z [00:03:56.583]➜   src
2025-08-20T19:11:37.8655291Z [00:03:56.583]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.8655583Z [00:03:56.583]➜   /usr/local/include
2025-08-20T19:11:37.8655878Z [00:03:56.583]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.8656163Z [00:03:56.583]➜   /usr/include
2025-08-20T19:11:37.8656403Z [00:03:56.583]➜  End of search list.
2025-08-20T19:11:37.8791888Z [00:03:56.600]➜    CC       lib/libcoreutils_a-error.o
2025-08-20T19:11:37.8887601Z [00:03:56.609]➜    CC       lib/libcoreutils_a-exclude.o
2025-08-20T19:11:37.8921760Z [00:03:56.613]➜    CC       lib/libcoreutils_a-exitfail.o
2025-08-20T19:11:37.8955641Z [00:03:56.616]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.8956273Z [00:03:56.617]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.8956588Z [00:03:56.617]➜  Thread model: posix
2025-08-20T19:11:37.8956884Z [00:03:56.617]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.8957314Z [00:03:56.617]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.8957805Z [00:03:56.617]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.8958188Z [00:03:56.617]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.8976029Z [00:03:56.619]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.8976917Z [00:03:56.619]➜   (in-process)
2025-08-20T19:11:37.8989451Z [00:03:56.620]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name error.c -static-define -mrelocation-model pic -pic-level   CC       lib/libcoreutils_a-fadvise.o
2025-08-20T19:11:37.8996638Z [00:03:56.620]➜  2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-error.Tpo -MT lib/libcoreutils_a-error.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-error.o -x c lib/error.c
2025-08-20T19:11:37.9015655Z [00:03:56.622]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.9027629Z [00:03:56.623]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.9029249Z [00:03:56.623]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.9030683Z [00:03:56.623]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.9031102Z [00:03:56.623]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.9032443Z [00:03:56.623]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.9032781Z [00:03:56.623]➜  #include "..." search starts here:
2025-08-20T19:11:37.9033097Z [00:03:56.623]➜  #include <...> search starts here:
2025-08-20T19:11:37.9033363Z [00:03:56.623]➜   .
2025-08-20T19:11:37.9033562Z [00:03:56.623]➜   ./lib
2025-08-20T19:11:37.9033765Z [00:03:56.623]➜   src
2025-08-20T19:11:37.9034020Z [00:03:56.623]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.9034327Z [00:03:56.623]➜   /usr/local/include
2025-08-20T19:11:37.9034616Z [00:03:56.623]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.9034892Z [00:03:56.623]➜   /usr/include
2025-08-20T19:11:37.9035130Z [00:03:56.623]➜  End of search list.
2025-08-20T19:11:37.9035416Z [00:03:56.624]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.9035735Z [00:03:56.624]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.9036027Z [00:03:56.624]➜  Thread model: posix
2025-08-20T19:11:37.9036334Z [00:03:56.624]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.9039873Z [00:03:56.624]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.9043345Z [00:03:56.624]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.9044217Z [00:03:56.624]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.9044515Z [00:03:56.624]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.9044779Z [00:03:56.624]➜   (in-process)
2025-08-20T19:11:37.9051758Z [00:03:56.624]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name exclude.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-exclude.Tpo -MT lib/libcoreutils_a-exclude.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-exclude.o -x c lib/exclude.c
2025-08-20T19:11:37.9057769Z [00:03:56.625]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.9058458Z [00:03:56.625]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.9059217Z [00:03:56.625]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.9059559Z [00:03:56.625]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.9059919Z [00:03:56.625]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.9060251Z [00:03:56.625]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.9062378Z [00:03:56.625]➜  #include "..." search starts here:
2025-08-20T19:11:37.9062710Z [00:03:56.625]➜  #include <...> search starts here:
2025-08-20T19:11:37.9062985Z [00:03:56.625]➜   .
2025-08-20T19:11:37.9063180Z [00:03:56.625]➜   ./lib
2025-08-20T19:11:37.9063383Z [00:03:56.625]➜   src
2025-08-20T19:11:37.9063636Z [00:03:56.625]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.9063924Z [00:03:56.625]➜   /usr/local/include
2025-08-20T19:11:37.9064203Z [00:03:56.625]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.9064478Z [00:03:56.625]➜   /usr/include
2025-08-20T19:11:37.9064720Z [00:03:56.625]➜  End of search list.
2025-08-20T19:11:37.9170826Z [00:03:56.636]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.9179633Z [00:03:56.636]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.9181125Z [00:03:56.636]➜  Thread model: posix
2025-08-20T19:11:37.9181497Z [00:03:56.636]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.9181934Z [00:03:56.636]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.9182441Z [00:03:56.636]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.9182838Z [00:03:56.636]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.9183125Z [00:03:56.636]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.9183434Z [00:03:56.637]➜    CC       lib/libcoreutils_a-fclose.o
2025-08-20T19:11:37.9183721Z [00:03:56.637]➜   (in-process)
2025-08-20T19:11:37.9192109Z [00:03:56.638]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name exitfail.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-exitfail.Tpo -MT lib/libcoreutils_a-exitfail.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-exitfail.o -x c lib/exitfail.c
2025-08-20T19:11:37.9198282Z [00:03:56.639]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.9212350Z [00:03:56.642]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.9212997Z [00:03:56.642]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.9213352Z [00:03:56.642]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.9214081Z [00:03:56.642]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.9214427Z [00:03:56.642]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.9214754Z [00:03:56.642]➜  #include "..." search starts here:
2025-08-20T19:11:37.9215070Z [00:03:56.642]➜  #include <...> search starts here:
2025-08-20T19:11:37.9215336Z [00:03:56.642]➜   .
2025-08-20T19:11:37.9215531Z [00:03:56.642]➜   ./lib
2025-08-20T19:11:37.9215731Z [00:03:56.642]➜   src
2025-08-20T19:11:37.9216036Z [00:03:56.642]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.9216329Z [00:03:56.642]➜   /usr/local/include
2025-08-20T19:11:37.9216610Z [00:03:56.642]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.9216888Z [00:03:56.642]➜   /usr/include
2025-08-20T19:11:37.9217124Z [00:03:56.642]➜  End of search list.
2025-08-20T19:11:37.9301345Z [00:03:56.651]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.9302798Z [00:03:56.651]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.9303664Z [00:03:56.651]➜  Thread model: posix
2025-08-20T19:11:37.9304033Z [00:03:56.651]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.9304480Z [00:03:56.651]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.9304975Z [00:03:56.651]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.9305344Z [00:03:56.651]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.9305630Z [00:03:56.651]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.9309950Z [00:03:56.652]➜   (in-process)
2025-08-20T19:11:37.9317040Z [00:03:56.652]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name fadvise.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-fadvise.Tpo -MT lib/libcoreutils_a-fadvise.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fadvise.o -x c lib/fadvise.c
2025-08-20T19:11:37.9346749Z [00:03:56.656]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.9347509Z [00:03:56.656]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.9348418Z [00:03:56.656]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.9348801Z [00:03:56.656]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.9349136Z [00:03:56.656]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.9349471Z [00:03:56.656]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.9349797Z [00:03:56.656]➜  #include "..." search starts here:
2025-08-20T19:11:37.9350301Z [00:03:56.656]➜  #include <...> search starts here:
2025-08-20T19:11:37.9350773Z [00:03:56.656]➜   .
2025-08-20T19:11:37.9350983Z [00:03:56.656]➜   ./lib
2025-08-20T19:11:37.9351188Z [00:03:56.656]➜   src
2025-08-20T19:11:37.9351447Z [00:03:56.656]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.9351737Z [00:03:56.656]➜   /usr/local/include
2025-08-20T19:11:37.9352017Z [00:03:56.656]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.9352293Z [00:03:56.656]➜   /usr/include
2025-08-20T19:11:37.9352547Z [00:03:56.656]➜  End of search list.
2025-08-20T19:11:37.9446154Z [00:03:56.665]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.9446590Z [00:03:56.665]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.9446898Z [00:03:56.665]➜  Thread model: posix
2025-08-20T19:11:37.9447202Z [00:03:56.665]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.9447637Z [00:03:56.665]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.9448205Z [00:03:56.665]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.9448588Z [00:03:56.665]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.9448877Z [00:03:56.665]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.9458300Z [00:03:56.667]➜   (in-process)
2025-08-20T19:11:37.9465615Z [00:03:56.667]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name fclose.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-fclose.Tpo -MT lib/libcoreutils_a-fclose.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fclose.o -x c lib/fclose.c
2025-08-20T19:11:37.9481836Z [00:03:56.669]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.9494547Z [00:03:56.670]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.9495123Z [00:03:56.670]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.9495468Z [00:03:56.670]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.9496187Z [00:03:56.670]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.9496768Z [00:03:56.670]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.9497121Z [00:03:56.670]➜  #include "..." search starts here:
2025-08-20T19:11:37.9497431Z [00:03:56.670]➜  #include <...> search starts here:
2025-08-20T19:11:37.9497807Z [00:03:56.670]➜   .
2025-08-20T19:11:37.9498030Z [00:03:56.670]➜   ./lib
2025-08-20T19:11:37.9498321Z [00:03:56.670]➜   src
2025-08-20T19:11:37.9498920Z [00:03:56.670]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.9499322Z [00:03:56.670]➜   /usr/local/include
2025-08-20T19:11:37.9499713Z [00:03:56.670]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.9500079Z [00:03:56.670]➜   /usr/include
2025-08-20T19:11:37.9500418Z [00:03:56.670]➜  End of search list.
2025-08-20T19:11:37.9550188Z [00:03:56.676]➜    CC       lib/libcoreutils_a-fcntl.o
2025-08-20T19:11:37.9698362Z [00:03:56.691]➜    CC       lib/libcoreutils_a-creat-safer.o
2025-08-20T19:11:37.9817410Z [00:03:56.703]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.9818434Z [00:03:56.703]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.9818806Z [00:03:56.703]➜  Thread model: posix
2025-08-20T19:11:37.9819115Z [00:03:56.703]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.9819546Z [00:03:56.703]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.9820031Z [00:03:56.703]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.9820592Z [00:03:56.703]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.9821262Z [00:03:56.703]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.9836660Z [00:03:56.705]➜   (in-process)
2025-08-20T19:11:37.9843949Z [00:03:56.705]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name fcntl.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-fcntl.Tpo -MT lib/libcoreutils_a-fcntl.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fcntl.o -x c lib/fcntl.c
2025-08-20T19:11:37.9849974Z [00:03:56.705]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.9850776Z [00:03:56.705]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.9851366Z [00:03:56.705]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.9851709Z [00:03:56.705]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.9852038Z [00:03:56.705]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.9852381Z [00:03:56.705]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.9852702Z [00:03:56.705]➜  #include "..." search starts here:
2025-08-20T19:11:37.9853025Z [00:03:56.705]➜  #include <...> search starts here:
2025-08-20T19:11:37.9853288Z [00:03:56.705]➜   .
2025-08-20T19:11:37.9853489Z [00:03:56.705]➜   ./lib
2025-08-20T19:11:37.9853695Z [00:03:56.705]➜   src
2025-08-20T19:11:37.9853951Z [00:03:56.705]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.9854244Z [00:03:56.705]➜   /usr/local/include
2025-08-20T19:11:37.9854771Z [00:03:56.705]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.9855059Z [00:03:56.705]➜   /usr/include
2025-08-20T19:11:37.9855302Z [00:03:56.705]➜  End of search list.
2025-08-20T19:11:37.9885242Z [00:03:56.709]➜    CC       lib/libcoreutils_a-open-safer.o
2025-08-20T19:11:37.9890399Z [00:03:56.710]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:37.9892842Z [00:03:56.710]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:37.9894034Z [00:03:56.710]➜  Thread model: posix
2025-08-20T19:11:37.9894608Z [00:03:56.710]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:37.9895064Z [00:03:56.710]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.9895557Z [00:03:56.710]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:37.9895933Z [00:03:56.710]➜  Candidate multilib: .;@m64
2025-08-20T19:11:37.9896224Z [00:03:56.710]➜  Selected multilib: .;@m64
2025-08-20T19:11:37.9903595Z [00:03:56.711]➜   (in-process)
2025-08-20T19:11:37.9911347Z [00:03:56.711]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name creat-safer.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-creat-safer.Tpo -MT lib/libcoreutils_a-creat-safer.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-creat-safer.o -x c lib/creat-safer.c
2025-08-20T19:11:37.9917469Z [00:03:56.712]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:37.9923551Z [00:03:56.713]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:37.9924343Z [00:03:56.713]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:37.9924840Z [00:03:56.713]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:37.9925276Z [00:03:56.713]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:37.9925723Z [00:03:56.713]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:37.9926164Z [00:03:56.713]➜  #include "..." search starts here:
2025-08-20T19:11:37.9926641Z [00:03:56.713]➜  #include <...> search starts here:
2025-08-20T19:11:37.9927032Z [00:03:56.713]➜   .
2025-08-20T19:11:37.9927369Z [00:03:56.713]➜   ./lib
2025-08-20T19:11:37.9927665Z [00:03:56.713]➜   src
2025-08-20T19:11:37.9927951Z [00:03:56.713]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:37.9941559Z [00:03:56.713]➜   /usr/local/include
2025-08-20T19:11:37.9941901Z [00:03:56.713]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:37.9942187Z [00:03:56.713]➜   /usr/include
2025-08-20T19:11:37.9942788Z [00:03:56.713]➜  End of search list.
2025-08-20T19:11:38.0022509Z [00:03:56.721]➜    CC       lib/libcoreutils_a-fd-hook.o
2025-08-20T19:11:38.0051125Z [00:03:56.726]➜    CC       lib/libcoreutils_a-fd-reopen.o
2025-08-20T19:11:38.0106414Z [00:03:56.731]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.0107210Z [00:03:56.732]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.0108070Z [00:03:56.732]➜  Thread model: posix
2025-08-20T19:11:38.0108470Z [00:03:56.732]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.0108930Z [00:03:56.732]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.0109421Z [00:03:56.732]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.0109796Z [00:03:56.732]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.0110087Z [00:03:56.732]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.0110358Z [00:03:56.732]➜   (in-process)
2025-08-20T19:11:38.0118125Z [00:03:56.732]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name open-safer.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-open-safer.Tpo -MT lib/libcoreutils_a-open-safer.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-open-safer.o -x c lib/open-safer.c
2025-08-20T19:11:38.0124329Z [00:03:56.732]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.0125013Z [00:03:56.732]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.0125569Z [00:03:56.732]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.0125911Z [00:03:56.732]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.0126241Z [00:03:56.732]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.0126578Z [00:03:56.732]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.0126908Z [00:03:56.732]➜  #include "..." search starts here:
2025-08-20T19:11:38.0127223Z [00:03:56.732]➜  #include <...> search starts here:
2025-08-20T19:11:38.0127501Z [00:03:56.732]➜   .
2025-08-20T19:11:38.0127700Z [00:03:56.732]➜   ./lib
2025-08-20T19:11:38.0127904Z [00:03:56.732]➜   src
2025-08-20T19:11:38.0128171Z [00:03:56.732]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.0128468Z [00:03:56.732]➜   /usr/local/include
2025-08-20T19:11:38.0128753Z [00:03:56.732]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.0129030Z [00:03:56.732]➜   /usr/include
2025-08-20T19:11:38.0129275Z [00:03:56.732]➜  End of search list.
2025-08-20T19:11:38.0129889Z [00:03:56.734]➜    CC       lib/libcoreutils_a-fd-safer-flag.o
2025-08-20T19:11:38.0266568Z [00:03:56.748]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.0267027Z [00:03:56.748]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.0267335Z [00:03:56.748]➜  Thread model: posix
2025-08-20T19:11:38.0267631Z [00:03:56.748]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.0268064Z [00:03:56.748]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.0268582Z [00:03:56.748]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.0268954Z [00:03:56.748]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.0269241Z [00:03:56.748]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.0284233Z [00:03:56.749]➜   (in-process)
2025-08-20T19:11:38.0344432Z [00:03:56.755]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name fd-safer-flag.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-fd-safer-flag.Tpo -MT lib/libcoreutils_a-fd-safer-flag.o -sys-header-deps -MP -I . -I ./lib -I lib   CC       lib/libcoreutils_a-dup-safer-flag.o
2025-08-20T19:11:38.0351272Z [00:03:56.755]➜  -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fd-safer-flag.o -x c lib/fd-safer-flag.c
2025-08-20T19:11:38.0354697Z [00:03:56.755]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.0355588Z [00:03:56.755]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.0356247Z [00:03:56.755]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.0356736Z [00:03:56.755]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.0357193Z [00:03:56.755]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.0357646Z [00:03:56.755]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.0358086Z [00:03:56.755]➜  #include "..." search starts here:
2025-08-20T19:11:38.0358510Z [00:03:56.755]➜  #include <...> search starts here:
2025-08-20T19:11:38.0358893Z [00:03:56.755]➜   .
2025-08-20T19:11:38.0359260Z [00:03:56.755]➜   ./lib
2025-08-20T19:11:38.0359578Z [00:03:56.755]➜   src
2025-08-20T19:11:38.0359949Z [00:03:56.755]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.0360339Z [00:03:56.755]➜   /usr/local/include
2025-08-20T19:11:38.0360927Z [00:03:56.755]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.0361308Z [00:03:56.755]➜   /usr/include
2025-08-20T19:11:38.0361643Z [00:03:56.755]➜  End of search list.
2025-08-20T19:11:38.0362038Z [00:03:56.755]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.0362765Z [00:03:56.755]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.0363151Z [00:03:56.755]➜  Thread model: posix
2025-08-20T19:11:38.0363548Z [00:03:56.755]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.0364050Z [00:03:56.755]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.0364648Z [00:03:56.755]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.0365150Z [00:03:56.755]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.0365611Z [00:03:56.755]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.0366062Z [00:03:56.755]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.0366493Z [00:03:56.755]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.0366906Z [00:03:56.755]➜  Thread model: posix
2025-08-20T19:11:38.0367313Z [00:03:56.755]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.0367847Z [00:03:56.755]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.0368455Z [00:03:56.755]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.0369082Z [00:03:56.755]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.0369516Z [00:03:56.755]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.0369877Z [00:03:56.755]➜   (in-process)
2025-08-20T19:11:38.0377542Z [00:03:56.755]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name fd-hook.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-fd-hook.Tpo -MT lib/libcoreutils_a-fd-hook.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough (in-process)
2025-08-20T19:11:38.0384432Z [00:03:56.755]➜    -Wno-pedantic "-Wno-tautological-constant-out-of-range-compare/ u-Wno-sign-conversions r-Wno-type-limits/ l-Wno-unused-const-variablei b-Wno-error/ l-Wno-errorl v-wm --std=gnu231 9-ferror-limit/ b19i n-fno-signed-char/ c-fgnuc-version=4.2.1l a-fskip-odr-check-in-gmfn g-vectorize-loops"  -vectorize-slp-cc1  -target-feature-triple  +outline-atomicsaarch64-unknown-linux-gnu  -target-feature-emit-llvm-bc  -flto=full-fmv  -flto-unit-faddrsig  -disable-free-D__GCC_HAVE_DWARF2_CFI_ASM=1  -clear-ast-before-backend-o  lib/libcoreutils_a-fd-hook.o-disable-llvm-verifier  -x-discard-value-names  c-main-file-name  lib/fd-hook.cfd-reopen.c
2025-08-20T19:11:38.0392131Z [00:03:56.755]➜   -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-fd-reopen.Tpo -MT lib/libcoreutils_a-fd-reopen.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fd-reopen.o -x c lib/fd-reopen.c
2025-08-20T19:11:38.0397712Z [00:03:56.755]➜  clang -cc1 version 19.1.7clang -cc1 version 19.1.7 based upon LLVM 19.1.7 based upon LLVM  default target 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.0398393Z [00:03:56.755]➜  aarch64-unknown-linux-gnu
2025-08-20T19:11:38.0399119Z [00:03:56.755]➜  ignoring nonexistent directory "ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.0399757Z [00:03:56.755]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.0400095Z [00:03:56.755]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.0411050Z [00:03:56.755]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.0411707Z [00:03:56.755]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.0412036Z [00:03:56.755]➜  #include "..." search starts here:
2025-08-20T19:11:38.0412352Z [00:03:56.755]➜  #include <...> search starts here:
2025-08-20T19:11:38.0412609Z [00:03:56.755]➜   .
2025-08-20T19:11:38.0412804Z [00:03:56.755]➜   ./lib
2025-08-20T19:11:38.0413001Z [00:03:56.755]➜   src
2025-08-20T19:11:38.0413268Z [00:03:56.755]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.0413557Z [00:03:56.755]➜   /usr/local/include
2025-08-20T19:11:38.0413845Z [00:03:56.755]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.0414124Z [00:03:56.755]➜   /usr/include
2025-08-20T19:11:38.0414360Z [00:03:56.755]➜  End of search list.
2025-08-20T19:11:38.0414774Z [00:03:56.755]➜  /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.0415208Z [00:03:56.755]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.0415752Z [00:03:56.755]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.0416091Z [00:03:56.755]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.0416419Z [00:03:56.755]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.0416742Z [00:03:56.755]➜  #include "..." search starts here:
2025-08-20T19:11:38.0417052Z [00:03:56.755]➜  #include <...> search starts here:
2025-08-20T19:11:38.0417308Z [00:03:56.755]➜   .
2025-08-20T19:11:38.0417508Z [00:03:56.755]➜   ./lib
2025-08-20T19:11:38.0417712Z [00:03:56.755]➜   src
2025-08-20T19:11:38.0417973Z [00:03:56.755]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.0418266Z [00:03:56.755]➜   /usr/local/include
2025-08-20T19:11:38.0418551Z [00:03:56.755]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.0418826Z [00:03:56.755]➜   /usr/include
2025-08-20T19:11:38.0419070Z [00:03:56.755]➜  End of search list.
2025-08-20T19:11:38.0419379Z [00:03:56.756]➜    CC       lib/libcoreutils_a-fdutimensat.o
2025-08-20T19:11:38.0563790Z [00:03:56.777]➜    CC       lib/libcoreutils_a-fflush.o
2025-08-20T19:11:38.0596021Z [00:03:56.780]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.0596465Z [00:03:56.780]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.0596783Z [00:03:56.780]➜  Thread model: posix
2025-08-20T19:11:38.0597084Z [00:03:56.780]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.0597513Z [00:03:56.780]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.0598675Z [00:03:56.780]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.0599096Z [00:03:56.780]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.0599391Z [00:03:56.780]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.0599671Z [00:03:56.781]➜   (in-process)
2025-08-20T19:11:38.0606825Z [00:03:56.781]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name dup-safer-flag.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-dup-safer-flag.Tpo -MT lib/libcoreutils_a-dup-safer-flag.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-dup-safer-flag.o -x c lib/dup-safer-flag.c
2025-08-20T19:11:38.0623437Z [00:03:56.782]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.0624153Z [00:03:56.782]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.0624691Z [00:03:56.782]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.0625046Z [00:03:56.782]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.0625725Z [00:03:56.782]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.0626059Z [00:03:56.782]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.0626383Z [00:03:56.782]➜  #include "..." search starts here:
2025-08-20T19:11:38.0626696Z [00:03:56.782]➜  #include <...> search starts here:
2025-08-20T19:11:38.0626959Z [00:03:56.782]➜   .
2025-08-20T19:11:38.0627158Z [00:03:56.782]➜   ./lib
2025-08-20T19:11:38.0627360Z [00:03:56.782]➜   src
2025-08-20T19:11:38.0627626Z [00:03:56.782]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.0627919Z [00:03:56.782]➜   /usr/local/include
2025-08-20T19:11:38.0628201Z [00:03:56.782]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.0628479Z [00:03:56.782]➜   /usr/include
2025-08-20T19:11:38.0628719Z [00:03:56.782]➜  End of search list.
2025-08-20T19:11:38.0690552Z [00:03:56.790]➜    CC       lib/libcoreutils_a-file-has-acl.o
2025-08-20T19:11:38.0711744Z [00:03:56.792]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.0712151Z [00:03:56.792]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.0712452Z [00:03:56.792]➜  Thread model: posix
2025-08-20T19:11:38.0712747Z [00:03:56.792]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.0713192Z [00:03:56.792]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.0713674Z [00:03:56.792]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.0714437Z [00:03:56.792]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.0714726Z [00:03:56.792]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.0756544Z [00:03:56.796]➜   (in-process)
2025-08-20T19:11:38.0771434Z [00:03:56.797]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name fdutimensat.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-fdutimensat.Tpo -MT lib/libcoreutils_a-fdutimensat.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fdutimensat.o -x c lib/fdutimensat.c
2025-08-20T19:11:38.0805279Z [00:03:56.799]➜    CC       lib/libcoreutils_a-file-set.o
2025-08-20T19:11:38.0805927Z [00:03:56.800]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.0806620Z [00:03:56.801]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.0807157Z [00:03:56.801]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.0807499Z [00:03:56.801]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.0807844Z [00:03:56.801]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.0808532Z [00:03:56.801]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.0808856Z [00:03:56.801]➜  #include "..." search starts here:
2025-08-20T19:11:38.0809172Z [00:03:56.801]➜  #include <...> search starts here:
2025-08-20T19:11:38.0809435Z [00:03:56.801]➜   .
2025-08-20T19:11:38.0809632Z [00:03:56.801]➜   ./lib
2025-08-20T19:11:38.0825835Z [00:03:56.803]➜   src
2025-08-20T19:11:38.0828367Z [00:03:56.803]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.0828700Z [00:03:56.803]➜   /usr/local/include
2025-08-20T19:11:38.0830418Z [00:03:56.803]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.0832213Z [00:03:56.803]➜   /usr/include
2025-08-20T19:11:38.0836812Z [00:03:56.803]➜  End of search list.
2025-08-20T19:11:38.0838283Z [00:03:56.805]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.0838632Z [00:03:56.805]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.0841001Z [00:03:56.805]➜  Thread model: posix
2025-08-20T19:11:38.0842328Z [00:03:56.805]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.0842792Z [00:03:56.805]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.0843291Z [00:03:56.805]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.0848116Z [00:03:56.806]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.0849062Z [00:03:56.806]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.0849374Z [00:03:56.806]➜   (in-process)
2025-08-20T19:11:38.0856552Z [00:03:56.806]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name fflush.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-fflush.Tpo -MT lib/libcoreutils_a-fflush.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fflush.o -x c lib/fflush.c
2025-08-20T19:11:38.0883303Z [00:03:56.809]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.0889677Z [00:03:56.810]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.0893971Z [00:03:56.810]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.0894397Z [00:03:56.810]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.0894732Z [00:03:56.810]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.0895065Z [00:03:56.810]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.0895386Z [00:03:56.810]➜  #include "..." search starts here:
2025-08-20T19:11:38.0895711Z [00:03:56.810]➜  #include <...> search starts here:
2025-08-20T19:11:38.0896322Z [00:03:56.811]➜   .
2025-08-20T19:11:38.0896527Z [00:03:56.811]➜   ./lib
2025-08-20T19:11:38.0896730Z [00:03:56.811]➜   src
2025-08-20T19:11:38.0896986Z [00:03:56.811]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.0897274Z [00:03:56.811]➜   /usr/local/include
2025-08-20T19:11:38.0897556Z [00:03:56.811]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.0897829Z [00:03:56.811]➜   /usr/include
2025-08-20T19:11:38.0898068Z [00:03:56.811]➜  End of search list.
2025-08-20T19:11:38.0954470Z [00:03:56.816]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.0954914Z [00:03:56.817]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.0955233Z [00:03:56.817]➜  Thread model: posix
2025-08-20T19:11:38.0955530Z [00:03:56.817]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.0955960Z [00:03:56.817]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.0956457Z [00:03:56.817]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.0956846Z [00:03:56.817]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.0957135Z [00:03:56.817]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.0995357Z [00:03:56.820]➜   (in-process)
2025-08-20T19:11:38.1002925Z [00:03:56.820]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name file-has-acl.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-file-has-acl.Tpo -MT lib/libcoreutils_a-file-has-acl.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-file-has-acl.o -x c lib/file-has-acl.c
2025-08-20T19:11:38.1009008Z [00:03:56.820]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.1009695Z [00:03:56.820]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.1010233Z [00:03:56.820]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.1010737Z [00:03:56.820]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.1011093Z [00:03:56.820]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.1011430Z [00:03:56.820]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.1011758Z [00:03:56.821]➜  #include "..." search starts here:
2025-08-20T19:11:38.1012073Z [00:03:56.821]➜  #include <...> search starts here:
2025-08-20T19:11:38.1012337Z [00:03:56.821]➜   .
2025-08-20T19:11:38.1012532Z [00:03:56.821]➜   ./lib
2025-08-20T19:11:38.1012732Z [00:03:56.821]➜   src
2025-08-20T19:11:38.1012992Z [00:03:56.821]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.1013508Z [00:03:56.821]➜   /usr/local/include
2025-08-20T19:11:38.1013792Z [00:03:56.821]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.1014070Z [00:03:56.821]➜   /usr/include
2025-08-20T19:11:38.1014306Z [00:03:56.821]➜  End of search list.
2025-08-20T19:11:38.1035205Z [00:03:56.824]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.1035589Z [00:03:56.825]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.1035889Z [00:03:56.825]➜  Thread model: posix
2025-08-20T19:11:38.1036554Z [00:03:56.825]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.1036990Z [00:03:56.825]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.1037477Z [00:03:56.825]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.1037850Z [00:03:56.825]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.1038135Z [00:03:56.825]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.1051487Z [00:03:56.825]➜   (in-process)
2025-08-20T19:11:38.1058368Z [00:03:56.825]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name file-set.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-file-set.Tpo -MT lib/libcoreutils_a-file-set.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-file-set.o -x c lib/file-set.c
2025-08-20T19:11:38.1064576Z [00:03:56.826]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.1065397Z [00:03:56.827]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.1066012Z [00:03:56.827]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.1112364Z [00:03:56.827]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.1113046Z [00:03:56.827]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.1113212Z [00:03:56.827]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.1113355Z [00:03:56.827]➜  #include "..." search starts here:
2025-08-20T19:11:38.1113505Z [00:03:56.827]➜  #include <...> search starts here:
2025-08-20T19:11:38.1113621Z [00:03:56.827]➜   .
2025-08-20T19:11:38.1113722Z [00:03:56.827]➜   ./lib
2025-08-20T19:11:38.1113824Z [00:03:56.827]➜   src
2025-08-20T19:11:38.1113982Z [00:03:56.827]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.1114094Z [00:03:56.827]➜   /usr/local/include
2025-08-20T19:11:38.1114237Z [00:03:56.827]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.1114339Z [00:03:56.827]➜   /usr/include
2025-08-20T19:11:38.1114458Z [00:03:56.827]➜  End of search list.
2025-08-20T19:11:38.1114986Z [00:03:56.830]➜    CC       lib/libcoreutils_a-file-type.o
2025-08-20T19:11:38.1321080Z [00:03:56.853]➜    CC       lib/libcoreutils_a-filemode.o
2025-08-20T19:11:38.1375642Z [00:03:56.858]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.1376996Z [00:03:56.859]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.1377122Z [00:03:56.859]➜  Thread model: posix
2025-08-20T19:11:38.1378881Z [00:03:56.859]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.1392224Z [00:03:56.860]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.1405318Z [00:03:56.861]➜  Selected GCC installation:   CC       lib/libcoreutils_a-filenamecat.o
2025-08-20T19:11:38.1414302Z [00:03:56.862]➜  /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.1416937Z [00:03:56.863]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.1420635Z [00:03:56.863]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.1427320Z [00:03:56.864]➜   (in-process)
2025-08-20T19:11:38.1483375Z [00:03:56.868]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name file-type.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-file-type.Tpo -MT lib/libcoreutils_a-file-type.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-file-type.o -x c lib/file-type.c
2025-08-20T19:11:38.1483876Z [00:03:56.869]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.1484370Z [00:03:56.869]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.1484592Z [00:03:56.869]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.1484746Z [00:03:56.869]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.1484895Z [00:03:56.869]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.1485051Z [00:03:56.869]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.1485190Z [00:03:56.869]➜  #include "..." search starts here:
2025-08-20T19:11:38.1485336Z [00:03:56.869]➜  #include <...> search starts here:
2025-08-20T19:11:38.1485434Z [00:03:56.869]➜   .
2025-08-20T19:11:38.1485531Z [00:03:56.869]➜   ./lib
2025-08-20T19:11:38.1485626Z [00:03:56.869]➜   src
2025-08-20T19:11:38.1485779Z [00:03:56.869]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.1485890Z [00:03:56.869]➜   /usr/local/include
2025-08-20T19:11:38.1486031Z [00:03:56.869]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.1486135Z [00:03:56.869]➜   /usr/include
2025-08-20T19:11:38.1486258Z [00:03:56.869]➜  End of search list.
2025-08-20T19:11:38.1559152Z [00:03:56.877]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.1559406Z [00:03:56.877]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.1559551Z [00:03:56.877]➜  Thread model: posix
2025-08-20T19:11:38.1559717Z [00:03:56.877]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.1559979Z [00:03:56.877]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.1560596Z [00:03:56.877]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.1561240Z [00:03:56.877]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.1561403Z [00:03:56.877]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.1573179Z [00:03:56.877]➜   (in-process)
2025-08-20T19:11:38.1579728Z [00:03:56.877]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name filenamecat.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-filenamecat.Tpo -MT lib/libcoreutils_a-filenamecat.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-filenamecat.o -x c lib/filenamecat.c
2025-08-20T19:11:38.1580032Z [00:03:56.878]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.1580809Z [00:03:56.878]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.1583018Z [00:03:56.878]➜  Thread model: posix
2025-08-20T19:11:38.1583202Z [00:03:56.878]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.1583466Z [00:03:56.878]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.1583962Z [00:03:56.878]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.1584119Z [00:03:56.878]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.1584246Z [00:03:56.878]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.1584566Z [00:03:56.878]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.1584945Z [00:03:56.879]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.1585124Z [00:03:56.879]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.1585271Z [00:03:56.879]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.1585432Z [00:03:56.879]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.1585580Z [00:03:56.879]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.1585725Z [00:03:56.879]➜  #include "..." search starts here:
2025-08-20T19:11:38.1585864Z [00:03:56.879]➜  #include <...> search starts here:
2025-08-20T19:11:38.1585957Z [00:03:56.879]➜   .
2025-08-20T19:11:38.1586188Z [00:03:56.879]➜   ./lib
2025-08-20T19:11:38.1586285Z [00:03:56.879]➜   src
2025-08-20T19:11:38.1586434Z [00:03:56.879]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.1586548Z [00:03:56.879]➜   /usr/local/include
2025-08-20T19:11:38.1586688Z [00:03:56.879]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.1586794Z [00:03:56.879]➜   /usr/include
2025-08-20T19:11:38.1586905Z [00:03:56.879]➜  End of search list.
2025-08-20T19:11:38.1587014Z [00:03:56.879]➜   (in-process)
2025-08-20T19:11:38.1602529Z [00:03:56.880]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name filemode.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-filemode.Tpo -MT lib/libcoreutils_a-filemode.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-filemode.o -x c lib/filemode.c
2025-08-20T19:11:38.1610176Z [00:03:56.882]➜    CC       lib/libcoreutils_a-filenamecat-lgpl.o
2025-08-20T19:11:38.1617553Z [00:03:56.883]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.1628272Z [00:03:56.884]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.1628895Z [00:03:56.884]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.1629663Z [00:03:56.884]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.1629841Z [00:03:56.884]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.1630003Z [00:03:56.884]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.1640797Z [00:03:56.885]➜  #include "..." search starts here:
2025-08-20T19:11:38.1641379Z [00:03:56.885]➜  #include <...> search starts here:
2025-08-20T19:11:38.1656386Z [00:03:56.885]➜   .
2025-08-20T19:11:38.1656566Z [00:03:56.885]➜   ./lib
2025-08-20T19:11:38.1656667Z [00:03:56.885]➜   src
2025-08-20T19:11:38.1656852Z [00:03:56.885]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.1656968Z [00:03:56.885]➜   /usr/local/include
2025-08-20T19:11:38.1657118Z [00:03:56.885]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.1657249Z [00:03:56.885]➜   /usr/include
2025-08-20T19:11:38.1657365Z [00:03:56.885]➜  End of search list.
2025-08-20T19:11:38.1867550Z [00:03:56.907]➜    CC       lib/libcoreutils_a-filevercmp.o
2025-08-20T19:11:38.1905898Z [00:03:56.911]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.1914779Z [00:03:56.911]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.1914920Z [00:03:56.911]➜  Thread model: posix
2025-08-20T19:11:38.1915103Z [00:03:56.911]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.1915711Z [00:03:56.911]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.1915948Z [00:03:56.911]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.1916077Z [00:03:56.911]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.1916211Z [00:03:56.911]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.1916318Z [00:03:56.912]➜   (in-process)
2025-08-20T19:11:38.1930867Z [00:03:56.913]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name filenamecat-lgpl.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-filenamecat-lgpl.Tpo -MT lib/libcoreutils_a-filenamecat-lgpl.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-filenamecat-lgpl.o -x c lib/filenamecat-lgpl.c
2025-08-20T19:11:38.1941158Z [00:03:56.915]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.1951506Z [00:03:56.916]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.1966911Z [00:03:56.916]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.1967431Z [00:03:56.916]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.1967644Z [00:03:56.916]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.1967801Z [00:03:56.916]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.1967947Z [00:03:56.916]➜  #include "..." search starts here:
2025-08-20T19:11:38.1968088Z [00:03:56.916]➜  #include <...> search starts here:
2025-08-20T19:11:38.1968331Z [00:03:56.916]➜   .
2025-08-20T19:11:38.1968433Z [00:03:56.916]➜   ./lib
2025-08-20T19:11:38.1968527Z [00:03:56.916]➜   src
2025-08-20T19:11:38.1968679Z [00:03:56.916]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.1968795Z [00:03:56.916]➜   /usr/local/include
2025-08-20T19:11:38.1968933Z [00:03:56.916]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.1969040Z [00:03:56.916]➜   /usr/include
2025-08-20T19:11:38.1969150Z [00:03:56.916]➜  End of search list.
2025-08-20T19:11:38.2000154Z [00:03:56.921]➜    CC       lib/libcoreutils_a-float.o
2025-08-20T19:11:38.2058399Z [00:03:56.927]➜    CC       lib/libcoreutils_a-fopen-safer.o
2025-08-20T19:11:38.2061130Z [00:03:56.927]➜    CC       lib/libcoreutils_a-fprintftime.o
2025-08-20T19:11:38.2087241Z [00:03:56.930]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.2087846Z [00:03:56.930]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.2088663Z [00:03:56.930]➜  Thread model: posix
2025-08-20T19:11:38.2089263Z [00:03:56.930]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.2089552Z [00:03:56.930]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.2089782Z [00:03:56.930]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.2089920Z [00:03:56.930]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.2090042Z [00:03:56.930]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.2121680Z [00:03:56.931]➜   (in-process)
2025-08-20T19:11:38.2129176Z [00:03:56.932]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name filevercmp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-filevercmp.Tpo -MT lib/libcoreutils_a-filevercmp.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-filevercmp.o -x c lib/filevercmp.c
2025-08-20T19:11:38.2129568Z [00:03:56.932]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.2129956Z [00:03:56.932]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.2130130Z [00:03:56.932]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.2130850Z [00:03:56.932]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.2131078Z [00:03:56.932]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.2131235Z [00:03:56.932]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.2131375Z [00:03:56.932]➜  #include "..." search starts here:
2025-08-20T19:11:38.2131638Z [00:03:56.932]➜  #include <...> search starts here:
2025-08-20T19:11:38.2131765Z [00:03:56.932]➜   .
2025-08-20T19:11:38.2131863Z [00:03:56.932]➜   ./lib
2025-08-20T19:11:38.2131958Z [00:03:56.932]➜   src
2025-08-20T19:11:38.2132108Z [00:03:56.932]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.2132225Z [00:03:56.932]➜   /usr/local/include
2025-08-20T19:11:38.2132362Z [00:03:56.932]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.2132466Z [00:03:56.932]➜   /usr/include
2025-08-20T19:11:38.2132577Z [00:03:56.932]➜  End of search list.
2025-08-20T19:11:38.2177429Z [00:03:56.938]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.2177701Z [00:03:56.938]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.2178091Z [00:03:56.938]➜  Thread model: posix
2025-08-20T19:11:38.2178263Z [00:03:56.938]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.2179708Z [00:03:56.938]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.2180052Z [00:03:56.938]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.2180398Z [00:03:56.938]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.2180731Z [00:03:56.938]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.2180857Z [00:03:56.939]➜   (in-process)
2025-08-20T19:11:38.2195066Z [00:03:56.939]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name float.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-float.Tpo -MT lib/libcoreutils_a-float.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-float.o -x c lib/float.c
2025-08-20T19:11:38.2195745Z [00:03:56.940]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.2196135Z [00:03:56.940]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.2196306Z [00:03:56.940]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.2196451Z [00:03:56.940]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.2196605Z [00:03:56.940]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.2196758Z [00:03:56.940]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.2197033Z [00:03:56.940]➜  #include "..." search starts here:
2025-08-20T19:11:38.2197186Z [00:03:56.940]➜  #include <...> search starts here:
2025-08-20T19:11:38.2197282Z [00:03:56.940]➜   .
2025-08-20T19:11:38.2197377Z [00:03:56.940]➜   ./lib
2025-08-20T19:11:38.2197471Z [00:03:56.940]➜   src
2025-08-20T19:11:38.2197621Z [00:03:56.940]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.2197844Z [00:03:56.940]➜   /usr/local/include
2025-08-20T19:11:38.2198028Z [00:03:56.940]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.2198134Z [00:03:56.940]➜   /usr/include
2025-08-20T19:11:38.2198250Z [00:03:56.940]➜  End of search list.
2025-08-20T19:11:38.2211811Z [00:03:56.942]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.2217902Z [00:03:56.942]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.2219244Z [00:03:56.942]➜  Thread model: posix
2025-08-20T19:11:38.2220023Z [00:03:56.942]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.2220350Z [00:03:56.942]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.2221767Z [00:03:56.942]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.2221927Z [00:03:56.942]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.2223072Z [00:03:56.942]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.2223242Z [00:03:56.943]➜   (in-process)
2025-08-20T19:11:38.2251490Z [00:03:56.945]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name fprintftime.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-fprintftime.Tpo -MT lib/libcoreutils_a-fprintftime.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fprintftime.o -x c lib/fprintftime.c
2025-08-20T19:11:38.2252583Z [00:03:56.945]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.2253715Z [00:03:56.945]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.2253931Z [00:03:56.945]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.2254122Z [00:03:56.945]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.2254282Z [00:03:56.945]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.2254431Z [00:03:56.945]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.2254579Z [00:03:56.945]➜  #include "..." search starts here:
2025-08-20T19:11:38.2254721Z [00:03:56.945]➜  #include <...> search starts here:
2025-08-20T19:11:38.2254826Z [00:03:56.945]➜   .
2025-08-20T19:11:38.2254919Z [00:03:56.945]➜   ./lib
2025-08-20T19:11:38.2255297Z [00:03:56.946]➜   src
2025-08-20T19:11:38.2255466Z [00:03:56.946]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.2255577Z [00:03:56.946]➜   /usr/local/include
2025-08-20T19:11:38.2255721Z [00:03:56.946]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.2255826Z [00:03:56.946]➜   /usr/include
2025-08-20T19:11:38.2255941Z [00:03:56.946]➜  End of search list.
2025-08-20T19:11:38.2316237Z [00:03:56.953]➜    CC       lib/libcoreutils_a-fpurge.o
2025-08-20T19:11:38.2319112Z [00:03:56.953]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.2321914Z [00:03:56.953]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.2322134Z [00:03:56.953]➜  Thread model: posix
2025-08-20T19:11:38.2322292Z [00:03:56.953]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.2325424Z [00:03:56.953]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.2325770Z [00:03:56.953]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.2325919Z [00:03:56.953]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.2326047Z [00:03:56.953]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.2329071Z [00:03:56.953]➜   (in-process)
2025-08-20T19:11:38.2348504Z [00:03:56.953]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name fopen-safer.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-fopen-safer.Tpo -MT lib/libcoreutils_a-fopen-safer.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fopen-safer.o -x c lib/fopen-safer.c
2025-08-20T19:11:38.2349359Z [00:03:56.955]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.2349746Z [00:03:56.955]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.2365169Z [00:03:56.957]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.2366082Z [00:03:56.957]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.2366272Z [00:03:56.957]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.2366433Z [00:03:56.957]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.2366575Z [00:03:56.957]➜  #include "..." search starts here:
2025-08-20T19:11:38.2366739Z [00:03:56.957]➜  #include <...> search starts here:
2025-08-20T19:11:38.2366831Z [00:03:56.957]➜   .
2025-08-20T19:11:38.2366928Z [00:03:56.957]➜   ./lib
2025-08-20T19:11:38.2367017Z [00:03:56.957]➜   src
2025-08-20T19:11:38.2367182Z [00:03:56.957]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.2367294Z [00:03:56.957]➜   /usr/local/include
2025-08-20T19:11:38.2367717Z [00:03:56.958]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.2367833Z [00:03:56.958]➜   /usr/include
2025-08-20T19:11:38.2367951Z [00:03:56.958]➜  End of search list.
2025-08-20T19:11:38.2482625Z [00:03:56.969]➜    CC       lib/libcoreutils_a-freadahead.o
2025-08-20T19:11:38.2612220Z [00:03:56.982]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.2615306Z [00:03:56.983]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.2616990Z [00:03:56.983]➜  Thread model: posix
2025-08-20T19:11:38.2617181Z [00:03:56.983]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.2617457Z [00:03:56.983]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.2617689Z [00:03:56.983]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.2617826Z [00:03:56.983]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.2617977Z [00:03:56.983]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.2618098Z [00:03:56.983]➜   (in-process)
2025-08-20T19:11:38.2624636Z [00:03:56.983]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name fpurge.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-fpurge.Tpo -MT lib/libcoreutils_a-fpurge.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fpurge.o -x c lib/fpurge.c
2025-08-20T19:11:38.2633681Z [00:03:56.984]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.2639281Z [00:03:56.985]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.2651568Z [00:03:56.985]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.2652068Z [00:03:56.985]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.2652451Z [00:03:56.985]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.2652608Z [00:03:56.985]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.2652786Z [00:03:56.985]➜  #include "..." search starts here:
2025-08-20T19:11:38.2652927Z [00:03:56.986]➜  #include <...> search starts here:
2025-08-20T19:11:38.2653021Z [00:03:56.986]➜   .
2025-08-20T19:11:38.2653115Z [00:03:56.986]➜   ./lib
2025-08-20T19:11:38.2653209Z [00:03:56.986]➜   src
2025-08-20T19:11:38.2653359Z [00:03:56.986]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.2653475Z [00:03:56.986]➜   /usr/local/include
2025-08-20T19:11:38.2653613Z [00:03:56.986]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.2653729Z [00:03:56.986]➜   /usr/include
2025-08-20T19:11:38.2653846Z [00:03:56.986]➜  End of search list.
2025-08-20T19:11:38.2695192Z [00:03:56.990]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.2695389Z [00:03:56.990]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.2695513Z [00:03:56.990]➜  Thread model: posix
2025-08-20T19:11:38.2695663Z [00:03:56.990]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.2696207Z [00:03:56.990]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.2696611Z [00:03:56.990]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.2696744Z [00:03:56.990]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.2696871Z [00:03:56.991]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.2696984Z [00:03:56.991]➜   (in-process)
2025-08-20T19:11:38.2705177Z [00:03:56.991]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name freadahead.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-freadahead.Tpo -MT lib/libcoreutils_a-freadahead.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-freadahead.o -x c lib/freadahead.c
2025-08-20T19:11:38.2713620Z [00:03:56.992]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.2715271Z [00:03:56.993]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.2715617Z [00:03:56.993]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.2715808Z [00:03:56.993]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.2716225Z [00:03:56.993]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.2716440Z [00:03:56.993]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.2734978Z [00:03:56.994]➜  #include "..." search starts here:
2025-08-20T19:11:38.2735166Z [00:03:56.994]➜  #include <...> search starts here:
2025-08-20T19:11:38.2735265Z [00:03:56.994]➜   .
2025-08-20T19:11:38.2735382Z [00:03:56.994]➜   ./lib
2025-08-20T19:11:38.2735490Z [00:03:56.994]➜   src
2025-08-20T19:11:38.2735643Z [00:03:56.994]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.2735764Z [00:03:56.994]➜   /usr/local/include
2025-08-20T19:11:38.2735906Z [00:03:56.994]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.2736013Z [00:03:56.994]➜   /usr/include
2025-08-20T19:11:38.2736123Z [00:03:56.994]➜  End of search list.
2025-08-20T19:11:38.2751719Z [00:03:56.996]➜    CC       lib/libcoreutils_a-freading.o
2025-08-20T19:11:38.2806078Z [00:03:57.002]➜    CC       lib/libcoreutils_a-freadptr.o
2025-08-20T19:11:38.2954274Z [00:03:57.016]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.2954733Z [00:03:57.016]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.2955045Z [00:03:57.016]➜  Thread model: posix
2025-08-20T19:11:38.2955343Z [00:03:57.016]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.2955789Z [00:03:57.016]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.2956772Z [00:03:57.016]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.2957208Z [00:03:57.016]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.2957493Z [00:03:57.016]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.2963587Z [00:03:57.017]➜   (in-process)
2025-08-20T19:11:38.2973122Z [00:03:57.017]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name freadptr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-freadptr.Tpo -MT lib/libcoreutils_a-freadptr.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-freadptr.o -x c lib/freadptr.c
2025-08-20T19:11:38.2979354Z [00:03:57.018]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.2980038Z [00:03:57.019]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.2980721Z [00:03:57.019]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.2981091Z [00:03:57.019]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.2981440Z [00:03:57.019]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.2981920Z [00:03:57.019]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.2982292Z [00:03:57.019]➜  #include "..." search starts here:
2025-08-20T19:11:38.2982605Z [00:03:57.019]➜  #include <...> search starts here:
2025-08-20T19:11:38.2982868Z [00:03:57.019]➜   .
2025-08-20T19:11:38.2983061Z [00:03:57.019]➜   ./lib
2025-08-20T19:11:38.2983259Z [00:03:57.019]➜   src
2025-08-20T19:11:38.2983530Z [00:03:57.019]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.2983820Z [00:03:57.019]➜   /usr/local/include
2025-08-20T19:11:38.2984102Z [00:03:57.019]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.2984375Z [00:03:57.019]➜   /usr/include
2025-08-20T19:11:38.2984611Z [00:03:57.019]➜  End of search list.
2025-08-20T19:11:38.3043266Z [00:03:57.025]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.3052163Z [00:03:57.025]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.3052517Z [00:03:57.025]➜  Thread model: posix
2025-08-20T19:11:38.3052812Z [00:03:57.025]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.3053254Z [00:03:57.025]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.3053742Z [00:03:57.025]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.3054118Z [00:03:57.025]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.3054407Z [00:03:57.025]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.3055132Z [00:03:57.025]➜   (in-process)
2025-08-20T19:11:38.3061914Z [00:03:57.026]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name freading.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-freading.Tpo -MT lib/libcoreutils_a-freading.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-freading.o -x c lib/freading.c
2025-08-20T19:11:38.3094824Z [00:03:57.027]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.3095542Z [00:03:57.027]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.3096088Z [00:03:57.027]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.3096429Z [00:03:57.027]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.3096761Z [00:03:57.027]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.3097092Z [00:03:57.027]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.3097414Z [00:03:57.027]➜  #include "..." search starts here:
2025-08-20T19:11:38.3097738Z [00:03:57.027]➜  #include <...> search starts here:
2025-08-20T19:11:38.3098003Z [00:03:57.027]➜   .
2025-08-20T19:11:38.3098481Z [00:03:57.027]➜   ./lib
2025-08-20T19:11:38.3098753Z [00:03:57.027]➜   src
2025-08-20T19:11:38.3099017Z [00:03:57.027]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.3099312Z [00:03:57.027]➜   /usr/local/include
2025-08-20T19:11:38.3099588Z [00:03:57.027]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.3099886Z [00:03:57.027]➜   /usr/include
2025-08-20T19:11:38.3100138Z [00:03:57.027]➜  End of search list.
2025-08-20T19:11:38.3100591Z [00:03:57.028]➜    CC       lib/libcoreutils_a-freadseek.o
2025-08-20T19:11:38.3303791Z [00:03:57.049]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.3306220Z [00:03:57.049]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.3306540Z [00:03:57.049]➜  Thread model: posix
2025-08-20T19:11:38.3306843Z [00:03:57.049]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.3307274Z [00:03:57.049]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.3307809Z [00:03:57.049]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.3308182Z [00:03:57.049]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.3308470Z [00:03:57.049]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.3308738Z [00:03:57.049]➜   (in-process)
2025-08-20T19:11:38.3320584Z [00:03:57.049]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name freadseek.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-freadseek.Tpo -MT lib/libcoreutils_a-freadseek.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-freadseek.o -x c lib/freadseek.c
2025-08-20T19:11:38.3326815Z [00:03:57.050]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.3327504Z [00:03:57.050]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.3328041Z [00:03:57.050]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.3328393Z [00:03:57.050]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.3328723Z [00:03:57.050]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.3329052Z [00:03:57.050]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.3329373Z [00:03:57.050]➜  #include "..." search starts here:
2025-08-20T19:11:38.3329688Z [00:03:57.050]➜  #include <...> search starts here:
2025-08-20T19:11:38.3329944Z [00:03:57.050]➜   .
2025-08-20T19:11:38.3330139Z [00:03:57.050]➜   ./lib
2025-08-20T19:11:38.3330349Z [00:03:57.050]➜   src
2025-08-20T19:11:38.3330843Z [00:03:57.050]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.3331341Z [00:03:57.050]➜   /usr/local/include
2025-08-20T19:11:38.3331701Z [00:03:57.050]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.3331980Z [00:03:57.050]➜   /usr/include
2025-08-20T19:11:38.3332218Z [00:03:57.050]➜  End of search list.
2025-08-20T19:11:38.3332531Z [00:03:57.051]➜    CC       lib/libcoreutils_a-freopen-safer.o
2025-08-20T19:11:38.3363325Z [00:03:57.057]➜    CC       lib/libcoreutils_a-fseek.o
2025-08-20T19:11:38.3458748Z [00:03:57.067]➜    CC       lib/libcoreutils_a-fseeko.o
2025-08-20T19:11:38.3495176Z [00:03:57.070]➜    CC       lib/libcoreutils_a-fseterr.o
2025-08-20T19:11:38.3533410Z [00:03:57.074]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.3533974Z [00:03:57.074]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.3536251Z [00:03:57.074]➜  Thread model: posix
2025-08-20T19:11:38.3537214Z [00:03:57.074]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.3537701Z [00:03:57.074]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.3538195Z [00:03:57.074]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.3538573Z [00:03:57.074]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.3538864Z [00:03:57.074]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.3555587Z [00:03:57.076]➜   (in-process)
2025-08-20T19:11:38.3562673Z [00:03:57.076]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name freopen-safer.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-freopen-safer.Tpo -MT lib/libcoreutils_a-freopen-safer.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-freopen-safer.o -x c lib/freopen-safer.c
2025-08-20T19:11:38.3569468Z [00:03:57.077]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.3570630Z [00:03:57.077]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.3571732Z [00:03:57.077]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.3572127Z [00:03:57.077]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.3572464Z [00:03:57.077]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.3572799Z [00:03:57.077]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.3573122Z [00:03:57.077]➜  #include "..." search starts here:
2025-08-20T19:11:38.3573442Z [00:03:57.077]➜  #include <...> search starts here:
2025-08-20T19:11:38.3573725Z [00:03:57.077]➜   .
2025-08-20T19:11:38.3573918Z [00:03:57.077]➜   ./lib
2025-08-20T19:11:38.3574453Z [00:03:57.077]➜   src
2025-08-20T19:11:38.3574788Z [00:03:57.077]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.3575084Z [00:03:57.077]➜   /usr/local/include
2025-08-20T19:11:38.3575368Z [00:03:57.077]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.3575644Z [00:03:57.077]➜   /usr/include
2025-08-20T19:11:38.3575884Z [00:03:57.077]➜  End of search list.
2025-08-20T19:11:38.3756185Z [00:03:57.096]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.3757247Z [00:03:57.096]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.3761219Z [00:03:57.097]➜  Thread model: posix
2025-08-20T19:11:38.3767844Z [00:03:57.097]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.3768346Z [00:03:57.097]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.3768852Z [00:03:57.097]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.3791696Z [00:03:57.099]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.3792081Z [00:03:57.099]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.3822283Z [00:03:57.099]➜   (in-process)
2025-08-20T19:11:38.3829246Z [00:03:57.099]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name fseeko.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-fseeko.Tpo -MT lib/libcoreutils_a-fseeko.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fseeko.o -x c lib/fseeko.c
2025-08-20T19:11:38.3836301Z [00:03:57.099]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.3837306Z [00:03:57.100]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.3838280Z [00:03:57.101]➜  Target: ignoring nonexistent directory "aarch64-unknown-linux-gnu/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.3839069Z [00:03:57.101]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.3839560Z [00:03:57.101]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.3840073Z [00:03:57.101]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.3840682Z [00:03:57.101]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.3841211Z [00:03:57.101]➜  #include "..." search starts here:
2025-08-20T19:11:38.3841682Z [00:03:57.101]➜  #include <...> search starts here:
2025-08-20T19:11:38.3842078Z [00:03:57.101]➜   .
2025-08-20T19:11:38.3842405Z [00:03:57.101]➜   ./lib
2025-08-20T19:11:38.3842888Z [00:03:57.101]➜   src
2025-08-20T19:11:38.3843348Z [00:03:57.101]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.3844051Z [00:03:57.101]➜   /usr/local/include
2025-08-20T19:11:38.3844559Z [00:03:57.101]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.3844998Z [00:03:57.101]➜   /usr/include
2025-08-20T19:11:38.3845401Z [00:03:57.101]➜  End of search list.
2025-08-20T19:11:38.3845786Z [00:03:57.101]➜  
2025-08-20T19:11:38.3846147Z [00:03:57.101]➜  Thread model: posix
2025-08-20T19:11:38.3846765Z [00:03:57.101]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.3847427Z [00:03:57.101]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.3848059Z [00:03:57.101]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.3848728Z [00:03:57.102]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.3849210Z [00:03:57.102]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.3850007Z [00:03:57.103]➜   (in-process)
2025-08-20T19:11:38.3857174Z [00:03:57.104]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name fseterr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-fseterr.Tpo -MT lib/libcoreutils_a-fseterr.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fseterr.o -x c lib/fseterr.c
2025-08-20T19:11:38.3863697Z [00:03:57.104]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.3864398Z [00:03:57.104]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.3865159Z [00:03:57.104]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.3865541Z [00:03:57.104]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.3865875Z [00:03:57.104]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.3866204Z [00:03:57.104]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.3866527Z [00:03:57.104]➜  #include "..." search starts here:
2025-08-20T19:11:38.3866839Z [00:03:57.104]➜  #include <...> search starts here:
2025-08-20T19:11:38.3867116Z [00:03:57.104]➜   .
2025-08-20T19:11:38.3867311Z [00:03:57.104]➜   ./lib
2025-08-20T19:11:38.3867516Z [00:03:57.104]➜   src
2025-08-20T19:11:38.3867771Z [00:03:57.104]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.3868065Z [00:03:57.105]➜   /usr/local/include
2025-08-20T19:11:38.3868348Z [00:03:57.105]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.3868626Z [00:03:57.105]➜   /usr/include
2025-08-20T19:11:38.3868863Z [00:03:57.105]➜  End of search list.
2025-08-20T19:11:38.3924364Z [00:03:57.113]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.3924772Z [00:03:57.113]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.3925418Z [00:03:57.113]➜  Thread model: posix
2025-08-20T19:11:38.3925783Z [00:03:57.113]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.3926215Z [00:03:57.113]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.3926705Z [00:03:57.113]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.3927223Z [00:03:57.113]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.3927570Z [00:03:57.113]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.3931309Z [00:03:57.114]➜    CC       lib/libcoreutils_a-fsusage.o
2025-08-20T19:11:38.3995777Z [00:03:57.119]➜   (in-process)
2025-08-20T19:11:38.4002662Z [00:03:57.119]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name fseek.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-fseek.Tpo -MT lib/libcoreutils_a-fseek.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fseek.o -x c lib/fseek.c
2025-08-20T19:11:38.4008883Z [00:03:57.119]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.4009573Z [00:03:57.120]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.4010103Z [00:03:57.120]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.4010534Z [00:03:57.120]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.4011061Z [00:03:57.120]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.4011390Z [00:03:57.120]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.4011719Z [00:03:57.120]➜  #include "..." search starts here:
2025-08-20T19:11:38.4012032Z [00:03:57.120]➜  #include <...> search starts here:
2025-08-20T19:11:38.4012292Z [00:03:57.120]➜   .
2025-08-20T19:11:38.4012486Z [00:03:57.120]➜   ./lib
2025-08-20T19:11:38.4012688Z [00:03:57.120]➜   src
2025-08-20T19:11:38.4012950Z [00:03:57.120]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.4013247Z [00:03:57.120]➜   /usr/local/include
2025-08-20T19:11:38.4013529Z [00:03:57.120]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.4013804Z [00:03:57.120]➜   /usr/include
2025-08-20T19:11:38.4014050Z [00:03:57.120]➜  End of search list.
2025-08-20T19:11:38.4091615Z [00:03:57.130]➜    CC       lib/libcoreutils_a-ftoastr.o
2025-08-20T19:11:38.4224506Z [00:03:57.142]➜    CC       lib/libcoreutils_a-fts.o
2025-08-20T19:11:38.4232410Z [00:03:57.144]➜    CC       lib/libcoreutils_a-full-read.o
2025-08-20T19:11:38.4254665Z [00:03:57.146]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.4271904Z [00:03:57.146]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.4272325Z [00:03:57.146]➜  Thread model: posix
2025-08-20T19:11:38.4272630Z [00:03:57.146]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.4273063Z [00:03:57.146]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.4273693Z [00:03:57.146]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.4274150Z [00:03:57.146]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.4274440Z [00:03:57.146]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.4313361Z [00:03:57.152]➜   (in-process)
2025-08-20T19:11:38.4319998Z [00:03:57.152]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name fsusage.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-fsusage.Tpo -MT lib/libcoreutils_a-fsusage.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fsusage.o -x c lib/fsusage.c
2025-08-20T19:11:38.4326503Z [00:03:57.153]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.4327190Z [00:03:57.154]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.4327725Z [00:03:57.154]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.4328062Z [00:03:57.154]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.4328391Z [00:03:57.154]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.4328728Z [00:03:57.154]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.4329052Z [00:03:57.154]➜  #include "..." search starts here:
2025-08-20T19:11:38.4342587Z [00:03:57.154]➜  #include <...> search starts here:
2025-08-20T19:11:38.4342914Z [00:03:57.154]➜   .
2025-08-20T19:11:38.4343119Z [00:03:57.154]➜   ./lib
2025-08-20T19:11:38.4343322Z [00:03:57.154]➜   src
2025-08-20T19:11:38.4343609Z [00:03:57.154]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.4343916Z [00:03:57.154]➜   /usr/local/include
2025-08-20T19:11:38.4344202Z [00:03:57.154]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.4344484Z [00:03:57.154]➜   /usr/include
2025-08-20T19:11:38.4344724Z [00:03:57.154]➜  End of search list.
2025-08-20T19:11:38.4429705Z [00:03:57.164]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.4430143Z [00:03:57.164]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.4430624Z [00:03:57.164]➜  Thread model: posix
2025-08-20T19:11:38.4431051Z [00:03:57.164]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.4431820Z [00:03:57.164]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.4432390Z [00:03:57.164]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.4432766Z [00:03:57.164]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.4433051Z [00:03:57.164]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.4445319Z [00:03:57.165]➜   (in-process)
2025-08-20T19:11:38.4452347Z [00:03:57.165]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name fts.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-fts.Tpo -MT lib/libcoreutils_a-fts.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fts.o -x c lib/fts.c
2025-08-20T19:11:38.4458246Z [00:03:57.167]➜    CC       lib/libcoreutils_a-full-write.o
2025-08-20T19:11:38.4462931Z [00:03:57.167]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.4463481Z [00:03:57.167]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.4463954Z [00:03:57.167]➜  Thread model: posix
2025-08-20T19:11:38.4464378Z [00:03:57.167]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.4464899Z [00:03:57.167]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.4465478Z [00:03:57.167]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.4465940Z [00:03:57.167]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.4466346Z [00:03:57.167]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.4473288Z [00:03:57.168]➜   (in-process)
2025-08-20T19:11:38.4492375Z [00:03:57.169]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name ftoastr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-ftoastr.Tpo -MT lib/libcoreutils_a-ftoastr.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-ftoastr.o -x c lib/ftoastr.c
2025-08-20T19:11:38.4498397Z [00:03:57.169]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.4499002Z [00:03:57.170]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.4514772Z [00:03:57.172]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.4515353Z [00:03:57.172]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.4515703Z [00:03:57.172]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.4516036Z [00:03:57.172]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.4516375Z [00:03:57.172]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.4517043Z [00:03:57.172]➜  #include "..." search starts here:
2025-08-20T19:11:38.4517362Z [00:03:57.172]➜  #include <...> search starts here:
2025-08-20T19:11:38.4517624Z [00:03:57.172]➜   .
2025-08-20T19:11:38.4517820Z [00:03:57.172]➜   ./lib
2025-08-20T19:11:38.4518022Z [00:03:57.172]➜   src
2025-08-20T19:11:38.4518273Z [00:03:57.172]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.4518563Z [00:03:57.172]➜   /usr/local/include
2025-08-20T19:11:38.4519052Z [00:03:57.172]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.4519338Z [00:03:57.172]➜   /usr/include
2025-08-20T19:11:38.4519589Z [00:03:57.172]➜  End of search list.
2025-08-20T19:11:38.4520109Z [00:03:57.172]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.4520933Z [00:03:57.172]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.4521277Z [00:03:57.172]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.4521619Z [00:03:57.172]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.4521975Z [00:03:57.172]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.4522300Z [00:03:57.172]➜  #include "..." search starts here:
2025-08-20T19:11:38.4522615Z [00:03:57.172]➜  #include <...> search starts here:
2025-08-20T19:11:38.4522873Z [00:03:57.172]➜   .
2025-08-20T19:11:38.4523064Z [00:03:57.172]➜   ./lib
2025-08-20T19:11:38.4523260Z [00:03:57.172]➜   src
2025-08-20T19:11:38.4523515Z [00:03:57.172]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.4523803Z [00:03:57.172]➜   /usr/local/include
2025-08-20T19:11:38.4524090Z [00:03:57.172]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.4524366Z [00:03:57.172]➜   /usr/include
2025-08-20T19:11:38.4524603Z [00:03:57.172]➜  End of search list.
2025-08-20T19:11:38.4541134Z [00:03:57.175]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.4542751Z [00:03:57.175]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.4545170Z [00:03:57.176]➜  Thread model: posix
2025-08-20T19:11:38.4547966Z [00:03:57.176]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.4550682Z [00:03:57.176]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.4553559Z [00:03:57.176]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.4572041Z [00:03:57.177]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.4572444Z [00:03:57.177]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.4573498Z [00:03:57.178]➜   (in-process)
2025-08-20T19:11:38.4602916Z [00:03:57.180]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name full-read.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-full-read.Tpo -MT lib/libcoreutils_a-full-read.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-full-read.o -x c lib/full-read.c
2025-08-20T19:11:38.4609305Z [00:03:57.180]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.4610015Z [00:03:57.181]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.4632488Z [00:03:57.181]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.4632954Z [00:03:57.181]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.4633293Z [00:03:57.181]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.4633631Z [00:03:57.182]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.4633955Z [00:03:57.182]➜  #include "..." search starts here:
2025-08-20T19:11:38.4634286Z [00:03:57.182]➜  #include <...> search starts here:
2025-08-20T19:11:38.4634550Z [00:03:57.184]➜   .
2025-08-20T19:11:38.4634742Z [00:03:57.184]➜   ./lib
2025-08-20T19:11:38.4634942Z [00:03:57.184]➜   src
2025-08-20T19:11:38.4635195Z [00:03:57.184]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.4635485Z [00:03:57.184]➜   /usr/local/include
2025-08-20T19:11:38.4635770Z [00:03:57.184]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.4636047Z [00:03:57.184]➜   /usr/include
2025-08-20T19:11:38.4636292Z [00:03:57.184]➜  End of search list.
2025-08-20T19:11:38.4636584Z [00:03:57.184]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.4636902Z [00:03:57.184]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.4637195Z [00:03:57.184]➜  Thread model: posix
2025-08-20T19:11:38.4637490Z [00:03:57.184]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.4637916Z [00:03:57.184]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.4638416Z [00:03:57.184]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.4638790Z [00:03:57.184]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.4639079Z [00:03:57.184]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.4639349Z [00:03:57.184]➜   (in-process)
2025-08-20T19:11:38.4646506Z [00:03:57.184]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name full-write.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-full-write.Tpo -MT lib/libcoreutils_a-full-write.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-full-write.o -x c lib/full-write.c
2025-08-20T19:11:38.4683267Z [00:03:57.184]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.4683975Z [00:03:57.184]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.4684514Z [00:03:57.184]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.4684861Z [00:03:57.184]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.4685667Z [00:03:57.184]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.4686018Z [00:03:57.184]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.4686376Z [00:03:57.184]➜  #include "..." search starts here:
2025-08-20T19:11:38.4686691Z [00:03:57.184]➜  #include <...> search starts here:
2025-08-20T19:11:38.4686954Z [00:03:57.184]➜   .
2025-08-20T19:11:38.4687152Z [00:03:57.184]➜   ./lib
2025-08-20T19:11:38.4687354Z [00:03:57.184]➜   src
2025-08-20T19:11:38.4687624Z [00:03:57.184]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.4687921Z [00:03:57.184]➜   /usr/local/include
2025-08-20T19:11:38.4688202Z [00:03:57.184]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.4688477Z [00:03:57.184]➜   /usr/include
2025-08-20T19:11:38.4688716Z [00:03:57.184]➜  End of search list.
2025-08-20T19:11:38.4821828Z [00:03:57.203]➜    CC       lib/libcoreutils_a-gethrxtime.o
2025-08-20T19:11:38.4846250Z [00:03:57.205]➜    CC       lib/libcoreutils_a-xtime.o
2025-08-20T19:11:38.4891638Z [00:03:57.210]➜    CC       lib/libcoreutils_a-getndelim2.o
2025-08-20T19:11:38.4987054Z [00:03:57.219]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.4987464Z [00:03:57.220]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.4987775Z [00:03:57.220]➜  Thread model: posix
2025-08-20T19:11:38.4988076Z [00:03:57.220]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.4988519Z [00:03:57.220]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.4989042Z [00:03:57.220]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.4989422Z [00:03:57.220]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.4989707Z [00:03:57.220]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.4990253Z [00:03:57.220]➜   (in-process)
2025-08-20T19:11:38.4997448Z [00:03:57.220]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name gethrxtime.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-gethrxtime.Tpo -MT lib/libcoreutils_a-gethrxtime.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-gethrxtime.o -x c lib/gethrxtime.c
2025-08-20T19:11:38.5010822Z [00:03:57.222]➜  Debian clang version 19.1.7 (3+b2)clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.5016970Z [00:03:57.223]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.5017628Z [00:03:57.223]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.5018322Z [00:03:57.223]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.5018659Z [00:03:57.223]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.5019003Z [00:03:57.223]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.5019326Z [00:03:57.223]➜  #include "..." search starts here:
2025-08-20T19:11:38.5019641Z [00:03:57.223]➜  #include <...> search starts here:
2025-08-20T19:11:38.5019903Z [00:03:57.223]➜   .
2025-08-20T19:11:38.5021645Z [00:03:57.223]➜   ./lib
2025-08-20T19:11:38.5021879Z [00:03:57.223]➜   src
2025-08-20T19:11:38.5022151Z [00:03:57.223]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.5022451Z [00:03:57.223]➜   /usr/local/include
2025-08-20T19:11:38.5022734Z [00:03:57.223]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.5023011Z [00:03:57.223]➜   /usr/include
2025-08-20T19:11:38.5023251Z [00:03:57.223]➜  End of search list.
2025-08-20T19:11:38.5043407Z [00:03:57.225]➜  
2025-08-20T19:11:38.5045189Z [00:03:57.226]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.5053223Z [00:03:57.226]➜  Thread model: posix
2025-08-20T19:11:38.5054624Z [00:03:57.227]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.5055233Z [00:03:57.227]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.5055769Z [00:03:57.227]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.5056389Z [00:03:57.227]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.5056852Z [00:03:57.227]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.5057163Z [00:03:57.227]➜   (in-process)
2025-08-20T19:11:38.5102092Z [00:03:57.230]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xtime.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-xtime.Tpo -MT lib/libcoreutils_a-xtime.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xtime.o -x c lib/xtime.c
2025-08-20T19:11:38.5108168Z [00:03:57.231]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.5108867Z [00:03:57.231]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.5109593Z [00:03:57.231]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.5109946Z [00:03:57.231]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.5110278Z [00:03:57.231]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.5110839Z [00:03:57.231]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.5111166Z [00:03:57.231]➜  #include "..." search starts here:
2025-08-20T19:11:38.5111739Z [00:03:57.231]➜  #include <...> search starts here:
2025-08-20T19:11:38.5112007Z [00:03:57.231]➜   .
2025-08-20T19:11:38.5112213Z [00:03:57.231]➜   ./lib
2025-08-20T19:11:38.5112410Z [00:03:57.231]➜   src
2025-08-20T19:11:38.5112669Z [00:03:57.231]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.5112965Z [00:03:57.231]➜   /usr/local/include
2025-08-20T19:11:38.5113248Z [00:03:57.231]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.5113523Z [00:03:57.231]➜   /usr/include
2025-08-20T19:11:38.5113775Z [00:03:57.231]➜  End of search list.
2025-08-20T19:11:38.5114060Z [00:03:57.232]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.5114380Z [00:03:57.232]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.5114675Z [00:03:57.232]➜  Thread model: posix
2025-08-20T19:11:38.5114966Z [00:03:57.232]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.5115390Z [00:03:57.232]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.5115882Z [00:03:57.232]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.5116258Z [00:03:57.232]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.5116548Z [00:03:57.232]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.5116837Z [00:03:57.232]➜   (in-process)
2025-08-20T19:11:38.5134200Z [00:03:57.232]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name getndelim2.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-getndelim2.Tpo -MT lib/libcoreutils_a-getndelim2.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-getndelim2.o -x c lib/getndelim2.c
2025-08-20T19:11:38.5140292Z [00:03:57.234]➜    CC       lib/libcoreutils_a-getprogname.o
2025-08-20T19:11:38.5141028Z [00:03:57.235]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.5141709Z [00:03:57.235]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.5142247Z [00:03:57.235]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.5142803Z [00:03:57.235]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.5143133Z [00:03:57.235]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.5143481Z [00:03:57.235]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.5143803Z [00:03:57.235]➜  #include "..." search starts here:
2025-08-20T19:11:38.5144117Z [00:03:57.235]➜  #include <...> search starts here:
2025-08-20T19:11:38.5144380Z [00:03:57.235]➜   .
2025-08-20T19:11:38.5144574Z [00:03:57.235]➜   ./lib
2025-08-20T19:11:38.5144950Z [00:03:57.235]➜   src
2025-08-20T19:11:38.5145216Z [00:03:57.235]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.5145515Z [00:03:57.235]➜   /usr/local/include
2025-08-20T19:11:38.5145797Z [00:03:57.235]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.5146070Z [00:03:57.235]➜   /usr/include
2025-08-20T19:11:38.5146310Z [00:03:57.235]➜  End of search list.
2025-08-20T19:11:38.5249830Z [00:03:57.246]➜    CC       lib/libcoreutils_a-gettime.o
2025-08-20T19:11:38.5339688Z [00:03:57.255]➜    CC       lib/libcoreutils_a-gettime-res.o
2025-08-20T19:11:38.5403861Z [00:03:57.261]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.5404286Z [00:03:57.261]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.5404600Z [00:03:57.261]➜  Thread model: posix
2025-08-20T19:11:38.5404898Z [00:03:57.261]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.5405335Z [00:03:57.261]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.5405860Z [00:03:57.261]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.5406251Z [00:03:57.261]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.5406539Z [00:03:57.261]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.5412808Z [00:03:57.262]➜   (in-process)
2025-08-20T19:11:38.5420539Z [00:03:57.262]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name getprogname.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-getprogname.Tpo -MT lib/libcoreutils_a-getprogname.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-getprogname.o -x c lib/getprogname.c
2025-08-20T19:11:38.5436362Z [00:03:57.265]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.5442598Z [00:03:57.265]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.5443203Z [00:03:57.265]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.5443565Z [00:03:57.265]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.5444146Z [00:03:57.265]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.5444481Z [00:03:57.265]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.5444804Z [00:03:57.265]➜  #include "..." search starts here:
2025-08-20T19:11:38.5445117Z [00:03:57.265]➜  #include <...> search starts here:
2025-08-20T19:11:38.5445378Z [00:03:57.265]➜   .
2025-08-20T19:11:38.5445572Z [00:03:57.265]➜   ./lib
2025-08-20T19:11:38.5445768Z [00:03:57.265]➜   src
2025-08-20T19:11:38.5446213Z [00:03:57.265]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.5446501Z [00:03:57.265]➜   /usr/local/include
2025-08-20T19:11:38.5446794Z [00:03:57.265]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.5447071Z [00:03:57.265]➜   /usr/include
2025-08-20T19:11:38.5447312Z [00:03:57.265]➜  End of search list.
2025-08-20T19:11:38.5514345Z [00:03:57.272]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.5515507Z [00:03:57.273]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.5517702Z [00:03:57.273]➜  Thread model: posix
2025-08-20T19:11:38.5519646Z [00:03:57.273]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.5521881Z [00:03:57.273]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.5524446Z [00:03:57.273]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.5538940Z [00:03:57.274]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.5539835Z [00:03:57.274]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.5540636Z [00:03:57.275]➜   (in-process)
2025-08-20T19:11:38.5582073Z [00:03:57.278]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name gettime.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-gettime.Tpo -MT lib/libcoreutils_a-gettime.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-gettime.o -x c lib/gettime.c
2025-08-20T19:11:38.5613278Z [00:03:57.279]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.5614022Z [00:03:57.279]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.5614592Z [00:03:57.279]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.5614934Z [00:03:57.279]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.5615263Z [00:03:57.279]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.5615595Z [00:03:57.279]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.5615917Z [00:03:57.279]➜  #include "..." search starts here:
2025-08-20T19:11:38.5616574Z [00:03:57.279]➜  #include <...> search starts here:
2025-08-20T19:11:38.5616840Z [00:03:57.279]➜   .
2025-08-20T19:11:38.5617036Z [00:03:57.279]➜   ./lib
2025-08-20T19:11:38.5617239Z [00:03:57.279]➜   src
2025-08-20T19:11:38.5617491Z [00:03:57.279]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.5617784Z [00:03:57.279]➜   /usr/local/include
2025-08-20T19:11:38.5618065Z [00:03:57.279]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.5618340Z [00:03:57.279]➜   /usr/include
2025-08-20T19:11:38.5618776Z [00:03:57.279]➜  End of search list.
2025-08-20T19:11:38.5668223Z [00:03:57.288]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.5671241Z [00:03:57.288]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.5691667Z [00:03:57.288]➜  Thread model: posix
2025-08-20T19:11:38.5692068Z [00:03:57.289]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.5694800Z [00:03:57.289]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.5695343Z [00:03:57.289]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.5695727Z [00:03:57.289]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.5696015Z [00:03:57.290]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.5696282Z [00:03:57.290]➜   (in-process)
2025-08-20T19:11:38.5751032Z [00:03:57.295]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name gettime-res.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-gettime-res.Tpo -MT lib/libcoreutils_a-gettime-res.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-gettime-res.o -x c lib/gettime-res.c
2025-08-20T19:11:38.5757265Z [00:03:57.296]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.5757957Z [00:03:57.296]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.5758495Z [00:03:57.296]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.5758836Z [00:03:57.296]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.5759175Z [00:03:57.296]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.5759509Z [00:03:57.296]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.5759830Z [00:03:57.296]➜  #include "..." search starts here:
2025-08-20T19:11:38.5760175Z [00:03:57.296]➜  #include <...> search starts here:
2025-08-20T19:11:38.5761267Z [00:03:57.296]➜   .
2025-08-20T19:11:38.5761572Z [00:03:57.296]➜   ./lib
2025-08-20T19:11:38.5761776Z [00:03:57.296]➜   src
2025-08-20T19:11:38.5762051Z [00:03:57.296]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.5762342Z [00:03:57.296]➜   /usr/local/include
2025-08-20T19:11:38.5762621Z [00:03:57.296]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.5762897Z [00:03:57.296]➜   /usr/include
2025-08-20T19:11:38.5763135Z [00:03:57.296]➜  End of search list.
2025-08-20T19:11:38.5781394Z [00:03:57.299]➜    CC       lib/libcoreutils_a-getugroups.o
2025-08-20T19:11:38.5789253Z [00:03:57.300]➜    CC       lib/malloc/libcoreutils_a-dynarray_at_failure.o
2025-08-20T19:11:38.5873977Z [00:03:57.308]➜    CC       lib/malloc/libcoreutils_a-dynarray_emplace_enlarge.o
2025-08-20T19:11:38.5963446Z [00:03:57.317]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.5963854Z [00:03:57.317]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.5966275Z [00:03:57.317]➜  Thread model: posix
2025-08-20T19:11:38.5966604Z [00:03:57.317]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.5967054Z [00:03:57.317]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.5967566Z [00:03:57.317]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.5968812Z [00:03:57.317]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.5969118Z [00:03:57.317]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.5979703Z [00:03:57.319]➜   (in-process)
2025-08-20T19:11:38.5990667Z [00:03:57.319]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name dynarray_at_failure.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/malloc/.deps/libcoreutils_a-dynarray_at_failure.Tpo -MT lib/malloc/libcoreutils_a-dynarray_at_failure.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/malloc/libcoreutils_a-dynarray_at_failure.o -x c lib/malloc/dynarray_at_failure.c
2025-08-20T19:11:38.6001346Z [00:03:57.320]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.6001680Z [00:03:57.320]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.6001977Z [00:03:57.320]➜  Thread model: posix
2025-08-20T19:11:38.6002271Z [00:03:57.320]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.6002704Z [00:03:57.321]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.6002937Z [00:03:57.321]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.6003070Z [00:03:57.321]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.6003195Z [00:03:57.321]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.6003307Z [00:03:57.321]➜   (in-process)
2025-08-20T19:11:38.6010627Z [00:03:57.321]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name getugroups.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-getugroups.Tpo -MT lib/libcoreutils_a-getugroups.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-getugroups.o -x c lib/getugroups.c
2025-08-20T19:11:38.6011093Z [00:03:57.322]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.6011469Z [00:03:57.322]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.6011643Z [00:03:57.322]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.6011793Z [00:03:57.322]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.6011951Z [00:03:57.322]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.6012101Z [00:03:57.322]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.6012243Z [00:03:57.322]➜  #include "..." search starts here:
2025-08-20T19:11:38.6012382Z [00:03:57.322]➜  #include <...> search starts here:
2025-08-20T19:11:38.6012478Z [00:03:57.322]➜   .
2025-08-20T19:11:38.6012577Z [00:03:57.322]➜   ./lib
2025-08-20T19:11:38.6012671Z [00:03:57.322]➜   src
2025-08-20T19:11:38.6012826Z [00:03:57.322]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.6012938Z [00:03:57.322]➜   /usr/local/include
2025-08-20T19:11:38.6013077Z [00:03:57.322]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.6013180Z [00:03:57.322]➜   /usr/include
2025-08-20T19:11:38.6013295Z [00:03:57.322]➜  End of search list.
2025-08-20T19:11:38.6015170Z [00:03:57.323]➜    CC       lib/malloc/libcoreutils_a-dynarray_finalize.o
2025-08-20T19:11:38.6043619Z [00:03:57.324]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.6044098Z [00:03:57.324]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.6044277Z [00:03:57.324]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.6044425Z [00:03:57.324]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.6044603Z [00:03:57.324]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.6044758Z [00:03:57.324]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.6044901Z [00:03:57.324]➜  #include "..." search starts here:
2025-08-20T19:11:38.6045045Z [00:03:57.324]➜  #include <...> search starts here:
2025-08-20T19:11:38.6045133Z [00:03:57.324]➜   .
2025-08-20T19:11:38.6045231Z [00:03:57.324]➜   ./lib
2025-08-20T19:11:38.6045324Z [00:03:57.324]➜   src
2025-08-20T19:11:38.6045483Z [00:03:57.324]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.6045598Z [00:03:57.324]➜   /usr/local/include
2025-08-20T19:11:38.6045739Z [00:03:57.324]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.6045844Z [00:03:57.324]➜   /usr/include
2025-08-20T19:11:38.6045961Z [00:03:57.324]➜  End of search list.
2025-08-20T19:11:38.6137474Z [00:03:57.334]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.6137655Z [00:03:57.334]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.6137781Z [00:03:57.334]➜  Thread model: posix
2025-08-20T19:11:38.6138277Z [00:03:57.334]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.6138550Z [00:03:57.334]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.6138783Z [00:03:57.334]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.6138911Z [00:03:57.334]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.6139042Z [00:03:57.334]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.6139159Z [00:03:57.334]➜   (in-process)
2025-08-20T19:11:38.6146263Z [00:03:57.334]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name dynarray_emplace_enlarge.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/malloc/.deps/libcoreutils_a-dynarray_emplace_enlarge.Tpo -MT lib/malloc/libcoreutils_a-dynarray_emplace_enlarge.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/malloc/libcoreutils_a-dynarray_emplace_enlarge.o -x c lib/malloc/dynarray_emplace_enlarge.c
2025-08-20T19:11:38.6146749Z [00:03:57.335]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.6147235Z [00:03:57.335]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.6147402Z [00:03:57.335]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.6147552Z [00:03:57.335]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.6147703Z [00:03:57.335]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.6147856Z [00:03:57.335]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.6148001Z [00:03:57.335]➜  #include "..." search starts here:
2025-08-20T19:11:38.6148149Z [00:03:57.335]➜  #include <...> search starts here:
2025-08-20T19:11:38.6148242Z [00:03:57.335]➜   .
2025-08-20T19:11:38.6148338Z [00:03:57.335]➜   ./lib
2025-08-20T19:11:38.6148430Z [00:03:57.335]➜   src
2025-08-20T19:11:38.6148582Z [00:03:57.335]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.6148695Z [00:03:57.335]➜   /usr/local/include
2025-08-20T19:11:38.6148839Z [00:03:57.335]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.6148948Z [00:03:57.335]➜   /usr/include
2025-08-20T19:11:38.6149059Z [00:03:57.335]➜  End of search list.
2025-08-20T19:11:38.6279695Z [00:03:57.348]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.6279902Z [00:03:57.348]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.6280034Z [00:03:57.348]➜  Thread model: posix
2025-08-20T19:11:38.6280190Z [00:03:57.348]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.6280524Z [00:03:57.348]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.6281166Z [00:03:57.348]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.6281309Z [00:03:57.348]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.6281436Z [00:03:57.348]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.6281549Z [00:03:57.349]➜   (in-process)
2025-08-20T19:11:38.6288378Z [00:03:57.349]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name dynarray_finalize.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/malloc/.deps/libcoreutils_a-dynarray_finalize.Tpo -MT lib/malloc/libcoreutils_a-dynarray_finalize.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/malloc/libcoreutils_a-dynarray_finalize.o -x c lib/malloc/dynarray_finalize.c
2025-08-20T19:11:38.6288785Z [00:03:57.349]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.6291283Z [00:03:57.350]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.6292014Z [00:03:57.350]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.6292198Z [00:03:57.350]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.6292364Z [00:03:57.350]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.6292518Z [00:03:57.350]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.6292663Z [00:03:57.350]➜  #include "..." search starts here:
2025-08-20T19:11:38.6292803Z [00:03:57.350]➜  #include <...> search starts here:
2025-08-20T19:11:38.6292906Z [00:03:57.350]➜   .
2025-08-20T19:11:38.6292999Z [00:03:57.350]➜   ./lib
2025-08-20T19:11:38.6293096Z [00:03:57.350]➜   src
2025-08-20T19:11:38.6293254Z [00:03:57.350]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.6293373Z [00:03:57.350]➜   /usr/local/include
2025-08-20T19:11:38.6293517Z [00:03:57.350]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.6293624Z [00:03:57.350]➜   /usr/include
2025-08-20T19:11:38.6293733Z [00:03:57.350]➜  End of search list.
2025-08-20T19:11:38.6294761Z [00:03:57.351]➜    CC       lib/malloc/libcoreutils_a-dynarray_resize.o
2025-08-20T19:11:38.6439946Z [00:03:57.365]➜    CC       lib/malloc/libcoreutils_a-dynarray_resize_clear.o
2025-08-20T19:11:38.6497725Z [00:03:57.371]➜    CC       lib/malloc/libcoreutils_a-scratch_buffer_grow.o
2025-08-20T19:11:38.6542951Z [00:03:57.375]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.6543678Z [00:03:57.375]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.6543829Z [00:03:57.375]➜  Thread model: posix
2025-08-20T19:11:38.6544288Z [00:03:57.375]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.6544572Z [00:03:57.375]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.6544802Z [00:03:57.375]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.6544941Z [00:03:57.375]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.6545066Z [00:03:57.375]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.6576707Z [00:03:57.379]➜   (in-process)
2025-08-20T19:11:38.6603224Z [00:03:57.379]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name dynarray_resize.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/malloc/.deps/libcoreutils_a-dynarray_resize.Tpo -MT lib/malloc/libcoreutils_a-dynarray_resize.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/malloc/libcoreutils_a-dynarray_resize.o -x c lib/malloc/dynarray_resize.c
2025-08-20T19:11:38.6603878Z [00:03:57.380]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.6604130Z [00:03:57.381]➜    CC       lib/malloc/libcoreutils_a-scratch_buffer_grow_preserve.o
2025-08-20T19:11:38.6604722Z [00:03:57.382]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.6604896Z [00:03:57.382]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.6605052Z [00:03:57.382]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.6605647Z [00:03:57.382]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.6605799Z [00:03:57.382]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.6605958Z [00:03:57.382]➜  #include "..." search starts here:
2025-08-20T19:11:38.6621832Z [00:03:57.382]➜  #include <...> search starts here:
2025-08-20T19:11:38.6622375Z [00:03:57.382]➜   .
2025-08-20T19:11:38.6622503Z [00:03:57.382]➜   ./lib
2025-08-20T19:11:38.6622601Z [00:03:57.382]➜   src
2025-08-20T19:11:38.6622770Z [00:03:57.382]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.6622885Z [00:03:57.382]➜   /usr/local/include
2025-08-20T19:11:38.6623055Z [00:03:57.382]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.6623160Z [00:03:57.382]➜   /usr/include
2025-08-20T19:11:38.6623271Z [00:03:57.382]➜  End of search list.
2025-08-20T19:11:38.6651912Z [00:03:57.386]➜    CC       lib/malloc/libcoreutils_a-scratch_buffer_set_array_size.o
2025-08-20T19:11:38.6676407Z [00:03:57.389]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.6676745Z [00:03:57.389]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.6676874Z [00:03:57.389]➜  Thread model: posix
2025-08-20T19:11:38.6677427Z [00:03:57.389]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.6677697Z [00:03:57.389]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.6677928Z [00:03:57.389]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.6678068Z [00:03:57.389]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.6678194Z [00:03:57.389]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.6685022Z [00:03:57.390]➜   (in-process)
2025-08-20T19:11:38.6692848Z [00:03:57.390]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name scratch_buffer_grow.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/malloc/.deps/libcoreutils_a-scratch_buffer_grow.Tpo -MT lib/malloc/libcoreutils_a-scratch_buffer_grow.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/malloc/libcoreutils_a-scratch_buffer_grow.o -x c lib/malloc/scratch_buffer_grow.c
2025-08-20T19:11:38.6707413Z [00:03:57.392]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.6720167Z [00:03:57.392]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.6720426Z [00:03:57.392]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.6720799Z [00:03:57.392]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.6720958Z [00:03:57.392]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.6721110Z [00:03:57.392]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.6721264Z [00:03:57.392]➜  #include "..." search starts here:
2025-08-20T19:11:38.6721403Z [00:03:57.392]➜  #include <...> search starts here:
2025-08-20T19:11:38.6721503Z [00:03:57.392]➜   .
2025-08-20T19:11:38.6721602Z [00:03:57.392]➜   ./lib
2025-08-20T19:11:38.6721700Z [00:03:57.392]➜   src
2025-08-20T19:11:38.6721849Z [00:03:57.392]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.6721967Z [00:03:57.393]➜   /usr/local/include
2025-08-20T19:11:38.6722104Z [00:03:57.393]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.6722221Z [00:03:57.393]➜   /usr/include
2025-08-20T19:11:38.6722334Z [00:03:57.393]➜  End of search list.
2025-08-20T19:11:38.6725922Z [00:03:57.393]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.6726793Z [00:03:57.393]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.6726941Z [00:03:57.393]➜  Thread model: posix
2025-08-20T19:11:38.6727107Z [00:03:57.393]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.6728818Z [00:03:57.393]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.6729414Z [00:03:57.393]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.6729560Z [00:03:57.394]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.6729685Z [00:03:57.394]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.6736765Z [00:03:57.395]➜   (in-process)
2025-08-20T19:11:38.6754353Z [00:03:57.395]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name dynarray_resize_clear.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/malloc/.deps/libcoreutils_a-dynarray_resize_clear.Tpo -MT lib/malloc/libcoreutils_a-dynarray_resize_clear.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/malloc/libcoreutils_a-dynarray_resize_clear.o -x c lib/malloc/dynarray_resize_clear.c
2025-08-20T19:11:38.6754908Z [00:03:57.395]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.6768486Z [00:03:57.398]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.6768810Z [00:03:57.398]➜  Target: aarch64-unknown-linux-gnuignoring nonexistent directory "
2025-08-20T19:11:38.6769378Z [00:03:57.398]➜  /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.6769566Z [00:03:57.398]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.6769735Z [00:03:57.398]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.6770129Z [00:03:57.398]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.6770282Z [00:03:57.398]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.6772385Z [00:03:57.398]➜  #include "..." search starts here:
2025-08-20T19:11:38.6772585Z [00:03:57.398]➜  #include <...> search starts here:
2025-08-20T19:11:38.6772683Z [00:03:57.398]➜   .
2025-08-20T19:11:38.6772793Z [00:03:57.398]➜   ./lib
2025-08-20T19:11:38.6772886Z [00:03:57.398]➜   src
2025-08-20T19:11:38.6773043Z [00:03:57.398]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.6773155Z [00:03:57.398]➜   /usr/local/include
2025-08-20T19:11:38.6773290Z [00:03:57.398]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.6773409Z [00:03:57.398]➜   /usr/include
2025-08-20T19:11:38.6773519Z [00:03:57.398]➜  End of search list.
2025-08-20T19:11:38.6773639Z [00:03:57.398]➜  Thread model: posix
2025-08-20T19:11:38.6774342Z [00:03:57.399]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.6776704Z [00:03:57.399]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.6779098Z [00:03:57.399]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.6784797Z [00:03:57.400]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.6801498Z [00:03:57.400]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.6801789Z [00:03:57.401]➜   (in-process)
2025-08-20T19:11:38.6833268Z [00:03:57.403]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name scratch_buffer_grow_preserve.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/malloc/.deps/libcoreutils_a-scratch_buffer_grow_preserve.Tpo -MT lib/malloc/libcoreutils_a-scratch_buffer_grow_preserve.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/malloc/libcoreutils_a-scratch_buffer_grow_preserve.o -x c lib/malloc/scratch_buffer_grow_preserve.c
2025-08-20T19:11:38.6834014Z [00:03:57.403]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.6834440Z [00:03:57.404]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.6834609Z [00:03:57.404]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.6871651Z [00:03:57.407]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.6872240Z [00:03:57.407]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.6872407Z [00:03:57.407]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.6872555Z [00:03:57.407]➜  #include "..." search starts here:
2025-08-20T19:11:38.6872698Z [00:03:57.407]➜  #include <...> search starts here:
2025-08-20T19:11:38.6872793Z [00:03:57.407]➜   .
2025-08-20T19:11:38.6872886Z [00:03:57.407]➜   ./lib
2025-08-20T19:11:38.6872978Z [00:03:57.407]➜   src
2025-08-20T19:11:38.6873290Z [00:03:57.407]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.6873416Z [00:03:57.407]➜   /usr/local/include
2025-08-20T19:11:38.6873567Z [00:03:57.407]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.6873672Z [00:03:57.407]➜   /usr/include
2025-08-20T19:11:38.6873785Z [00:03:57.407]➜  End of search list.
2025-08-20T19:11:38.6873927Z [00:03:57.407]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.6874075Z [00:03:57.407]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.6874202Z [00:03:57.407]➜  Thread model: posix
2025-08-20T19:11:38.6874350Z [00:03:57.407]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.6874600Z [00:03:57.407]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.6874827Z [00:03:57.407]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.6874957Z [00:03:57.407]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.6875086Z [00:03:57.407]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.6875196Z [00:03:57.407]➜   (in-process)
2025-08-20T19:11:38.6882415Z [00:03:57.407]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name scratch_buffer_set_array_size.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/malloc/.deps/libcoreutils_a-scratch_buffer_set_array_size.Tpo -MT lib/malloc/libcoreutils_a-scratch_buffer_set_array_size.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/malloc/libcoreutils_a-scratch_buffer_set_array_size.o -x c lib/malloc/scratch_buffer_set_array_size.c
2025-08-20T19:11:38.6882831Z [00:03:57.408]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.6883224Z [00:03:57.408]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.6883390Z [00:03:57.408]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.6883537Z [00:03:57.408]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.6883686Z [00:03:57.408]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.6883844Z [00:03:57.408]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.6884105Z [00:03:57.408]➜  #include "..." search starts here:
2025-08-20T19:11:38.6884257Z [00:03:57.408]➜  #include <...> search starts here:
2025-08-20T19:11:38.6884347Z [00:03:57.408]➜   .
2025-08-20T19:11:38.6884449Z [00:03:57.408]➜   ./lib
2025-08-20T19:11:38.6884538Z [00:03:57.408]➜   src
2025-08-20T19:11:38.6884687Z [00:03:57.408]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.6884803Z [00:03:57.408]➜   /usr/local/include
2025-08-20T19:11:38.6885036Z [00:03:57.408]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.6885146Z [00:03:57.408]➜   /usr/include
2025-08-20T19:11:38.6885265Z [00:03:57.408]➜  End of search list.
2025-08-20T19:11:38.7102016Z [00:03:57.431]➜    CC       lib/glthread/libcoreutils_a-lock.o
2025-08-20T19:11:38.7122549Z [00:03:57.433]➜    CC       lib/unicase/libcoreutils_a-tolower.o
2025-08-20T19:11:38.7155943Z [00:03:57.436]➜    CC       lib/unictype/libcoreutils_a-ctype_alnum.o
2025-08-20T19:11:38.7183402Z [00:03:57.438]➜    CC       lib/unictype/libcoreutils_a-ctype_alpha.o
2025-08-20T19:11:38.7203102Z [00:03:57.441]➜    CC       lib/unictype/libcoreutils_a-ctype_blank.o
2025-08-20T19:11:38.7256172Z [00:03:57.446]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.7256441Z [00:03:57.446]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.7256578Z [00:03:57.446]➜  Thread model: posix
2025-08-20T19:11:38.7256727Z [00:03:57.446]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.7257021Z [00:03:57.446]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.7257256Z [00:03:57.446]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.7257392Z [00:03:57.446]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.7257519Z [00:03:57.446]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.7257626Z [00:03:57.447]➜   (in-process)
2025-08-20T19:11:38.7264594Z [00:03:57.447]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name lock.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/glthread/.deps/libcoreutils_a-lock.Tpo -MT lib/glthread/libcoreutils_a-lock.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/glthread/libcoreutils_a-lock.o -x c lib/glthread/lock.c
2025-08-20T19:11:38.7270982Z [00:03:57.447]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.7271408Z [00:03:57.448]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.7271582Z [00:03:57.448]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.7271964Z [00:03:57.448]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.7272117Z [00:03:57.448]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.7272269Z [00:03:57.448]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.7272411Z [00:03:57.448]➜  #include "..." search starts here:
2025-08-20T19:11:38.7272553Z [00:03:57.448]➜  #include <...> search starts here:
2025-08-20T19:11:38.7272641Z [00:03:57.448]➜   .
2025-08-20T19:11:38.7272899Z [00:03:57.448]➜   ./lib
2025-08-20T19:11:38.7272998Z [00:03:57.448]➜   src
2025-08-20T19:11:38.7273165Z [00:03:57.448]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.7273277Z [00:03:57.448]➜   /usr/local/include
2025-08-20T19:11:38.7273418Z [00:03:57.448]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.7273522Z [00:03:57.448]➜   /usr/include
2025-08-20T19:11:38.7273636Z [00:03:57.448]➜  End of search list.
2025-08-20T19:11:38.7328142Z [00:03:57.454]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.7341862Z [00:03:57.454]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.7342089Z [00:03:57.454]➜  Thread model: posix
2025-08-20T19:11:38.7342246Z [00:03:57.454]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.7346133Z [00:03:57.454]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.7346440Z [00:03:57.454]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.7346577Z [00:03:57.454]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.7346720Z [00:03:57.454]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.7346846Z [00:03:57.454]➜   (in-process)
2025-08-20T19:11:38.7360309Z [00:03:57.454]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name ctype_alnum.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/unictype/.deps/libcoreutils_a-ctype_alnum.Tpo -MT lib/unictype/libcoreutils_a-ctype_alnum.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/unictype/libcoreutils_a-ctype_alnum.o -x c lib/unictype/ctype_alnum.c
2025-08-20T19:11:38.7360929Z [00:03:57.455]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.7361340Z [00:03:57.455]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.7361511Z [00:03:57.455]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.7361662Z [00:03:57.455]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.7361811Z [00:03:57.455]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.7362205Z [00:03:57.455]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.7362354Z [00:03:57.455]➜  #include "..." search starts here:
2025-08-20T19:11:38.7362497Z [00:03:57.455]➜  #include <...> search starts here:
2025-08-20T19:11:38.7362586Z [00:03:57.455]➜   .
2025-08-20T19:11:38.7362678Z [00:03:57.455]➜   ./lib
2025-08-20T19:11:38.7362774Z [00:03:57.455]➜   src
2025-08-20T19:11:38.7362925Z [00:03:57.455]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.7363041Z [00:03:57.455]➜   /usr/local/include
2025-08-20T19:11:38.7363342Z [00:03:57.455]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.7363463Z [00:03:57.455]➜   /usr/include
2025-08-20T19:11:38.7363576Z [00:03:57.455]➜  End of search list.
2025-08-20T19:11:38.7363743Z [00:03:57.456]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.7363889Z [00:03:57.456]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.7364006Z [00:03:57.456]➜  Thread model: posix
2025-08-20T19:11:38.7364164Z [00:03:57.456]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.7364421Z [00:03:57.456]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.7364640Z [00:03:57.456]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.7364774Z [00:03:57.456]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.7364901Z [00:03:57.456]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.7365010Z [00:03:57.457]➜   (in-process)
2025-08-20T19:11:38.7408218Z [00:03:57.460]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name ctype_alpha.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/unictype/.deps/libcoreutils_a-ctype_alpha.Tpo -MT lib/unictype/libcoreutils_a-ctype_alpha.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/unictype/libcoreutils_a-ctype_alpha.o -x c lib/unictype/ctype_alpha.c
2025-08-20T19:11:38.7408671Z [00:03:57.461]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.7409055Z [00:03:57.461]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.7409230Z [00:03:57.461]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.7409382Z [00:03:57.461]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.7409538Z [00:03:57.461]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.7409685Z [00:03:57.461]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.7409828Z [00:03:57.461]➜  #include "..." search starts here:
2025-08-20T19:11:38.7409972Z [00:03:57.461]➜  #include <...> search starts here:
2025-08-20T19:11:38.7410212Z [00:03:57.461]➜   .
2025-08-20T19:11:38.7410310Z [00:03:57.461]➜   ./lib
2025-08-20T19:11:38.7410405Z [00:03:57.461]➜   src
2025-08-20T19:11:38.7410708Z [00:03:57.461]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.7410831Z [00:03:57.461]➜   /usr/local/include
2025-08-20T19:11:38.7410970Z [00:03:57.461]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.7411077Z [00:03:57.461]➜   /usr/include
2025-08-20T19:11:38.7411189Z [00:03:57.461]➜  End of search list.
2025-08-20T19:11:38.7411448Z [00:03:57.461]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.7411600Z [00:03:57.461]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.7411716Z [00:03:57.461]➜  Thread model: posix
2025-08-20T19:11:38.7411864Z [00:03:57.461]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.7412111Z [00:03:57.461]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.7412342Z [00:03:57.461]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.7412479Z [00:03:57.461]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.7412608Z [00:03:57.461]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.7433701Z [00:03:57.464]➜   (in-process)
2025-08-20T19:11:38.7464085Z [00:03:57.464]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name tolower.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/unicase/.deps/libcoreutils_a-tolower.Tpo -MT lib/unicase/libcoreutils_a-tolower.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/unicase/libcoreutils_a-tolower.o -x c lib/unicase/tolower.c
2025-08-20T19:11:38.7464648Z [00:03:57.465]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.7465046Z [00:03:57.465]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.7465218Z [00:03:57.465]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.7465374Z [00:03:57.465]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.7465529Z [00:03:57.465]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.7465683Z [00:03:57.465]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.7465827Z [00:03:57.465]➜  #include "..." search starts here:
2025-08-20T19:11:38.7465971Z [00:03:57.465]➜  #include <...> search starts here:
2025-08-20T19:11:38.7466060Z [00:03:57.465]➜   .
2025-08-20T19:11:38.7466155Z [00:03:57.465]➜   ./lib
2025-08-20T19:11:38.7466244Z [00:03:57.465]➜   src
2025-08-20T19:11:38.7466404Z [00:03:57.465]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.7466737Z [00:03:57.465]➜   /usr/local/include
2025-08-20T19:11:38.7466891Z [00:03:57.465]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.7466996Z [00:03:57.465]➜   /usr/include
2025-08-20T19:11:38.7467110Z [00:03:57.465]➜  End of search list.
2025-08-20T19:11:38.7562100Z [00:03:57.476]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.7562308Z [00:03:57.476]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.7562434Z [00:03:57.476]➜  Thread model: posix
2025-08-20T19:11:38.7563020Z [00:03:57.476]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.7563298Z [00:03:57.476]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.7563533Z [00:03:57.476]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.7563668Z [00:03:57.476]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.7563799Z [00:03:57.476]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.7563906Z [00:03:57.477]➜   (in-process)
2025-08-20T19:11:38.7570810Z [00:03:57.477]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name ctype_blank.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/unictype/.deps/libcoreutils_a-ctype_blank.Tpo -MT lib/unictype/libcoreutils_a-ctype_blank.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/unictype/libcoreutils_a-ctype_blank.o -x c lib/unictype/ctype_blank.c
2025-08-20T19:11:38.7573358Z [00:03:57.478]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.7608031Z [00:03:57.479]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.7608333Z [00:03:57.480]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.7608500Z [00:03:57.480]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.7608652Z [00:03:57.480]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.7608804Z [00:03:57.480]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.7608945Z [00:03:57.480]➜  #include "..." search starts here:
2025-08-20T19:11:38.7609092Z [00:03:57.480]➜  #include <...> search starts here:
2025-08-20T19:11:38.7609184Z [00:03:57.480]➜   .
2025-08-20T19:11:38.7609285Z [00:03:57.480]➜   ./lib
2025-08-20T19:11:38.7609381Z [00:03:57.480]➜   src
2025-08-20T19:11:38.7609531Z [00:03:57.480]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.7609649Z [00:03:57.480]➜   /usr/local/include
2025-08-20T19:11:38.7609788Z [00:03:57.480]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.7609899Z [00:03:57.480]➜   /usr/include
2025-08-20T19:11:38.7610216Z [00:03:57.480]➜  End of search list.
2025-08-20T19:11:38.7610406Z [00:03:57.481]➜    CC       lib/unictype/libcoreutils_a-ctype_cntrl.o
2025-08-20T19:11:38.7697720Z [00:03:57.491]➜    CC       lib/unictype/libcoreutils_a-ctype_digit.o
2025-08-20T19:11:38.7724135Z [00:03:57.493]➜    CC       lib/unictype/libcoreutils_a-ctype_graph.o
2025-08-20T19:11:38.7759247Z [00:03:57.497]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.7760311Z [00:03:57.497]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.7761768Z [00:03:57.497]➜  Thread model: posix
2025-08-20T19:11:38.7761946Z [00:03:57.497]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.7763388Z [00:03:57.497]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.7763680Z [00:03:57.497]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.7763818Z [00:03:57.497]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.7763962Z [00:03:57.497]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.7764082Z [00:03:57.497]➜   (in-process)
2025-08-20T19:11:38.7780682Z [00:03:57.498]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name ctype_cntrl.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/unictype/.deps/libcoreutils_a-ctype_cntrl.Tpo -MT lib/unictype/libcoreutils_a-ctype_cntrl.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/unictype/libcoreutils_a-ctype_cntrl.o -x c lib/unictype/ctype_cntrl.c
2025-08-20T19:11:38.7785227Z [00:03:57.499]➜    CC       lib/unictype/libcoreutils_a-ctype_lower.o
2025-08-20T19:11:38.7797370Z [00:03:57.500]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.7806991Z [00:03:57.501]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.7807239Z [00:03:57.501]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.7807398Z [00:03:57.501]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.7807556Z [00:03:57.501]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.7807721Z [00:03:57.501]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.7807884Z [00:03:57.501]➜  #include "..." search starts here:
2025-08-20T19:11:38.7808027Z [00:03:57.501]➜  #include <...> search starts here:
2025-08-20T19:11:38.7808123Z [00:03:57.501]➜   .
2025-08-20T19:11:38.7808216Z [00:03:57.501]➜   ./lib
2025-08-20T19:11:38.7808313Z [00:03:57.501]➜   src
2025-08-20T19:11:38.7808465Z [00:03:57.501]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.7808917Z [00:03:57.502]➜   /usr/local/include
2025-08-20T19:11:38.7809060Z [00:03:57.502]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.7809171Z [00:03:57.502]➜   /usr/include
2025-08-20T19:11:38.7809282Z [00:03:57.502]➜  End of search list.
2025-08-20T19:11:38.7825533Z [00:03:57.503]➜    CC       lib/unictype/libcoreutils_a-ctype_print.o
2025-08-20T19:11:38.7912061Z [00:03:57.511]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.7912478Z [00:03:57.511]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.7913223Z [00:03:57.511]➜  Thread model: posix
2025-08-20T19:11:38.7913540Z [00:03:57.511]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.7913972Z [00:03:57.511]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.7914464Z [00:03:57.511]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.7914836Z [00:03:57.511]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.7915130Z [00:03:57.511]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.7915408Z [00:03:57.511]➜   (in-process)
2025-08-20T19:11:38.7932857Z [00:03:57.512]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name ctype_graph.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/unictype/.deps/libcoreutils_a-ctype_graph.Tpo -MT lib/unictype/libcoreutils_a-ctype_graph.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/unictype/libcoreutils_a-ctype_graph.o -x c lib/unictype/ctype_graph.c
2025-08-20T19:11:38.7939427Z [00:03:57.513]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.7940199Z [00:03:57.514]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.7940905Z [00:03:57.514]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.7941242Z [00:03:57.514]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.7941570Z [00:03:57.514]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.7941904Z [00:03:57.514]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.7942233Z [00:03:57.514]➜  #include "..." search starts here:
2025-08-20T19:11:38.7942550Z [00:03:57.515]➜  #include <...> search starts here:
2025-08-20T19:11:38.7942814Z [00:03:57.515]➜   .
2025-08-20T19:11:38.7943008Z [00:03:57.515]➜   ./lib
2025-08-20T19:11:38.7943207Z [00:03:57.515]➜   src
2025-08-20T19:11:38.7943460Z [00:03:57.515]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.7943752Z [00:03:57.515]➜   /usr/local/include
2025-08-20T19:11:38.7944046Z [00:03:57.515]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.7944561Z [00:03:57.515]➜   /usr/include
2025-08-20T19:11:38.7944801Z [00:03:57.515]➜  End of search list.
2025-08-20T19:11:38.7974221Z [00:03:57.518]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.7976755Z [00:03:57.518]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.7977081Z [00:03:57.518]➜  Thread model: posix
2025-08-20T19:11:38.7977386Z [00:03:57.518]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.7977817Z [00:03:57.518]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.7978722Z [00:03:57.518]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.7979099Z [00:03:57.518]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.7979391Z [00:03:57.518]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.7979659Z [00:03:57.519]➜   (in-process)
2025-08-20T19:11:38.8015656Z [00:03:57.521]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name ctype_print.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/unictype/.deps/libcoreutils_a-ctype_print.Tpo -MT lib/unictype/libcoreutils_a-ctype_print.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/unictype/libcoreutils_a-ctype_print.o -x c lib/unictype/ctype_print.c
2025-08-20T19:11:38.8022019Z [00:03:57.522]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.8022721Z [00:03:57.522]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.8023394Z [00:03:57.522]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.8023816Z [00:03:57.522]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.8024149Z [00:03:57.522]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.8024485Z [00:03:57.522]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.8024810Z [00:03:57.522]➜  #include "..." search starts here:
2025-08-20T19:11:38.8025129Z [00:03:57.522]➜  #include <...> search starts here:
2025-08-20T19:11:38.8025393Z [00:03:57.522]➜   .
2025-08-20T19:11:38.8025595Z [00:03:57.522]➜   ./lib
2025-08-20T19:11:38.8025800Z [00:03:57.522]➜   src
2025-08-20T19:11:38.8026062Z [00:03:57.522]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.8026354Z [00:03:57.522]➜   /usr/local/include
2025-08-20T19:11:38.8026631Z [00:03:57.522]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.8026908Z [00:03:57.522]➜   /usr/include
2025-08-20T19:11:38.8027152Z [00:03:57.522]➜  End of search list.
2025-08-20T19:11:38.8027449Z [00:03:57.522]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.8027989Z [00:03:57.522]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.8028283Z [00:03:57.522]➜  Thread model: posix
2025-08-20T19:11:38.8028578Z [00:03:57.522]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.8029006Z [00:03:57.522]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.8029493Z [00:03:57.522]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.8029867Z [00:03:57.522]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.8030354Z [00:03:57.522]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.8032747Z [00:03:57.522]➜   (in-process)
2025-08-20T19:11:38.8039519Z [00:03:57.522]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name ctype_digit.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/unictype/.deps/libcoreutils_a-ctype_digit.Tpo -MT lib/unictype/libcoreutils_a-ctype_digit.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/unictype/libcoreutils_a-ctype_digit.o -x c lib/unictype/ctype_digit.c
2025-08-20T19:11:38.8045671Z [00:03:57.522]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.8066762Z [00:03:57.525]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.8067416Z [00:03:57.525]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.8067765Z [00:03:57.525]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.8068097Z [00:03:57.525]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.8068699Z [00:03:57.525]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.8069070Z [00:03:57.525]➜  #include "..." search starts here:
2025-08-20T19:11:38.8069391Z [00:03:57.525]➜  #include <...> search starts here:
2025-08-20T19:11:38.8069657Z [00:03:57.525]➜   .
2025-08-20T19:11:38.8069849Z [00:03:57.525]➜   ./lib
2025-08-20T19:11:38.8070049Z [00:03:57.525]➜   src
2025-08-20T19:11:38.8070302Z [00:03:57.525]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.8070814Z [00:03:57.525]➜   /usr/local/include
2025-08-20T19:11:38.8071101Z [00:03:57.525]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.8071382Z [00:03:57.525]➜   /usr/include
2025-08-20T19:11:38.8071621Z [00:03:57.525]➜  End of search list.
2025-08-20T19:11:38.8100692Z [00:03:57.530]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.8101128Z [00:03:57.530]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.8101426Z [00:03:57.530]➜  Thread model: posix
2025-08-20T19:11:38.8101735Z [00:03:57.530]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.8102167Z [00:03:57.530]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.8102654Z [00:03:57.530]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.8103024Z [00:03:57.530]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.8103659Z [00:03:57.530]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.8104551Z [00:03:57.530]➜   (in-process)
2025-08-20T19:11:38.8111865Z [00:03:57.530]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name ctype_lower.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/unictype/.deps/libcoreutils_a-ctype_lower.Tpo -MT lib/unictype/libcoreutils_a-ctype_lower.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/unictype/libcoreutils_a-ctype_lower.o -x c lib/unictype/ctype_lower.c
2025-08-20T19:11:38.8120763Z [00:03:57.533]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.8124097Z [00:03:57.533]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.8124709Z [00:03:57.533]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.8125089Z [00:03:57.533]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.8125423Z [00:03:57.533]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.8125752Z [00:03:57.533]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.8126071Z [00:03:57.533]➜  #include "..." search starts here:
2025-08-20T19:11:38.8126595Z [00:03:57.533]➜  #include <...> search starts here:
2025-08-20T19:11:38.8127015Z [00:03:57.533]➜   .
2025-08-20T19:11:38.8127218Z [00:03:57.533]➜   ./lib
2025-08-20T19:11:38.8127415Z [00:03:57.533]➜   src
2025-08-20T19:11:38.8127673Z [00:03:57.534]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.8127964Z [00:03:57.534]➜   /usr/local/include
2025-08-20T19:11:38.8128245Z [00:03:57.534]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.8128519Z [00:03:57.534]➜   /usr/include
2025-08-20T19:11:38.8128760Z [00:03:57.534]➜  End of search list.
2025-08-20T19:11:38.8181190Z [00:03:57.539]➜    CC       lib/unictype/libcoreutils_a-ctype_punct.o
2025-08-20T19:11:38.8276299Z [00:03:57.549]➜    CC       lib/unictype/libcoreutils_a-ctype_space.o
2025-08-20T19:11:38.8345592Z [00:03:57.556]➜    CC       lib/unictype/libcoreutils_a-ctype_upper.o
2025-08-20T19:11:38.8355692Z [00:03:57.557]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.8356139Z [00:03:57.557]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.8356482Z [00:03:57.557]➜  Thread model: posix
2025-08-20T19:11:38.8357016Z [00:03:57.557]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.8357548Z [00:03:57.557]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.8358132Z [00:03:57.557]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.8358613Z [00:03:57.557]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.8359027Z [00:03:57.557]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.8371534Z [00:03:57.558]➜    CC       lib/unictype/libcoreutils_a-ctype_xdigit.o
2025-08-20T19:11:38.8371945Z [00:03:57.558]➜   (in-process)
2025-08-20T19:11:38.8379048Z [00:03:57.558]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name ctype_punct.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/unictype/.deps/libcoreutils_a-ctype_punct.Tpo -MT lib/unictype/libcoreutils_a-ctype_punct.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/unictype/libcoreutils_a-ctype_punct.o -x c lib/unictype/ctype_punct.c
2025-08-20T19:11:38.8402213Z [00:03:57.561]➜    CC       lib/unistr/libcoreutils_a-u32-chr.o
2025-08-20T19:11:38.8402840Z [00:03:57.561]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.8415673Z [00:03:57.562]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.8416301Z [00:03:57.562]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.8416653Z [00:03:57.562]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.8417508Z [00:03:57.562]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.8417888Z [00:03:57.562]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.8418212Z [00:03:57.562]➜  #include "..." search starts here:
2025-08-20T19:11:38.8418527Z [00:03:57.562]➜  #include <...> search starts here:
2025-08-20T19:11:38.8418792Z [00:03:57.562]➜   .
2025-08-20T19:11:38.8418983Z [00:03:57.562]➜   ./lib
2025-08-20T19:11:38.8419185Z [00:03:57.562]➜   src
2025-08-20T19:11:38.8419442Z [00:03:57.562]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.8419763Z [00:03:57.562]➜   /usr/local/include
2025-08-20T19:11:38.8420054Z [00:03:57.562]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.8420332Z [00:03:57.562]➜   /usr/include
2025-08-20T19:11:38.8420800Z [00:03:57.562]➜  End of search list.
2025-08-20T19:11:38.8456326Z [00:03:57.564]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.8456806Z [00:03:57.565]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.8457128Z [00:03:57.565]➜  Thread model: posix
2025-08-20T19:11:38.8457444Z [00:03:57.566]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.8457871Z [00:03:57.566]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.8458358Z [00:03:57.566]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.8460854Z [00:03:57.566]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.8461311Z [00:03:57.566]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.8461590Z [00:03:57.566]➜   (in-process)
2025-08-20T19:11:38.8469940Z [00:03:57.566]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name ctype_space.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/unictype/.deps/libcoreutils_a-ctype_space.Tpo -MT lib/unictype/libcoreutils_a-ctype_space.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/unictype/libcoreutils_a-ctype_space.o -x c lib/unictype/ctype_space.c
2025-08-20T19:11:38.8486277Z [00:03:57.568]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.8486978Z [00:03:57.568]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.8487529Z [00:03:57.568]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.8487868Z [00:03:57.568]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.8488199Z [00:03:57.569]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.8488531Z [00:03:57.569]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.8489098Z [00:03:57.569]➜  #include "..." search starts here:
2025-08-20T19:11:38.8489574Z [00:03:57.569]➜  #include <...> search starts here:
2025-08-20T19:11:38.8489840Z [00:03:57.569]➜   .
2025-08-20T19:11:38.8490035Z [00:03:57.570]➜   ./lib
2025-08-20T19:11:38.8505789Z [00:03:57.571]➜   src
2025-08-20T19:11:38.8506140Z [00:03:57.571]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.8508146Z [00:03:57.571]➜   /usr/local/include
2025-08-20T19:11:38.8510215Z [00:03:57.571]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.8511114Z [00:03:57.571]➜   /usr/include
2025-08-20T19:11:38.8511802Z [00:03:57.571]➜  End of search list.
2025-08-20T19:11:38.8512435Z [00:03:57.572]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.8512792Z [00:03:57.572]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.8513086Z [00:03:57.572]➜  Thread model: posix
2025-08-20T19:11:38.8513382Z [00:03:57.572]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.8513811Z [00:03:57.572]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.8514312Z [00:03:57.572]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.8514688Z [00:03:57.572]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.8514974Z [00:03:57.572]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.8526195Z [00:03:57.573]➜   (in-process)
2025-08-20T19:11:38.8536797Z [00:03:57.574]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name ctype_upper.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/unictype/.deps/libcoreutils_a-ctype_upper.Tpo -MT lib/unictype/libcoreutils_a-ctype_upper.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/unictype/libcoreutils_a-ctype_upper.o -x c lib/unictype/ctype_upper.c
2025-08-20T19:11:38.8543932Z [00:03:57.575]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.8544627Z [00:03:57.575]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.8545159Z [00:03:57.575]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.8545506Z [00:03:57.575]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.8545844Z [00:03:57.575]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.8546173Z [00:03:57.575]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.8546496Z [00:03:57.575]➜  #include "..." search starts here:
2025-08-20T19:11:38.8546815Z [00:03:57.575]➜  #include <...> search starts here:
2025-08-20T19:11:38.8547083Z [00:03:57.575]➜   .
2025-08-20T19:11:38.8547279Z [00:03:57.575]➜   ./lib
2025-08-20T19:11:38.8547927Z [00:03:57.575]➜   src
2025-08-20T19:11:38.8548248Z [00:03:57.575]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.8548541Z [00:03:57.575]➜   /usr/local/include
2025-08-20T19:11:38.8548819Z [00:03:57.575]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.8549098Z [00:03:57.575]➜   /usr/include
2025-08-20T19:11:38.8549334Z [00:03:57.575]➜  End of search list.
2025-08-20T19:11:38.8666108Z [00:03:57.587]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.8672950Z [00:03:57.587]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.8673413Z [00:03:57.587]➜  Thread model: posix
2025-08-20T19:11:38.8673725Z [00:03:57.587]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.8674158Z [00:03:57.587]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.8674650Z [00:03:57.587]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.8675023Z [00:03:57.587]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.8675319Z [00:03:57.587]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.8675593Z [00:03:57.588]➜   (in-process)
2025-08-20T19:11:38.8682764Z [00:03:57.588]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name ctype_xdigit.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/unictype/.deps/libcoreutils_a-ctype_xdigit.Tpo -MT lib/unictype/libcoreutils_a-ctype_xdigit.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/unictype/libcoreutils_a-ctype_xdigit.o -x c lib/unictype/ctype_xdigit.c
2025-08-20T19:11:38.8698287Z [00:03:57.588]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.8698868Z [00:03:57.590]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.8701707Z [00:03:57.590]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.8702040Z [00:03:57.590]➜  Thread model: posix
2025-08-20T19:11:38.8704496Z [00:03:57.590]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.8705195Z [00:03:57.590]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.8705989Z [00:03:57.590]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.8706490Z [00:03:57.590]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.8706790Z [00:03:57.590]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.8707054Z [00:03:57.590]➜   (in-process)
2025-08-20T19:11:38.8713768Z [00:03:57.590]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name u32-chr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/unistr/.deps/libcoreutils_a-u32-chr.Tpo -MT lib/unistr/libcoreutils_a-u32-chr.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/unistr/libcoreutils_a-u32-chr.o -x c lib/unistr/u32-chr.c
2025-08-20T19:11:38.8738153Z [00:03:57.591]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.8738860Z [00:03:57.591]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.8739396Z [00:03:57.591]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.8739740Z [00:03:57.591]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.8740079Z [00:03:57.591]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.8740408Z [00:03:57.591]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.8740881Z [00:03:57.591]➜  #include "..." search starts here:
2025-08-20T19:11:38.8741198Z [00:03:57.591]➜  #include <...> search starts here:
2025-08-20T19:11:38.8741460Z [00:03:57.591]➜   .
2025-08-20T19:11:38.8741653Z [00:03:57.591]➜   ./lib
2025-08-20T19:11:38.8741851Z [00:03:57.591]➜   src
2025-08-20T19:11:38.8742112Z [00:03:57.591]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.8742402Z [00:03:57.591]➜   /usr/local/include
2025-08-20T19:11:38.8742971Z [00:03:57.591]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.8743360Z [00:03:57.591]➜   /usr/include
2025-08-20T19:11:38.8743604Z [00:03:57.591]➜  End of search list.
2025-08-20T19:11:38.8744126Z [00:03:57.592]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.8744774Z [00:03:57.592]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.8745192Z [00:03:57.592]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.8745516Z [00:03:57.592]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.8745845Z [00:03:57.592]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.8746163Z [00:03:57.592]➜  #include "..." search starts here:
2025-08-20T19:11:38.8746473Z [00:03:57.592]➜  #include <...> search starts here:
2025-08-20T19:11:38.8746736Z [00:03:57.592]➜   .
2025-08-20T19:11:38.8746934Z [00:03:57.592]➜   ./lib
2025-08-20T19:11:38.8747138Z [00:03:57.592]➜   src
2025-08-20T19:11:38.8747432Z [00:03:57.592]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.8747734Z [00:03:57.592]➜   /usr/local/include
2025-08-20T19:11:38.8748016Z [00:03:57.592]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.8748288Z [00:03:57.592]➜   /usr/include
2025-08-20T19:11:38.8748528Z [00:03:57.592]➜  End of search list.
2025-08-20T19:11:38.8748853Z [00:03:57.593]➜    CC       lib/unistr/libcoreutils_a-u32-cpy.o
2025-08-20T19:11:38.8803783Z [00:03:57.598]➜    CC       lib/unistr/libcoreutils_a-u32-pcpy.o
2025-08-20T19:11:38.8831388Z [00:03:57.604]➜    CC       lib/unistr/libcoreutils_a-u32-strcat.o
2025-08-20T19:11:38.8943270Z [00:03:57.615]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.8944347Z [00:03:57.615]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.8945050Z [00:03:57.616]➜  Thread model: posix
2025-08-20T19:11:38.8946993Z [00:03:57.616]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.8975933Z [00:03:57.618]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.8976523Z [00:03:57.618]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.8976905Z [00:03:57.618]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.8977191Z [00:03:57.618]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.8977463Z [00:03:57.619]➜   (in-process)
2025-08-20T19:11:38.8987903Z [00:03:57.619]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name u32-cpy.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/unistr/.deps/libcoreutils_a-u32-cpy.Tpo -MT lib/unistr/libcoreutils_a-u32-cpy.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/unistr/libcoreutils_a-u32-cpy.o -x c lib/unistr/u32-cpy.c
2025-08-20T19:11:38.8996237Z [00:03:57.619]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.8999038Z [00:03:57.619]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.8999845Z [00:03:57.619]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.9000249Z [00:03:57.619]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.9000678Z [00:03:57.619]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.9001016Z [00:03:57.619]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.9001338Z [00:03:57.619]➜  #include "..." search starts here:
2025-08-20T19:11:38.9001654Z [00:03:57.619]➜  #include <...> search starts here:
2025-08-20T19:11:38.9001926Z [00:03:57.619]➜   .
2025-08-20T19:11:38.9002121Z [00:03:57.619]➜   ./lib
2025-08-20T19:11:38.9002329Z [00:03:57.619]➜   src
2025-08-20T19:11:38.9002585Z [00:03:57.619]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.9002874Z [00:03:57.619]➜   /usr/local/include
2025-08-20T19:11:38.9003156Z [00:03:57.619]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.9003427Z [00:03:57.619]➜   /usr/include
2025-08-20T19:11:38.9003921Z [00:03:57.619]➜  End of search list.
2025-08-20T19:11:38.9004776Z [00:03:57.620]➜    CC       lib/unistr/libcoreutils_a-u32-strlen.o
2025-08-20T19:11:38.9006031Z [00:03:57.620]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.9006418Z [00:03:57.620]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.9006712Z [00:03:57.620]➜  Thread model: posix
2025-08-20T19:11:38.9007003Z [00:03:57.620]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.9007424Z [00:03:57.620]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.9007921Z [00:03:57.620]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.9013139Z [00:03:57.620]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.9013442Z [00:03:57.620]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.9013709Z [00:03:57.621]➜   (in-process)
2025-08-20T19:11:38.9020324Z [00:03:57.621]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name u32-pcpy.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/unistr/.deps/libcoreutils_a-u32-pcpy.Tpo -MT lib/unistr/libcoreutils_a-u32-pcpy.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/unistr/libcoreutils_a-u32-pcpy.o -x c lib/unistr/u32-pcpy.c
2025-08-20T19:11:38.9026787Z [00:03:57.622]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.9033870Z [00:03:57.624]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.9041779Z [00:03:57.624]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.9042454Z [00:03:57.624]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.9042861Z [00:03:57.624]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.9043197Z [00:03:57.624]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.9043521Z [00:03:57.624]➜  #include "..." search starts here:
2025-08-20T19:11:38.9043831Z [00:03:57.624]➜  #include <...> search starts here:
2025-08-20T19:11:38.9044095Z [00:03:57.624]➜   .
2025-08-20T19:11:38.9044287Z [00:03:57.624]➜   ./lib
2025-08-20T19:11:38.9044481Z [00:03:57.624]➜   src
2025-08-20T19:11:38.9044747Z [00:03:57.624]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.9045041Z [00:03:57.624]➜   /usr/local/include
2025-08-20T19:11:38.9045328Z [00:03:57.624]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.9045603Z [00:03:57.624]➜   /usr/include
2025-08-20T19:11:38.9045840Z [00:03:57.624]➜  End of search list.
2025-08-20T19:11:38.9080365Z [00:03:57.628]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.9080926Z [00:03:57.628]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.9081547Z [00:03:57.628]➜  Thread model: posix
2025-08-20T19:11:38.9081848Z [00:03:57.629]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.9082278Z [00:03:57.629]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.9082764Z [00:03:57.629]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.9088404Z [00:03:57.629]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.9088733Z [00:03:57.629]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.9089025Z [00:03:57.629]➜   (in-process)
2025-08-20T19:11:38.9097982Z [00:03:57.629]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name u32-strcat.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/unistr/.deps/libcoreutils_a-u32-strcat.Tpo -MT lib/unistr/libcoreutils_a-u32-strcat.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/unistr/libcoreutils_a-u32-strcat.o -x c lib/unistr/u32-strcat.c
2025-08-20T19:11:38.9104466Z [00:03:57.630]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.9105301Z [00:03:57.630]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.9105904Z [00:03:57.630]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.9106252Z [00:03:57.630]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.9106582Z [00:03:57.630]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.9106910Z [00:03:57.630]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.9107335Z [00:03:57.630]➜  #include "..." search starts here:
2025-08-20T19:11:38.9107756Z [00:03:57.630]➜  #include <...> search starts here:
2025-08-20T19:11:38.9108023Z [00:03:57.630]➜   .
2025-08-20T19:11:38.9108217Z [00:03:57.630]➜   ./lib
2025-08-20T19:11:38.9108413Z [00:03:57.630]➜   src
2025-08-20T19:11:38.9108667Z [00:03:57.630]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.9108957Z [00:03:57.630]➜   /usr/local/include
2025-08-20T19:11:38.9109257Z [00:03:57.630]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.9109539Z [00:03:57.630]➜   /usr/include
2025-08-20T19:11:38.9109778Z [00:03:57.630]➜  End of search list.
2025-08-20T19:11:38.9153929Z [00:03:57.636]➜    CC       lib/unistr/libcoreutils_a-u8-mbtoucr.o
2025-08-20T19:11:38.9284404Z [00:03:57.648]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.9284841Z [00:03:57.648]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.9285153Z [00:03:57.648]➜  Thread model: posix
2025-08-20T19:11:38.9285488Z [00:03:57.648]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.9286305Z [00:03:57.648]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.9286801Z [00:03:57.648]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.9287175Z [00:03:57.648]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.9287461Z [00:03:57.648]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.9287725Z [00:03:57.648]➜   (in-process)
2025-08-20T19:11:38.9295858Z [00:03:57.648]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name u32-strlen.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/unistr/.deps/libcoreutils_a-u32-strlen.Tpo -MT lib/unistr/libcoreutils_a-u32-strlen.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/unistr/libcoreutils_a-u32-strlen.o -x c lib/unistr/u32-strlen.c
2025-08-20T19:11:38.9302234Z [00:03:57.649]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.9302926Z [00:03:57.649]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.9303465Z [00:03:57.649]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.9303957Z [00:03:57.649]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.9304346Z [00:03:57.649]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.9304681Z [00:03:57.649]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.9305034Z [00:03:57.650]➜  #include "..." search starts here:
2025-08-20T19:11:38.9305344Z [00:03:57.650]➜  #include <...> search starts here:
2025-08-20T19:11:38.9305716Z [00:03:57.650]➜   .
2025-08-20T19:11:38.9305961Z [00:03:57.650]➜   ./lib
2025-08-20T19:11:38.9306167Z [00:03:57.650]➜   src
2025-08-20T19:11:38.9306423Z [00:03:57.650]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.9306714Z [00:03:57.650]➜   /usr/local/include
2025-08-20T19:11:38.9306994Z [00:03:57.650]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.9307265Z [00:03:57.650]➜   /usr/include
2025-08-20T19:11:38.9307508Z [00:03:57.650]➜  End of search list.
2025-08-20T19:11:38.9322912Z [00:03:57.653]➜    CC       lib/unistr/libcoreutils_a-u8-uctomb-aux.o
2025-08-20T19:11:38.9323452Z [00:03:57.653]➜    CC       lib/unistr/libcoreutils_a-u8-uctomb.o
2025-08-20T19:11:38.9343057Z [00:03:57.655]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.9343606Z [00:03:57.655]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.9344011Z [00:03:57.655]➜  Thread model: posix
2025-08-20T19:11:38.9344402Z [00:03:57.655]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.9364703Z [00:03:57.657]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.9365320Z [00:03:57.657]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.9365710Z [00:03:57.657]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.9366001Z [00:03:57.657]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.9366286Z [00:03:57.657]➜   (in-process)
2025-08-20T19:11:38.9373094Z [00:03:57.657]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name u8-mbtoucr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/unistr/.deps/libcoreutils_a-u8-mbtoucr.Tpo -MT lib/unistr/libcoreutils_a-u8-mbtoucr.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/unistr/libcoreutils_a-u8-mbtoucr.o -x c lib/unistr/u8-mbtoucr.c
2025-08-20T19:11:38.9380815Z [00:03:57.659]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.9381549Z [00:03:57.659]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.9382095Z [00:03:57.659]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.9382615Z [00:03:57.659]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.9383012Z [00:03:57.659]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.9383350Z [00:03:57.659]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.9383673Z [00:03:57.659]➜  #include "..." search starts here:
2025-08-20T19:11:38.9383984Z [00:03:57.659]➜  #include <...> search starts here:
2025-08-20T19:11:38.9384357Z [00:03:57.659]➜   .
2025-08-20T19:11:38.9384641Z [00:03:57.659]➜   ./lib
2025-08-20T19:11:38.9384846Z [00:03:57.659]➜   src
2025-08-20T19:11:38.9385102Z [00:03:57.659]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.9385393Z [00:03:57.659]➜   /usr/local/include
2025-08-20T19:11:38.9385677Z [00:03:57.659]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.9385953Z [00:03:57.659]➜   /usr/include
2025-08-20T19:11:38.9386192Z [00:03:57.659]➜  End of search list.
2025-08-20T19:11:38.9482308Z [00:03:57.669]➜    CC       lib/uniwidth/libcoreutils_a-width.o
2025-08-20T19:11:38.9515428Z [00:03:57.673]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.9516503Z [00:03:57.673]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.9516848Z [00:03:57.673]➜  Thread model: posix
2025-08-20T19:11:38.9517152Z [00:03:57.673]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.9517577Z [00:03:57.673]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.9519448Z [00:03:57.673]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.9519970Z [00:03:57.673]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.9520411Z [00:03:57.673]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.9531737Z [00:03:57.674]➜   (in-process)
2025-08-20T19:11:38.9538728Z [00:03:57.674]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name u8-uctomb-aux.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/unistr/.deps/libcoreutils_a-u8-uctomb-aux.Tpo -MT lib/unistr/libcoreutils_a-u8-uctomb-aux.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/unistr/libcoreutils_a-u8-uctomb-aux.o -x c lib/unistr/u8-uctomb-aux.c
2025-08-20T19:11:38.9560621Z [00:03:57.677]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.9571196Z [00:03:57.678]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.9571783Z [00:03:57.678]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.9576412Z [00:03:57.678]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.9582120Z [00:03:57.678]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.9586865Z [00:03:57.678]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.9592886Z [00:03:57.678]➜  #include "..." search starts here:
2025-08-20T19:11:38.9593260Z [00:03:57.678]➜  #include <...> search starts here:
2025-08-20T19:11:38.9593552Z [00:03:57.678]➜   .
2025-08-20T19:11:38.9616887Z [00:03:57.678]➜   ./lib
2025-08-20T19:11:38.9617918Z [00:03:57.678]➜   src
2025-08-20T19:11:38.9618859Z [00:03:57.678]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.9619255Z [00:03:57.678]➜   /usr/local/include
2025-08-20T19:11:38.9620766Z [00:03:57.678]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.9621116Z [00:03:57.678]➜   /usr/include
2025-08-20T19:11:38.9621362Z [00:03:57.678]➜  End of search list.
2025-08-20T19:11:38.9621653Z [00:03:57.680]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.9621977Z [00:03:57.680]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.9622289Z [00:03:57.680]➜  Thread model: posix
2025-08-20T19:11:38.9622592Z [00:03:57.680]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.9623017Z [00:03:57.680]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.9623504Z [00:03:57.680]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.9623879Z [00:03:57.680]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.9624174Z [00:03:57.680]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.9624789Z [00:03:57.680]➜   (in-process)
2025-08-20T19:11:38.9631640Z [00:03:57.680]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name u8-uctomb.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/unistr/.deps/libcoreutils_a-u8-uctomb.Tpo -MT lib/unistr/libcoreutils_a-u8-uctomb.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/unistr/libcoreutils_a-u8-uctomb.o -x c lib/unistr/u8-uctomb.c
2025-08-20T19:11:38.9637827Z [00:03:57.683]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.9638524Z [00:03:57.683]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.9639060Z [00:03:57.683]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.9641495Z [00:03:57.685]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.9641851Z [00:03:57.685]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.9642191Z [00:03:57.685]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.9642525Z [00:03:57.685]➜  #include "..." search starts here:
2025-08-20T19:11:38.9643070Z [00:03:57.685]➜  #include <...> search starts here:
2025-08-20T19:11:38.9643389Z [00:03:57.685]➜   .
2025-08-20T19:11:38.9643589Z [00:03:57.685]➜   ./lib
2025-08-20T19:11:38.9643794Z [00:03:57.685]➜   src
2025-08-20T19:11:38.9644052Z [00:03:57.685]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.9644343Z [00:03:57.685]➜   /usr/local/include
2025-08-20T19:11:38.9644709Z [00:03:57.685]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.9645097Z [00:03:57.685]➜   /usr/include
2025-08-20T19:11:38.9645364Z [00:03:57.685]➜  End of search list.
2025-08-20T19:11:38.9654377Z [00:03:57.686]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.9655595Z [00:03:57.687]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.9655938Z [00:03:57.687]➜  Thread model: posix
2025-08-20T19:11:38.9656244Z [00:03:57.687]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.9656921Z [00:03:57.687]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.9657601Z [00:03:57.687]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.9658118Z [00:03:57.687]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.9660650Z [00:03:57.687]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.9668549Z [00:03:57.688]➜   (in-process)
2025-08-20T19:11:38.9686874Z [00:03:57.688]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name width.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/uniwidth/.deps/libcoreutils_a-width.Tpo -MT lib/uniwidth/libcoreutils_a-width.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/uniwidth/libcoreutils_a-width.o -x c lib/uniwidth/width.c
2025-08-20T19:11:38.9693961Z [00:03:57.689]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.9714160Z [00:03:57.692]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.9715390Z [00:03:57.692]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.9717163Z [00:03:57.692]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.9718132Z [00:03:57.692]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.9718523Z [00:03:57.692]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.9718848Z [00:03:57.692]➜  #include "..." search starts here:
2025-08-20T19:11:38.9719165Z [00:03:57.692]➜  #include <...> search starts here:
2025-08-20T19:11:38.9719423Z [00:03:57.692]➜   .
2025-08-20T19:11:38.9719620Z [00:03:57.692]➜   ./lib
2025-08-20T19:11:38.9719830Z [00:03:57.692]➜   src
2025-08-20T19:11:38.9720083Z [00:03:57.692]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.9720783Z [00:03:57.692]➜   /usr/local/include
2025-08-20T19:11:38.9721158Z [00:03:57.692]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.9721438Z [00:03:57.692]➜   /usr/include
2025-08-20T19:11:38.9721675Z [00:03:57.692]➜  End of search list.
2025-08-20T19:11:38.9722013Z [00:03:57.692]➜    CC       src/blake2/libsinglebin_b2sum_a-blake2b-ref.o
2025-08-20T19:11:38.9748367Z [00:03:57.696]➜    CC       src/blake2/libsinglebin_b2sum_a-b2sum.o
2025-08-20T19:11:38.9858441Z [00:03:57.707]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:38.9858948Z [00:03:57.707]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:38.9861176Z [00:03:57.707]➜  Thread model: posix
2025-08-20T19:11:38.9863326Z [00:03:57.707]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:38.9865184Z [00:03:57.708]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.9867234Z [00:03:57.708]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:38.9868637Z [00:03:57.708]➜  Candidate multilib: .;@m64
2025-08-20T19:11:38.9869816Z [00:03:57.708]➜  Selected multilib: .;@m64
2025-08-20T19:11:38.9876846Z [00:03:57.709]➜   (in-process)
2025-08-20T19:11:38.9910283Z [00:03:57.711]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name blake2b-ref.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/blake2/.deps/libsinglebin_b2sum_a-blake2b-ref.Tpo -MT src/blake2/libsinglebin_b2sum_a-blake2b-ref.o -sys-header-deps -MP -I . -I ./lib -D HASH_ALGO_BLAKE2=1 -D HAVE_CONFIG_H -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_b2sum (int, char **);  int single_binary_main_b2sum" -D usage=_usage_b2sum -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/blake2/libsinglebin_b2sum_a-blake2b-ref.o -x c src/blake2/blake2b-ref.c
2025-08-20T19:11:38.9922596Z [00:03:57.711]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:38.9923338Z [00:03:57.711]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:38.9923883Z [00:03:57.711]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:38.9924225Z [00:03:57.712]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:38.9924567Z [00:03:57.712]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:38.9924907Z [00:03:57.712]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:38.9925231Z [00:03:57.712]➜  #include "..." search starts here:
2025-08-20T19:11:38.9925545Z [00:03:57.712]➜  #include <...> search starts here:
2025-08-20T19:11:38.9925813Z [00:03:57.712]➜   .
2025-08-20T19:11:38.9926006Z [00:03:57.712]➜   ./lib
2025-08-20T19:11:38.9926207Z [00:03:57.712]➜   src
2025-08-20T19:11:38.9926457Z [00:03:57.712]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:38.9926760Z [00:03:57.712]➜   /usr/local/include
2025-08-20T19:11:38.9927044Z [00:03:57.712]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:38.9927624Z [00:03:57.712]➜   /usr/include
2025-08-20T19:11:38.9927931Z [00:03:57.712]➜  End of search list.
2025-08-20T19:11:39.0003624Z [00:03:57.720]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:39.0004129Z [00:03:57.720]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:39.0004436Z [00:03:57.720]➜  Thread model: posix
2025-08-20T19:11:39.0005049Z [00:03:57.720]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:39.0005559Z [00:03:57.720]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:39.0006061Z [00:03:57.720]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:39.0006440Z [00:03:57.720]➜  Candidate multilib: .;@m64
2025-08-20T19:11:39.0006723Z [00:03:57.720]➜  Selected multilib: .;@m64
2025-08-20T19:11:39.0006990Z [00:03:57.721]➜   (in-process)
2025-08-20T19:11:39.0041474Z [00:03:57.721]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name b2sum.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/blake2/.deps/libsinglebin_b2sum_a-b2sum.Tpo -MT src/blake2/libsinglebin_b2sum_a-b2sum.o -sys-header-deps -MP -I . -I ./lib -D HASH_ALGO_BLAKE2=1 -D HAVE_CONFIG_H -I lib -I ./lib -I src -I ./src -D "main=single_binary_main_b2sum (int, char **);  int single_binary_main_b2sum" -D usage=_usage_b2sum -D SINGLE_BINARY -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/blake2/libsinglebin_b2sum_a-b2sum.o -x c src/blake2/b2sum.c
2025-08-20T19:11:39.0047731Z [00:03:57.722]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:39.0048184Z [00:03:57.723]➜    AR       src/libcksum_vmull.a
2025-08-20T19:11:39.0048732Z [00:03:57.723]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:39.0049276Z [00:03:57.723]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:39.0049622Z [00:03:57.723]➜  ignoring duplicate directory "lib"
2025-08-20T19:11:39.0049959Z [00:03:57.723]➜  ignoring duplicate directory "./lib"
2025-08-20T19:11:39.0050291Z [00:03:57.723]➜  ignoring duplicate directory "./src"
2025-08-20T19:11:39.0050815Z [00:03:57.723]➜  #include "..." search starts here:
2025-08-20T19:11:39.0051137Z [00:03:57.723]➜  #include <...> search starts here:
2025-08-20T19:11:39.0051242Z [00:03:57.723]➜   .
2025-08-20T19:11:39.0051352Z [00:03:57.723]➜   ./lib
2025-08-20T19:11:39.0051445Z [00:03:57.723]➜   src
2025-08-20T19:11:39.0051599Z [00:03:57.723]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:39.0051713Z [00:03:57.723]➜   /usr/local/include
2025-08-20T19:11:39.0051856Z [00:03:57.723]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:39.0051958Z [00:03:57.723]➜   /usr/include
2025-08-20T19:11:39.0052074Z [00:03:57.723]➜  End of search list.
2025-08-20T19:11:39.0102359Z [00:03:57.731]➜    CCLD     src/make-prime-list
2025-08-20T19:11:39.0239936Z [00:03:57.745]➜    AR       src/libver.a
2025-08-20T19:11:39.0355756Z [00:03:57.756]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:39.0356246Z [00:03:57.756]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:39.0356409Z [00:03:57.756]➜  Thread model: posix
2025-08-20T19:11:39.0356567Z [00:03:57.756]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:39.0357125Z [00:03:57.756]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:39.0357482Z [00:03:57.756]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:39.0358170Z [00:03:57.756]➜  Candidate multilib: .;@m64
2025-08-20T19:11:39.0358301Z [00:03:57.756]➜  Selected multilib: .;@m64
2025-08-20T19:11:39.0361129Z [00:03:57.756]➜   "/usr/bin/mold" -EL --hash-style=gnu --build-id --eh-frame-hdr -m aarch64linux -static -pie --no-dynamic-linker -z text -o src/make-prime-list /lib/aarch64-linux-gnu/rcrt1.o /lib/aarch64-linux-gnu/crti.o /usr/lib/gcc/aarch64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/aarch64-linux-gnu/14 -L/lib/aarch64-linux-gnu -L/usr/lib/aarch64-linux-gnu -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=generic -plugin-opt=O2 --as-needed --Bstatic --build-id=none --no-dynamic-linker --no-fatal-warnings --static --stats --strip-all -z noexecstack -z pack-relative-relocs -z relro src/make-prime-list.o --start-group -lgcc -lgcc_eh -lc --end-group /usr/lib/gcc/aarch64-linux-gnu/14/crtendS.o /lib/aarch64-linux-gnu/crtn.o
2025-08-20T19:11:39.0451288Z [00:03:57.765]➜    AR       lib/libcoreutils.a
2025-08-20T19:11:39.1061703Z [00:03:57.827]➜        reloc_nonalloc=0
2025-08-20T19:11:39.1063639Z [00:03:57.827]➜              num_dsos=0
2025-08-20T19:11:39.1063821Z [00:03:57.827]➜           thunk_bytes=0
2025-08-20T19:11:39.1063960Z [00:03:57.827]➜       parsed_lto_objs=1
2025-08-20T19:11:39.1064078Z [00:03:57.827]➜       num_unique_cies=3
2025-08-20T19:11:39.1064190Z [00:03:57.827]➜               comdats=8
2025-08-20T19:11:39.1064680Z [00:03:57.827]➜    removed_comdat_mem=14
2025-08-20T19:11:39.1064814Z [00:03:57.827]➜         output_chunks=39
2025-08-20T19:11:39.1064934Z [00:03:57.827]➜              num_cies=364
2025-08-20T19:11:39.1065050Z [00:03:57.827]➜              num_objs=396
2025-08-20T19:11:39.1065169Z [00:03:57.827]➜              num_fdes=962
2025-08-20T19:11:39.1065289Z [00:03:57.827]➜        merged_strings=1027
2025-08-20T19:11:39.1065416Z [00:03:57.827]➜           parsed_objs=2435
2025-08-20T19:11:39.1065557Z [00:03:57.827]➜          defined_syms=2608
2025-08-20T19:11:39.1065682Z [00:03:57.827]➜      string_fragments=4480
2025-08-20T19:11:39.1065803Z [00:03:57.827]➜        input_sections=4931
2025-08-20T19:11:39.1065931Z [00:03:57.827]➜        undefined_syms=7022
2025-08-20T19:11:39.1066054Z [00:03:57.827]➜      regular_sections=10471
2025-08-20T19:11:39.1066178Z [00:03:57.827]➜           reloc_alloc=12111
2025-08-20T19:11:39.1066295Z [00:03:57.827]➜              all_syms=30189
2025-08-20T19:11:39.1066444Z [00:03:57.827]➜     total_input_bytes=26097018
2025-08-20T19:11:39.1066626Z [00:03:57.827]➜  .rodata.str1.8 estimation=2169 actual=924
2025-08-20T19:11:39.1066780Z [00:03:57.827]➜  .rodata.cst4 estimation=1627 actual=2
2025-08-20T19:11:39.1066920Z [00:03:57.827]➜  .comment estimation=1627 actual=4
2025-08-20T19:11:39.1067077Z [00:03:57.827]➜  .rodata.cst16 estimation=1630 actual=7
2025-08-20T19:11:39.1067238Z [00:03:57.827]➜  .rodata.str1.16 estimation=1631 actual=11
2025-08-20T19:11:39.1067404Z [00:03:57.827]➜  .rodata.cst8 estimation=1630 actual=8
2025-08-20T19:11:39.1067560Z [00:03:57.827]➜  .rodata.str4.8 estimation=1655 actual=56
2025-08-20T19:11:39.1067722Z [00:03:57.827]➜  .rodata.str1.1 estimation=1633 actual=15
2025-08-20T19:11:39.1310658Z [00:03:57.852]➜    AR       src/libsinglebin_hostid.a
2025-08-20T19:11:39.1324358Z [00:03:57.853]➜    AR       src/libsinglebin_chroot.a
2025-08-20T19:11:39.1354208Z [00:03:57.856]➜    AR       src/libsinglebin_timeout.a
2025-08-20T19:11:39.1373872Z [00:03:57.856]➜    AR       src/libsinglebin_nice.a
2025-08-20T19:11:39.1695911Z [00:03:57.890]➜    AR       src/libsinglebin_who.a
2025-08-20T19:11:39.1753046Z [00:03:57.896]➜    AR       src/libsinglebin_users.a
2025-08-20T19:11:39.1787840Z [00:03:57.900]➜    AR       src/libsinglebin_pinky.a
2025-08-20T19:11:39.1855979Z [00:03:57.907]➜    AR       src/libsinglebin_stty.a
2025-08-20T19:11:39.1889229Z [00:03:57.910]➜    AR       src/libsinglebin_df.a
2025-08-20T19:11:39.2094743Z [00:03:57.930]➜    AR       src/libsinglebin__.a
2025-08-20T19:11:39.2176527Z [00:03:57.938]➜    AR       src/libsinglebin_b2sum.a
2025-08-20T19:11:39.2226306Z [00:03:57.944]➜    AR       src/libsinglebin_base64.a
2025-08-20T19:11:39.2301273Z [00:03:57.951]➜    AR       src/libsinglebin_base32.a
2025-08-20T19:11:39.2398546Z [00:03:57.961]➜    AR       src/libsinglebin_basenc.a
2025-08-20T19:11:39.2493243Z [00:03:57.967]➜    AR       src/libsinglebin_basename.a
2025-08-20T19:11:39.2553336Z [00:03:57.976]➜    AR       src/libsinglebin_cat.a
2025-08-20T19:11:39.2735805Z [00:03:57.994]➜    AR       src/libsinglebin_chown.a
2025-08-20T19:11:39.2736217Z [00:03:57.994]➜    AR       src/libsinglebin_chcon.a
2025-08-20T19:11:39.2792467Z [00:03:58.000]➜    AR       src/libsinglebin_chmod.a
2025-08-20T19:11:39.2912127Z [00:03:58.012]➜    AR       src/libsinglebin_cksum.a
2025-08-20T19:11:39.3024479Z [00:03:58.023]➜    AR       src/libsinglebin_comm.a
2025-08-20T19:11:39.3056934Z [00:03:58.026]➜    AR       src/libsinglebin_cp.a
2025-08-20T19:11:39.3191391Z [00:03:58.039]➜    AR       src/libsinglebin_csplit.a
2025-08-20T19:11:39.3291786Z [00:03:58.050]➜    AR       src/libsinglebin_cut.a
2025-08-20T19:11:39.3355679Z [00:03:58.056]➜    AR       src/libsinglebin_date.a
2025-08-20T19:11:39.3412295Z [00:03:58.062]➜    AR       src/libsinglebin_dd.a
2025-08-20T19:11:39.3454855Z [00:03:58.066]➜    AR       src/libsinglebin_ls.a
2025-08-20T19:11:39.3586105Z [00:03:58.079]➜    AR       src/libsinglebin_dircolors.a
2025-08-20T19:11:39.3715511Z [00:03:58.092]➜    AR       src/libsinglebin_dirname.a
2025-08-20T19:11:39.3825388Z [00:03:58.103]➜    AR       src/libsinglebin_du.a
2025-08-20T19:11:39.3914309Z [00:03:58.112]➜    AR       src/libsinglebin_echo.a
2025-08-20T19:11:39.3938945Z [00:03:58.115]➜    AR       src/libsinglebin_env.a
2025-08-20T19:11:39.3990320Z [00:03:58.120]➜    AR       src/libsinglebin_expand.a
2025-08-20T19:11:39.4059986Z [00:03:58.127]➜    AR       src/libsinglebin_expr.a
2025-08-20T19:11:39.4280290Z [00:03:58.149]➜    AR       src/libsinglebin_factor.a
2025-08-20T19:11:39.4314976Z [00:03:58.152]➜    AR       src/libsinglebin_false.a
2025-08-20T19:11:39.4330643Z [00:03:58.154]➜    AR       src/libsinglebin_fmt.a
2025-08-20T19:11:39.4379182Z [00:03:58.159]➜    AR       src/libsinglebin_fold.a
2025-08-20T19:11:39.4480812Z [00:03:58.169]➜    AR       src/libsinglebin_ginstall.a
2025-08-20T19:11:39.4657502Z [00:03:58.187]➜    AR       src/libsinglebin_groups.a
2025-08-20T19:11:39.4721942Z [00:03:58.193]➜    AR       src/libsinglebin_head.a
2025-08-20T19:11:39.4762873Z [00:03:58.197]➜    AR       src/libsinglebin_id.a
2025-08-20T19:11:39.4825695Z [00:03:58.203]➜    AR       src/libsinglebin_join.a
2025-08-20T19:11:39.4849511Z [00:03:58.206]➜    AR       src/libsinglebin_kill.a
2025-08-20T19:11:39.5087727Z [00:03:58.230]➜    AR       src/libsinglebin_link.a
2025-08-20T19:11:39.5182984Z [00:03:58.239]➜    AR       src/libsinglebin_ln.a
2025-08-20T19:11:39.5201352Z [00:03:58.241]➜    AR       src/libsinglebin_logname.a
2025-08-20T19:11:39.5264642Z [00:03:58.247]➜    AR       src/libsinglebin_md5sum.a
2025-08-20T19:11:39.5331938Z [00:03:58.254]➜    AR       src/libsinglebin_mkdir.a
2025-08-20T19:11:39.5453032Z [00:03:58.266]➜    AR       src/libsinglebin_mkfifo.a
2025-08-20T19:11:39.5612970Z [00:03:58.282]➜    AR       src/libsinglebin_mknod.a
2025-08-20T19:11:39.5679333Z [00:03:58.289]➜    AR       src/libsinglebin_mktemp.a
2025-08-20T19:11:39.5705670Z [00:03:58.292]➜    AR       src/libsinglebin_mv.a
2025-08-20T19:11:39.5726379Z [00:03:58.294]➜    AR       src/libsinglebin_nl.a
2025-08-20T19:11:39.5872078Z [00:03:58.308]➜    AR       src/libsinglebin_nproc.a
2025-08-20T19:11:39.5961846Z [00:03:58.317]➜    AR       src/libsinglebin_nohup.a
2025-08-20T19:11:39.6074901Z [00:03:58.328]➜    AR       src/libsinglebin_numfmt.a
2025-08-20T19:11:39.6134948Z [00:03:58.334]➜    AR       src/libsinglebin_od.a
2025-08-20T19:11:39.6173217Z [00:03:58.338]➜    AR       src/libsinglebin_paste.a
2025-08-20T19:11:39.6274495Z [00:03:58.348]➜    AR       src/libsinglebin_pathchk.a
2025-08-20T19:11:39.6443686Z [00:03:58.365]➜    AR       src/libsinglebin_pr.a
2025-08-20T19:11:39.6510048Z [00:03:58.372]➜    AR       src/libsinglebin_printf.a
2025-08-20T19:11:39.6524705Z [00:03:58.373]➜    AR       src/libsinglebin_printenv.a
2025-08-20T19:11:39.6589790Z [00:03:58.380]➜    AR       src/libsinglebin_ptx.a
2025-08-20T19:11:39.6687878Z [00:03:58.390]➜    AR       src/libsinglebin_pwd.a
2025-08-20T19:11:39.6855500Z [00:03:58.406]➜    AR       src/libsinglebin_readlink.a
2025-08-20T19:11:39.6933375Z [00:03:58.414]➜    AR       src/libsinglebin_realpath.a
2025-08-20T19:11:39.7003749Z [00:03:58.421]➜    AR       src/libsinglebin_rm.a
2025-08-20T19:11:39.7039531Z [00:03:58.425]➜    AR       src/libsinglebin_rmdir.a
2025-08-20T19:11:39.7142346Z [00:03:58.435]➜    AR       src/libsinglebin_runcon.a
2025-08-20T19:11:39.7232149Z [00:03:58.444]➜    AR       src/libsinglebin_seq.a
2025-08-20T19:11:39.7338534Z [00:03:58.455]➜    AR       src/libsinglebin_sha1sum.a
2025-08-20T19:11:39.7401304Z [00:03:58.461]➜    AR       src/libsinglebin_sha224sum.a
2025-08-20T19:11:39.7461359Z [00:03:58.467]➜    AR       src/libsinglebin_sha256sum.a
2025-08-20T19:11:39.7509903Z [00:03:58.472]➜    AR       src/libsinglebin_sha384sum.a
2025-08-20T19:11:39.7652218Z [00:03:58.486]➜    AR       src/libsinglebin_sha512sum.a
2025-08-20T19:11:39.7710784Z [00:03:58.492]➜    AR       src/libsinglebin_shred.a
2025-08-20T19:11:39.7765289Z [00:03:58.497]➜    AR       src/libsinglebin_shuf.a
2025-08-20T19:11:39.7903644Z [00:03:58.511]➜    AR       src/libsinglebin_sleep.a
2025-08-20T19:11:39.7998729Z [00:03:58.521]➜    AR       src/libsinglebin_sort.a
2025-08-20T19:11:39.8058652Z [00:03:58.527]➜    AR       src/libsinglebin_split.a
2025-08-20T19:11:39.8152165Z [00:03:58.536]➜    AR       src/libsinglebin_stat.a
2025-08-20T19:11:39.8235320Z [00:03:58.544]➜    AR       src/libsinglebin_sum.a
2025-08-20T19:11:39.8335632Z [00:03:58.554]➜    AR       src/libsinglebin_sync.a
2025-08-20T19:11:39.8482939Z [00:03:58.569]➜    AR       src/libsinglebin_tac.a
2025-08-20T19:11:39.8530071Z [00:03:58.574]➜    AR       src/libsinglebin_tail.a
2025-08-20T19:11:39.8615478Z [00:03:58.582]➜    AR       src/libsinglebin_tee.a
2025-08-20T19:11:39.8667610Z [00:03:58.588]➜    AR       src/libsinglebin_test.a
2025-08-20T19:11:39.8706120Z [00:03:58.592]➜    AR       src/libsinglebin_touch.a
2025-08-20T19:11:39.8873640Z [00:03:58.608]➜    AR       src/libsinglebin_tr.a
2025-08-20T19:11:39.8938560Z [00:03:58.615]➜    AR       src/libsinglebin_true.a
2025-08-20T19:11:39.8995145Z [00:03:58.620]➜    AR       src/libsinglebin_truncate.a
2025-08-20T19:11:39.9084408Z [00:03:58.629]➜    AR       src/libsinglebin_tsort.a
2025-08-20T19:11:39.9193011Z [00:03:58.640]➜    AR       src/libsinglebin_tty.a
2025-08-20T19:11:39.9308955Z [00:03:58.652]➜    AR       src/libsinglebin_uname.a
2025-08-20T19:11:39.9397632Z [00:03:58.661]➜    AR       src/libsinglebin_unexpand.a
2025-08-20T19:11:39.9433988Z [00:03:58.664]➜    AR       src/libsinglebin_uniq.a
2025-08-20T19:11:39.9491963Z [00:03:58.670]➜    AR       src/libsinglebin_unlink.a
2025-08-20T19:11:39.9532802Z [00:03:58.674]➜    AR       src/libsinglebin_uptime.a
2025-08-20T19:11:39.9695851Z [00:03:58.691]➜    AR       src/libsinglebin_vdir.a
2025-08-20T19:11:39.9804051Z [00:03:58.701]➜    AR       src/libsinglebin_wc.a
2025-08-20T19:11:39.9881574Z [00:03:58.709]➜    AR       src/libsinglebin_whoami.a
2025-08-20T19:11:39.9987006Z [00:03:58.720]➜    AR       src/libsinglebin_yes.a
2025-08-20T19:11:40.0034061Z [00:03:58.724]➜    CCLD     src/getlimits
2025-08-20T19:11:40.0111836Z [00:03:58.732]➜    AR       src/libsinglebin_arch.a
2025-08-20T19:11:40.0166332Z [00:03:58.738]➜    AR       src/libsinglebin_hostname.a
2025-08-20T19:11:40.0258370Z [00:03:58.747]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:40.0259280Z [00:03:58.747]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:40.0260213Z [00:03:58.747]➜  Thread model: posix
2025-08-20T19:11:40.0260691Z [00:03:58.747]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:40.0261698Z [00:03:58.747]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:40.0262271Z [00:03:58.747]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:40.0262646Z [00:03:58.747]➜  Candidate multilib: .;@m64
2025-08-20T19:11:40.0262934Z [00:03:58.747]➜  Selected multilib: .;@m64
2025-08-20T19:11:40.0273385Z [00:03:58.748]➜   "/usr/bin/mold" -EL --hash-style=gnu --build-id --eh-frame-hdr -m aarch64linux -static -pie --no-dynamic-linker -z text -o src/getlimits /lib/aarch64-linux-gnu/rcrt1.o /lib/aarch64-linux-gnu/crti.o /usr/lib/gcc/aarch64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/aarch64-linux-gnu/14 -L/lib/aarch64-linux-gnu -L/usr/lib/aarch64-linux-gnu -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=generic -plugin-opt=O2 --as-needed --Bstatic --build-id=none --no-dynamic-linker --no-fatal-warnings --static --stats --strip-all -z noexecstack -z pack-relative-relocs -z relro src/getlimits.o src/libver.a lib/libcoreutils.a lib/libcoreutils.a --start-group -lgcc -lgcc_eh -lc --end-group /usr/lib/gcc/aarch64-linux-gnu/14/crtendS.o /lib/aarch64-linux-gnu/crtn.o
2025-08-20T19:11:40.0276465Z [00:03:58.748]➜    AR       src/libsinglebin_stdbuf.a
2025-08-20T19:11:40.0381757Z [00:03:58.759]➜    AR       src/libsinglebin_chgrp.a
2025-08-20T19:11:40.0586307Z [00:03:58.779]➜    AR       src/libsinglebin_dir.a
2025-08-20T19:11:40.0994522Z [00:03:58.820]➜    CCLD     src/coreutils
2025-08-20T19:11:40.1131244Z [00:03:58.834]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:40.1133457Z [00:03:58.834]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:40.1133803Z [00:03:58.834]➜  Thread model: posix
2025-08-20T19:11:40.1134099Z [00:03:58.834]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:40.1134530Z [00:03:58.834]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:40.1135021Z [00:03:58.834]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:40.1135419Z [00:03:58.834]➜  Candidate multilib: .;@m64
2025-08-20T19:11:40.1135708Z [00:03:58.834]➜  Selected multilib: .;@m64
2025-08-20T19:11:40.1155930Z [00:03:58.835]➜   "/usr/bin/mold" -EL --hash-style=gnu --build-id --eh-frame-hdr -m aarch64linux -static -pie --no-dynamic-linker -z text -o src/coreutils /lib/aarch64-linux-gnu/rcrt1.o /lib/aarch64-linux-gnu/crti.o /usr/lib/gcc/aarch64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/aarch64-linux-gnu/14 -L/lib/aarch64-linux-gnu -L/usr/lib/aarch64-linux-gnu -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=generic -plugin-opt=O2 --as-needed --Bstatic --build-id=none --no-dynamic-linker --no-fatal-warnings --static --stats --strip-all -z noexecstack -z pack-relative-relocs -z relro src/coreutils-coreutils.o src/libsinglebin_chroot.a src/libsinglebin_hostid.a src/libsinglebin_timeout.a src/libsinglebin_nice.a src/libsinglebin_who.a src/libsinglebin_users.a src/libsinglebin_pinky.a src/libsinglebin_stty.a src/libsinglebin_df.a src/libsinglebin__.a src/libsinglebin_b2sum.a src/libsinglebin_base64.a src/libsinglebin_base32.a src/libsinglebin_basenc.a src/libsinglebin_basename.a src/libsinglebin_cat.a src/libsinglebin_chcon.a src/libsinglebin_chgrp.a src/libsinglebin_chmod.a src/libsinglebin_chown.a src/libsinglebin_cksum.a src/libsinglebin_comm.a src/libsinglebin_cp.a src/libsinglebin_csplit.a src/libsinglebin_cut.a src/libsinglebin_date.a src/libsinglebin_dd.a src/libsinglebin_dir.a src/libsinglebin_dircolors.a src/libsinglebin_dirname.a src/libsinglebin_du.a src/libsinglebin_echo.a src/libsinglebin_env.a src/libsinglebin_expand.a src/libsinglebin_expr.a src/libsinglebin_factor.a src/libsinglebin_false.a src/libsinglebin_fmt.a src/libsinglebin_fold.a src/libsinglebin_ginstall.a src/libsinglebin_groups.a src/libsinglebin_head.a src/libsinglebin_id.a src/libsinglebin_join.a src/libsinglebin_kill.a src/libsinglebin_link.a src/libsinglebin_ln.a src/libsinglebin_logname.a src/libsinglebin_ls.a src/libsinglebin_md5sum.a src/libsinglebin_mkdir.a src/libsinglebin_mkfifo.a src/libsinglebin_mknod.a src/libsinglebin_mktemp.a src/libsinglebin_mv.a src/libsinglebin_nl.a src/libsinglebin_nproc.a src/libsinglebin_nohup.a src/libsinglebin_numfmt.a src/libsinglebin_od.a src/libsinglebin_paste.a src/libsinglebin_pathchk.a src/libsinglebin_pr.a src/libsinglebin_printenv.a src/libsinglebin_printf.a src/libsinglebin_ptx.a src/libsinglebin_pwd.a src/libsinglebin_readlink.a src/libsinglebin_realpath.a src/libsinglebin_rm.a src/libsinglebin_rmdir.a src/libsinglebin_runcon.a src/libsinglebin_seq.a src/libsinglebin_sha1sum.a src/libsinglebin_sha224sum.a src/libsinglebin_sha256sum.a src/libsinglebin_sha384sum.a src/libsinglebin_sha512sum.a src/libsinglebin_shred.a src/libsinglebin_shuf.a src/libsinglebin_sleep.a src/libsinglebin_sort.a src/libsinglebin_split.a src/libsinglebin_stat.a src/libsinglebin_sum.a src/libsinglebin_sync.a src/libsinglebin_tac.a src/libsinglebin_tail.a src/libsinglebin_tee.a src/libsinglebin_test.a src/libsinglebin_touch.a src/libsinglebin_tr.a src/libsinglebin_true.a src/libsinglebin_truncate.a src/libsinglebin_tsort.a src/libsinglebin_tty.a src/libsinglebin_uname.a src/libsinglebin_unexpand.a src/libsinglebin_uniq.a src/libsinglebin_unlink.a src/libsinglebin_uptime.a src/libsinglebin_vdir.a src/libsinglebin_wc.a src/libsinglebin_whoami.a src/libsinglebin_yes.a src/libver.a lib/libcoreutils.a lib/libcoreutils.a src/libver.a lib/libcoreutils.a lib/libcoreutils.a -lselinux src/libver.a lib/libcoreutils.a lib/libcoreutils.a src/libsinglebin_chown.a -lcrypto src/libcksum_vmull.a -lselinux -lacl -lattr src/libver.a lib/libcoreutils.a lib/libcoreutils.a -lselinux -lcap -lselinux src/libsinglebin_ls.a -lgmp -lgmp -lselinux -lacl -lattr -lselinux -lselinux -lselinux -lcap -lselinux -lcrypto -lselinux -lselinux -lselinux -lselinux -lacl -lattr -lselinux -lcrypto -lcrypto -lcrypto -lcrypto -lcrypto -lcrypto -lselinux src/libver.a lib/libcoreutils.a lib/libcoreutils.a -lselinux -lcap -lselinux src/libsinglebin_ls.a --start-group -lgcc -lgcc_eh -lc --end-group /usr/lib/gcc/aarch64-linux-gnu/14/crtendS.o /lib/aarch64-linux-gnu/crtn.o
2025-08-20T19:11:40.1593938Z [00:03:58.880]➜        reloc_nonalloc=0
2025-08-20T19:11:40.1594281Z [00:03:58.880]➜              num_dsos=0
2025-08-20T19:11:40.1594553Z [00:03:58.880]➜           thunk_bytes=0
2025-08-20T19:11:40.1594826Z [00:03:58.880]➜       num_unique_cies=3
2025-08-20T19:11:40.1595090Z [00:03:58.880]➜               comdats=11
2025-08-20T19:11:40.1595358Z [00:03:58.880]➜    removed_comdat_mem=20
2025-08-20T19:11:40.1595662Z [00:03:58.880]➜         output_chunks=40
2025-08-20T19:11:40.1595929Z [00:03:58.880]➜              num_cies=414
2025-08-20T19:11:40.1596515Z [00:03:58.880]➜              num_objs=457
2025-08-20T19:11:40.1596863Z [00:03:58.880]➜       parsed_lto_objs=660
2025-08-20T19:11:40.1597138Z [00:03:58.880]➜              num_fdes=1078
2025-08-20T19:11:40.1597410Z [00:03:58.880]➜        merged_strings=1197
2025-08-20T19:11:40.1597691Z [00:03:58.880]➜           parsed_objs=2435
2025-08-20T19:11:40.1597971Z [00:03:58.880]➜          defined_syms=3021
2025-08-20T19:11:40.1598258Z [00:03:58.880]➜      string_fragments=5196
2025-08-20T19:11:40.1598537Z [00:03:58.880]➜        input_sections=5730
2025-08-20T19:11:40.1598813Z [00:03:58.880]➜        undefined_syms=8387
2025-08-20T19:11:40.1599096Z [00:03:58.880]➜      regular_sections=10502
2025-08-20T19:11:40.1599378Z [00:03:58.880]➜           reloc_alloc=14614
2025-08-20T19:11:40.1599652Z [00:03:58.880]➜              all_syms=34617
2025-08-20T19:11:40.1599949Z [00:03:58.880]➜     total_input_bytes=32657106
2025-08-20T19:11:40.1600284Z [00:03:58.880]➜  .rodata.str1.8 estimation=2202 actual=978
2025-08-20T19:11:40.1601108Z [00:03:58.880]➜  .rodata.cst8 estimation=1631 actual=10
2025-08-20T19:11:40.1601468Z [00:03:58.880]➜  .rodata.cst16 estimation=1635 actual=17
2025-08-20T19:11:40.1601813Z [00:03:58.880]➜  .rodata.str1.16 estimation=1631 actual=11
2025-08-20T19:11:40.1602148Z [00:03:58.880]➜  .rodata.cst4 estimation=1627 actual=2
2025-08-20T19:11:40.1602674Z [00:03:58.880]➜  .comment estimation=1627 actual=4
2025-08-20T19:11:40.1603213Z [00:03:58.880]➜  .rodata.str4.8 estimation=1655 actual=57
2025-08-20T19:11:40.1603564Z [00:03:58.880]➜  .rodata.str1.1 estimation=1690 actual=117
2025-08-20T19:11:40.1603908Z [00:03:58.880]➜  .rodata.str4.16 estimation=1626 actual=1
2025-08-20T19:11:50.1846502Z [00:04:08.906]➜  mold: error: undefined symbol: pcre2_match_8
2025-08-20T19:11:50.1847073Z [00:04:08.906]➜  >>> referenced by /lib/aarch64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:11:50.1847616Z [00:04:08.906]➜  >>>               /lib/aarch64-linux-gnu/libselinux.a(regex.o):(regex_match)
2025-08-20T19:11:50.1848059Z [00:04:08.906]➜  mold: error: undefined symbol: pcre2_code_free_8
2025-08-20T19:11:50.1848509Z [00:04:08.906]➜  >>> referenced by /lib/aarch64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:11:50.1849024Z [00:04:08.906]➜  >>>               /lib/aarch64-linux-gnu/libselinux.a(regex.o):(regex_prepare_data)
2025-08-20T19:11:50.1849547Z [00:04:08.906]➜  >>> referenced by /lib/aarch64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:11:50.1850060Z [00:04:08.906]➜  >>>               /lib/aarch64-linux-gnu/libselinux.a(regex.o):(regex_load_mmap)
2025-08-20T19:11:50.1850784Z [00:04:08.906]➜  >>> referenced by /lib/aarch64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:11:50.1851349Z [00:04:08.906]➜  >>>               /lib/aarch64-linux-gnu/libselinux.a(regex.o):(regex_data_free)
2025-08-20T19:11:50.1851847Z [00:04:08.906]➜  mold: error: undefined symbol: pcre2_serialize_get_number_of_codes_8
2025-08-20T19:11:50.1852729Z [00:04:08.906]➜  >>> referenced by /lib/aarch64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:11:50.1853234Z [00:04:08.906]➜  >>>               /lib/aarch64-linux-gnu/libselinux.a(regex.o):(regex_load_mmap)
2025-08-20T19:11:50.1853690Z [00:04:08.906]➜  mold: error: undefined symbol: pcre2_serialize_encode_8
2025-08-20T19:11:50.1854155Z [00:04:08.906]➜  >>> referenced by /lib/aarch64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:11:50.1854657Z [00:04:08.906]➜  >>>               /lib/aarch64-linux-gnu/libselinux.a(regex.o):(regex_writef)
2025-08-20T19:11:50.1855077Z [00:04:08.906]➜  mold: error: undefined symbol: pcre2_compile_8
2025-08-20T19:11:50.1855517Z [00:04:08.906]➜  >>> referenced by /lib/aarch64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:11:50.1856027Z [00:04:08.906]➜  >>>               /lib/aarch64-linux-gnu/libselinux.a(regex.o):(regex_prepare_data)
2025-08-20T19:11:50.1856485Z [00:04:08.906]➜  mold: error: undefined symbol: pcre2_match_data_free_8
2025-08-20T19:11:50.1857116Z [00:04:08.906]➜  >>> referenced by /lib/aarch64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:11:50.1857692Z [00:04:08.906]➜  >>>               /lib/aarch64-linux-gnu/libselinux.a(regex.o):(regex_prepare_data)
2025-08-20T19:11:50.1858198Z [00:04:08.906]➜  >>> referenced by /lib/aarch64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:11:50.1858806Z [00:04:08.906]➜  >>>               /lib/aarch64-linux-gnu/libselinux.a(regex.o):(regex_load_mmap)
2025-08-20T19:11:50.1859375Z [00:04:08.906]➜  >>> referenced by /lib/aarch64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:11:50.1859872Z [00:04:08.906]➜  >>>               /lib/aarch64-linux-gnu/libselinux.a(regex.o):(regex_data_free)
2025-08-20T19:11:50.1860322Z [00:04:08.906]➜  mold: error: undefined symbol: pcre2_get_error_message_8
2025-08-20T19:11:50.1861037Z [00:04:08.906]➜  >>> referenced by /lib/aarch64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:11:50.1861553Z [00:04:08.906]➜  >>>               /lib/aarch64-linux-gnu/libselinux.a(regex.o):(regex_format_error)
2025-08-20T19:11:50.1862020Z [00:04:08.906]➜  mold: error: undefined symbol: pcre2_serialize_decode_8
2025-08-20T19:11:50.1862481Z [00:04:08.906]➜  >>> referenced by /lib/aarch64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:11:50.1862981Z [00:04:08.906]➜  >>>               /lib/aarch64-linux-gnu/libselinux.a(regex.o):(regex_load_mmap)
2025-08-20T19:11:50.1863433Z [00:04:08.906]➜  mold: error: undefined symbol: pcre2_serialize_free_8
2025-08-20T19:11:50.1864159Z [00:04:08.906]➜  >>> referenced by /lib/aarch64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:11:50.1864652Z [00:04:08.906]➜  >>>               /lib/aarch64-linux-gnu/libselinux.a(regex.o):(regex_writef)
2025-08-20T19:11:50.1865179Z [00:04:08.906]➜  mold: error: undefined symbol: pcre2_match_data_create_from_pattern_8
2025-08-20T19:11:50.1865681Z [00:04:08.906]➜  >>> referenced by /lib/aarch64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:11:50.1866209Z [00:04:08.906]➜  >>>               /lib/aarch64-linux-gnu/libselinux.a(regex.o):(regex_prepare_data)
2025-08-20T19:11:50.1866715Z [00:04:08.906]➜  >>> referenced by /lib/aarch64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:11:50.1867208Z [00:04:08.906]➜  >>>               /lib/aarch64-linux-gnu/libselinux.a(regex.o):(regex_load_mmap)
2025-08-20T19:11:50.1867647Z [00:04:08.906]➜  mold: error: undefined symbol: pcre2_pattern_info_8
2025-08-20T19:11:50.1868097Z [00:04:08.906]➜  >>> referenced by /lib/aarch64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:11:50.1868576Z [00:04:08.906]➜  >>>               /lib/aarch64-linux-gnu/libselinux.a(regex.o):(regex_cmp)
2025-08-20T19:11:50.1869079Z [00:04:08.906]➜  >>> referenced by /lib/aarch64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:11:50.1869554Z [00:04:08.906]➜  >>>               /lib/aarch64-linux-gnu/libselinux.a(regex.o):(regex_cmp)
2025-08-20T19:11:50.1869962Z [00:04:08.906]➜  mold: error: undefined symbol: pcre2_config_8
2025-08-20T19:11:50.1870750Z [00:04:08.906]➜  >>> referenced by /lib/aarch64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:11:50.1871305Z [00:04:08.906]➜  >>>               /lib/aarch64-linux-gnu/libselinux.a(regex.o):(regex_version)
2025-08-20T19:11:50.1871788Z [00:04:08.906]➜  >>> referenced by /lib/aarch64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:11:50.1872279Z [00:04:08.906]➜  >>>               /lib/aarch64-linux-gnu/libselinux.a(regex.o):(regex_version)
2025-08-20T19:11:50.1989886Z [00:04:08.920]➜  clang: error: linker command failed with exit code 1 (use -v to see invocation)
2025-08-20T19:11:50.2021010Z [00:04:08.923]➜  make[2]: *** [Makefile:11509: src/coreutils] Error 1
2025-08-20T19:11:50.2021517Z [00:04:08.923]➜  make[2]: Target 'all-am' not remade because of errors.
2025-08-20T19:11:50.2021962Z [00:04:08.923]➜  make[2]: Leaving directory '/tmp/tmp.8fS7E6TFwz/coreutils-9.7'
2025-08-20T19:11:50.2030024Z [00:04:08.924]➜  Making all in gnulib-tests
2025-08-20T19:11:50.2293078Z [00:04:08.950]➜  make[2]: Entering directory '/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests'
2025-08-20T19:11:50.2316558Z [00:04:08.953]➜  ## ---------------------------------------------------- ##
2025-08-20T19:11:50.2334537Z [00:04:08.954]➜  ## ------------------- Gnulib tests ------------------- ##
2025-08-20T19:11:50.2351718Z [00:04:08.956]➜  ## You can ignore compiler warnings in this directory.  ##
2025-08-20T19:11:50.2367947Z [00:04:08.958]➜  ## ---------------------------------------------------- ##
2025-08-20T19:11:50.2374349Z [00:04:08.958]➜  make  all-recursive
2025-08-20T19:11:50.2646716Z [00:04:08.986]➜  make[3]: Entering directory '/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests'
2025-08-20T19:11:50.2698559Z [00:04:08.991]➜  Making all in .
2025-08-20T19:11:50.2952899Z [00:04:09.016]➜  make[4]: Entering directory '/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests'
2025-08-20T19:11:50.2984896Z [00:04:09.019]➜    CC       bench_crc-bench-crc.o
2025-08-20T19:11:50.3013522Z [00:04:09.022]➜    CC       bench_crc-randomb.o
2025-08-20T19:11:50.3014467Z [00:04:09.022]➜    CC       c-strcasestr.o
2025-08-20T19:11:50.3015342Z [00:04:09.022]➜    CC       concat-filename.o
2025-08-20T19:11:50.3024430Z [00:04:09.023]➜    CC       c32tob.o
2025-08-20T19:11:50.3136782Z [00:04:09.035]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.3137704Z [00:04:09.035]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.3138923Z [00:04:09.035]➜  Thread model: posix
2025-08-20T19:11:50.3139570Z [00:04:09.035]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.3141369Z [00:04:09.035]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.3141907Z [00:04:09.035]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.3142285Z [00:04:09.035]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.3142574Z [00:04:09.035]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.3142854Z [00:04:09.035]➜   (in-process)
2025-08-20T19:11:50.3166565Z [00:04:09.035]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name randomb.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/bench_crc-randomb.Tpo -MT bench_crc-randomb.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -D NDEBUG -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o bench_crc-randomb.o -x c randomb.c
2025-08-20T19:11:50.3183790Z [00:04:09.036]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.3184143Z [00:04:09.036]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.3184443Z [00:04:09.036]➜  Thread model: posix
2025-08-20T19:11:50.3184757Z [00:04:09.036]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.3185434Z [00:04:09.036]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.3185982Z [00:04:09.036]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.3186356Z [00:04:09.036]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.3186645Z [00:04:09.036]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.3186913Z [00:04:09.036]➜   (in-process)
2025-08-20T19:11:50.3193892Z [00:04:09.036]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c-strcasestr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/c-strcasestr.Tpo -MT c-strcasestr.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o c-strcasestr.o -x c c-strcasestr.c
2025-08-20T19:11:50.3199830Z [00:04:09.036]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.3200154Z [00:04:09.036]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.3210947Z [00:04:09.036]➜  Thread model: posix
2025-08-20T19:11:50.3211576Z [00:04:09.036]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.3212009Z [00:04:09.036]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.3212497Z [00:04:09.036]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.3212871Z [00:04:09.036]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.3213158Z [00:04:09.036]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.3214017Z [00:04:09.036]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.3214626Z [00:04:09.036]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.3215307Z [00:04:09.037]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.3215843Z [00:04:09.037]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.3216187Z [00:04:09.037]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.3216504Z [00:04:09.037]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.3216827Z [00:04:09.037]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.3217157Z [00:04:09.037]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.3217494Z [00:04:09.037]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.3217821Z [00:04:09.037]➜  #include "..." search starts here:
2025-08-20T19:11:50.3218136Z [00:04:09.037]➜  #include <...> search starts here:
2025-08-20T19:11:50.3218415Z [00:04:09.037]➜   .
2025-08-20T19:11:50.3218612Z [00:04:09.037]➜   ../lib
2025-08-20T19:11:50.3218995Z [00:04:09.037]➜   ..
2025-08-20T19:11:50.3219334Z [00:04:09.037]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.3219633Z [00:04:09.037]➜   /usr/local/include
2025-08-20T19:11:50.3219915Z [00:04:09.037]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.3220189Z [00:04:09.037]➜   /usr/include
2025-08-20T19:11:50.3220710Z [00:04:09.037]➜  End of search list.
2025-08-20T19:11:50.3221325Z [00:04:09.037]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.3221855Z [00:04:09.037]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.3222184Z [00:04:09.037]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.3222499Z [00:04:09.037]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.3222821Z [00:04:09.037]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.3223157Z [00:04:09.037]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.3223497Z [00:04:09.037]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.3223822Z [00:04:09.037]➜  #include "..." search starts here:
2025-08-20T19:11:50.3224136Z [00:04:09.037]➜  #include <...> search starts here:
2025-08-20T19:11:50.3224398Z [00:04:09.037]➜   .
2025-08-20T19:11:50.3224589Z [00:04:09.037]➜   ../lib
2025-08-20T19:11:50.3224795Z [00:04:09.037]➜   ..
2025-08-20T19:11:50.3225053Z [00:04:09.037]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.3225528Z [00:04:09.037]➜   /usr/local/include
2025-08-20T19:11:50.3225813Z [00:04:09.037]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.3226088Z [00:04:09.037]➜   /usr/include
2025-08-20T19:11:50.3226328Z [00:04:09.037]➜  End of search list.
2025-08-20T19:11:50.3226579Z [00:04:09.038]➜   (in-process)
2025-08-20T19:11:50.3233420Z [00:04:09.038]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name bench-crc.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/bench_crc-bench-crc.Tpo -MT bench_crc-bench-crc.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -D NDEBUG -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o bench_crc-bench-crc.o -x c bench-crc.c
2025-08-20T19:11:50.3239575Z [00:04:09.039]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.3240256Z [00:04:09.039]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.3261592Z [00:04:09.039]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.3262278Z [00:04:09.039]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.3262680Z [00:04:09.039]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.3263006Z [00:04:09.039]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.3263342Z [00:04:09.039]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.3263682Z [00:04:09.039]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.3264169Z [00:04:09.039]➜  #include "..." search starts here:
2025-08-20T19:11:50.3264573Z [00:04:09.039]➜  #include <...> search starts here:
2025-08-20T19:11:50.3264839Z [00:04:09.039]➜   .
2025-08-20T19:11:50.3265035Z [00:04:09.039]➜   ../lib
2025-08-20T19:11:50.3265238Z [00:04:09.039]➜   ..
2025-08-20T19:11:50.3265492Z [00:04:09.039]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.3265778Z [00:04:09.039]➜   /usr/local/include
2025-08-20T19:11:50.3266058Z [00:04:09.039]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.3266338Z [00:04:09.039]➜   /usr/include
2025-08-20T19:11:50.3266581Z [00:04:09.039]➜  End of search list.
2025-08-20T19:11:50.3444745Z [00:04:09.065]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.3450078Z [00:04:09.065]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.3450409Z [00:04:09.065]➜  Thread model: posix
2025-08-20T19:11:50.3450918Z [00:04:09.065]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.3451384Z [00:04:09.065]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.3452253Z [00:04:09.065]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.3452635Z [00:04:09.065]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.3452924Z [00:04:09.065]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.3461276Z [00:04:09.067]➜   (in-process)
2025-08-20T19:11:50.3468778Z [00:04:09.067]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name concat-filename.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/concat-filename.Tpo -MT concat-filename.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o concat-filename.o -x c concat-filename.c
2025-08-20T19:11:50.3475471Z [00:04:09.067]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.3476465Z [00:04:09.067]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.3477554Z [00:04:09.067]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.3477959Z [00:04:09.067]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.3478565Z [00:04:09.067]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.3479003Z [00:04:09.067]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.3479340Z [00:04:09.067]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.3479684Z [00:04:09.067]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.3480176Z [00:04:09.067]➜  #include "..." search starts here:
2025-08-20T19:11:50.3480807Z [00:04:09.067]➜  #include <...> search starts here:
2025-08-20T19:11:50.3481127Z [00:04:09.067]➜   .
2025-08-20T19:11:50.3481329Z [00:04:09.067]➜   ../lib
2025-08-20T19:11:50.3481539Z [00:04:09.067]➜   ..
2025-08-20T19:11:50.3481796Z [00:04:09.067]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.3482090Z [00:04:09.067]➜   /usr/local/include
2025-08-20T19:11:50.3482373Z [00:04:09.067]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.3482658Z [00:04:09.067]➜   /usr/include
2025-08-20T19:11:50.3482900Z [00:04:09.067]➜  End of search list.
2025-08-20T19:11:50.3511672Z [00:04:09.071]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.3516709Z [00:04:09.071]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.3517046Z [00:04:09.071]➜  Thread model: posix
2025-08-20T19:11:50.3517345Z [00:04:09.071]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.3517781Z [00:04:09.071]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.3518614Z [00:04:09.071]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.3518991Z [00:04:09.071]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.3519277Z [00:04:09.071]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.3531632Z [00:04:09.073]➜   (in-process)
2025-08-20T19:11:50.3538204Z [00:04:09.073]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name c32tob.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/c32tob.Tpo -MT c32tob.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o c32tob.o -x c c32tob.c
2025-08-20T19:11:50.3552614Z [00:04:09.073]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.3553326Z [00:04:09.074]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.3553865Z [00:04:09.074]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.3554203Z [00:04:09.074]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.3554546Z [00:04:09.074]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.3555151Z [00:04:09.074]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.3555598Z [00:04:09.074]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.3555980Z [00:04:09.074]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.3556307Z [00:04:09.074]➜  #include "..." search starts here:
2025-08-20T19:11:50.3556736Z [00:04:09.074]➜  #include <...> search starts here:
2025-08-20T19:11:50.3557070Z [00:04:09.074]➜   .
2025-08-20T19:11:50.3557271Z [00:04:09.074]➜   ../lib
2025-08-20T19:11:50.3557470Z [00:04:09.074]➜   ..
2025-08-20T19:11:50.3557723Z [00:04:09.074]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.3558013Z [00:04:09.074]➜   /usr/local/include
2025-08-20T19:11:50.3558292Z [00:04:09.074]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.3558570Z [00:04:09.074]➜   /usr/include
2025-08-20T19:11:50.3558806Z [00:04:09.074]➜  End of search list.
2025-08-20T19:11:50.3563661Z [00:04:09.077]➜    CC       getlocalename_l-unsafe.o
2025-08-20T19:11:50.3631889Z [00:04:09.084]➜    CC       localename-table.o
2025-08-20T19:11:50.3757453Z [00:04:09.097]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.3767475Z [00:04:09.098]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.3776514Z [00:04:09.099]➜  Thread model: posix
2025-08-20T19:11:50.3794725Z [00:04:09.099]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.3795240Z [00:04:09.099]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.3796086Z [00:04:09.099]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.3796467Z [00:04:09.099]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.3796755Z [00:04:09.099]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.3804117Z [00:04:09.101]➜   (in-process)
2025-08-20T19:11:50.3815965Z [00:04:09.102]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name getlocalename_l-unsafe.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/getlocalename_l-unsafe.Tpo -MT getlocalename_l-unsafe.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o getlocalename_l-unsafe.o -x c getlocalename_l-unsafe.c
2025-08-20T19:11:50.3862407Z [00:04:09.106]➜    CC       ioctl.o
2025-08-20T19:11:50.3863015Z [00:04:09.106]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.3863711Z [00:04:09.106]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.3864655Z [00:04:09.106]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.3865067Z [00:04:09.106]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.3865392Z [00:04:09.106]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.3865715Z [00:04:09.106]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.3866047Z [00:04:09.106]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.3866514Z [00:04:09.106]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.3866883Z [00:04:09.106]➜  #include "..." search starts here:
2025-08-20T19:11:50.3867201Z [00:04:09.106]➜  #include <...> search starts here:
2025-08-20T19:11:50.3867462Z [00:04:09.106]➜   .
2025-08-20T19:11:50.3867655Z [00:04:09.106]➜   ../lib
2025-08-20T19:11:50.3867855Z [00:04:09.106]➜   ..
2025-08-20T19:11:50.3868104Z [00:04:09.106]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.3868401Z [00:04:09.106]➜   /usr/local/include
2025-08-20T19:11:50.3868683Z [00:04:09.106]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.3868964Z [00:04:09.106]➜   /usr/include
2025-08-20T19:11:50.3869203Z [00:04:09.106]➜  End of search list.
2025-08-20T19:11:50.3972309Z [00:04:09.118]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.3973312Z [00:04:09.118]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.3977793Z [00:04:09.119]➜  Thread model: posix
2025-08-20T19:11:50.3978882Z [00:04:09.119]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.3979896Z [00:04:09.119]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.3981157Z [00:04:09.119]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.3981608Z [00:04:09.119]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.3981900Z [00:04:09.119]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.3982181Z [00:04:09.119]➜   (in-process)
2025-08-20T19:11:50.4028846Z [00:04:09.123]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name localename-table.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/localename-table.Tpo -MT localename-table.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib  CC       localename-environ.o
2025-08-20T19:11:50.4035964Z [00:04:09.124]➜   -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o localename-table.o -x c localename-table.c
2025-08-20T19:11:50.4039312Z [00:04:09.124]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.4039784Z [00:04:09.124]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.4040322Z [00:04:09.124]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.4040822Z [00:04:09.124]➜  Thread model: posix
2025-08-20T19:11:50.4041120Z [00:04:09.124]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.4041550Z [00:04:09.124]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.4042037Z [00:04:09.124]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.4042550Z [00:04:09.124]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.4042937Z [00:04:09.124]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.4043213Z [00:04:09.124]➜   (in-process)
2025-08-20T19:11:50.4046758Z [00:04:09.124]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name ioctl.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/ioctl.Tpo -MT ioctl.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.4050018Z [00:04:09.124]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.4052425Z [00:04:09.124]➜  ../lib -I ./../lib -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthroughignoring duplicate directory "."
2025-08-20T19:11:50.4054495Z [00:04:09.124]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.4054839Z [00:04:09.124]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.4055177Z [00:04:09.124]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.4055516Z [00:04:09.124]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.4055839Z [00:04:09.124]➜  #include "..." search starts here:
2025-08-20T19:11:50.4056731Z [00:04:09.124]➜   -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 #include <...> search starts here:
2025-08-20T19:11:50.4057474Z [00:04:09.124]➜   .
2025-08-20T19:11:50.4057674Z [00:04:09.124]➜   ../lib
2025-08-20T19:11:50.4057883Z [00:04:09.124]➜   ..
2025-08-20T19:11:50.4058135Z [00:04:09.124]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.4058425Z [00:04:09.124]➜   /usr/local/include
2025-08-20T19:11:50.4058707Z [00:04:09.124]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.4058985Z [00:04:09.124]➜   /usr/include
2025-08-20T19:11:50.4059222Z [00:04:09.124]➜  End of search list.
2025-08-20T19:11:50.4060195Z [00:04:09.124]➜  -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o ioctl.o -x c ioctl.c
2025-08-20T19:11:50.4061713Z [00:04:09.125]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.4062401Z [00:04:09.126]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.4062939Z [00:04:09.126]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.4063501Z [00:04:09.126]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.4063880Z [00:04:09.127]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.4064210Z [00:04:09.127]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.4064544Z [00:04:09.127]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.4064978Z [00:04:09.127]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.4065375Z [00:04:09.127]➜  #include "..." search starts here:
2025-08-20T19:11:50.4065686Z [00:04:09.127]➜  #include <...> search starts here:
2025-08-20T19:11:50.4065949Z [00:04:09.128]➜   .
2025-08-20T19:11:50.4066141Z [00:04:09.128]➜   ../lib
2025-08-20T19:11:50.4066345Z [00:04:09.128]➜   ..
2025-08-20T19:11:50.4066596Z [00:04:09.128]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.4078669Z [00:04:09.128]➜    CC       localename.o
2025-08-20T19:11:50.4079060Z [00:04:09.128]➜   /usr/local/include
2025-08-20T19:11:50.4079349Z [00:04:09.128]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.4079633Z [00:04:09.128]➜   /usr/include
2025-08-20T19:11:50.4079872Z [00:04:09.128]➜  End of search list.
2025-08-20T19:11:50.4157955Z [00:04:09.137]➜    CC       localename-unsafe.o
2025-08-20T19:11:50.4266310Z [00:04:09.147]➜    CC       pthread-rwlock.o
2025-08-20T19:11:50.4266760Z [00:04:09.148]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.4267549Z [00:04:09.148]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.4267850Z [00:04:09.148]➜  Thread model: posix
2025-08-20T19:11:50.4268147Z [00:04:09.148]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.4268584Z [00:04:09.148]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.4269070Z [00:04:09.148]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.4269440Z [00:04:09.148]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.4269922Z [00:04:09.148]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.4278561Z [00:04:09.149]➜   (in-process)
2025-08-20T19:11:50.4296593Z [00:04:09.149]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name localename.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/localename.Tpo -MT localename.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o localename.o -x c localename.c
2025-08-20T19:11:50.4303111Z [00:04:09.149]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.4304155Z [00:04:09.149]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.4304765Z [00:04:09.149]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.4305109Z [00:04:09.149]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.4305427Z [00:04:09.149]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.4305856Z [00:04:09.149]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.4306275Z [00:04:09.149]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.4306617Z [00:04:09.149]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.4306942Z [00:04:09.149]➜  #include "..." search starts here:
2025-08-20T19:11:50.4307258Z [00:04:09.149]➜  #include <...> search starts here:
2025-08-20T19:11:50.4307521Z [00:04:09.149]➜   .
2025-08-20T19:11:50.4307718Z [00:04:09.149]➜   ../lib
2025-08-20T19:11:50.4307921Z [00:04:09.149]➜   ..
2025-08-20T19:11:50.4308180Z [00:04:09.149]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.4308478Z [00:04:09.149]➜   /usr/local/include
2025-08-20T19:11:50.4308763Z [00:04:09.149]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.4309036Z [00:04:09.149]➜   /usr/include
2025-08-20T19:11:50.4309273Z [00:04:09.149]➜  End of search list.
2025-08-20T19:11:50.4321864Z [00:04:09.153]➜    CC       str_startswith.o
2025-08-20T19:11:50.4359165Z [00:04:09.157]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.4373360Z [00:04:09.157]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.4374720Z [00:04:09.157]➜  Thread model: posix
2025-08-20T19:11:50.4375084Z [00:04:09.157]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.4377172Z [00:04:09.157]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.4377871Z [00:04:09.157]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.4378375Z [00:04:09.157]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.4379194Z [00:04:09.157]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.4379515Z [00:04:09.157]➜   (in-process)
2025-08-20T19:11:50.4390871Z [00:04:09.158]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name localename-environ.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/localename-environ.Tpo -MT localename-environ.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o localename-environ.o -x c localename-environ.c
2025-08-20T19:11:50.4401986Z [00:04:09.160]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.4402978Z [00:04:09.160]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.4403586Z [00:04:09.160]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.4403922Z [00:04:09.160]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.4404238Z [00:04:09.160]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.4404680Z [00:04:09.160]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.4405092Z [00:04:09.160]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.4405432Z [00:04:09.160]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.4405753Z [00:04:09.160]➜  #include "..." search starts here:
2025-08-20T19:11:50.4406066Z [00:04:09.160]➜  #include <...> search starts here:
2025-08-20T19:11:50.4406326Z [00:04:09.160]➜   .
2025-08-20T19:11:50.4406520Z [00:04:09.160]➜   ../lib
2025-08-20T19:11:50.4406732Z [00:04:09.160]➜   ..
2025-08-20T19:11:50.4406983Z [00:04:09.160]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.4407278Z [00:04:09.160]➜   /usr/local/include
2025-08-20T19:11:50.4407558Z [00:04:09.160]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.4407831Z [00:04:09.160]➜   /usr/include
2025-08-20T19:11:50.4408067Z [00:04:09.160]➜  End of search list.
2025-08-20T19:11:50.4413085Z [00:04:09.162]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.4414354Z [00:04:09.162]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.4414661Z [00:04:09.162]➜  Thread model: posix
2025-08-20T19:11:50.4414956Z [00:04:09.162]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.4415373Z [00:04:09.162]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.4415858Z [00:04:09.162]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.4416225Z [00:04:09.162]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.4416730Z [00:04:09.162]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.4429611Z [00:04:09.164]➜   (in-process)
2025-08-20T19:11:50.4436648Z [00:04:09.164]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name localename-unsafe.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/localename-unsafe.Tpo -MT localename-unsafe.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o localename-unsafe.o -x c localename-unsafe.c
2025-08-20T19:11:50.4453278Z [00:04:09.166]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.4468313Z [00:04:09.167]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.4468973Z [00:04:09.167]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.4469318Z [00:04:09.167]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.4469636Z [00:04:09.167]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.4470079Z [00:04:09.167]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.4470657Z [00:04:09.167]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.4471047Z [00:04:09.167]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.4471380Z [00:04:09.167]➜  #include "..." search starts here:
2025-08-20T19:11:50.4471695Z [00:04:09.167]➜  #include <...> search starts here:
2025-08-20T19:11:50.4471953Z [00:04:09.167]➜   .
2025-08-20T19:11:50.4472151Z [00:04:09.167]➜   ../lib
2025-08-20T19:11:50.4472366Z [00:04:09.167]➜   ..
2025-08-20T19:11:50.4472839Z [00:04:09.167]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.4473184Z [00:04:09.167]➜   /usr/local/include
2025-08-20T19:11:50.4473663Z [00:04:09.167]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.4482201Z [00:04:09.167]➜   /usr/include
2025-08-20T19:11:50.4482565Z [00:04:09.167]➜  End of search list.
2025-08-20T19:11:50.4484218Z [00:04:09.168]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.4484567Z [00:04:09.169]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.4485176Z [00:04:09.169]➜  Thread model: posix
2025-08-20T19:11:50.4485475Z [00:04:09.169]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.4485901Z [00:04:09.169]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.4486436Z [00:04:09.169]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.4486812Z [00:04:09.169]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.4487098Z [00:04:09.169]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.4487615Z [00:04:09.169]➜   (in-process)
2025-08-20T19:11:50.4550272Z [00:04:09.173]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name pthread-rwlock.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/pthread-rwlock.Tpo -MT pthread-rwlock.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o pthread-rwlock.o -x c pthread-rwlock.c
2025-08-20T19:11:50.4558253Z [00:04:09.174]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.4558967Z [00:04:09.174]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.4559508Z [00:04:09.174]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.4559849Z [00:04:09.174]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.4560169Z [00:04:09.174]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.4560608Z [00:04:09.174]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.4561306Z [00:04:09.174]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.4561713Z [00:04:09.174]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.4562043Z [00:04:09.174]➜  #include "..." search starts here:
2025-08-20T19:11:50.4562361Z [00:04:09.174]➜  #include <...> search starts here:
2025-08-20T19:11:50.4562629Z [00:04:09.174]➜   .
2025-08-20T19:11:50.4562826Z [00:04:09.174]➜   ../lib
2025-08-20T19:11:50.4563025Z [00:04:09.174]➜   ..
2025-08-20T19:11:50.4563287Z [00:04:09.174]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.4563580Z [00:04:09.174]➜   /usr/local/include
2025-08-20T19:11:50.4563870Z [00:04:09.174]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.4564147Z [00:04:09.174]➜   /usr/include
2025-08-20T19:11:50.4564391Z [00:04:09.174]➜  End of search list.
2025-08-20T19:11:50.4710732Z [00:04:09.191]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.4711180Z [00:04:09.191]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.4711533Z [00:04:09.191]➜  Thread model: posix
2025-08-20T19:11:50.4711833Z [00:04:09.191]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.4712272Z [00:04:09.191]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.4712760Z [00:04:09.191]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.4713130Z [00:04:09.191]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.4713416Z [00:04:09.191]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.4722253Z [00:04:09.192]➜   (in-process)
2025-08-20T19:11:50.4729136Z [00:04:09.192]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name str_startswith.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/str_startswith.Tpo -MT str_startswith.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o str_startswith.o -x c str_startswith.c
2025-08-20T19:11:50.4747187Z [00:04:09.193]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.4747927Z [00:04:09.193]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.4748462Z [00:04:09.193]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.4748799Z [00:04:09.193]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.4749117Z [00:04:09.193]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.4749441Z [00:04:09.193]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.4750068Z [00:04:09.193]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.4750796Z [00:04:09.193]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.4751185Z [00:04:09.193]➜  #include "..." search starts here:
2025-08-20T19:11:50.4751505Z [00:04:09.193]➜  #include <...> search starts here:
2025-08-20T19:11:50.4751766Z [00:04:09.193]➜   .
2025-08-20T19:11:50.4751960Z [00:04:09.193]➜   ../lib
2025-08-20T19:11:50.4752162Z [00:04:09.193]➜   ..
2025-08-20T19:11:50.4752411Z [00:04:09.193]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.4752715Z [00:04:09.193]➜   /usr/local/include
2025-08-20T19:11:50.4753002Z [00:04:09.193]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.4753277Z [00:04:09.193]➜   /usr/include
2025-08-20T19:11:50.4753513Z [00:04:09.193]➜  End of search list.
2025-08-20T19:11:50.4806009Z [00:04:09.201]➜    CC       timespec-add.o
2025-08-20T19:11:50.4833092Z [00:04:09.204]➜    CC       timespec-sub.o
2025-08-20T19:11:50.4978610Z [00:04:09.219]➜    CC       vma-iter.o
2025-08-20T19:11:50.5012235Z [00:04:09.222]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.5014936Z [00:04:09.222]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.5016717Z [00:04:09.222]➜  Thread model: posix
2025-08-20T19:11:50.5041656Z [00:04:09.222]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.5042446Z [00:04:09.222]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.5043509Z [00:04:09.222]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.5044260Z [00:04:09.222]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.5044571Z [00:04:09.222]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.5044911Z [00:04:09.223]➜    CC       xconcat-filename.o
2025-08-20T19:11:50.5045191Z [00:04:09.223]➜   (in-process)
2025-08-20T19:11:50.5052198Z [00:04:09.223]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name timespec-sub.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/timespec-sub.Tpo -MT timespec-sub.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o timespec-sub.o -x c timespec-sub.c
2025-08-20T19:11:50.5058267Z [00:04:09.224]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.5058725Z [00:04:09.224]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.5059047Z [00:04:09.224]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.5059342Z [00:04:09.224]➜  Thread model: posix
2025-08-20T19:11:50.5059742Z [00:04:09.224]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.5060361Z [00:04:09.224]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.5061017Z [00:04:09.224]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.5061394Z [00:04:09.224]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.5061682Z [00:04:09.224]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.5062217Z [00:04:09.224]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.5062765Z [00:04:09.224]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.5063103Z [00:04:09.224]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.5063422Z [00:04:09.224]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.5063749Z [00:04:09.224]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.5064082Z [00:04:09.224]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.5064427Z [00:04:09.224]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.5064756Z [00:04:09.224]➜  #include "..." search starts here:
2025-08-20T19:11:50.5065072Z [00:04:09.224]➜  #include <...> search starts here:
2025-08-20T19:11:50.5092527Z [00:04:09.224]➜   .
2025-08-20T19:11:50.5093040Z [00:04:09.224]➜   ../lib
2025-08-20T19:11:50.5093267Z [00:04:09.224]➜   ..
2025-08-20T19:11:50.5093529Z [00:04:09.224]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.5093826Z [00:04:09.224]➜   /usr/local/include
2025-08-20T19:11:50.5094373Z [00:04:09.224]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.5094651Z [00:04:09.224]➜   /usr/include
2025-08-20T19:11:50.5094906Z [00:04:09.224]➜  End of search list.
2025-08-20T19:11:50.5095158Z [00:04:09.225]➜   (in-process)
2025-08-20T19:11:50.5097548Z [00:04:09.225]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name timespec-add.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests  CC       xgetcwd.o
2025-08-20T19:11:50.5104185Z [00:04:09.229]➜   -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/timespec-add.Tpo -MT timespec-add.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o timespec-add.o -x c timespec-add.c
2025-08-20T19:11:50.5108381Z [00:04:09.229]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.5109063Z [00:04:09.229]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.5109593Z [00:04:09.229]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.5110180Z [00:04:09.229]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.5110713Z [00:04:09.229]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.5111076Z [00:04:09.229]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.5111413Z [00:04:09.229]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.5111749Z [00:04:09.229]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.5112073Z [00:04:09.229]➜  #include "..." search starts here:
2025-08-20T19:11:50.5112385Z [00:04:09.229]➜  #include <...> search starts here:
2025-08-20T19:11:50.5112659Z [00:04:09.229]➜   .
2025-08-20T19:11:50.5112855Z [00:04:09.229]➜   ../lib
2025-08-20T19:11:50.5113061Z [00:04:09.229]➜   ..
2025-08-20T19:11:50.5113315Z [00:04:09.229]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.5113605Z [00:04:09.229]➜   /usr/local/include
2025-08-20T19:11:50.5113888Z [00:04:09.229]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.5114164Z [00:04:09.229]➜   /usr/include
2025-08-20T19:11:50.5114408Z [00:04:09.229]➜  End of search list.
2025-08-20T19:11:50.5158696Z [00:04:09.237]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.5159154Z [00:04:09.237]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.5159463Z [00:04:09.237]➜  Thread model: posix
2025-08-20T19:11:50.5159767Z [00:04:09.237]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.5162830Z [00:04:09.237]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.5163362Z [00:04:09.237]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.5164111Z [00:04:09.237]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.5165743Z [00:04:09.238]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.5171102Z [00:04:09.238]➜   (in-process)
2025-08-20T19:11:50.5209159Z [00:04:09.241]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name vma-iter.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/vma-iter.Tpo -MT vma-iter.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o vma-iter.o -x c vma-iter.c
2025-08-20T19:11:50.5217854Z [00:04:09.243]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.5219048Z [00:04:09.243]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.5219627Z [00:04:09.243]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.5219964Z [00:04:09.243]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.5223043Z [00:04:09.243]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.5223385Z [00:04:09.243]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.5223720Z [00:04:09.243]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.5224053Z [00:04:09.243]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.5224382Z [00:04:09.243]➜  #include "..." search starts here:
2025-08-20T19:11:50.5224692Z [00:04:09.243]➜  #include <...> search starts here:
2025-08-20T19:11:50.5224992Z [00:04:09.243]➜   .
2025-08-20T19:11:50.5225186Z [00:04:09.243]➜   ../lib
2025-08-20T19:11:50.5225390Z [00:04:09.243]➜   ..
2025-08-20T19:11:50.5225649Z [00:04:09.243]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.5225938Z [00:04:09.243]➜   /usr/local/include
2025-08-20T19:11:50.5226220Z [00:04:09.243]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.5226497Z [00:04:09.243]➜   /usr/include
2025-08-20T19:11:50.5226768Z [00:04:09.243]➜  End of search list.
2025-08-20T19:11:50.5283210Z [00:04:09.249]➜    CC       strerror_r.o
2025-08-20T19:11:50.5314242Z [00:04:09.252]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.5317061Z [00:04:09.253]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.5318243Z [00:04:09.253]➜  Thread model: posix
2025-08-20T19:11:50.5318600Z [00:04:09.253]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.5319051Z [00:04:09.253]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.5319549Z [00:04:09.253]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.5320278Z [00:04:09.253]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.5320721Z [00:04:09.253]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.5327140Z [00:04:09.254]➜   (in-process)
2025-08-20T19:11:50.5362139Z [00:04:09.256]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xgetcwd.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/xgetcwd.Tpo -MT xgetcwd.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o xgetcwd.o -x c xgetcwd.c
2025-08-20T19:11:50.5368200Z [00:04:09.256]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.5368895Z [00:04:09.256]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.5369431Z [00:04:09.256]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.5369767Z [00:04:09.256]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.5370274Z [00:04:09.256]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.5370784Z [00:04:09.256]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.5371122Z [00:04:09.256]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.5371457Z [00:04:09.256]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.5371776Z [00:04:09.256]➜  #include "..." search starts here:
2025-08-20T19:11:50.5372089Z [00:04:09.256]➜  #include <...> search starts here:
2025-08-20T19:11:50.5372351Z [00:04:09.256]➜   .
2025-08-20T19:11:50.5372556Z [00:04:09.256]➜   ../lib
2025-08-20T19:11:50.5372760Z [00:04:09.256]➜   ..
2025-08-20T19:11:50.5373020Z [00:04:09.256]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.5373309Z [00:04:09.256]➜   /usr/local/include
2025-08-20T19:11:50.5373590Z [00:04:09.257]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.5373866Z [00:04:09.257]➜   /usr/include
2025-08-20T19:11:50.5374109Z [00:04:09.257]➜  End of search list.
2025-08-20T19:11:50.5374400Z [00:04:09.257]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.5374726Z [00:04:09.257]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.5375019Z [00:04:09.257]➜  Thread model: posix
2025-08-20T19:11:50.5375306Z [00:04:09.257]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.5375726Z [00:04:09.257]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.5376213Z [00:04:09.257]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.5376837Z [00:04:09.257]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.5377130Z [00:04:09.257]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.5377402Z [00:04:09.257]➜   (in-process)
2025-08-20T19:11:50.5386463Z [00:04:09.257]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name xconcat-filename.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/xconcat-filename.Tpo -MT xconcat-filename.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o xconcat-filename.o -x c xconcat-filename.c
2025-08-20T19:11:50.5414464Z [00:04:09.262]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.5428976Z [00:04:09.263]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.5429619Z [00:04:09.263]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.5429957Z [00:04:09.263]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.5430283Z [00:04:09.263]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.5431076Z [00:04:09.263]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.5431408Z [00:04:09.263]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.5431748Z [00:04:09.263]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.5432072Z [00:04:09.263]➜  #include "..." search starts here:
2025-08-20T19:11:50.5432386Z [00:04:09.264]➜  #include <...> search starts here:
2025-08-20T19:11:50.5432651Z [00:04:09.264]➜   .
2025-08-20T19:11:50.5432855Z [00:04:09.264]➜   ../lib
2025-08-20T19:11:50.5433058Z [00:04:09.264]➜   ..
2025-08-20T19:11:50.5433316Z [00:04:09.264]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.5433603Z [00:04:09.264]➜   /usr/local/include
2025-08-20T19:11:50.5433885Z [00:04:09.264]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.5434157Z [00:04:09.264]➜   /usr/include
2025-08-20T19:11:50.5434392Z [00:04:09.264]➜  End of search list.
2025-08-20T19:11:50.5473090Z [00:04:09.268]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.5473558Z [00:04:09.268]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.5473862Z [00:04:09.268]➜  Thread model: posix
2025-08-20T19:11:50.5474157Z [00:04:09.268]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.5474589Z [00:04:09.268]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.5475082Z [00:04:09.268]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.5475454Z [00:04:09.268]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.5476069Z [00:04:09.268]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.5483486Z [00:04:09.269]➜   (in-process)
2025-08-20T19:11:50.5494279Z [00:04:09.269]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name strerror_r.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/strerror_r.Tpo -MT strerror_r.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o strerror_r.o -x c strerror_r.c
2025-08-20T19:11:50.5510245Z [00:04:09.270]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.5511170Z [00:04:09.271]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.5511715Z [00:04:09.271]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.5512050Z [00:04:09.271]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.5512370Z [00:04:09.271]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.5512699Z [00:04:09.271]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.5513347Z [00:04:09.271]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.5513685Z [00:04:09.271]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.5514014Z [00:04:09.271]➜  #include "..." search starts here:
2025-08-20T19:11:50.5514328Z [00:04:09.271]➜  #include <...> search starts here:
2025-08-20T19:11:50.5514591Z [00:04:09.271]➜   .
2025-08-20T19:11:50.5514781Z [00:04:09.271]➜   ../lib
2025-08-20T19:11:50.5514997Z [00:04:09.271]➜   ..
2025-08-20T19:11:50.5515250Z [00:04:09.271]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.5515549Z [00:04:09.271]➜   /usr/local/include
2025-08-20T19:11:50.5515835Z [00:04:09.271]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.5516107Z [00:04:09.271]➜   /usr/include
2025-08-20T19:11:50.5516347Z [00:04:09.271]➜  End of search list.
2025-08-20T19:11:50.5516628Z [00:04:09.272]➜    CC       bench_md5-bench-md5.o
2025-08-20T19:11:50.5719590Z [00:04:09.293]➜    CC       bench_sha1-bench-sha1.o
2025-08-20T19:11:50.5764510Z [00:04:09.297]➜    CC       bench_sha224-bench-sha224.o
2025-08-20T19:11:50.5783720Z [00:04:09.299]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.5802217Z [00:04:09.299]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.5802872Z [00:04:09.300]➜  Thread model: posix
2025-08-20T19:11:50.5803317Z [00:04:09.300]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.5804433Z [00:04:09.300]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.5806141Z [00:04:09.300]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.5806538Z [00:04:09.300]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.5806833Z [00:04:09.300]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.5807102Z [00:04:09.300]➜   (in-process)
2025-08-20T19:11:50.5816054Z [00:04:09.300]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name bench-md5.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/bench_md5-bench-md5.Tpo -MT bench_md5-bench-md5.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -D NDEBUG -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o bench_md5-bench-md5.o -x c bench-md5.c
2025-08-20T19:11:50.5828723Z [00:04:09.302]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.5829414Z [00:04:09.302]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.5829961Z [00:04:09.303]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.5830641Z [00:04:09.303]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.5830976Z [00:04:09.303]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.5831306Z [00:04:09.303]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.5831632Z [00:04:09.304]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.5831970Z [00:04:09.304]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.5832294Z [00:04:09.304]➜  #include "..." search starts here:
2025-08-20T19:11:50.5832834Z [00:04:09.304]➜  #include <...> search starts here:
2025-08-20T19:11:50.5847995Z [00:04:09.305]➜   .
2025-08-20T19:11:50.5848328Z [00:04:09.305]➜   ../lib
2025-08-20T19:11:50.5848554Z [00:04:09.305]➜   ..
2025-08-20T19:11:50.5848814Z [00:04:09.305]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.5849104Z [00:04:09.305]➜   /usr/local/include
2025-08-20T19:11:50.5849389Z [00:04:09.305]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.5849675Z [00:04:09.305]➜   /usr/include
2025-08-20T19:11:50.5849923Z [00:04:09.305]➜  End of search list.
2025-08-20T19:11:50.5964484Z [00:04:09.317]➜    CC       bench_sha256-bench-sha256.o
2025-08-20T19:11:50.6002053Z [00:04:09.321]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.6002455Z [00:04:09.321]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.6002759Z [00:04:09.321]➜  Thread model: posix
2025-08-20T19:11:50.6003057Z [00:04:09.321]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.6003488Z [00:04:09.321]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.6004027Z [00:04:09.321]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.6004404Z [00:04:09.321]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.6004691Z [00:04:09.321]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.6005002Z [00:04:09.321]➜    CC       bench_sha384-bench-sha384.o
2025-08-20T19:11:50.6005288Z [00:04:09.321]➜   (in-process)
2025-08-20T19:11:50.6018173Z [00:04:09.322]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name bench-sha1.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/bench_sha1-bench-sha1.Tpo -MT bench_sha1-bench-sha1.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -D NDEBUG -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o bench_sha1-bench-sha1.o -x c bench-sha1.c
2025-08-20T19:11:50.6024497Z [00:04:09.323]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.6025195Z [00:04:09.323]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.6025921Z [00:04:09.323]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.6026258Z [00:04:09.323]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.6026579Z [00:04:09.323]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.6026905Z [00:04:09.323]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.6027239Z [00:04:09.323]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.6031208Z [00:04:09.323]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.6031571Z [00:04:09.323]➜  #include "..." search starts here:
2025-08-20T19:11:50.6031889Z [00:04:09.323]➜  #include <...> search starts here:
2025-08-20T19:11:50.6032154Z [00:04:09.323]➜   .
2025-08-20T19:11:50.6032351Z [00:04:09.323]➜   ../lib
2025-08-20T19:11:50.6032554Z [00:04:09.323]➜   ..
2025-08-20T19:11:50.6032807Z [00:04:09.324]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.6033100Z [00:04:09.324]➜   /usr/local/include
2025-08-20T19:11:50.6033387Z [00:04:09.324]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.6033665Z [00:04:09.324]➜   /usr/include
2025-08-20T19:11:50.6033899Z [00:04:09.324]➜  End of search list.
2025-08-20T19:11:50.6042006Z [00:04:09.325]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.6044236Z [00:04:09.325]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.6045419Z [00:04:09.325]➜  Thread model: posix
2025-08-20T19:11:50.6047699Z [00:04:09.325]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.6049029Z [00:04:09.325]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.6049564Z [00:04:09.325]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.6049938Z [00:04:09.325]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.6050227Z [00:04:09.325]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.6089260Z [00:04:09.330]➜   (in-process)
2025-08-20T19:11:50.6096713Z [00:04:09.330]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name bench-sha224.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/bench_sha224-bench-sha224.Tpo -MT bench_sha224-bench-sha224.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -D NDEBUG -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o bench_sha224-bench-sha224.o -x c bench-sha224.c
2025-08-20T19:11:50.6103038Z [00:04:09.331]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.6103736Z [00:04:09.331]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.6104488Z [00:04:09.331]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.6104832Z [00:04:09.331]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.6105150Z [00:04:09.331]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.6105487Z [00:04:09.331]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.6105822Z [00:04:09.331]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.6106373Z [00:04:09.331]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.6106707Z [00:04:09.331]➜  #include "..." search starts here:
2025-08-20T19:11:50.6107024Z [00:04:09.331]➜  #include <...> search starts here:
2025-08-20T19:11:50.6107289Z [00:04:09.331]➜   .
2025-08-20T19:11:50.6107482Z [00:04:09.331]➜   ../lib
2025-08-20T19:11:50.6107687Z [00:04:09.331]➜   ..
2025-08-20T19:11:50.6107939Z [00:04:09.331]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.6108230Z [00:04:09.331]➜   /usr/local/include
2025-08-20T19:11:50.6108519Z [00:04:09.331]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.6108795Z [00:04:09.331]➜   /usr/include
2025-08-20T19:11:50.6109035Z [00:04:09.331]➜  End of search list.
2025-08-20T19:11:50.6179699Z [00:04:09.339]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.6180090Z [00:04:09.339]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.6185001Z [00:04:09.339]➜  Thread model: posix
2025-08-20T19:11:50.6185848Z [00:04:09.339]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.6186383Z [00:04:09.339]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.6186945Z [00:04:09.339]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.6187322Z [00:04:09.339]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.6187613Z [00:04:09.339]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.6187878Z [00:04:09.340]➜   (in-process)
2025-08-20T19:11:50.6198739Z [00:04:09.340]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name bench-sha384.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/bench_sha384-bench-sha384.Tpo -MT bench_sha384-bench-sha384.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -D NDEBUG -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o bench_sha384-bench-sha384.o -x c bench-sha384.c
2025-08-20T19:11:50.6207709Z [00:04:09.341]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.6208423Z [00:04:09.341]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.6209248Z [00:04:09.341]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.6209586Z [00:04:09.341]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.6209902Z [00:04:09.341]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.6210225Z [00:04:09.341]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.6213012Z [00:04:09.341]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.6213702Z [00:04:09.341]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.6214046Z [00:04:09.341]➜  #include "..." search starts here:
2025-08-20T19:11:50.6214365Z [00:04:09.341]➜  #include <...> search starts here:
2025-08-20T19:11:50.6214626Z [00:04:09.341]➜   .
2025-08-20T19:11:50.6214822Z [00:04:09.341]➜   ../lib
2025-08-20T19:11:50.6215025Z [00:04:09.341]➜   ..
2025-08-20T19:11:50.6215283Z [00:04:09.341]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.6215580Z [00:04:09.341]➜   /usr/local/include
2025-08-20T19:11:50.6215872Z [00:04:09.342]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.6216148Z [00:04:09.342]➜   /usr/include
2025-08-20T19:11:50.6216385Z [00:04:09.342]➜  End of search list.
2025-08-20T19:11:50.6247101Z [00:04:09.346]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.6247959Z [00:04:09.346]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.6248306Z [00:04:09.346]➜  Thread model: posix
2025-08-20T19:11:50.6248613Z [00:04:09.346]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.6249064Z [00:04:09.346]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.6249566Z [00:04:09.346]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.6249943Z [00:04:09.346]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.6250230Z [00:04:09.346]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.6278398Z [00:04:09.349]➜   (in-process)
2025-08-20T19:11:50.6285906Z [00:04:09.349]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name bench-sha256.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/bench_sha256-bench-sha256.Tpo -MT bench_sha256-bench-sha256.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -D NDEBUG -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o bench_sha256-bench-sha256.o -x c bench-sha256.c
2025-08-20T19:11:50.6292278Z [00:04:09.350]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.6317658Z [00:04:09.353]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.6321294Z [00:04:09.353]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.6321758Z [00:04:09.353]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.6322087Z [00:04:09.353]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.6322411Z [00:04:09.353]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.6322742Z [00:04:09.353]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.6323456Z [00:04:09.353]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.6323794Z [00:04:09.353]➜  #include "..." search starts here:
2025-08-20T19:11:50.6324115Z [00:04:09.353]➜  #include <...> search starts here:
2025-08-20T19:11:50.6324380Z [00:04:09.353]➜   .
2025-08-20T19:11:50.6324574Z [00:04:09.353]➜   ../lib
2025-08-20T19:11:50.6324777Z [00:04:09.353]➜   ..
2025-08-20T19:11:50.6325025Z [00:04:09.353]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.6325328Z [00:04:09.353]➜   /usr/local/include
2025-08-20T19:11:50.6325622Z [00:04:09.353]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.6325898Z [00:04:09.353]➜   /usr/include
2025-08-20T19:11:50.6326137Z [00:04:09.353]➜  End of search list.
2025-08-20T19:11:50.6446409Z [00:04:09.365]➜    CC       bench_sha512-bench-sha512.o
2025-08-20T19:11:50.6554957Z [00:04:09.376]➜    CC       locale.o
2025-08-20T19:11:50.6688441Z [00:04:09.390]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.6688869Z [00:04:09.390]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.6689211Z [00:04:09.390]➜  Thread model: posix
2025-08-20T19:11:50.6689530Z [00:04:09.390]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.6689962Z [00:04:09.390]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.6692510Z [00:04:09.390]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.6692906Z [00:04:09.390]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.6693215Z [00:04:09.390]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.6716891Z [00:04:09.392]➜   (in-process)
2025-08-20T19:11:50.6724311Z [00:04:09.392]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name bench-sha512.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/bench_sha512-bench-sha512.Tpo -MT bench_sha512-bench-sha512.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -D NDEBUG -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o bench_sha512-bench-sha512.o -x c bench-sha512.c
2025-08-20T19:11:50.6730678Z [00:04:09.392]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.6731552Z [00:04:09.392]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.6732091Z [00:04:09.392]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.6732427Z [00:04:09.392]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.6732745Z [00:04:09.392]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.6733068Z [00:04:09.392]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.6733585Z [00:04:09.392]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.6733933Z [00:04:09.392]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.6734259Z [00:04:09.392]➜  #include "..." search starts here:
2025-08-20T19:11:50.6734575Z [00:04:09.392]➜  #include <...> search starts here:
2025-08-20T19:11:50.6734835Z [00:04:09.392]➜   .
2025-08-20T19:11:50.6735031Z [00:04:09.392]➜   ../lib
2025-08-20T19:11:50.6735249Z [00:04:09.393]➜   ..
2025-08-20T19:11:50.6735508Z [00:04:09.393]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.6735796Z [00:04:09.393]➜   /usr/local/include
2025-08-20T19:11:50.6736078Z [00:04:09.393]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.6736356Z [00:04:09.393]➜   /usr/include
2025-08-20T19:11:50.6736595Z [00:04:09.393]➜  End of search list.
2025-08-20T19:11:50.6747018Z [00:04:09.396]➜    CC       test-localcharset.o
2025-08-20T19:11:50.6812549Z [00:04:09.402]➜    CC       unistr/u32-set.o
2025-08-20T19:11:50.6842510Z [00:04:09.405]➜    CC       glthread/thread.o
2025-08-20T19:11:50.6844149Z [00:04:09.405]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.6844486Z [00:04:09.405]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.6844795Z [00:04:09.405]➜  Thread model: posix
2025-08-20T19:11:50.6845093Z [00:04:09.405]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.6845528Z [00:04:09.405]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.6846042Z [00:04:09.405]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.6846417Z [00:04:09.405]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.6846706Z [00:04:09.405]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.6854681Z [00:04:09.406]➜   (in-process)
2025-08-20T19:11:50.6870113Z [00:04:09.407]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name locale.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/locale.Tpo -MT locale.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o locale.o -x c locale.c
2025-08-20T19:11:50.6880077Z [00:04:09.409]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.6880928Z [00:04:09.409]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.6881475Z [00:04:09.409]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.6881814Z [00:04:09.409]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.6882440Z [00:04:09.409]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.6882773Z [00:04:09.409]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.6883108Z [00:04:09.409]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.6883444Z [00:04:09.409]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.6883777Z [00:04:09.409]➜  #include "..." search starts here:
2025-08-20T19:11:50.6884091Z [00:04:09.409]➜  #include <...> search starts here:
2025-08-20T19:11:50.6884369Z [00:04:09.409]➜   .
2025-08-20T19:11:50.6884569Z [00:04:09.409]➜   ../lib
2025-08-20T19:11:50.6884774Z [00:04:09.409]➜   ..
2025-08-20T19:11:50.6885025Z [00:04:09.409]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.6885317Z [00:04:09.409]➜   /usr/local/include
2025-08-20T19:11:50.6885597Z [00:04:09.409]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.6885878Z [00:04:09.409]➜   /usr/include
2025-08-20T19:11:50.6886138Z [00:04:09.409]➜  End of search list.
2025-08-20T19:11:50.6965196Z [00:04:09.417]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.6966097Z [00:04:09.418]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.6966448Z [00:04:09.418]➜  Thread model: posix
2025-08-20T19:11:50.6966754Z [00:04:09.418]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.6967184Z [00:04:09.418]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.6967692Z [00:04:09.418]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.6968083Z [00:04:09.418]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.6968372Z [00:04:09.418]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.6968637Z [00:04:09.418]➜   (in-process)
2025-08-20T19:11:50.6976083Z [00:04:09.418]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name test-localcharset.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file .deps/test-localcharset.Tpo -MT test-localcharset.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o test-localcharset.o -x c test-localcharset.c
2025-08-20T19:11:50.6982466Z [00:04:09.418]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.6983158Z [00:04:09.418]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.6983689Z [00:04:09.418]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.6984022Z [00:04:09.418]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.6984536Z [00:04:09.418]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.6984876Z [00:04:09.418]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.6985211Z [00:04:09.418]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.6985550Z [00:04:09.418]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.6985880Z [00:04:09.418]➜  #include "..." search starts here:
2025-08-20T19:11:50.6986210Z [00:04:09.418]➜  #include <...> search starts here:
2025-08-20T19:11:50.6986488Z [00:04:09.418]➜   .
2025-08-20T19:11:50.6986689Z [00:04:09.418]➜   ../lib
2025-08-20T19:11:50.6986892Z [00:04:09.418]➜   ..
2025-08-20T19:11:50.6987144Z [00:04:09.418]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.6987436Z [00:04:09.418]➜   /usr/local/include
2025-08-20T19:11:50.6987722Z [00:04:09.418]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.6987999Z [00:04:09.418]➜   /usr/include
2025-08-20T19:11:50.6988240Z [00:04:09.418]➜  End of search list.
2025-08-20T19:11:50.7017049Z [00:04:09.423]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.7017432Z [00:04:09.423]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.7017758Z [00:04:09.423]➜  Thread model: posix
2025-08-20T19:11:50.7018051Z [00:04:09.423]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.7018488Z [00:04:09.423]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.7018984Z [00:04:09.423]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.7019376Z [00:04:09.423]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.7019663Z [00:04:09.423]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.7037090Z [00:04:09.424]➜   (in-process)
2025-08-20T19:11:50.7044350Z [00:04:09.424]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name u32-set.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file unistr/.deps/u32-set.Tpo -MT unistr/u32-set.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o unistr/u32-set.o -x c unistr/u32-set.c
2025-08-20T19:11:50.7050573Z [00:04:09.425]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.7064146Z [00:04:09.427]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.7064742Z [00:04:09.427]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.7065086Z [00:04:09.427]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.7065407Z [00:04:09.427]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.7066056Z [00:04:09.427]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.7066402Z [00:04:09.427]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.7066747Z [00:04:09.427]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.7067114Z [00:04:09.427]➜  #include "..." search starts here:
2025-08-20T19:11:50.7067429Z [00:04:09.427]➜  #include <...> search starts here:
2025-08-20T19:11:50.7067693Z [00:04:09.427]➜   .
2025-08-20T19:11:50.7067900Z [00:04:09.427]➜   ../lib
2025-08-20T19:11:50.7068105Z [00:04:09.427]➜   ..
2025-08-20T19:11:50.7068354Z [00:04:09.427]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.7068643Z [00:04:09.427]➜   /usr/local/include
2025-08-20T19:11:50.7068927Z [00:04:09.427]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.7069206Z [00:04:09.427]➜   /usr/include
2025-08-20T19:11:50.7069506Z [00:04:09.427]➜  End of search list.
2025-08-20T19:11:50.7199040Z [00:04:09.440]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.7199505Z [00:04:09.440]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.7199823Z [00:04:09.440]➜  Thread model: posix
2025-08-20T19:11:50.7200120Z [00:04:09.440]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.7200708Z [00:04:09.440]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.7201263Z [00:04:09.440]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.7201659Z [00:04:09.440]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.7201963Z [00:04:09.440]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.7202226Z [00:04:09.441]➜   (in-process)
2025-08-20T19:11:50.7214108Z [00:04:09.441]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple aarch64-unknown-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name thread.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file glthread/.deps/thread.Tpo -MT glthread/thread.o -sys-header-deps -MP -D "EXEEXT=\"\"" -I . -I ../lib -D IN_COREUTILS_GNULIB_TESTS=1 -I . -I . -I .. -I ./.. -I ../lib -I ./../lib -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include -internal-externc-isystem /usr/include/aarch64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -w -std=gnu23 -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -target-feature +outline-atomics -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o glthread/thread.o -x c glthread/thread.c
2025-08-20T19:11:50.7220259Z [00:04:09.442]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target aarch64-unknown-linux-gnu
2025-08-20T19:11:50.7228506Z [00:04:09.442]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-20T19:11:50.7229078Z [00:04:09.442]➜  ignoring nonexistent directory "/include"
2025-08-20T19:11:50.7229427Z [00:04:09.442]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.7229748Z [00:04:09.442]➜  ignoring duplicate directory "."
2025-08-20T19:11:50.7230612Z [00:04:09.442]➜  ignoring duplicate directory "./.."
2025-08-20T19:11:50.7231046Z [00:04:09.442]➜  ignoring duplicate directory "../lib"
2025-08-20T19:11:50.7231394Z [00:04:09.442]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:11:50.7231720Z [00:04:09.442]➜  #include "..." search starts here:
2025-08-20T19:11:50.7232040Z [00:04:09.442]➜  #include <...> search starts here:
2025-08-20T19:11:50.7232304Z [00:04:09.442]➜   .
2025-08-20T19:11:50.7232499Z [00:04:09.442]➜   ../lib
2025-08-20T19:11:50.7232723Z [00:04:09.442]➜   ..
2025-08-20T19:11:50.7232980Z [00:04:09.442]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:11:50.7233273Z [00:04:09.442]➜   /usr/local/include
2025-08-20T19:11:50.7233553Z [00:04:09.442]➜   /usr/include/aarch64-linux-gnu
2025-08-20T19:11:50.7233830Z [00:04:09.442]➜   /usr/include
2025-08-20T19:11:50.7234068Z [00:04:09.442]➜  End of search list.
2025-08-20T19:11:50.7530977Z [00:04:09.474]➜    AR       libtests.a
2025-08-20T19:11:50.7895606Z [00:04:09.510]➜    CCLD     bench-crc
2025-08-20T19:11:50.7912796Z [00:04:09.512]➜    CCLD     bench-md5
2025-08-20T19:11:50.7913520Z [00:04:09.512]➜    CCLD     bench-sha1
2025-08-20T19:11:50.7931779Z [00:04:09.514]➜    CCLD     bench-sha224
2025-08-20T19:11:50.7994617Z [00:04:09.520]➜    CCLD     bench-sha256
2025-08-20T19:11:50.8042468Z [00:04:09.525]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.8042917Z [00:04:09.525]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.8043268Z [00:04:09.525]➜  Thread model: posix
2025-08-20T19:11:50.8044324Z [00:04:09.525]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.8053769Z [00:04:09.525]➜  Debian clang version 19.1.7 (3+b2)Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.8055366Z [00:04:09.525]➜  
2025-08-20T19:11:50.8055667Z [00:04:09.525]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.8056148Z [00:04:09.525]➜  Selected GCC installation: Thread model: /usr/lib/gcc/aarch64-linux-gnu/14posix
2025-08-20T19:11:50.8056562Z [00:04:09.525]➜  
2025-08-20T19:11:50.8056871Z [00:04:09.525]➜  Candidate multilib: InstalledDir: ./usr/lib/llvm-19/bin;
2025-08-20T19:11:50.8057215Z [00:04:09.525]➜  @m64
2025-08-20T19:11:50.8057640Z [00:04:09.525]➜  Found candidate GCC installation: Selected multilib: /usr/lib/gcc/aarch64-linux-gnu/14.
2025-08-20T19:11:50.8058106Z [00:04:09.525]➜  ;@m64Selected GCC installation: 
2025-08-20T19:11:50.8058440Z [00:04:09.525]➜  /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.8059005Z [00:04:09.525]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.8059479Z [00:04:09.526]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.8062710Z [00:04:09.526]➜   "/usr/bin/mold" -EL --hash-style=gnu --build-id --eh-frame-hdr -m aarch64linux -static -pie --no-dynamic-linker -z text -o bench-sha1 /lib/aarch64-linux-gnu/rcrt1.o /lib/aarch64-linux-gnu/crti.o /usr/lib/gcc/aarch64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/aarch64-linux-gnu/14 -L/lib/aarch64-linux-gnu -L/usr/lib/aarch64-linux-gnu -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=generic -plugin-opt=O2 --Bstatic --build-id=none --no-dynamic-linker --no-fatal-warnings --static --stats --strip-all -z noexecstack -z pack-relative-relocs -z relro bench_sha1-bench-sha1.o libtests.a ../lib/libcoreutils.a libtests.a ../lib/libcoreutils.a libtests.a -lcrypto --start-group -lgcc -lgcc_eh -lc --end-group /usr/lib/gcc/aarch64-linux-gnu/14/crtendS.o /lib/aarch64-linux-gnu/crtn.o
2025-08-20T19:11:50.8073701Z [00:04:09.528]➜   "/usr/bin/mold" -EL --hash-style=gnu --build-id --eh-frame-hdr -m aarch64linux -static -pie --no-dynamic-linker -z text -o bench-md5 /lib/aarch64-linux-gnu/rcrt1.o /lib/aarch64-linux-gnu/crti.o /usr/lib/gcc/aarch64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/aarch64-linux-gnu/14 -L/lib/aarch64-linux-gnu -L/usr/lib/aarch64-linux-gnu -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=generic -plugin-opt=O2 --Bstatic --build-id=none --no-dynamic-linker --no-fatal-warnings --static --stats --strip-all -z noexecstack -z pack-relative-relocs -z relro bench_md5-bench-md5.o libtests.a ../lib/libcoreutils.a libtests.a ../lib/libcoreutils.a libtests.a -lcrypto --start-group -lgcc -lgcc_eh -lc --end-group /usr/lib/gcc/aarch64-linux-gnu/14/crtendS.o /lib/aarch64-linux-gnu/crtn.o
2025-08-20T19:11:50.8124100Z [00:04:09.533]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.8124519Z [00:04:09.533]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.8124835Z [00:04:09.533]➜  Thread model: posix
2025-08-20T19:11:50.8127161Z [00:04:09.533]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.8127659Z [00:04:09.533]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.8128159Z [00:04:09.533]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.8128535Z [00:04:09.533]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.8128824Z [00:04:09.533]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.8132421Z [00:04:09.534]➜   "/usr/bin/mold" -EL --hash-style=gnu --build-id --eh-frame-hdr -m aarch64linux -static -pie --no-dynamic-linker -z text -o bench-crc /lib/aarch64-linux-gnu/rcrt1.o /lib/aarch64-linux-gnu/crti.o /usr/lib/gcc/aarch64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/aarch64-linux-gnu/14 -L/lib/aarch64-linux-gnu -L/usr/lib/aarch64-linux-gnu -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=generic -plugin-opt=O2 --Bstatic --build-id=none --no-dynamic-linker --no-fatal-warnings --static --stats --strip-all -z noexecstack -z pack-relative-relocs -z relro bench_crc-bench-crc.o bench_crc-randomb.o libtests.a ../lib/libcoreutils.a libtests.a ../lib/libcoreutils.a libtests.a --start-group -lgcc -lgcc_eh -lc --end-group /usr/lib/gcc/aarch64-linux-gnu/14/crtendS.o /lib/aarch64-linux-gnu/crtn.o
2025-08-20T19:11:50.8145648Z [00:04:09.536]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.8148929Z [00:04:09.536]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.8152820Z [00:04:09.536]➜  Thread model: posix
2025-08-20T19:11:50.8156185Z [00:04:09.537]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.8159543Z [00:04:09.537]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.8163171Z [00:04:09.537]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.8167778Z [00:04:09.538]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.8168095Z [00:04:09.538]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.8185774Z [00:04:09.539]➜   "/usr/bin/mold" -EL --hash-style=gnu --build-id --eh-frame-hdr -m aarch64linux -static -pie --no-dynamic-linker -z text -o bench-sha224 /lib/aarch64-linux-gnu/rcrt1.o /lib/aarch64-linux-gnu/crti.o /usr/lib/gcc/aarch64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/aarch64-linux-gnu/14 -L/lib/aarch64-linux-gnu -L/usr/lib/aarch64-linux-gnu -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=generic -plugin-opt=O2 --Bstatic --build-id=none --no-dynamic-linker --no-fatal-warnings --static --stats --strip-all -z noexecstack -z pack-relative-relocs -z relro bench_sha224-bench-sha224.o libtests.a ../lib/libcoreutils.a libtests.a ../lib/libcoreutils.a libtests.a -lcrypto --start-group -lgcc -lgcc_eh -lc --end-group /usr/lib/gcc/aarch64-linux-gnu/14/crtendS.o /lib/aarch64-linux-gnu/crtn.o
2025-08-20T19:11:50.8198606Z [00:04:09.541]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.8198991Z [00:04:09.541]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.8222084Z [00:04:09.541]➜  Thread model: posix
2025-08-20T19:11:50.8222541Z [00:04:09.541]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.8222988Z [00:04:09.541]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.8223684Z [00:04:09.541]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.8224199Z [00:04:09.541]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.8224632Z [00:04:09.541]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.8227800Z [00:04:09.543]➜   "/usr/bin/mold" -EL --hash-style=gnu --build-id --eh-frame-hdr -m aarch64linux -static -pie --no-dynamic-linker -z text -o bench-sha256 /lib/aarch64-linux-gnu/rcrt1.o /lib/aarch64-linux-gnu/crti.o /usr/lib/gcc/aarch64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/aarch64-linux-gnu/14 -L/lib/aarch64-linux-gnu -L/usr/lib/aarch64-linux-gnu -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=generic -plugin-opt=O2 --Bstatic --build-id=none --no-dynamic-linker --no-fatal-warnings --static --stats --strip-all -z noexecstack -z pack-relative-relocs -z relro bench_sha256-bench-sha256.o libtests.a ../lib/libcoreutils.a libtests.a ../lib/libcoreutils.a libtests.a -lcrypto --start-group -lgcc -lgcc_eh -lc --end-group /usr/lib/gcc/aarch64-linux-gnu/14/crtendS.o /lib/aarch64-linux-gnu/crtn.o
2025-08-20T19:11:50.9205753Z [00:04:09.641]➜        reloc_nonalloc=0
2025-08-20T19:11:50.9206131Z [00:04:09.641]➜              num_dsos=0
2025-08-20T19:11:50.9206401Z [00:04:09.641]➜           thunk_bytes=0
2025-08-20T19:11:50.9206708Z [00:04:09.641]➜       num_unique_cies=3
2025-08-20T19:11:50.9206977Z [00:04:09.641]➜               comdats=10
2025-08-20T19:11:50.9207559Z [00:04:09.641]➜    removed_comdat_mem=18
2025-08-20T19:11:50.9207911Z [00:04:09.641]➜         output_chunks=39
2025-08-20T19:11:50.9208180Z [00:04:09.641]➜              num_cies=366
2025-08-20T19:11:50.9208450Z [00:04:09.641]➜              num_objs=397
2025-08-20T19:11:50.9208723Z [00:04:09.641]➜       parsed_lto_objs=717
2025-08-20T19:11:50.9208999Z [00:04:09.641]➜              num_fdes=963
2025-08-20T19:11:50.9209282Z [00:04:09.641]➜        merged_strings=1019
2025-08-20T19:11:50.9209558Z [00:04:09.641]➜           parsed_objs=2435
2025-08-20T19:11:50.9209834Z [00:04:09.641]➜          defined_syms=2619
2025-08-20T19:11:50.9210112Z [00:04:09.641]➜      string_fragments=4470
2025-08-20T19:11:50.9210393Z [00:04:09.641]➜        input_sections=4950
2025-08-20T19:11:50.9210870Z [00:04:09.641]➜        undefined_syms=6987
2025-08-20T19:11:50.9211163Z [00:04:09.641]➜      regular_sections=10473
2025-08-20T19:11:50.9211454Z [00:04:09.641]➜           reloc_alloc=12036
2025-08-20T19:11:50.9211736Z [00:04:09.641]➜              all_syms=34783
2025-08-20T19:11:50.9212029Z [00:04:09.641]➜     total_input_bytes=33068276
2025-08-20T19:11:50.9212354Z [00:04:09.641]➜  .rodata.cst8 estimation=1631 actual=9
2025-08-20T19:11:50.9212697Z [00:04:09.641]➜  .rodata.str1.8 estimation=2169 actual=923
2025-08-20T19:11:50.9213040Z [00:04:09.641]➜  .rodata.cst16 estimation=1630 actual=7
2025-08-20T19:11:50.9213742Z [00:04:09.641]➜  .rodata.str1.16 estimation=1631 actual=11
2025-08-20T19:11:50.9214149Z [00:04:09.641]➜  .rodata.cst4 estimation=1627 actual=2
2025-08-20T19:11:50.9214472Z [00:04:09.641]➜  .comment estimation=1627 actual=4
2025-08-20T19:11:50.9214802Z [00:04:09.641]➜  .rodata.str1.1 estimation=1629 actual=7
2025-08-20T19:11:50.9215143Z [00:04:09.641]➜  .rodata.str4.8 estimation=1655 actual=56
2025-08-20T19:11:50.9357981Z [00:04:09.657]➜    CCLD     bench-sha384
2025-08-20T19:11:50.9649022Z [00:04:09.686]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:50.9649873Z [00:04:09.686]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:50.9650646Z [00:04:09.686]➜  Thread model: posix
2025-08-20T19:11:50.9671643Z [00:04:09.686]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:50.9672406Z [00:04:09.686]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.9673850Z [00:04:09.686]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:50.9674281Z [00:04:09.686]➜  Candidate multilib: .;@m64
2025-08-20T19:11:50.9674578Z [00:04:09.686]➜  Selected multilib: .;@m64
2025-08-20T19:11:50.9689988Z [00:04:09.690]➜   "/usr/bin/mold" -EL --hash-style=gnu --build-id --eh-frame-hdr -m aarch64linux -static -pie --no-dynamic-linker -z text -o bench-sha384 /lib/aarch64-linux-gnu/rcrt1.o /lib/aarch64-linux-gnu/crti.o /usr/lib/gcc/aarch64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/aarch64-linux-gnu/14 -L/lib/aarch64-linux-gnu -L/usr/lib/aarch64-linux-gnu -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=generic -plugin-opt=O2 --Bstatic --build-id=none --no-dynamic-linker --no-fatal-warnings --static --stats --strip-all -z noexecstack -z pack-relative-relocs -z relro bench_sha384-bench-sha384.o libtests.a ../lib/libcoreutils.a libtests.a ../lib/libcoreutils.a libtests.a -lcrypto --start-group -lgcc -lgcc_eh -lc --end-group /usr/lib/gcc/aarch64-linux-gnu/14/crtendS.o /lib/aarch64-linux-gnu/crtn.o
2025-08-20T19:11:50.9771206Z [00:04:09.698]➜        reloc_nonalloc=0
2025-08-20T19:11:50.9774921Z [00:04:09.698]➜              num_dsos=0
2025-08-20T19:11:50.9775213Z [00:04:09.698]➜           thunk_bytes=0
2025-08-20T19:11:50.9775476Z [00:04:09.698]➜       num_unique_cies=3
2025-08-20T19:11:50.9775739Z [00:04:09.698]➜               comdats=7
2025-08-20T19:11:50.9776003Z [00:04:09.698]➜    removed_comdat_mem=12
2025-08-20T19:11:50.9776276Z [00:04:09.698]➜         output_chunks=39
2025-08-20T19:11:50.9776548Z [00:04:09.698]➜              num_cies=363
2025-08-20T19:11:50.9776828Z [00:04:09.698]➜              num_objs=397
2025-08-20T19:11:50.9777428Z [00:04:09.698]➜       parsed_lto_objs=716
2025-08-20T19:11:50.9777763Z [00:04:09.698]➜              num_fdes=962
2025-08-20T19:11:50.9778037Z [00:04:09.698]➜        merged_strings=1026
2025-08-20T19:11:50.9793452Z [00:04:09.698]➜          defined_syms=2610
2025-08-20T19:11:50.9793977Z [00:04:09.698]➜           parsed_objs=3441
2025-08-20T19:11:50.9794273Z [00:04:09.698]➜      string_fragments=4473
2025-08-20T19:11:50.9794589Z [00:04:09.698]➜        input_sections=4931
2025-08-20T19:11:50.9794869Z [00:04:09.698]➜        undefined_syms=6987
2025-08-20T19:11:50.9795147Z [00:04:09.698]➜           reloc_alloc=12009
2025-08-20T19:11:50.9795427Z [00:04:09.698]➜      regular_sections=16292
2025-08-20T19:11:50.9795698Z [00:04:09.698]➜              all_syms=83568
2025-08-20T19:11:50.9795986Z [00:04:09.698]➜     total_input_bytes=68873062
2025-08-20T19:11:50.9796304Z [00:04:09.698]➜  .rodata.cst8 estimation=1631 actual=9
2025-08-20T19:11:50.9796654Z [00:04:09.698]➜  .rodata.str1.8 estimation=2169 actual=923
2025-08-20T19:11:50.9797002Z [00:04:09.698]➜  .rodata.cst16 estimation=1635 actual=16
2025-08-20T19:11:50.9797345Z [00:04:09.698]➜  .rodata.str1.16 estimation=1631 actual=11
2025-08-20T19:11:50.9797677Z [00:04:09.698]➜  .rodata.cst4 estimation=1627 actual=2
2025-08-20T19:11:50.9797996Z [00:04:09.698]➜  .comment estimation=1627 actual=4
2025-08-20T19:11:50.9798328Z [00:04:09.698]➜  .rodata.str1.1 estimation=1629 actual=5
2025-08-20T19:11:50.9799173Z [00:04:09.698]➜  .rodata.str4.8 estimation=1655 actual=56
2025-08-20T19:11:50.9926610Z [00:04:09.713]➜    CCLD     bench-sha512
2025-08-20T19:11:51.0062008Z [00:04:09.727]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:51.0071688Z [00:04:09.727]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:51.0072030Z [00:04:09.727]➜  Thread model: posix
2025-08-20T19:11:51.0072331Z [00:04:09.727]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:51.0072807Z [00:04:09.727]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:51.0073311Z [00:04:09.727]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:51.0073686Z [00:04:09.727]➜  Candidate multilib: .;@m64
2025-08-20T19:11:51.0073973Z [00:04:09.727]➜  Selected multilib: .;@m64
2025-08-20T19:11:51.0077052Z [00:04:09.727]➜   "/usr/bin/mold" -EL --hash-style=gnu --build-id --eh-frame-hdr -m aarch64linux -static -pie --no-dynamic-linker -z text -o bench-sha512 /lib/aarch64-linux-gnu/rcrt1.o /lib/aarch64-linux-gnu/crti.o /usr/lib/gcc/aarch64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/aarch64-linux-gnu/14 -L/lib/aarch64-linux-gnu -L/usr/lib/aarch64-linux-gnu -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=generic -plugin-opt=O2 --Bstatic --build-id=none --no-dynamic-linker --no-fatal-warnings --static --stats --strip-all -z noexecstack -z pack-relative-relocs -z relro bench_sha512-bench-sha512.o libtests.a ../lib/libcoreutils.a libtests.a ../lib/libcoreutils.a libtests.a -lcrypto --start-group -lgcc -lgcc_eh -lc --end-group /usr/lib/gcc/aarch64-linux-gnu/14/crtendS.o /lib/aarch64-linux-gnu/crtn.o
2025-08-20T19:11:51.1137268Z [00:04:09.834]➜        reloc_nonalloc=0
2025-08-20T19:11:51.1146965Z [00:04:09.834]➜              num_dsos=0
2025-08-20T19:11:51.1147290Z [00:04:09.834]➜           thunk_bytes=0
2025-08-20T19:11:51.1147559Z [00:04:09.834]➜       num_unique_cies=3
2025-08-20T19:11:51.1147820Z [00:04:09.834]➜               comdats=7
2025-08-20T19:11:51.1148144Z [00:04:09.834]➜    removed_comdat_mem=12
2025-08-20T19:11:51.1148419Z [00:04:09.834]➜         output_chunks=39
2025-08-20T19:11:51.1148687Z [00:04:09.834]➜              num_cies=361
2025-08-20T19:11:51.1148950Z [00:04:09.834]➜              num_objs=393
2025-08-20T19:11:51.1149224Z [00:04:09.834]➜       parsed_lto_objs=716
2025-08-20T19:11:51.1149494Z [00:04:09.834]➜              num_fdes=958
2025-08-20T19:11:51.1149766Z [00:04:09.834]➜        merged_strings=1027
2025-08-20T19:11:51.1150055Z [00:04:09.834]➜          defined_syms=2596
2025-08-20T19:11:51.1150330Z [00:04:09.834]➜           parsed_objs=3441
2025-08-20T19:11:51.1151255Z [00:04:09.834]➜      string_fragments=4475
2025-08-20T19:11:51.1151625Z [00:04:09.834]➜        input_sections=4890
2025-08-20T19:11:51.1151908Z [00:04:09.834]➜        undefined_syms=6955
2025-08-20T19:11:51.1152185Z [00:04:09.834]➜           reloc_alloc=11997
2025-08-20T19:11:51.1152463Z [00:04:09.834]➜      regular_sections=16294
2025-08-20T19:11:51.1152861Z [00:04:09.834]➜              all_syms=83574
2025-08-20T19:11:51.1153213Z [00:04:09.834]➜     total_input_bytes=68878966
2025-08-20T19:11:51.1153552Z [00:04:09.834]➜  .rodata.str1.8 estimation=2169 actual=923
2025-08-20T19:11:51.1153889Z [00:04:09.834]➜  .rodata.cst8 estimation=1631 actual=9
2025-08-20T19:11:51.1154231Z [00:04:09.834]➜  .rodata.str1.16 estimation=1631 actual=11
2025-08-20T19:11:51.1154573Z [00:04:09.834]➜  .rodata.cst16 estimation=1635 actual=17
2025-08-20T19:11:51.1154910Z [00:04:09.834]➜  .rodata.str4.8 estimation=1655 actual=56
2025-08-20T19:11:51.1155253Z [00:04:09.834]➜  .rodata.cst4 estimation=1627 actual=2
2025-08-20T19:11:51.1155578Z [00:04:09.834]➜  .comment estimation=1627 actual=4
2025-08-20T19:11:51.1155904Z [00:04:09.834]➜  .rodata.str1.1 estimation=1629 actual=5
2025-08-20T19:11:51.1323699Z [00:04:09.853]➜    CCLD     current-locale
2025-08-20T19:11:51.1611032Z [00:04:09.882]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:51.1616597Z [00:04:09.882]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:51.1617319Z [00:04:09.882]➜  Thread model: posix
2025-08-20T19:11:51.1617639Z [00:04:09.882]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:51.1618072Z [00:04:09.882]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:51.1618568Z [00:04:09.882]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:51.1618942Z [00:04:09.882]➜  Candidate multilib: .;@m64
2025-08-20T19:11:51.1619231Z [00:04:09.882]➜  Selected multilib: .;@m64
2025-08-20T19:11:51.1622389Z [00:04:09.882]➜   "/usr/bin/mold" -EL --hash-style=gnu --build-id --eh-frame-hdr -m aarch64linux -static -pie --no-dynamic-linker -z text -o current-locale /lib/aarch64-linux-gnu/rcrt1.o /lib/aarch64-linux-gnu/crti.o /usr/lib/gcc/aarch64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/aarch64-linux-gnu/14 -L/lib/aarch64-linux-gnu -L/usr/lib/aarch64-linux-gnu -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=generic -plugin-opt=O2 --Bstatic --build-id=none --no-dynamic-linker --no-fatal-warnings --static --stats --strip-all -z noexecstack -z pack-relative-relocs -z relro locale.o libtests.a ../lib/libcoreutils.a libtests.a ../lib/libcoreutils.a libtests.a --start-group -lgcc -lgcc_eh -lc --end-group /usr/lib/gcc/aarch64-linux-gnu/14/crtendS.o /lib/aarch64-linux-gnu/crtn.o
2025-08-20T19:11:51.2741850Z [00:04:09.995]➜        reloc_nonalloc=0
2025-08-20T19:11:51.2742792Z [00:04:09.995]➜              num_dsos=0
2025-08-20T19:11:51.2743899Z [00:04:09.995]➜           thunk_bytes=0
2025-08-20T19:11:51.2746561Z [00:04:09.995]➜       num_unique_cies=3
2025-08-20T19:11:51.2746869Z [00:04:09.995]➜               comdats=7
2025-08-20T19:11:51.2747138Z [00:04:09.995]➜    removed_comdat_mem=12
2025-08-20T19:11:51.2747413Z [00:04:09.995]➜         output_chunks=39
2025-08-20T19:11:51.2747683Z [00:04:09.995]➜              num_cies=356
2025-08-20T19:11:51.2747953Z [00:04:09.995]➜              num_objs=388
2025-08-20T19:11:51.2748235Z [00:04:09.995]➜       parsed_lto_objs=716
2025-08-20T19:11:51.2748520Z [00:04:09.995]➜              num_fdes=952
2025-08-20T19:11:51.2748787Z [00:04:09.995]➜        merged_strings=1030
2025-08-20T19:11:51.2749063Z [00:04:09.995]➜           parsed_objs=2435
2025-08-20T19:11:51.2749338Z [00:04:09.995]➜          defined_syms=2566
2025-08-20T19:11:51.2749617Z [00:04:09.995]➜      string_fragments=4477
2025-08-20T19:11:51.2749897Z [00:04:09.995]➜        input_sections=4826
2025-08-20T19:11:51.2750175Z [00:04:09.995]➜        undefined_syms=6944
2025-08-20T19:11:51.2750780Z [00:04:09.995]➜      regular_sections=10469
2025-08-20T19:11:51.2751386Z [00:04:09.995]➜           reloc_alloc=11992
2025-08-20T19:11:51.2751748Z [00:04:09.995]➜              all_syms=34751
2025-08-20T19:11:51.2752043Z [00:04:09.995]➜     total_input_bytes=33047192
2025-08-20T19:11:51.2752370Z [00:04:09.995]➜  .rodata.str1.8 estimation=2169 actual=923
2025-08-20T19:11:51.2752712Z [00:04:09.995]➜  .rodata.cst4 estimation=1627 actual=2
2025-08-20T19:11:51.2753147Z [00:04:09.995]➜  .comment estimation=1627 actual=4
2025-08-20T19:11:51.2753549Z [00:04:09.995]➜  .rodata.cst8 estimation=1630 actual=8
2025-08-20T19:11:51.2753875Z [00:04:09.995]➜  .rodata.cst16 estimation=1630 actual=7
2025-08-20T19:11:51.2754216Z [00:04:09.995]➜  .rodata.str1.16 estimation=1631 actual=11
2025-08-20T19:11:51.2754564Z [00:04:09.995]➜  .rodata.str4.8 estimation=1655 actual=56
2025-08-20T19:11:51.2754901Z [00:04:09.995]➜  .rodata.str1.1 estimation=1635 actual=19
2025-08-20T19:11:51.2924009Z [00:04:10.013]➜    CCLD     test-localcharset
2025-08-20T19:11:51.3229965Z [00:04:10.043]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:11:51.3235891Z [00:04:10.045]➜  Target: aarch64-unknown-linux-gnu
2025-08-20T19:11:51.3241188Z [00:04:10.045]➜  Thread model: posix
2025-08-20T19:11:51.3241518Z [00:04:10.045]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:11:51.3241960Z [00:04:10.045]➜  Found candidate GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:51.3242474Z [00:04:10.045]➜  Selected GCC installation: /usr/lib/gcc/aarch64-linux-gnu/14
2025-08-20T19:11:51.3243135Z [00:04:10.045]➜  Candidate multilib: .;@m64
2025-08-20T19:11:51.3243422Z [00:04:10.045]➜  Selected multilib: .;@m64
2025-08-20T19:11:51.3246442Z [00:04:10.045]➜   "/usr/bin/mold" -EL --hash-style=gnu --build-id --eh-frame-hdr -m aarch64linux -static -pie --no-dynamic-linker -z text -o test-localcharset /lib/aarch64-linux-gnu/rcrt1.o /lib/aarch64-linux-gnu/crti.o /usr/lib/gcc/aarch64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/aarch64-linux-gnu/14 -L/lib/aarch64-linux-gnu -L/usr/lib/aarch64-linux-gnu -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=generic -plugin-opt=O2 --Bstatic --build-id=none --no-dynamic-linker --no-fatal-warnings --static --stats --strip-all -z noexecstack -z pack-relative-relocs -z relro test-localcharset.o libtests.a ../lib/libcoreutils.a libtests.a ../lib/libcoreutils.a libtests.a --start-group -lgcc -lgcc_eh -lc --end-group /usr/lib/gcc/aarch64-linux-gnu/14/crtendS.o /lib/aarch64-linux-gnu/crtn.o
2025-08-20T19:11:51.3260584Z [00:04:10.047]➜        reloc_nonalloc=0
2025-08-20T19:11:51.3262340Z [00:04:10.047]➜              num_dsos=0
2025-08-20T19:11:51.3263011Z [00:04:10.047]➜           thunk_bytes=0
2025-08-20T19:11:51.3263607Z [00:04:10.047]➜       num_unique_cies=3
2025-08-20T19:11:51.3265113Z [00:04:10.047]➜               comdats=7
2025-08-20T19:11:51.3265648Z [00:04:10.047]➜    removed_comdat_mem=12
2025-08-20T19:11:51.3266463Z [00:04:10.047]➜         output_chunks=39
2025-08-20T19:11:51.3267163Z [00:04:10.047]➜              num_cies=361
2025-08-20T19:11:51.3267457Z [00:04:10.047]➜              num_objs=393
2025-08-20T19:11:51.3267749Z [00:04:10.047]➜       parsed_lto_objs=716
2025-08-20T19:11:51.3268026Z [00:04:10.047]➜              num_fdes=958
2025-08-20T19:11:51.3268299Z [00:04:10.047]➜        merged_strings=1027
2025-08-20T19:11:51.3268572Z [00:04:10.047]➜          defined_syms=2596
2025-08-20T19:11:51.3268850Z [00:04:10.047]➜           parsed_objs=3441
2025-08-20T19:11:51.3269136Z [00:04:10.047]➜      string_fragments=4475
2025-08-20T19:11:51.3269415Z [00:04:10.047]➜        input_sections=4890
2025-08-20T19:11:51.3269691Z [00:04:10.047]➜        undefined_syms=6955
2025-08-20T19:11:51.3269968Z [00:04:10.047]➜           reloc_alloc=11997
2025-08-20T19:11:51.3270250Z [00:04:10.047]➜      regular_sections=16294
2025-08-20T19:11:51.3270744Z [00:04:10.047]➜              all_syms=83574
2025-08-20T19:11:51.3271044Z [00:04:10.047]➜     total_input_bytes=68882186
2025-08-20T19:11:51.3271382Z [00:04:10.047]➜  .rodata.str1.8 estimation=2169 actual=923
2025-08-20T19:11:51.3271916Z [00:04:10.047]➜  .rodata.cst8 estimation=1631 actual=9
2025-08-20T19:11:51.3272319Z [00:04:10.047]➜  .rodata.cst16 estimation=1635 actual=17
2025-08-20T19:11:51.3272665Z [00:04:10.047]➜  .rodata.str1.16 estimation=1631 actual=11
2025-08-20T19:11:51.3273008Z [00:04:10.047]➜  .rodata.str4.8 estimation=1655 actual=56
2025-08-20T19:11:51.3273345Z [00:04:10.047]➜  .rodata.cst4 estimation=1627 actual=2
2025-08-20T19:11:51.3273789Z [00:04:10.047]➜  .comment estimation=1627 actual=4
2025-08-20T19:11:51.3274176Z [00:04:10.047]➜  .rodata.str1.1 estimation=1629 actual=5
2025-08-20T19:11:51.3660968Z [00:04:10.087]➜        reloc_nonalloc=0
2025-08-20T19:11:51.3661927Z [00:04:10.087]➜              num_dsos=0
2025-08-20T19:11:51.3663965Z [00:04:10.087]➜           thunk_bytes=0
2025-08-20T19:11:51.3664239Z [00:04:10.087]➜       num_unique_cies=3
2025-08-20T19:11:51.3664500Z [00:04:10.087]➜               comdats=7
2025-08-20T19:11:51.3664796Z [00:04:10.087]➜    removed_comdat_mem=12
2025-08-20T19:11:51.3665068Z [00:04:10.087]➜         output_chunks=39
2025-08-20T19:11:51.3665350Z [00:04:10.087]➜              num_cies=361
2025-08-20T19:11:51.3665620Z [00:04:10.087]➜              num_objs=393
2025-08-20T19:11:51.3665893Z [00:04:10.087]➜       parsed_lto_objs=716
2025-08-20T19:11:51.3666162Z [00:04:10.087]➜              num_fdes=958
2025-08-20T19:11:51.3666430Z [00:04:10.087]➜        merged_strings=1027
2025-08-20T19:11:51.3667158Z [00:04:10.087]➜          defined_syms=2596
2025-08-20T19:11:51.3667470Z [00:04:10.087]➜           parsed_objs=3441
2025-08-20T19:11:51.3667747Z [00:04:10.087]➜      string_fragments=4475
2025-08-20T19:11:51.3668023Z [00:04:10.087]➜        input_sections=4890
2025-08-20T19:11:51.3668299Z [00:04:10.087]➜        undefined_syms=6955
2025-08-20T19:11:51.3668571Z [00:04:10.087]➜           reloc_alloc=11997
2025-08-20T19:11:51.3668851Z [00:04:10.087]➜      regular_sections=16294
2025-08-20T19:11:51.3669343Z [00:04:10.087]➜              all_syms=83574
2025-08-20T19:11:51.3669632Z [00:04:10.087]➜     total_input_bytes=68882186
2025-08-20T19:11:51.3669966Z [00:04:10.087]➜  .rodata.cst4 estimation=1627 actual=2
2025-08-20T19:11:51.3670292Z [00:04:10.087]➜  .comment estimation=1627 actual=4
2025-08-20T19:11:51.3670912Z [00:04:10.087]➜  .rodata.cst16 estimation=1635 actual=17
2025-08-20T19:11:51.3671249Z [00:04:10.087]➜  .rodata.cst8 estimation=1631 actual=9
2025-08-20T19:11:51.3671599Z [00:04:10.087]➜  .rodata.str1.8 estimation=2169 actual=923
2025-08-20T19:11:51.3671948Z [00:04:10.087]➜  .rodata.str1.16 estimation=1631 actual=11
2025-08-20T19:11:51.3672287Z [00:04:10.087]➜  .rodata.str4.8 estimation=1655 actual=56
2025-08-20T19:11:51.3672622Z [00:04:10.087]➜  .rodata.str1.1 estimation=1629 actual=5
2025-08-20T19:11:51.3907537Z [00:04:10.111]➜        reloc_nonalloc=0
2025-08-20T19:11:51.3907915Z [00:04:10.111]➜              num_dsos=0
2025-08-20T19:11:51.3908184Z [00:04:10.111]➜           thunk_bytes=0
2025-08-20T19:11:51.3908480Z [00:04:10.111]➜       num_unique_cies=3
2025-08-20T19:11:51.3908741Z [00:04:10.111]➜               comdats=7
2025-08-20T19:11:51.3909018Z [00:04:10.111]➜    removed_comdat_mem=12
2025-08-20T19:11:51.3909290Z [00:04:10.111]➜         output_chunks=39
2025-08-20T19:11:51.3909561Z [00:04:10.111]➜              num_cies=358
2025-08-20T19:11:51.3909826Z [00:04:10.111]➜              num_objs=400
2025-08-20T19:11:51.3910102Z [00:04:10.111]➜       parsed_lto_objs=716
2025-08-20T19:11:51.3910380Z [00:04:10.111]➜              num_fdes=953
2025-08-20T19:11:51.3910846Z [00:04:10.111]➜        merged_strings=1014
2025-08-20T19:11:51.3911127Z [00:04:10.111]➜           parsed_objs=2435
2025-08-20T19:11:51.3911405Z [00:04:10.111]➜          defined_syms=2595
2025-08-20T19:11:51.3911683Z [00:04:10.111]➜      string_fragments=4464
2025-08-20T19:11:51.3911960Z [00:04:10.111]➜        input_sections=4960
2025-08-20T19:11:51.3912241Z [00:04:10.111]➜        undefined_syms=6958
2025-08-20T19:11:51.3912522Z [00:04:10.111]➜      regular_sections=10468
2025-08-20T19:11:51.3912810Z [00:04:10.111]➜           reloc_alloc=11980
2025-08-20T19:11:51.3913411Z [00:04:10.111]➜              all_syms=34748
2025-08-20T19:11:51.3913793Z [00:04:10.111]➜     total_input_bytes=33043132
2025-08-20T19:11:51.3914116Z [00:04:10.111]➜  .rodata.cst8 estimation=1630 actual=8
2025-08-20T19:11:51.3914460Z [00:04:10.111]➜  .rodata.str1.8 estimation=2169 actual=923
2025-08-20T19:11:51.3914806Z [00:04:10.111]➜  .rodata.str4.8 estimation=1655 actual=56
2025-08-20T19:11:51.3915267Z [00:04:10.111]➜  .rodata.cst16 estimation=1630 actual=7
2025-08-20T19:11:51.3915707Z [00:04:10.111]➜  .rodata.str1.16 estimation=1631 actual=11
2025-08-20T19:11:51.3916047Z [00:04:10.111]➜  .rodata.cst4 estimation=1627 actual=2
2025-08-20T19:11:51.3916364Z [00:04:10.111]➜  .comment estimation=1627 actual=4
2025-08-20T19:11:51.3916693Z [00:04:10.111]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T19:11:51.5693009Z [00:04:10.290]➜        reloc_nonalloc=0
2025-08-20T19:11:51.5701701Z [00:04:10.290]➜              num_dsos=0
2025-08-20T19:11:51.5703365Z [00:04:10.290]➜           thunk_bytes=0
2025-08-20T19:11:51.5703740Z [00:04:10.290]➜       num_unique_cies=3
2025-08-20T19:11:51.5704010Z [00:04:10.290]➜               comdats=7
2025-08-20T19:11:51.5704282Z [00:04:10.290]➜    removed_comdat_mem=12
2025-08-20T19:11:51.5704555Z [00:04:10.290]➜         output_chunks=39
2025-08-20T19:11:51.5704826Z [00:04:10.290]➜              num_cies=361
2025-08-20T19:11:51.5705106Z [00:04:10.290]➜              num_objs=393
2025-08-20T19:11:51.5705749Z [00:04:10.290]➜       parsed_lto_objs=716
2025-08-20T19:11:51.5706021Z [00:04:10.290]➜              num_fdes=958
2025-08-20T19:11:51.5706295Z [00:04:10.290]➜        merged_strings=1029
2025-08-20T19:11:51.5706570Z [00:04:10.290]➜          defined_syms=2596
2025-08-20T19:11:51.5706845Z [00:04:10.290]➜           parsed_objs=3441
2025-08-20T19:11:51.5707126Z [00:04:10.290]➜      string_fragments=4477
2025-08-20T19:11:51.5707406Z [00:04:10.290]➜        input_sections=4890
2025-08-20T19:11:51.5707878Z [00:04:10.290]➜        undefined_syms=6959
2025-08-20T19:11:51.5708167Z [00:04:10.290]➜           reloc_alloc=12002
2025-08-20T19:11:51.5708454Z [00:04:10.290]➜      regular_sections=16294
2025-08-20T19:11:51.5708728Z [00:04:10.290]➜              all_syms=83574
2025-08-20T19:11:51.5709020Z [00:04:10.290]➜     total_input_bytes=68885042
2025-08-20T19:11:51.5709355Z [00:04:10.290]➜  .rodata.str1.8 estimation=2169 actual=923
2025-08-20T19:11:51.5709704Z [00:04:10.290]➜  .rodata.cst4 estimation=1627 actual=2
2025-08-20T19:11:51.5710039Z [00:04:10.290]➜  .rodata.cst8 estimation=1631 actual=9
2025-08-20T19:11:51.5710359Z [00:04:10.290]➜  .comment estimation=1627 actual=4
2025-08-20T19:11:51.5710929Z [00:04:10.290]➜  .rodata.cst16 estimation=1636 actual=19
2025-08-20T19:11:51.5711278Z [00:04:10.290]➜  .rodata.str1.16 estimation=1631 actual=11
2025-08-20T19:11:51.5711621Z [00:04:10.290]➜  .rodata.str4.8 estimation=1655 actual=56
2025-08-20T19:11:51.5711959Z [00:04:10.290]➜  .rodata.str1.1 estimation=1629 actual=5
2025-08-20T19:11:51.5713191Z [00:04:10.292]➜        reloc_nonalloc=0
2025-08-20T19:11:51.5713547Z [00:04:10.292]➜              num_dsos=0
2025-08-20T19:11:51.5713821Z [00:04:10.292]➜           thunk_bytes=0
2025-08-20T19:11:51.5714091Z [00:04:10.292]➜       num_unique_cies=3
2025-08-20T19:11:51.5714352Z [00:04:10.292]➜               comdats=7
2025-08-20T19:11:51.5714619Z [00:04:10.292]➜    removed_comdat_mem=12
2025-08-20T19:11:51.5714886Z [00:04:10.292]➜         output_chunks=39
2025-08-20T19:11:51.5715178Z [00:04:10.292]➜              num_cies=361
2025-08-20T19:11:51.5715449Z [00:04:10.292]➜              num_objs=393
2025-08-20T19:11:51.5715722Z [00:04:10.292]➜       parsed_lto_objs=716
2025-08-20T19:11:51.5715994Z [00:04:10.292]➜              num_fdes=958
2025-08-20T19:11:51.5716264Z [00:04:10.292]➜        merged_strings=1029
2025-08-20T19:11:51.5716544Z [00:04:10.292]➜          defined_syms=2596
2025-08-20T19:11:51.5716823Z [00:04:10.292]➜           parsed_objs=3441
2025-08-20T19:11:51.5717112Z [00:04:10.292]➜      string_fragments=4477
2025-08-20T19:11:51.5717393Z [00:04:10.292]➜        input_sections=4890
2025-08-20T19:11:51.5718000Z [00:04:10.292]➜        undefined_syms=6959
2025-08-20T19:11:51.5718349Z [00:04:10.292]➜           reloc_alloc=12002
2025-08-20T19:11:51.5718630Z [00:04:10.292]➜      regular_sections=16294
2025-08-20T19:11:51.5718905Z [00:04:10.292]➜              all_syms=83574
2025-08-20T19:11:51.5719188Z [00:04:10.292]➜     total_input_bytes=68885042
2025-08-20T19:11:51.5719653Z [00:04:10.292]➜  .rodata.str1.8 estimation=2169 actual=923
2025-08-20T19:11:51.5720047Z [00:04:10.292]➜  .rodata.cst4 estimation=1627 actual=2
2025-08-20T19:11:51.5720379Z [00:04:10.292]➜  .rodata.cst8 estimation=1631 actual=9
2025-08-20T19:11:51.5720987Z [00:04:10.292]➜  .comment estimation=1627 actual=4
2025-08-20T19:11:51.5721322Z [00:04:10.292]➜  .rodata.cst16 estimation=1636 actual=19
2025-08-20T19:11:51.5721662Z [00:04:10.292]➜  .rodata.str1.16 estimation=1631 actual=11
2025-08-20T19:11:51.5722010Z [00:04:10.292]➜  .rodata.str4.8 estimation=1655 actual=56
2025-08-20T19:11:51.5722352Z [00:04:10.292]➜  .rodata.str1.1 estimation=1629 actual=5
2025-08-20T19:11:51.5731086Z [00:04:10.294]➜  make[4]: Leaving directory '/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests'
2025-08-20T19:11:51.5736894Z [00:04:10.295]➜  make[3]: Leaving directory '/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests'
2025-08-20T19:11:51.5742208Z [00:04:10.295]➜  make[2]: Leaving directory '/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests'
2025-08-20T19:11:51.5747129Z [00:04:10.296]➜  make[1]: *** [Makefile:23203: all-recursive] Error 1
2025-08-20T19:11:51.5748188Z [00:04:10.296]➜  make[1]: Leaving directory '/tmp/tmp.8fS7E6TFwz/coreutils-9.7'
2025-08-20T19:11:51.5756343Z [00:04:10.297]➜  make: *** [Makefile:9194: all] Error 2
2025-08-20T19:11:51.5772573Z [00:04:10.298]➜  + find ./src -maxdepth 1 -type f -iname '*coreutils*' -exec file -i '{}' ';'
2025-08-20T19:11:51.5773189Z [00:04:10.298]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T19:11:51.5776592Z [00:04:10.299]➜  + cut -d: -f1
2025-08-20T19:11:51.5778559Z [00:04:10.299]➜  + xargs realpath
2025-08-20T19:11:51.5782313Z [00:04:10.299]➜  + xargs -I '{}' readelf -p .comment '{}'
2025-08-20T19:11:51.6083953Z [00:04:10.329]➜  realpath: missing operand
2025-08-20T19:11:51.6084395Z [00:04:10.329]➜  Try 'realpath --help' for more information.
2025-08-20T19:11:51.6093325Z [00:04:10.330]➜  + find ./src -maxdepth 1 -type f -iname '*coreutils*' -exec file -i '{}' ';'
2025-08-20T19:11:51.6095307Z [00:04:10.331]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T19:11:51.6096218Z [00:04:10.331]➜  + cut -d: -f1
2025-08-20T19:11:51.6107160Z [00:04:10.332]➜  + xargs realpath
2025-08-20T19:11:51.6107901Z [00:04:10.332]➜  + xargs -I '{}' cp -fv '{}' /build-bins/
2025-08-20T19:11:51.6392525Z [00:04:10.360]➜  realpath: missing operand
2025-08-20T19:11:51.6392938Z [00:04:10.360]➜  Try 'realpath --help' for more information.
2025-08-20T19:11:51.7650048Z [00:04:10.486]➜  '/tmp/tmp.8fS7E6TFwz/coreutils-9.7/COPYING' -> '/build-bins/LICENSE'
2025-08-20T19:11:51.7859700Z [00:04:10.507]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T19:11:51.7885826Z [00:04:10.510]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T19:11:51.7890821Z [00:04:10.510]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T19:11:51.8040180Z [00:04:10.525]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T19:11:51.8069979Z [00:04:10.528]➜  
2025-08-20T19:11:51.8078672Z [00:04:10.529]➜  /build-bins/LICENSE
2025-08-20T19:11:51.8099070Z [00:04:10.531]➜  + file /build-bins/LICENSE
2025-08-20T19:11:51.8168414Z [00:04:10.538]➜  /build-bins/LICENSE: ASCII text
2025-08-20T19:11:51.8178231Z [00:04:10.539]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE
2025-08-20T19:11:51.8197774Z [00:04:10.541]➜  /build-bins/LICENSE:         35149 Bytes
2025-08-20T19:11:51.8199979Z [00:04:10.541]➜  + du /build-bins/LICENSE --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T19:11:51.8209367Z [00:04:10.542]➜  35K	2025-08-20 19:11:51.763579029 +0000	/build-bins/LICENSE
2025-08-20T19:11:51.8209728Z [00:04:10.542]➜  + popd
2025-08-20T19:11:51.9284138Z [00:04:10.649]➜  + docker cp debian-builder-unstable:/build-bins/. /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T19:11:51.9428801Z [00:04:10.664]➜  + '[' -s /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T19:11:51.9430640Z [00:04:10.664]➜  + cp -fv /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T19:11:51.9444917Z [00:04:10.665]➜  '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T19:11:51.9451917Z [00:04:10.666]➜  + find /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T19:11:51.9453648Z [00:04:10.666]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T19:11:51.9457637Z [00:04:10.667]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR
2025-08-20T19:11:51.9458534Z [00:04:10.667]➜  + cut -d: -f1
2025-08-20T19:11:51.9466970Z [00:04:10.668]➜  + xargs realpath --no-symlinks
2025-08-20T19:11:52.0469971Z [00:04:10.768]➜  realpath: missing operand
2025-08-20T19:11:52.0470746Z [00:04:10.768]➜  Try 'realpath --help' for more information.
2025-08-20T19:11:52.0479786Z [00:04:10.769]➜  
2025-08-20T19:11:52.4290095Z [00:04:11.150]➜  
2025-08-20T19:11:52.4380937Z [00:04:11.159]➜  ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T19:11:52.4382237Z [00:04:11.159]➜  ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T19:11:52.4383208Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-df5e3a.o' from root:root to runner:runner
2025-08-20T19:11:52.4384248Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-b8d9bc.o' from root:root to runner:runner
2025-08-20T19:11:52.4385286Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-9c7c3d.o' from root:root to runner:runner
2025-08-20T19:11:52.4386313Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-593ac4.o' from root:root to runner:runner
2025-08-20T19:11:52.4387335Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-fdd470.o' from root:root to runner:runner
2025-08-20T19:11:52.4388369Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-9620ea.o' from root:root to runner:runner
2025-08-20T19:11:52.4389393Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-0d92ad.o' from root:root to runner:runner
2025-08-20T19:11:52.4391076Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-62ec22.o' from root:root to runner:runner
2025-08-20T19:11:52.4392175Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-f751d5.o' from root:root to runner:runner
2025-08-20T19:11:52.4393203Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-098982.o' from root:root to runner:runner
2025-08-20T19:11:52.4394483Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-e591b2.o' from root:root to runner:runner
2025-08-20T19:11:52.4395623Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-85139b.o' from root:root to runner:runner
2025-08-20T19:11:52.4396748Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-edb052.o' from root:root to runner:runner
2025-08-20T19:11:52.4397846Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-e80a29.o' from root:root to runner:runner
2025-08-20T19:11:52.4398865Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-4e7105.o' from root:root to runner:runner
2025-08-20T19:11:52.4399889Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-e62995.o' from root:root to runner:runner
2025-08-20T19:11:52.4401130Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-a5f750.o' from root:root to runner:runner
2025-08-20T19:11:52.4402172Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-f5b96a.o' from root:root to runner:runner
2025-08-20T19:11:52.4403402Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-cea949.o' from root:root to runner:runner
2025-08-20T19:11:52.4404421Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-f56a5f.o' from root:root to runner:runner
2025-08-20T19:11:52.4405437Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-f0a5f6.o' from root:root to runner:runner
2025-08-20T19:11:52.4406608Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-c7e3e3.o' from root:root to runner:runner
2025-08-20T19:11:52.4407631Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-5bb241.o' from root:root to runner:runner
2025-08-20T19:11:52.4408649Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-7213f9.o' from root:root to runner:runner
2025-08-20T19:11:52.4409668Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-91df1d.o' from root:root to runner:runner
2025-08-20T19:11:52.4410789Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-aba1ed.o' from root:root to runner:runner
2025-08-20T19:11:52.4411877Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-1947e5.o' from root:root to runner:runner
2025-08-20T19:11:52.4412904Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-62057c.o' from root:root to runner:runner
2025-08-20T19:11:52.4413922Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-693918.o' from root:root to runner:runner
2025-08-20T19:11:52.4414938Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-06fca2.o' from root:root to runner:runner
2025-08-20T19:11:52.4415953Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-947b56.o' from root:root to runner:runner
2025-08-20T19:11:52.4417108Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-834778.o' from root:root to runner:runner
2025-08-20T19:11:52.4418197Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-616162.o' from root:root to runner:runner
2025-08-20T19:11:52.4419282Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-b49c45.o' from root:root to runner:runner
2025-08-20T19:11:52.4420370Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-cd0117.o' from root:root to runner:runner
2025-08-20T19:11:52.4421920Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-e1e495.o' from root:root to runner:runner
2025-08-20T19:11:52.4422948Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-ee70e4.o' from root:root to runner:runner
2025-08-20T19:11:52.4423977Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-a06e28.o' from root:root to runner:runner
2025-08-20T19:11:52.4425000Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-72b567.o' from root:root to runner:runner
2025-08-20T19:11:52.4426248Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-931942.o' from root:root to runner:runner
2025-08-20T19:11:52.4427269Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-69f3e3.o' from root:root to runner:runner
2025-08-20T19:11:52.4428284Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-58f8c4.o' from root:root to runner:runner
2025-08-20T19:11:52.4429456Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-9b7f94.o' from root:root to runner:runner
2025-08-20T19:11:52.4430988Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-3b1c6e.o' from root:root to runner:runner
2025-08-20T19:11:52.4432069Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-5f3dd9.o' from root:root to runner:runner
2025-08-20T19:11:52.4433089Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-8315f6.o' from root:root to runner:runner
2025-08-20T19:11:52.4434209Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/config.log' from root:root to runner:runner
2025-08-20T19:11:52.4435426Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/.vg-suppressions' from root:root to runner:runner
2025-08-20T19:11:52.4436635Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/config.status' from root:root to runner:runner
2025-08-20T19:11:52.4437813Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/cfg.mk' from root:root to runner:runner
2025-08-20T19:11:52.4438974Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/aclocal.m4' from root:root to runner:runner
2025-08-20T19:11:52.4440151Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/.mailmap' from root:root to runner:runner
2025-08-20T19:11:52.4442214Z [00:04:11.159]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/.version' from root:root to runner:runner
2025-08-20T19:11:52.4443620Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/rename-tests.diff' from root:root to runner:runner
2025-08-20T19:11:52.4445006Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/heap' from root:root to runner:runner
2025-08-20T19:11:52.4446271Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/link-tests.diff' from root:root to runner:runner
2025-08-20T19:11:52.4447541Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/xdectoint' from root:root to runner:runner
2025-08-20T19:11:52.4448794Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/fd-reopen' from root:root to runner:runner
2025-08-20T19:11:52.4450041Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/targetdir' from root:root to runner:runner
2025-08-20T19:11:52.4451620Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/randread' from root:root to runner:runner
2025-08-20T19:11:52.4452865Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/randperm' from root:root to runner:runner
2025-08-20T19:11:52.4454249Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/randint' from root:root to runner:runner
2025-08-20T19:11:52.4455502Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/buffer-lcm' from root:root to runner:runner
2025-08-20T19:11:52.4456788Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/dtimespec-bound' from root:root to runner:runner
2025-08-20T19:11:52.4458059Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/cl-strtod' from root:root to runner:runner
2025-08-20T19:11:52.4459325Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/fadvise-tests' from root:root to runner:runner
2025-08-20T19:11:52.4460731Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/smack' from root:root to runner:runner
2025-08-20T19:11:52.4462060Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/root-dev-ino' from root:root to runner:runner
2025-08-20T19:11:52.4463328Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/cl-strtold' from root:root to runner:runner
2025-08-20T19:11:52.4464570Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/fadvise' from root:root to runner:runner
2025-08-20T19:11:52.4465961Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/strnumcmp' from root:root to runner:runner
2025-08-20T19:11:52.4467297Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/randread-tests' from root:root to runner:runner
2025-08-20T19:11:52.4468621Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/xfts' from root:root to runner:runner
2025-08-20T19:11:52.4469916Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/skipchars' from root:root to runner:runner
2025-08-20T19:11:52.4471298Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules' from root:root to runner:runner
2025-08-20T19:11:52.4472495Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/local.mk' from root:root to runner:runner
2025-08-20T19:11:52.4473739Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/tests/test-rand-isaac.c' from root:root to runner:runner
2025-08-20T19:11:52.4475172Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/tests/test-fadvise.c' from root:root to runner:runner
2025-08-20T19:11:52.4476386Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/tests' from root:root to runner:runner
2025-08-20T19:11:52.4477689Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/heap.h' from root:root to runner:runner
2025-08-20T19:11:52.4478906Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/randperm.c' from root:root to runner:runner
2025-08-20T19:11:52.4480138Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/strnumcmp.h' from root:root to runner:runner
2025-08-20T19:11:52.4481520Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/randint.h' from root:root to runner:runner
2025-08-20T19:11:52.4482745Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/fd-reopen.h' from root:root to runner:runner
2025-08-20T19:11:52.4483985Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/cl-strtold.c' from root:root to runner:runner
2025-08-20T19:11:52.4485214Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/targetdir.c' from root:root to runner:runner
2025-08-20T19:11:52.4486456Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/root-dev-ino.h' from root:root to runner:runner
2025-08-20T19:11:52.4487695Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/cl-strtod.h' from root:root to runner:runner
2025-08-20T19:11:52.4488924Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/strintcmp.c' from root:root to runner:runner
2025-08-20T19:11:52.4490301Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/buffer-lcm.c' from root:root to runner:runner
2025-08-20T19:11:52.4491775Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/fadvise.c' from root:root to runner:runner
2025-08-20T19:11:52.4493063Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/targetdir.h' from root:root to runner:runner
2025-08-20T19:11:52.4494291Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/fd-reopen.c' from root:root to runner:runner
2025-08-20T19:11:52.4495533Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/buffer-lcm.h' from root:root to runner:runner
2025-08-20T19:11:52.4496759Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/randread.c' from root:root to runner:runner
2025-08-20T19:11:52.4497992Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/xdectoumax.c' from root:root to runner:runner
2025-08-20T19:11:52.4499380Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/fadvise.h' from root:root to runner:runner
2025-08-20T19:11:52.4500751Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/xfts.c' from root:root to runner:runner
2025-08-20T19:11:52.4502136Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/skipchars.c' from root:root to runner:runner
2025-08-20T19:11:52.4503368Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/strnumcmp.c' from root:root to runner:runner
2025-08-20T19:11:52.4504609Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/xdectoimax.c' from root:root to runner:runner
2025-08-20T19:11:52.4505823Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/heap.c' from root:root to runner:runner
2025-08-20T19:11:52.4507123Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/xfts.h' from root:root to runner:runner
2025-08-20T19:11:52.4508408Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/root-dev-ino.c' from root:root to runner:runner
2025-08-20T19:11:52.4509651Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/randperm.h' from root:root to runner:runner
2025-08-20T19:11:52.4511011Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/skipchars.h' from root:root to runner:runner
2025-08-20T19:11:52.4512288Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/smack.h' from root:root to runner:runner
2025-08-20T19:11:52.4513515Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/cl-strtod.c' from root:root to runner:runner
2025-08-20T19:11:52.4514736Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/randint.c' from root:root to runner:runner
2025-08-20T19:11:52.4516081Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/rand-isaac.c' from root:root to runner:runner
2025-08-20T19:11:52.4517465Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/randread.h' from root:root to runner:runner
2025-08-20T19:11:52.4518704Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/strnumcmp-in.h' from root:root to runner:runner
2025-08-20T19:11:52.4519988Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/dtimespec-bound.h' from root:root to runner:runner
2025-08-20T19:11:52.4521469Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/xdectoint.h' from root:root to runner:runner
2025-08-20T19:11:52.4522737Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/dtimespec-bound.c' from root:root to runner:runner
2025-08-20T19:11:52.4523992Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/xdectoint.c' from root:root to runner:runner
2025-08-20T19:11:52.4525418Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/rand-isaac.h' from root:root to runner:runner
2025-08-20T19:11:52.4526612Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib' from root:root to runner:runner
2025-08-20T19:11:52.4527751Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl' from root:root to runner:runner
2025-08-20T19:11:52.4528964Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/THANKS-to-translators' from root:root to runner:runner
2025-08-20T19:11:52.4530177Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/ABOUT-NLS' from root:root to runner:runner
2025-08-20T19:11:52.4531680Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/Makefile.in' from root:root to runner:runner
2025-08-20T19:11:52.4532945Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/TODO' from root:root to runner:runner
2025-08-20T19:11:52.4534113Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/thanks-gen' from root:root to runner:runner
2025-08-20T19:11:52.4535300Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/THANKStt.in' from root:root to runner:runner
2025-08-20T19:11:52.4536490Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/configure.ac' from root:root to runner:runner
2025-08-20T19:11:52.4537677Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/COPYING' from root:root to runner:runner
2025-08-20T19:11:52.4538866Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/.tarball-version' from root:root to runner:runner
2025-08-20T19:11:52.4540397Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/doc/parse-datetime.texi' from root:root to runner:runner
2025-08-20T19:11:52.4541912Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/doc/constants.texi' from root:root to runner:runner
2025-08-20T19:11:52.4543147Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/doc/version.texi' from root:root to runner:runner
2025-08-20T19:11:52.4544376Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/doc/coreutils.info' from root:root to runner:runner
2025-08-20T19:11:52.4545628Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/doc/fdl.texi' from root:root to runner:runner
2025-08-20T19:11:52.4546843Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/doc/stamp-vti' from root:root to runner:runner
2025-08-20T19:11:52.4548041Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/doc/perm.texi' from root:root to runner:runner
2025-08-20T19:11:52.4549470Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/doc/sort-version.texi' from root:root to runner:runner
2025-08-20T19:11:52.4550835Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/doc/coreutils.texi' from root:root to runner:runner
2025-08-20T19:11:52.4552118Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/doc/local.mk' from root:root to runner:runner
2025-08-20T19:11:52.4553289Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/doc' from root:root to runner:runner
2025-08-20T19:11:52.4554454Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/zh_CN.po' from root:root to runner:runner
2025-08-20T19:11:52.4555764Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/zh_TW.po' from root:root to runner:runner
2025-08-20T19:11:52.4557006Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/LINGUAS' from root:root to runner:runner
2025-08-20T19:11:52.4558189Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/gl.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4559375Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/Rules-quot' from root:root to runner:runner
2025-08-20T19:11:52.4560651Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ms.po' from root:root to runner:runner
2025-08-20T19:11:52.4561884Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/fr.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4563149Z [00:04:11.160]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/id.po' from root:root to runner:runner
2025-08-20T19:11:52.4564776Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ro.po' from root:root to runner:runner
2025-08-20T19:11:52.4565943Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/sl.po' from root:root to runner:runner
2025-08-20T19:11:52.4567114Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/sk.po' from root:root to runner:runner
2025-08-20T19:11:52.4568279Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ta.po' from root:root to runner:runner
2025-08-20T19:11:52.4569465Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/uk.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4570760Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ko.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4571981Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/hu.po' from root:root to runner:runner
2025-08-20T19:11:52.4573394Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ja.po' from root:root to runner:runner
2025-08-20T19:11:52.4574566Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/be.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4575736Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/es.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4576931Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/tr.po' from root:root to runner:runner
2025-08-20T19:11:52.4578101Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/bg.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4579369Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/af.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4580720Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/zh_CN.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4581912Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ga.po' from root:root to runner:runner
2025-08-20T19:11:52.4583077Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ko.po' from root:root to runner:runner
2025-08-20T19:11:52.4584244Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/sv.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4585416Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ta.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4586579Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ia.po' from root:root to runner:runner
2025-08-20T19:11:52.4587908Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/en@boldquot.header' from root:root to runner:runner
2025-08-20T19:11:52.4589261Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/Makevars' from root:root to runner:runner
2025-08-20T19:11:52.4590533Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/lg.po' from root:root to runner:runner
2025-08-20T19:11:52.4591763Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/kk.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4592935Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ru.po' from root:root to runner:runner
2025-08-20T19:11:52.4594100Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/it.po' from root:root to runner:runner
2025-08-20T19:11:52.4595260Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/lg.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4596426Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/eo.po' from root:root to runner:runner
2025-08-20T19:11:52.4597768Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ms.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4598944Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/cs.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4600117Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/el.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4601430Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/nb.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4602738Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/insert-header.sin' from root:root to runner:runner
2025-08-20T19:11:52.4604013Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/af.po' from root:root to runner:runner
2025-08-20T19:11:52.4605186Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/et.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4606381Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/Makefile.in' from root:root to runner:runner
2025-08-20T19:11:52.4607555Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/et.po' from root:root to runner:runner
2025-08-20T19:11:52.4608728Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ru.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4609890Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/fr.po' from root:root to runner:runner
2025-08-20T19:11:52.4611282Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/id.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4612604Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/be.po' from root:root to runner:runner
2025-08-20T19:11:52.4613768Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ga.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4614934Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/sv.po' from root:root to runner:runner
2025-08-20T19:11:52.4616094Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/da.po' from root:root to runner:runner
2025-08-20T19:11:52.4617285Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/POTFILES.in' from root:root to runner:runner
2025-08-20T19:11:52.4618471Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/sl.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4619646Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/sr.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4621525Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/it.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4622728Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/lt.po' from root:root to runner:runner
2025-08-20T19:11:52.4623901Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/eo.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4625066Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/pt.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4626387Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/stamp-po' from root:root to runner:runner
2025-08-20T19:11:52.4627646Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ia.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4628820Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ja.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4629991Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ka.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4631349Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/en@quot.header' from root:root to runner:runner
2025-08-20T19:11:52.4632546Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/gl.po' from root:root to runner:runner
2025-08-20T19:11:52.4633739Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/boldquot.sed' from root:root to runner:runner
2025-08-20T19:11:52.4635072Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/fi.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4636409Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/Makefile' from root:root to runner:runner
2025-08-20T19:11:52.4637592Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/kk.po' from root:root to runner:runner
2025-08-20T19:11:52.4638771Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/nl.po' from root:root to runner:runner
2025-08-20T19:11:52.4639941Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/sk.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4641378Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/coreutils.pot' from root:root to runner:runner
2025-08-20T19:11:52.4642582Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ro.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4643748Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ka.po' from root:root to runner:runner
2025-08-20T19:11:52.4645188Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/remove-potcdate.sin' from root:root to runner:runner
2025-08-20T19:11:52.4646404Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/eu.po' from root:root to runner:runner
2025-08-20T19:11:52.4647570Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/el.po' from root:root to runner:runner
2025-08-20T19:11:52.4648728Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/fi.po' from root:root to runner:runner
2025-08-20T19:11:52.4649889Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/eu.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4651287Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/vi.po' from root:root to runner:runner
2025-08-20T19:11:52.4652523Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/nb.po' from root:root to runner:runner
2025-08-20T19:11:52.4653706Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/pt_BR.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4654883Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ca.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4656060Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/vi.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4657226Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/uk.po' from root:root to runner:runner
2025-08-20T19:11:52.4658511Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/nl.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4659798Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/es.po' from root:root to runner:runner
2025-08-20T19:11:52.4661160Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/de.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4662402Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/pl.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4663579Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/lt.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4664741Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/pt.po' from root:root to runner:runner
2025-08-20T19:11:52.4665908Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/hr.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4667088Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/POTFILES' from root:root to runner:runner
2025-08-20T19:11:52.4668513Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ca.po' from root:root to runner:runner
2025-08-20T19:11:52.4669677Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/de.po' from root:root to runner:runner
2025-08-20T19:11:52.4670938Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/hu.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4672158Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/pl.po' from root:root to runner:runner
2025-08-20T19:11:52.4673321Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/cs.po' from root:root to runner:runner
2025-08-20T19:11:52.4674587Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/sr.po' from root:root to runner:runner
2025-08-20T19:11:52.4675814Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/bg.po' from root:root to runner:runner
2025-08-20T19:11:52.4677078Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/quot.sed' from root:root to runner:runner
2025-08-20T19:11:52.4678347Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/Makefile.in.in' from root:root to runner:runner
2025-08-20T19:11:52.4679552Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/zh_TW.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4680871Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/hr.po' from root:root to runner:runner
2025-08-20T19:11:52.4682107Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/da.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4683480Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/tr.gmo' from root:root to runner:runner
2025-08-20T19:11:52.4684660Z [00:04:11.161]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/pt_BR.po' from root:root to runner:runner
2025-08-20T19:11:52.4685811Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po' from root:root to runner:runner
2025-08-20T19:11:52.4687011Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/.prev-version' from root:root to runner:runner
2025-08-20T19:11:52.4688223Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/autobuild.m4' from root:root to runner:runner
2025-08-20T19:11:52.4689450Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_resource_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4690799Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strftime-fixes.m4' from root:root to runner:runner
2025-08-20T19:11:52.4692212Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strdup.m4' from root:root to runner:runner
2025-08-20T19:11:52.4693416Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/arpa_inet_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4694630Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/iswdigit.m4' from root:root to runner:runner
2025-08-20T19:11:52.4695826Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/utimes.m4' from root:root to runner:runner
2025-08-20T19:11:52.4697027Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/00gnulib.m4' from root:root to runner:runner
2025-08-20T19:11:52.4698334Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/readlinkat.m4' from root:root to runner:runner
2025-08-20T19:11:52.4699664Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/isnanl.m4' from root:root to runner:runner
2025-08-20T19:11:52.4701099Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fopen.m4' from root:root to runner:runner
2025-08-20T19:11:52.4702351Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/save-cwd.m4' from root:root to runner:runner
2025-08-20T19:11:52.4703574Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/backupfile.m4' from root:root to runner:runner
2025-08-20T19:11:52.4704779Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strstr.m4' from root:root to runner:runner
2025-08-20T19:11:52.4705974Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/ftello.m4' from root:root to runner:runner
2025-08-20T19:11:52.4707343Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stdlib_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4708534Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/nproc.m4' from root:root to runner:runner
2025-08-20T19:11:52.4709718Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/nls.m4' from root:root to runner:runner
2025-08-20T19:11:52.4711018Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sha512.m4' from root:root to runner:runner
2025-08-20T19:11:52.4712255Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/md5.m4' from root:root to runner:runner
2025-08-20T19:11:52.4713440Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/time_r.m4' from root:root to runner:runner
2025-08-20T19:11:52.4714628Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/rpmatch.m4' from root:root to runner:runner
2025-08-20T19:11:52.4716096Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stat.m4' from root:root to runner:runner
2025-08-20T19:11:52.4717286Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/zzgnulib.m4' from root:root to runner:runner
2025-08-20T19:11:52.4718488Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/timegm.m4' from root:root to runner:runner
2025-08-20T19:11:52.4719672Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/rmdir.m4' from root:root to runner:runner
2025-08-20T19:11:52.4720976Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/gnulib-i18n.m4' from root:root to runner:runner
2025-08-20T19:11:52.4722379Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/alloca.m4' from root:root to runner:runner
2025-08-20T19:11:52.4723688Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/creat.m4' from root:root to runner:runner
2025-08-20T19:11:52.4724977Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/regex.m4' from root:root to runner:runner
2025-08-20T19:11:52.4726171Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/lib-ignore.m4' from root:root to runner:runner
2025-08-20T19:11:52.4727382Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sched_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4728590Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_time_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4729800Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/readlink.m4' from root:root to runner:runner
2025-08-20T19:11:52.4731274Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/minmax.m4' from root:root to runner:runner
2025-08-20T19:11:52.4732465Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getcwd.m4' from root:root to runner:runner
2025-08-20T19:11:52.4733669Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/readdir.m4' from root:root to runner:runner
2025-08-20T19:11:52.4734857Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/read.m4' from root:root to runner:runner
2025-08-20T19:11:52.4736049Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stdint_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4737252Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/utime_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4738455Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/locale-tr.m4' from root:root to runner:runner
2025-08-20T19:11:52.4739877Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/time_rz.m4' from root:root to runner:runner
2025-08-20T19:11:52.4741351Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/reallocarray.m4' from root:root to runner:runner
2025-08-20T19:11:52.4742577Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sleep.m4' from root:root to runner:runner
2025-08-20T19:11:52.4743774Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/jm-winsz1.m4' from root:root to runner:runner
2025-08-20T19:11:52.4745003Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/lstat.m4' from root:root to runner:runner
2025-08-20T19:11:52.4746343Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/canon-host.m4' from root:root to runner:runner
2025-08-20T19:11:52.4747707Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/unlinkdir.m4' from root:root to runner:runner
2025-08-20T19:11:52.4749022Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/rawmemchr.m4' from root:root to runner:runner
2025-08-20T19:11:52.4750242Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/vasprintf.m4' from root:root to runner:runner
2025-08-20T19:11:52.4751703Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fcntl-safer.m4' from root:root to runner:runner
2025-08-20T19:11:52.4752924Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/ssize_t.m4' from root:root to runner:runner
2025-08-20T19:11:52.4754135Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/wmempcpy.m4' from root:root to runner:runner
2025-08-20T19:11:52.4755507Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/memcasecmp.m4' from root:root to runner:runner
2025-08-20T19:11:52.4756713Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stdarg.m4' from root:root to runner:runner
2025-08-20T19:11:52.4757923Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_stat_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4759122Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strtoll.m4' from root:root to runner:runner
2025-08-20T19:11:52.4760310Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/dup.m4' from root:root to runner:runner
2025-08-20T19:11:52.4761682Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/cycle-check.m4' from root:root to runner:runner
2025-08-20T19:11:52.4762901Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/freadptr.m4' from root:root to runner:runner
2025-08-20T19:11:52.4764304Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mkfifo.m4' from root:root to runner:runner
2025-08-20T19:11:52.4765503Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pselect.m4' from root:root to runner:runner
2025-08-20T19:11:52.4766714Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/unlinkat.m4' from root:root to runner:runner
2025-08-20T19:11:52.4767906Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/base32.m4' from root:root to runner:runner
2025-08-20T19:11:52.4769208Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stat-time.m4' from root:root to runner:runner
2025-08-20T19:11:52.4770566Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/localename.m4' from root:root to runner:runner
2025-08-20T19:11:52.4771876Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fchdir.m4' from root:root to runner:runner
2025-08-20T19:11:52.4773149Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/multiarch.m4' from root:root to runner:runner
2025-08-20T19:11:52.4774349Z [00:04:11.162]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/idcache.m4' from root:root to runner:runner
2025-08-20T19:11:52.4775562Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/lcmessage.m4' from root:root to runner:runner
2025-08-20T19:11:52.4776761Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/servent.m4' from root:root to runner:runner
2025-08-20T19:11:52.4777965Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fchownat.m4' from root:root to runner:runner
2025-08-20T19:11:52.4779327Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stdalign.m4' from root:root to runner:runner
2025-08-20T19:11:52.4780653Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/nanosleep.m4' from root:root to runner:runner
2025-08-20T19:11:52.4781944Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/isnand.m4' from root:root to runner:runner
2025-08-20T19:11:52.4783138Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/assert.m4' from root:root to runner:runner
2025-08-20T19:11:52.4784362Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/explicit_bzero.m4' from root:root to runner:runner
2025-08-20T19:11:52.4785595Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/largefile.m4' from root:root to runner:runner
2025-08-20T19:11:52.4786817Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getpagesize.m4' from root:root to runner:runner
2025-08-20T19:11:52.4788201Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/timespec.m4' from root:root to runner:runner
2025-08-20T19:11:52.4789423Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/freadseek.m4' from root:root to runner:runner
2025-08-20T19:11:52.4790719Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/frexp.m4' from root:root to runner:runner
2025-08-20T19:11:52.4791975Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getaddrinfo.m4' from root:root to runner:runner
2025-08-20T19:11:52.4793301Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/iswpunct.m4' from root:root to runner:runner
2025-08-20T19:11:52.4794555Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/freading.m4' from root:root to runner:runner
2025-08-20T19:11:52.4795844Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mkancesdirs.m4' from root:root to runner:runner
2025-08-20T19:11:52.4797116Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sha256.m4' from root:root to runner:runner
2025-08-20T19:11:52.4798340Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/builtin-expect.m4' from root:root to runner:runner
2025-08-20T19:11:52.4799577Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sigaction.m4' from root:root to runner:runner
2025-08-20T19:11:52.4800899Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/ioctl.m4' from root:root to runner:runner
2025-08-20T19:11:52.4802241Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/snan.m4' from root:root to runner:runner
2025-08-20T19:11:52.4803432Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/codeset.m4' from root:root to runner:runner
2025-08-20T19:11:52.4804635Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/freopen.m4' from root:root to runner:runner
2025-08-20T19:11:52.4805985Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/lib-link.m4' from root:root to runner:runner
2025-08-20T19:11:52.4807229Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getcwd-abort-bug.m4' from root:root to runner:runner
2025-08-20T19:11:52.4808455Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/xalloc.m4' from root:root to runner:runner
2025-08-20T19:11:52.4809680Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/locale-ja.m4' from root:root to runner:runner
2025-08-20T19:11:52.4811022Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/msvc-nothrow.m4' from root:root to runner:runner
2025-08-20T19:11:52.4812317Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/build-to-host.m4' from root:root to runner:runner
2025-08-20T19:11:52.4813593Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pthread_mutex_timedlock.m4' from root:root to runner:runner
2025-08-20T19:11:52.4814879Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/vasprintf-posix.m4' from root:root to runner:runner
2025-08-20T19:11:52.4816107Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/c32rtomb.m4' from root:root to runner:runner
2025-08-20T19:11:52.4817443Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/symlink.m4' from root:root to runner:runner
2025-08-20T19:11:52.4818825Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getlogin.m4' from root:root to runner:runner
2025-08-20T19:11:52.4820137Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strtoumax.m4' from root:root to runner:runner
2025-08-20T19:11:52.4821496Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/group-member.m4' from root:root to runner:runner
2025-08-20T19:11:52.4822726Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/nocrash.m4' from root:root to runner:runner
2025-08-20T19:11:52.4823948Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/parse-datetime.m4' from root:root to runner:runner
2025-08-20T19:11:52.4825168Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fpieee.m4' from root:root to runner:runner
2025-08-20T19:11:52.4826558Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mode_t.m4' from root:root to runner:runner
2025-08-20T19:11:52.4827750Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/raise.m4' from root:root to runner:runner
2025-08-20T19:11:52.4829124Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/xstrtod.m4' from root:root to runner:runner
2025-08-20T19:11:52.4830321Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/human.m4' from root:root to runner:runner
2025-08-20T19:11:52.4831729Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getdelim.m4' from root:root to runner:runner
2025-08-20T19:11:52.4832939Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/quote.m4' from root:root to runner:runner
2025-08-20T19:11:52.4834136Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/iconv_open.m4' from root:root to runner:runner
2025-08-20T19:11:52.4835356Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/msvc-inval.m4' from root:root to runner:runner
2025-08-20T19:11:52.4836542Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sm3.m4' from root:root to runner:runner
2025-08-20T19:11:52.4837732Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/timer_time.m4' from root:root to runner:runner
2025-08-20T19:11:52.4838945Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fileblocks.m4' from root:root to runner:runner
2025-08-20T19:11:52.4840303Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/socklen.m4' from root:root to runner:runner
2025-08-20T19:11:52.4841739Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/absolute-header.m4' from root:root to runner:runner
2025-08-20T19:11:52.4843061Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/futimens.m4' from root:root to runner:runner
2025-08-20T19:11:52.4844373Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/hostent.m4' from root:root to runner:runner
2025-08-20T19:11:52.4845570Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/usleep.m4' from root:root to runner:runner
2025-08-20T19:11:52.4846767Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stpcpy.m4' from root:root to runner:runner
2025-08-20T19:11:52.4847962Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fcntl_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4849160Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/nullptr.m4' from root:root to runner:runner
2025-08-20T19:11:52.4850666Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/tm_gmtoff.m4' from root:root to runner:runner
2025-08-20T19:11:52.4851870Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/inline.m4' from root:root to runner:runner
2025-08-20T19:11:52.4853235Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/build-cc.m4' from root:root to runner:runner
2025-08-20T19:11:52.4854454Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_utsname_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4855685Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_ioctl_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4856888Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/isnanf.m4' from root:root to runner:runner
2025-08-20T19:11:52.4858073Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/d-type.m4' from root:root to runner:runner
2025-08-20T19:11:52.4859263Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sha1.m4' from root:root to runner:runner
2025-08-20T19:11:52.4860667Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getlocalename_l.m4' from root:root to runner:runner
2025-08-20T19:11:52.4861974Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/assert_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4863173Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getline.m4' from root:root to runner:runner
2025-08-20T19:11:52.4864558Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/localeconv.m4' from root:root to runner:runner
2025-08-20T19:11:52.4865850Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/xnanosleep.m4' from root:root to runner:runner
2025-08-20T19:11:52.4867164Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/setlocale_null.m4' from root:root to runner:runner
2025-08-20T19:11:52.4868463Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/read-file.m4' from root:root to runner:runner
2025-08-20T19:11:52.4869658Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/close.m4' from root:root to runner:runner
2025-08-20T19:11:52.4870968Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mbswidth.m4' from root:root to runner:runner
2025-08-20T19:11:52.4872222Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/iconv_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4873578Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/open.m4' from root:root to runner:runner
2025-08-20T19:11:52.4874794Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/snprintf.m4' from root:root to runner:runner
2025-08-20T19:11:52.4875994Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/obstack.m4' from root:root to runner:runner
2025-08-20T19:11:52.4877337Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/savewd.m4' from root:root to runner:runner
2025-08-20T19:11:52.4878543Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strsignal.m4' from root:root to runner:runner
2025-08-20T19:11:52.4879749Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/i-ring.m4' from root:root to runner:runner
2025-08-20T19:11:52.4881066Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fpurge.m4' from root:root to runner:runner
2025-08-20T19:11:52.4882278Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/xsize.m4' from root:root to runner:runner
2025-08-20T19:11:52.4883471Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/environ.m4' from root:root to runner:runner
2025-08-20T19:11:52.4884679Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_cdefs_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4885878Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/printf.m4' from root:root to runner:runner
2025-08-20T19:11:52.4887083Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/include_next.m4' from root:root to runner:runner
2025-08-20T19:11:52.4888463Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/euidaccess.m4' from root:root to runner:runner
2025-08-20T19:11:52.4889734Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getndelim2.m4' from root:root to runner:runner
2025-08-20T19:11:52.4891146Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strerrorname_np.m4' from root:root to runner:runner
2025-08-20T19:11:52.4892457Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/select.m4' from root:root to runner:runner
2025-08-20T19:11:52.4893668Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/link-follow.m4' from root:root to runner:runner
2025-08-20T19:11:52.4894893Z [00:04:11.163]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sockpfaf.m4' from root:root to runner:runner
2025-08-20T19:11:52.4896077Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/crc.m4' from root:root to runner:runner
2025-08-20T19:11:52.4897458Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/lib-ld.m4' from root:root to runner:runner
2025-08-20T19:11:52.4898656Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/cu-progs.m4' from root:root to runner:runner
2025-08-20T19:11:52.4899856Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/wctype_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4901362Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pthread_rwlock_rdlock.m4' from root:root to runner:runner
2025-08-20T19:11:52.4902605Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pipe.m4' from root:root to runner:runner
2025-08-20T19:11:52.4903807Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fnmatch_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4905010Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strerror.m4' from root:root to runner:runner
2025-08-20T19:11:52.4906220Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/unicase_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4907426Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/progtest.m4' from root:root to runner:runner
2025-08-20T19:11:52.4908649Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/isatty.m4' from root:root to runner:runner
2025-08-20T19:11:52.4909845Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/config-h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4911217Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/canonicalize.m4' from root:root to runner:runner
2025-08-20T19:11:52.4912682Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pthread-mutex.m4' from root:root to runner:runner
2025-08-20T19:11:52.4914026Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/ctype_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4915288Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fstatat.m4' from root:root to runner:runner
2025-08-20T19:11:52.4916477Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/rename.m4' from root:root to runner:runner
2025-08-20T19:11:52.4917672Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mkdirat.m4' from root:root to runner:runner
2025-08-20T19:11:52.4918864Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/openat.m4' from root:root to runner:runner
2025-08-20T19:11:52.4920059Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/chown.m4' from root:root to runner:runner
2025-08-20T19:11:52.4921541Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/utimecmp.m4' from root:root to runner:runner
2025-08-20T19:11:52.4922773Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/copy-file-range.m4' from root:root to runner:runner
2025-08-20T19:11:52.4924139Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/wint_t.m4' from root:root to runner:runner
2025-08-20T19:11:52.4925344Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/extensions.m4' from root:root to runner:runner
2025-08-20T19:11:52.4926563Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/gl-openssl.m4' from root:root to runner:runner
2025-08-20T19:11:52.4927782Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/faccessat.m4' from root:root to runner:runner
2025-08-20T19:11:52.4928991Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_types_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4930197Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/linkat.m4' from root:root to runner:runner
2025-08-20T19:11:52.4931543Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pthread_sigmask.m4' from root:root to runner:runner
2025-08-20T19:11:52.4932776Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mbrtowc.m4' from root:root to runner:runner
2025-08-20T19:11:52.4933975Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/inttypes.m4' from root:root to runner:runner
2025-08-20T19:11:52.4935319Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/filenamecat.m4' from root:root to runner:runner
2025-08-20T19:11:52.4936611Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/crc-x86_64.m4' from root:root to runner:runner
2025-08-20T19:11:52.4937893Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strerror_r.m4' from root:root to runner:runner
2025-08-20T19:11:52.4939213Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_select_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4940511Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/isblank.m4' from root:root to runner:runner
2025-08-20T19:11:52.4941771Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/flexmember.m4' from root:root to runner:runner
2025-08-20T19:11:52.4942976Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/access.m4' from root:root to runner:runner
2025-08-20T19:11:52.4944201Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/selinux-label-h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4945622Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/math_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4946823Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mmap-anon.m4' from root:root to runner:runner
2025-08-20T19:11:52.4948199Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/extern-inline.m4' from root:root to runner:runner
2025-08-20T19:11:52.4949429Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/iswxdigit.m4' from root:root to runner:runner
2025-08-20T19:11:52.4950747Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fdopen.m4' from root:root to runner:runner
2025-08-20T19:11:52.4952011Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/configmake.m4' from root:root to runner:runner
2025-08-20T19:11:52.4953223Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pthread_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4954454Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/ftruncate.m4' from root:root to runner:runner
2025-08-20T19:11:52.4955653Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/putenv.m4' from root:root to runner:runner
2025-08-20T19:11:52.4956840Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fcntl.m4' from root:root to runner:runner
2025-08-20T19:11:52.4958023Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/realloc.m4' from root:root to runner:runner
2025-08-20T19:11:52.4959368Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/filemode.m4' from root:root to runner:runner
2025-08-20T19:11:52.4960720Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/wmemchr.m4' from root:root to runner:runner
2025-08-20T19:11:52.4962025Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/uchar_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4963288Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/socketlib.m4' from root:root to runner:runner
2025-08-20T19:11:52.4964488Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/wchar_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4965699Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/alignalloc.m4' from root:root to runner:runner
2025-08-20T19:11:52.4966918Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/freadahead.m4' from root:root to runner:runner
2025-08-20T19:11:52.4968320Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strtoull.m4' from root:root to runner:runner
2025-08-20T19:11:52.4969521Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/yesno.m4' from root:root to runner:runner
2025-08-20T19:11:52.4970817Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/dirent_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4972197Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/lib-prefix.m4' from root:root to runner:runner
2025-08-20T19:11:52.4973430Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/localcharset.m4' from root:root to runner:runner
2025-08-20T19:11:52.4974650Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mbrtoc32.m4' from root:root to runner:runner
2025-08-20T19:11:52.4975847Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/isapipe.m4' from root:root to runner:runner
2025-08-20T19:11:52.4977056Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/nan-mips.m4' from root:root to runner:runner
2025-08-20T19:11:52.4978255Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/closedir.m4' from root:root to runner:runner
2025-08-20T19:11:52.4979455Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/float_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.4980750Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/locale-en.m4' from root:root to runner:runner
2025-08-20T19:11:52.4982066Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getugroups.m4' from root:root to runner:runner
2025-08-20T19:11:52.4983457Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/visibility.m4' from root:root to runner:runner
2025-08-20T19:11:52.4984728Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/wcwidth.m4' from root:root to runner:runner
2025-08-20T19:11:52.4986003Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fsync.m4' from root:root to runner:runner
2025-08-20T19:11:52.4987284Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mbsrtowcs.m4' from root:root to runner:runner
2025-08-20T19:11:52.4988493Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/jm-winsz2.m4' from root:root to runner:runner
2025-08-20T19:11:52.4989697Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getopt.m4' from root:root to runner:runner
2025-08-20T19:11:52.4991036Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/ldexpl.m4' from root:root to runner:runner
2025-08-20T19:11:52.4992420Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/posixtm.m4' from root:root to runner:runner
2025-08-20T19:11:52.4993628Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/locale-zh.m4' from root:root to runner:runner
2025-08-20T19:11:52.4994840Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/jm-macros.m4' from root:root to runner:runner
2025-08-20T19:11:52.4996195Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/userspec.m4' from root:root to runner:runner
2025-08-20T19:11:52.4997390Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fstat.m4' from root:root to runner:runner
2025-08-20T19:11:52.4998595Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/random_r.m4' from root:root to runner:runner
2025-08-20T19:11:52.4999786Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/time_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5001145Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mkfifoat.m4' from root:root to runner:runner
2025-08-20T19:11:52.5002362Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fseterr.m4' from root:root to runner:runner
2025-08-20T19:11:52.5003601Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/double-slash-root.m4' from root:root to runner:runner
2025-08-20T19:11:52.5004829Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/lchown.m4' from root:root to runner:runner
2025-08-20T19:11:52.5006027Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fchmodat.m4' from root:root to runner:runner
2025-08-20T19:11:52.5007386Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/__inline.m4' from root:root to runner:runner
2025-08-20T19:11:52.5008671Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/lchmod.m4' from root:root to runner:runner
2025-08-20T19:11:52.5009945Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/utimensat.m4' from root:root to runner:runner
2025-08-20T19:11:52.5011333Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/ftell.m4' from root:root to runner:runner
2025-08-20T19:11:52.5012535Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/settime.m4' from root:root to runner:runner
2025-08-20T19:11:52.5013733Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fflush.m4' from root:root to runner:runner
2025-08-20T19:11:52.5014939Z [00:04:11.164]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getloadavg.m4' from root:root to runner:runner
2025-08-20T19:11:52.5016327Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fdatasync.m4' from root:root to runner:runner
2025-08-20T19:11:52.5017555Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/printf-frexp.m4' from root:root to runner:runner
2025-08-20T19:11:52.5018912Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/size_max.m4' from root:root to runner:runner
2025-08-20T19:11:52.5020097Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/once.m4' from root:root to runner:runner
2025-08-20T19:11:52.5021567Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strtoimax.m4' from root:root to runner:runner
2025-08-20T19:11:52.5022770Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/uname.m4' from root:root to runner:runner
2025-08-20T19:11:52.5023966Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getgroups.m4' from root:root to runner:runner
2025-08-20T19:11:52.5025202Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/posix_memalign.m4' from root:root to runner:runner
2025-08-20T19:11:52.5026422Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/inet_pton.m4' from root:root to runner:runner
2025-08-20T19:11:52.5027635Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/locale_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5028825Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mpsort.m4' from root:root to runner:runner
2025-08-20T19:11:52.5030027Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/intlmacosx.m4' from root:root to runner:runner
2025-08-20T19:11:52.5031554Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pathmax.m4' from root:root to runner:runner
2025-08-20T19:11:52.5032872Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/intmax_t.m4' from root:root to runner:runner
2025-08-20T19:11:52.5034142Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_socket_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5035358Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/setlocale.m4' from root:root to runner:runner
2025-08-20T19:11:52.5036584Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/windows-rc.m4' from root:root to runner:runner
2025-08-20T19:11:52.5037783Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/wctype.m4' from root:root to runner:runner
2025-08-20T19:11:52.5038978Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mbtowc.m4' from root:root to runner:runner
2025-08-20T19:11:52.5040329Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/iswblank.m4' from root:root to runner:runner
2025-08-20T19:11:52.5041702Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/memchr.m4' from root:root to runner:runner
2025-08-20T19:11:52.5043068Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stdbit_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5044317Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/quotearg.m4' from root:root to runner:runner
2025-08-20T19:11:52.5045523Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mbslen.m4' from root:root to runner:runner
2025-08-20T19:11:52.5046725Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/vasnprintf.m4' from root:root to runner:runner
2025-08-20T19:11:52.5047933Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mountlist.m4' from root:root to runner:runner
2025-08-20T19:11:52.5049159Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pthread-cond.m4' from root:root to runner:runner
2025-08-20T19:11:52.5050386Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mkstemp.m4' from root:root to runner:runner
2025-08-20T19:11:52.5051735Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/gettime.m4' from root:root to runner:runner
2025-08-20T19:11:52.5052934Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/threadlib.m4' from root:root to runner:runner
2025-08-20T19:11:52.5054315Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/libunistring-base.m4' from root:root to runner:runner
2025-08-20T19:11:52.5055671Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/gnulib-comp.m4' from root:root to runner:runner
2025-08-20T19:11:52.5056967Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/clock_time.m4' from root:root to runner:runner
2025-08-20T19:11:52.5058266Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mknod.m4' from root:root to runner:runner
2025-08-20T19:11:52.5059450Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/errno_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5060757Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/readutmp.m4' from root:root to runner:runner
2025-08-20T19:11:52.5062026Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/posix-shell.m4' from root:root to runner:runner
2025-08-20T19:11:52.5063283Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/selinux-selinux-h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5064724Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/c-strtod.m4' from root:root to runner:runner
2025-08-20T19:11:52.5065923Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/error_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5067244Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/tmpdir.m4' from root:root to runner:runner
2025-08-20T19:11:52.5068441Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/xgetcwd.m4' from root:root to runner:runner
2025-08-20T19:11:52.5069634Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/memrchr.m4' from root:root to runner:runner
2025-08-20T19:11:52.5070920Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/signal_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5072189Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/locale-fr.m4' from root:root to runner:runner
2025-08-20T19:11:52.5073390Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stddef_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5074591Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strnlen.m4' from root:root to runner:runner
2025-08-20T19:11:52.5075796Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/unictype_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5076993Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fclose.m4' from root:root to runner:runner
2025-08-20T19:11:52.5078322Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/gethrxtime.m4' from root:root to runner:runner
2025-08-20T19:11:52.5079591Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fdopendir.m4' from root:root to runner:runner
2025-08-20T19:11:52.5081012Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/physmem.m4' from root:root to runner:runner
2025-08-20T19:11:52.5082296Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mgetgroups.m4' from root:root to runner:runner
2025-08-20T19:11:52.5083508Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/posixver.m4' from root:root to runner:runner
2025-08-20T19:11:52.5084719Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getrusage.m4' from root:root to runner:runner
2025-08-20T19:11:52.5085920Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/off64_t.m4' from root:root to runner:runner
2025-08-20T19:11:52.5087226Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/perl.m4' from root:root to runner:runner
2025-08-20T19:11:52.5088427Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/unlink-busy.m4' from root:root to runner:runner
2025-08-20T19:11:52.5089645Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/langinfo_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5091088Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/po.m4' from root:root to runner:runner
2025-08-20T19:11:52.5092337Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/inet_ntop.m4' from root:root to runner:runner
2025-08-20T19:11:52.5093551Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/xvasprintf.m4' from root:root to runner:runner
2025-08-20T19:11:52.5094789Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/exponentl.m4' from root:root to runner:runner
2025-08-20T19:11:52.5095985Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/dup2.m4' from root:root to runner:runner
2025-08-20T19:11:52.5097154Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/musl.m4' from root:root to runner:runner
2025-08-20T19:11:52.5098351Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/nl_langinfo.m4' from root:root to runner:runner
2025-08-20T19:11:52.5099556Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/gettext.m4' from root:root to runner:runner
2025-08-20T19:11:52.5100836Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mkdir.m4' from root:root to runner:runner
2025-08-20T19:11:52.5102227Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/libgmp.m4' from root:root to runner:runner
2025-08-20T19:11:52.5103503Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pthread-rwlock.m4' from root:root to runner:runner
2025-08-20T19:11:52.5104790Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/link.m4' from root:root to runner:runner
2025-08-20T19:11:52.5106042Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/byteswap.m4' from root:root to runner:runner
2025-08-20T19:11:52.5107249Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/utimens.m4' from root:root to runner:runner
2025-08-20T19:11:52.5108456Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/remove.m4' from root:root to runner:runner
2025-08-20T19:11:52.5109652Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/savedir.m4' from root:root to runner:runner
2025-08-20T19:11:52.5111125Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pipe2.m4' from root:root to runner:runner
2025-08-20T19:11:52.5112412Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/intl-thread-locale.m4' from root:root to runner:runner
2025-08-20T19:11:52.5113863Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pthread-thread.m4' from root:root to runner:runner
2025-08-20T19:11:52.5115081Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/utime.m4' from root:root to runner:runner
2025-08-20T19:11:52.5116255Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/tls.m4' from root:root to runner:runner
2025-08-20T19:11:52.5117439Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fsusage.m4' from root:root to runner:runner
2025-08-20T19:11:52.5118647Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/unistd-safer.m4' from root:root to runner:runner
2025-08-20T19:11:52.5119872Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/termios_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5121196Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/free.m4' from root:root to runner:runner
2025-08-20T19:11:52.5122397Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/inttostr.m4' from root:root to runner:runner
2025-08-20T19:11:52.5123625Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/host-cpu-c-abi.m4' from root:root to runner:runner
2025-08-20T19:11:52.5124837Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/memcoll.m4' from root:root to runner:runner
2025-08-20T19:11:52.5126193Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fstypename.m4' from root:root to runner:runner
2025-08-20T19:11:52.5127511Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/thread.m4' from root:root to runner:runner
2025-08-20T19:11:52.5128764Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/yield.m4' from root:root to runner:runner
2025-08-20T19:11:52.5129973Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/printf-frexpl.m4' from root:root to runner:runner
2025-08-20T19:11:52.5131352Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/tempname.m4' from root:root to runner:runner
2025-08-20T19:11:52.5132555Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/malloca.m4' from root:root to runner:runner
2025-08-20T19:11:52.5133752Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mkostemp.m4' from root:root to runner:runner
2025-08-20T19:11:52.5135072Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/error.m4' from root:root to runner:runner
2025-08-20T19:11:52.5136290Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/signalblocking.m4' from root:root to runner:runner
2025-08-20T19:11:52.5137644Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/priv-set.m4' from root:root to runner:runner
2025-08-20T19:11:52.5138849Z [00:04:11.165]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mkdir-p.m4' from root:root to runner:runner
2025-08-20T19:11:52.5140054Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stat-prog.m4' from root:root to runner:runner
2025-08-20T19:11:52.5141433Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fpending.m4' from root:root to runner:runner
2025-08-20T19:11:52.5142640Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stat-size.m4' from root:root to runner:runner
2025-08-20T19:11:52.5143835Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/off_t.m4' from root:root to runner:runner
2025-08-20T19:11:52.5145077Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_wait_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5146303Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/write-any-file.m4' from root:root to runner:runner
2025-08-20T19:11:52.5147530Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/warnings.m4' from root:root to runner:runner
2025-08-20T19:11:52.5148870Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/modechange.m4' from root:root to runner:runner
2025-08-20T19:11:52.5150149Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/lseek.m4' from root:root to runner:runner
2025-08-20T19:11:52.5151578Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/manywarnings.m4' from root:root to runner:runner
2025-08-20T19:11:52.5152935Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mbstate_t.m4' from root:root to runner:runner
2025-08-20T19:11:52.5154159Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getprogname.m4' from root:root to runner:runner
2025-08-20T19:11:52.5155373Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mbrlen.m4' from root:root to runner:runner
2025-08-20T19:11:52.5156555Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/lock.m4' from root:root to runner:runner
2025-08-20T19:11:52.5157743Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fseeko.m4' from root:root to runner:runner
2025-08-20T19:11:52.5158932Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strtold.m4' from root:root to runner:runner
2025-08-20T19:11:52.5160123Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/netdb_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5161578Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/base64.m4' from root:root to runner:runner
2025-08-20T19:11:52.5162761Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fts.m4' from root:root to runner:runner
2025-08-20T19:11:52.5163958Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/nstrftime.m4' from root:root to runner:runner
2025-08-20T19:11:52.5165161Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/unistd_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5166431Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/dirfd.m4' from root:root to runner:runner
2025-08-20T19:11:52.5167700Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sig2str.m4' from root:root to runner:runner
2025-08-20T19:11:52.5168891Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/bison.m4' from root:root to runner:runner
2025-08-20T19:11:52.5170082Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stdint.m4' from root:root to runner:runner
2025-08-20T19:11:52.5171458Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getcwd-path-max.m4' from root:root to runner:runner
2025-08-20T19:11:52.5172708Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/check-decl.m4' from root:root to runner:runner
2025-08-20T19:11:52.5173931Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/secure_getenv.m4' from root:root to runner:runner
2025-08-20T19:11:52.5175302Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/include-exclude-prog.m4' from root:root to runner:runner
2025-08-20T19:11:52.5176652Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/atoll.m4' from root:root to runner:runner
2025-08-20T19:11:52.5177842Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/xstrtol.m4' from root:root to runner:runner
2025-08-20T19:11:52.5179026Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/time.m4' from root:root to runner:runner
2025-08-20T19:11:52.5180234Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/wcrtomb.m4' from root:root to runner:runner
2025-08-20T19:11:52.5181645Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/perror.m4' from root:root to runner:runner
2025-08-20T19:11:52.5182850Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/chdir-long.m4' from root:root to runner:runner
2025-08-20T19:11:52.5184057Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/random.m4' from root:root to runner:runner
2025-08-20T19:11:52.5185442Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/signbit.m4' from root:root to runner:runner
2025-08-20T19:11:52.5186645Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mempcpy.m4' from root:root to runner:runner
2025-08-20T19:11:52.5187854Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_random_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5189064Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/iswctype.m4' from root:root to runner:runner
2025-08-20T19:11:52.5190567Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/open-cloexec.m4' from root:root to runner:runner
2025-08-20T19:11:52.5191844Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/prereq.m4' from root:root to runner:runner
2025-08-20T19:11:52.5193062Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/gettimeofday.m4' from root:root to runner:runner
2025-08-20T19:11:52.5194273Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strtod.m4' from root:root to runner:runner
2025-08-20T19:11:52.5195459Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/htonl.m4' from root:root to runner:runner
2025-08-20T19:11:52.5196691Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/memset_explicit.m4' from root:root to runner:runner
2025-08-20T19:11:52.5197905Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/same.m4' from root:root to runner:runner
2025-08-20T19:11:52.5199307Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/wctomb.m4' from root:root to runner:runner
2025-08-20T19:11:52.5200812Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/exponentf.m4' from root:root to runner:runner
2025-08-20T19:11:52.5202079Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/ungetc.m4' from root:root to runner:runner
2025-08-20T19:11:52.5203291Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/rewinddir.m4' from root:root to runner:runner
2025-08-20T19:11:52.5204502Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/exponentd.m4' from root:root to runner:runner
2025-08-20T19:11:52.5205708Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/limits-h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5206910Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/semaphore.m4' from root:root to runner:runner
2025-08-20T19:11:52.5208310Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pthread-spin.m4' from root:root to runner:runner
2025-08-20T19:11:52.5209545Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getdtablesize.m4' from root:root to runner:runner
2025-08-20T19:11:52.5210862Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/ldexp.m4' from root:root to runner:runner
2025-08-20T19:11:52.5212113Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/c-bool.m4' from root:root to runner:runner
2025-08-20T19:11:52.5213323Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pthread-once.m4' from root:root to runner:runner
2025-08-20T19:11:52.5214619Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/malloc.m4' from root:root to runner:runner
2025-08-20T19:11:52.5215890Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/open-slash.m4' from root:root to runner:runner
2025-08-20T19:11:52.5217089Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/setenv.m4' from root:root to runner:runner
2025-08-20T19:11:52.5218282Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/opendir.m4' from root:root to runner:runner
2025-08-20T19:11:52.5219482Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/string_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5220768Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/unlink.m4' from root:root to runner:runner
2025-08-20T19:11:52.5222136Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/selinux-context-h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5223500Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/unicodeio.m4' from root:root to runner:runner
2025-08-20T19:11:52.5224718Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/unlocked-io.m4' from root:root to runner:runner
2025-08-20T19:11:52.5225937Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fcntl-o.m4' from root:root to runner:runner
2025-08-20T19:11:52.5227160Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sched_yield.m4' from root:root to runner:runner
2025-08-20T19:11:52.5228368Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/calloc.m4' from root:root to runner:runner
2025-08-20T19:11:52.5229576Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/readtokens.m4' from root:root to runner:runner
2025-08-20T19:11:52.5230877Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/acl.m4' from root:root to runner:runner
2025-08-20T19:11:52.5232235Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/endian_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5233438Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/tmpfile.m4' from root:root to runner:runner
2025-08-20T19:11:52.5234645Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/inttypes_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5235840Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/iconv.m4' from root:root to runner:runner
2025-08-20T19:11:52.5237028Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fnmatch.m4' from root:root to runner:runner
2025-08-20T19:11:52.5238330Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/symlinkat.m4' from root:root to runner:runner
2025-08-20T19:11:52.5239617Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/host-os.m4' from root:root to runner:runner
2025-08-20T19:11:52.5240972Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/tzset.m4' from root:root to runner:runner
2025-08-20T19:11:52.5242228Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/uninorm_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5243424Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/xattr.m4' from root:root to runner:runner
2025-08-20T19:11:52.5244667Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/safe-write.m4' from root:root to runner:runner
2025-08-20T19:11:52.5246010Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getrandom.m4' from root:root to runner:runner
2025-08-20T19:11:52.5247331Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fseek.m4' from root:root to runner:runner
2025-08-20T19:11:52.5248526Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sockets.m4' from root:root to runner:runner
2025-08-20T19:11:52.5249720Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/write.m4' from root:root to runner:runner
2025-08-20T19:11:52.5251028Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/extensions-aix.m4' from root:root to runner:runner
2025-08-20T19:11:52.5252311Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/longlong.m4' from root:root to runner:runner
2025-08-20T19:11:52.5253526Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/version-etc.m4' from root:root to runner:runner
2025-08-20T19:11:52.5254734Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/systemd.m4' from root:root to runner:runner
2025-08-20T19:11:52.5256132Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/wctob.m4' from root:root to runner:runner
2025-08-20T19:11:52.5257323Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/btowc.m4' from root:root to runner:runner
2025-08-20T19:11:52.5258510Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/af_alg.m4' from root:root to runner:runner
2025-08-20T19:11:52.5259698Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mktime.m4' from root:root to runner:runner
2025-08-20T19:11:52.5260967Z [00:04:11.166]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/frexpl.m4' from root:root to runner:runner
2025-08-20T19:11:52.5262400Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/renameat.m4' from root:root to runner:runner
2025-08-20T19:11:52.5263670Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stdio_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5264890Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/netinet_in_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5266092Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/qsort_r.m4' from root:root to runner:runner
2025-08-20T19:11:52.5267287Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mbsinit.m4' from root:root to runner:runner
2025-08-20T19:11:52.5268469Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/d-ino.m4' from root:root to runner:runner
2025-08-20T19:11:52.5269732Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/chmod.m4' from root:root to runner:runner
2025-08-20T19:11:52.5271227Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_uio_h.m4' from root:root to runner:runner
2025-08-20T19:11:52.5272456Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/safe-read.m4' from root:root to runner:runner
2025-08-20T19:11:52.5273684Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/gethostname.m4' from root:root to runner:runner
2025-08-20T19:11:52.5274917Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/gnulib-common.m4' from root:root to runner:runner
2025-08-20T19:11:52.5276092Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4' from root:root to runner:runner
2025-08-20T19:11:52.5277233Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/Makefile' from root:root to runner:runner
2025-08-20T19:11:52.5278395Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/THANKS.in' from root:root to runner:runner
2025-08-20T19:11:52.5279740Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/bootstrap' from root:root to runner:runner
2025-08-20T19:11:52.5281034Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/README' from root:root to runner:runner
2025-08-20T19:11:52.5282222Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/configure' from root:root to runner:runner
2025-08-20T19:11:52.5283388Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/maint.mk' from root:root to runner:runner
2025-08-20T19:11:52.5284542Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/AUTHORS' from root:root to runner:runner
2025-08-20T19:11:52.5285792Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/NEWS' from root:root to runner:runner
2025-08-20T19:11:52.5287042Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/dist-check.mk' from root:root to runner:runner
2025-08-20T19:11:52.5288277Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_wc.a' from root:root to runner:runner
2025-08-20T19:11:52.5289487Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chown' from root:root to runner:runner
2025-08-20T19:11:52.5290794Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/mktemp' from root:root to runner:runner
2025-08-20T19:11:52.5292087Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mkdir.a' from root:root to runner:runner
2025-08-20T19:11:52.5293474Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_users.a' from root:root to runner:runner
2025-08-20T19:11:52.5295050Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ln_a-force-link.o' from root:root to runner:runner
2025-08-20T19:11:52.5296351Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/mv' from root:root to runner:runner
2025-08-20T19:11:52.5297520Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sleep' from root:root to runner:runner
2025-08-20T19:11:52.5298705Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/selinux.h' from root:root to runner:runner
2025-08-20T19:11:52.5300009Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_unexpand_a-unexpand.o' from root:root to runner:runner
2025-08-20T19:11:52.5301427Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/test' from root:root to runner:runner
2025-08-20T19:11:52.5302636Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ln.a' from root:root to runner:runner
2025-08-20T19:11:52.5304067Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/dircolors.c' from root:root to runner:runner
2025-08-20T19:11:52.5305289Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/group-list.h' from root:root to runner:runner
2025-08-20T19:11:52.5306500Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/rm' from root:root to runner:runner
2025-08-20T19:11:52.5307718Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chcon.a' from root:root to runner:runner
2025-08-20T19:11:52.5309080Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_du.a' from root:root to runner:runner
2025-08-20T19:11:52.5310354Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cp.c' from root:root to runner:runner
2025-08-20T19:11:52.5311674Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chown.h' from root:root to runner:runner
2025-08-20T19:11:52.5312916Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mknod.a' from root:root to runner:runner
2025-08-20T19:11:52.5314194Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_touch.a' from root:root to runner:runner
2025-08-20T19:11:52.5315542Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ginstall_a-force-link.o' from root:root to runner:runner
2025-08-20T19:11:52.5316916Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/pinky.c' from root:root to runner:runner
2025-08-20T19:11:52.5318240Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/prog-fprintf.c' from root:root to runner:runner
2025-08-20T19:11:52.5319458Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/readlink.c' from root:root to runner:runner
2025-08-20T19:11:52.5320813Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_nproc.a' from root:root to runner:runner
2025-08-20T19:11:52.5322243Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_printenv_a-printenv.o' from root:root to runner:runner
2025-08-20T19:11:52.5323617Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_env_a-operand2sig.o' from root:root to runner:runner
2025-08-20T19:11:52.5324977Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_runcon_a-runcon.o' from root:root to runner:runner
2025-08-20T19:11:52.5326234Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sleep.c' from root:root to runner:runner
2025-08-20T19:11:52.5327654Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chmod.a' from root:root to runner:runner
2025-08-20T19:11:52.5328951Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cat_a-cat.o' from root:root to runner:runner
2025-08-20T19:11:52.5330250Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_rm.a' from root:root to runner:runner
2025-08-20T19:11:52.5331657Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ginstall_a-selinux.o' from root:root to runner:runner
2025-08-20T19:11:52.5333078Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_test.a' from root:root to runner:runner
2025-08-20T19:11:52.5334357Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/runcon' from root:root to runner:runner
2025-08-20T19:11:52.5335590Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/nl' from root:root to runner:runner
2025-08-20T19:11:52.5336845Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/fs-is-local.h' from root:root to runner:runner
2025-08-20T19:11:52.5338100Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mktemp.a' from root:root to runner:runner
2025-08-20T19:11:52.5339319Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/df' from root:root to runner:runner
2025-08-20T19:11:52.5340656Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ls_a-ls.o' from root:root to runner:runner
2025-08-20T19:11:52.5342087Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cut.a' from root:root to runner:runner
2025-08-20T19:11:52.5343302Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/fold.c' from root:root to runner:runner
2025-08-20T19:11:52.5344517Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/link' from root:root to runner:runner
2025-08-20T19:11:52.5345703Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sha1sum' from root:root to runner:runner
2025-08-20T19:11:52.5346964Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_echo_a-echo.o' from root:root to runner:runner
2025-08-20T19:11:52.5348291Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_nl_a-nl.Po' from root:root to runner:runner
2025-08-20T19:11:52.5349582Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/temp-stream.Po' from root:root to runner:runner
2025-08-20T19:11:52.5351122Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/printf.Po' from root:root to runner:runner
2025-08-20T19:11:52.5352389Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/chown-chown.Po' from root:root to runner:runner
2025-08-20T19:11:52.5353745Z [00:04:11.167]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_uname_a-uname-uname.Po' from root:root to runner:runner
2025-08-20T19:11:52.5355140Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_sort_a-sort.Po' from root:root to runner:runner
2025-08-20T19:11:52.5356527Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/stty.Po' from root:root to runner:runner
2025-08-20T19:11:52.5357820Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/shuf.Po' from root:root to runner:runner
2025-08-20T19:11:52.5359155Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/base64-basenc.Po' from root:root to runner:runner
2025-08-20T19:11:52.5360545Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/who.Po' from root:root to runner:runner
2025-08-20T19:11:52.5361779Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/sync.Po' from root:root to runner:runner
2025-08-20T19:11:52.5363084Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mv_a-remove.Po' from root:root to runner:runner
2025-08-20T19:11:52.5364365Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/stat.Po' from root:root to runner:runner
2025-08-20T19:11:52.5365843Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_sha512sum_a-digest.Po' from root:root to runner:runner
2025-08-20T19:11:52.5367209Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_tr_a-tr.Po' from root:root to runner:runner
2025-08-20T19:11:52.5368576Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_basenc_a-basenc.Po' from root:root to runner:runner
2025-08-20T19:11:52.5369956Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libcksum_avx2_a-cksum_avx2.Po' from root:root to runner:runner
2025-08-20T19:11:52.5371459Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_tee_a-iopoll.Po' from root:root to runner:runner
2025-08-20T19:11:52.5372777Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/getlimits.Po' from root:root to runner:runner
2025-08-20T19:11:52.5374014Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/chcon.Po' from root:root to runner:runner
2025-08-20T19:11:52.5375455Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/printenv.Po' from root:root to runner:runner
2025-08-20T19:11:52.5376779Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_split_a-split.Po' from root:root to runner:runner
2025-08-20T19:11:52.5378083Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/numfmt.Po' from root:root to runner:runner
2025-08-20T19:11:52.5379366Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ls_a-ls.Po' from root:root to runner:runner
2025-08-20T19:11:52.5380899Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_true_a-true.Po' from root:root to runner:runner
2025-08-20T19:11:52.5382324Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cat_a-cat.Po' from root:root to runner:runner
2025-08-20T19:11:52.5383690Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/ls.Po' from root:root to runner:runner
2025-08-20T19:11:52.5385001Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/make-prime-list.Po' from root:root to runner:runner
2025-08-20T19:11:52.5386327Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_rm_a-rm.Po' from root:root to runner:runner
2025-08-20T19:11:52.5387604Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/chown.Po' from root:root to runner:runner
2025-08-20T19:11:52.5388896Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cp_a-cp.Po' from root:root to runner:runner
2025-08-20T19:11:52.5390304Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/chroot.Po' from root:root to runner:runner
2025-08-20T19:11:52.5391638Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/chown-core.Po' from root:root to runner:runner
2025-08-20T19:11:52.5392901Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/show-date.Po' from root:root to runner:runner
2025-08-20T19:11:52.5394222Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_tail_a-iopoll.Po' from root:root to runner:runner
2025-08-20T19:11:52.5395511Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/cat.Po' from root:root to runner:runner
2025-08-20T19:11:52.5396830Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_sha256sum_a-digest.Po' from root:root to runner:runner
2025-08-20T19:11:52.5398145Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/csplit.Po' from root:root to runner:runner
2025-08-20T19:11:52.5399634Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_numfmt_a-numfmt.Po' from root:root to runner:runner
2025-08-20T19:11:52.5401124Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/sha224sum-digest.Po' from root:root to runner:runner
2025-08-20T19:11:52.5402514Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_numfmt_a-set-fields.Po' from root:root to runner:runner
2025-08-20T19:11:52.5403831Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/hostid.Po' from root:root to runner:runner
2025-08-20T19:11:52.5405229Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_tty_a-tty.Po' from root:root to runner:runner
2025-08-20T19:11:52.5406754Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cp_a-selinux.Po' from root:root to runner:runner
2025-08-20T19:11:52.5408170Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_wc_a-wc.Po' from root:root to runner:runner
2025-08-20T19:11:52.5409453Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/ls-dir.Po' from root:root to runner:runner
2025-08-20T19:11:52.5410877Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/du.Po' from root:root to runner:runner
2025-08-20T19:11:52.5412177Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/uname.Po' from root:root to runner:runner
2025-08-20T19:11:52.5413409Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/users.Po' from root:root to runner:runner
2025-08-20T19:11:52.5414829Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/tail.Po' from root:root to runner:runner
2025-08-20T19:11:52.5416127Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_pwd_a-pwd.Po' from root:root to runner:runner
2025-08-20T19:11:52.5417517Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_date_a-show-date.Po' from root:root to runner:runner
2025-08-20T19:11:52.5418833Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/runcon.Po' from root:root to runner:runner
2025-08-20T19:11:52.5420097Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/expand-common.Po' from root:root to runner:runner
2025-08-20T19:11:52.5421642Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_sleep_a-sleep.Po' from root:root to runner:runner
2025-08-20T19:11:52.5423228Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libcksum_pclmul_a-cksum_pclmul.Po' from root:root to runner:runner
2025-08-20T19:11:52.5424538Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/unlink.Po' from root:root to runner:runner
2025-08-20T19:11:52.5425771Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/iopoll.Po' from root:root to runner:runner
2025-08-20T19:11:52.5427067Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ls_a-ls-ls.Po' from root:root to runner:runner
2025-08-20T19:11:52.5428419Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/echo.Po' from root:root to runner:runner
2025-08-20T19:11:52.5429719Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/chmod.Po' from root:root to runner:runner
2025-08-20T19:11:52.5431314Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_pathchk_a-pathchk.Po' from root:root to runner:runner
2025-08-20T19:11:52.5432805Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cksum_a-digest.Po' from root:root to runner:runner
2025-08-20T19:11:52.5434193Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_rmdir_a-rmdir.Po' from root:root to runner:runner
2025-08-20T19:11:52.5435611Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_dircolors_a-dircolors.Po' from root:root to runner:runner
2025-08-20T19:11:52.5437022Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ginstall_a-copy.Po' from root:root to runner:runner
2025-08-20T19:11:52.5438609Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ln_a-ln.Po' from root:root to runner:runner
2025-08-20T19:11:52.5439891Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/selinux.Po' from root:root to runner:runner
2025-08-20T19:11:52.5441269Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/relpath.Po' from root:root to runner:runner
2025-08-20T19:11:52.5442601Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_tac_a-temp-stream.Po' from root:root to runner:runner
2025-08-20T19:11:52.5443916Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/env.Po' from root:root to runner:runner
2025-08-20T19:11:52.5445280Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_dir_a-coreutils-dir.Po' from root:root to runner:runner
2025-08-20T19:11:52.5446707Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_hostname_a-hostname.Po' from root:root to runner:runner
2025-08-20T19:11:52.5448307Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_unexpand_a-unexpand.Po' from root:root to runner:runner
2025-08-20T19:11:52.5449686Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_who_a-who.Po' from root:root to runner:runner
2025-08-20T19:11:52.5451062Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/od.Po' from root:root to runner:runner
2025-08-20T19:11:52.5452372Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_false_a-false.Po' from root:root to runner:runner
2025-08-20T19:11:52.5453824Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_df_a-df.Po' from root:root to runner:runner
2025-08-20T19:11:52.5455288Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_sync_a-sync.Po' from root:root to runner:runner
2025-08-20T19:11:52.5456634Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/uniq.Po' from root:root to runner:runner
2025-08-20T19:11:52.5457937Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin___a-lbracket.Po' from root:root to runner:runner
2025-08-20T19:11:52.5459305Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_rm_a-remove.Po' from root:root to runner:runner
2025-08-20T19:11:52.5460712Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/base32-basenc.Po' from root:root to runner:runner
2025-08-20T19:11:52.5462115Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/nproc.Po' from root:root to runner:runner
2025-08-20T19:11:52.5463435Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_expand_a-expand.Po' from root:root to runner:runner
2025-08-20T19:11:52.5464836Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mkfifo_a-mkfifo.Po' from root:root to runner:runner
2025-08-20T19:11:52.5466342Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cut_a-cut.Po' from root:root to runner:runner
2025-08-20T19:11:52.5467643Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/truncate.Po' from root:root to runner:runner
2025-08-20T19:11:52.5468927Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/sha512sum-digest.Po' from root:root to runner:runner
2025-08-20T19:11:52.5470278Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libcksum_avx512_a-cksum_avx512.Po' from root:root to runner:runner
2025-08-20T19:11:52.5471796Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_uname_a-uname.Po' from root:root to runner:runner
2025-08-20T19:11:52.5473118Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/sum-digest.Po' from root:root to runner:runner
2025-08-20T19:11:52.5474394Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/md5sum-digest.Po' from root:root to runner:runner
2025-08-20T19:11:52.5475702Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_od_a-od.Po' from root:root to runner:runner
2025-08-20T19:11:52.5477151Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/sha256sum-digest.Po' from root:root to runner:runner
2025-08-20T19:11:52.5478571Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_env_a-operand2sig.Po' from root:root to runner:runner
2025-08-20T19:11:52.5480051Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_factor_a-factor.Po' from root:root to runner:runner
2025-08-20T19:11:52.5481583Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mv_a-cp-hash.Po' from root:root to runner:runner
2025-08-20T19:11:52.5482894Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/whoami.Po' from root:root to runner:runner
2025-08-20T19:11:52.5484122Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/cut.Po' from root:root to runner:runner
2025-08-20T19:11:52.5485471Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_expand_a-expand-common.Po' from root:root to runner:runner
2025-08-20T19:11:52.5487073Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_chmod_a-chmod.Po' from root:root to runner:runner
2025-08-20T19:11:52.5488458Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mkdir_a-selinux.Po' from root:root to runner:runner
2025-08-20T19:11:52.5489914Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/.dirstamp' from root:root to runner:runner
2025-08-20T19:11:52.5491323Z [00:04:11.168]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_tsort_a-tsort.Po' from root:root to runner:runner
2025-08-20T19:11:52.5492717Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_chroot_a-chroot.Po' from root:root to runner:runner
2025-08-20T19:11:52.5494076Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mv_a-copy.Po' from root:root to runner:runner
2025-08-20T19:11:52.5495351Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/tty.Po' from root:root to runner:runner
2025-08-20T19:11:52.5496659Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mknod_a-selinux.Po' from root:root to runner:runner
2025-08-20T19:11:52.5498017Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/coreutils-coreutils.Po' from root:root to runner:runner
2025-08-20T19:11:52.5499298Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/uptime.Po' from root:root to runner:runner
2025-08-20T19:11:52.5500769Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_fmt_a-fmt.Po' from root:root to runner:runner
2025-08-20T19:11:52.5502124Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/split.Po' from root:root to runner:runner
2025-08-20T19:11:52.5503419Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/seq.Po' from root:root to runner:runner
2025-08-20T19:11:52.5504800Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_groups_a-groups.Po' from root:root to runner:runner
2025-08-20T19:11:52.5506104Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/rmdir.Po' from root:root to runner:runner
2025-08-20T19:11:52.5507426Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_base64_a-basenc.Po' from root:root to runner:runner
2025-08-20T19:11:52.5508810Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_nohup_a-nohup.Po' from root:root to runner:runner
2025-08-20T19:11:52.5510252Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/logname.Po' from root:root to runner:runner
2025-08-20T19:11:52.5511717Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/dircolors.Po' from root:root to runner:runner
2025-08-20T19:11:52.5513232Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_shred_a-shred.Po' from root:root to runner:runner
2025-08-20T19:11:52.5514537Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/unexpand.Po' from root:root to runner:runner
2025-08-20T19:11:52.5515794Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/set-fields.Po' from root:root to runner:runner
2025-08-20T19:11:52.5517020Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/df.Po' from root:root to runner:runner
2025-08-20T19:11:52.5518297Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_seq_a-seq.Po' from root:root to runner:runner
2025-08-20T19:11:52.5519655Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_uniq_a-uniq.Po' from root:root to runner:runner
2025-08-20T19:11:52.5521150Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_echo_a-echo.Po' from root:root to runner:runner
2025-08-20T19:11:52.5522630Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_stat_a-find-mount-point.Po' from root:root to runner:runner
2025-08-20T19:11:52.5524021Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_tac_a-tac.Po' from root:root to runner:runner
2025-08-20T19:11:52.5525407Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/rm.Po' from root:root to runner:runner
2025-08-20T19:11:52.5526854Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mkdir_a-mkdir.Po' from root:root to runner:runner
2025-08-20T19:11:52.5528328Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_timeout_a-operand2sig.Po' from root:root to runner:runner
2025-08-20T19:11:52.5529757Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_chown_a-chown-chown.Po' from root:root to runner:runner
2025-08-20T19:11:52.5531274Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_logname_a-logname.Po' from root:root to runner:runner
2025-08-20T19:11:52.5532639Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_pr_a-pr.Po' from root:root to runner:runner
2025-08-20T19:11:52.5534257Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_readlink_a-readlink.Po' from root:root to runner:runner
2025-08-20T19:11:52.5535662Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_hostid_a-hostid.Po' from root:root to runner:runner
2025-08-20T19:11:52.5537210Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_stat_a-stat.Po' from root:root to runner:runner
2025-08-20T19:11:52.5538576Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_nice_a-nice.Po' from root:root to runner:runner
2025-08-20T19:11:52.5539990Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_chgrp_a-coreutils-chgrp.Po' from root:root to runner:runner
2025-08-20T19:11:52.5541476Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/sum-sum.Po' from root:root to runner:runner
2025-08-20T19:11:52.5542714Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/mkfifo.Po' from root:root to runner:runner
2025-08-20T19:11:52.5543946Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/copy.Po' from root:root to runner:runner
2025-08-20T19:11:52.5545205Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/dd.Po' from root:root to runner:runner
2025-08-20T19:11:52.5546495Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_kill_a-kill.Po' from root:root to runner:runner
2025-08-20T19:11:52.5547850Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cksum_a-sum.Po' from root:root to runner:runner
2025-08-20T19:11:52.5549286Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/force-link.Po' from root:root to runner:runner
2025-08-20T19:11:52.5550693Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/tr.Po' from root:root to runner:runner
2025-08-20T19:11:52.5552122Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_yes_a-yes.Po' from root:root to runner:runner
2025-08-20T19:11:52.5553568Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ginstall_a-selinux.Po' from root:root to runner:runner
2025-08-20T19:11:52.5554891Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/install.Po' from root:root to runner:runner
2025-08-20T19:11:52.5556123Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/date.Po' from root:root to runner:runner
2025-08-20T19:11:52.5557371Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/operand2sig.Po' from root:root to runner:runner
2025-08-20T19:11:52.5558833Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_whoami_a-whoami.Po' from root:root to runner:runner
2025-08-20T19:11:52.5560205Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_tee_a-tee.Po' from root:root to runner:runner
2025-08-20T19:11:52.5561719Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/false.Po' from root:root to runner:runner
2025-08-20T19:11:52.5563048Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mktemp_a-mktemp.Po' from root:root to runner:runner
2025-08-20T19:11:52.5564346Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/fmt.Po' from root:root to runner:runner
2025-08-20T19:11:52.5565643Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_nproc_a-nproc.Po' from root:root to runner:runner
2025-08-20T19:11:52.5566955Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/basename.Po' from root:root to runner:runner
2025-08-20T19:11:52.5568284Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cut_a-set-fields.Po' from root:root to runner:runner
2025-08-20T19:11:52.5569677Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_id_a-group-list.Po' from root:root to runner:runner
2025-08-20T19:11:52.5571095Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/paste.Po' from root:root to runner:runner
2025-08-20T19:11:52.5572458Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ginstall_a-force-link.Po' from root:root to runner:runner
2025-08-20T19:11:52.5574045Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ginstall_a-prog-fprintf.Po' from root:root to runner:runner
2025-08-20T19:11:52.5575529Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/cksum-cksum.Po' from root:root to runner:runner
2025-08-20T19:11:52.5576843Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/factor.Po' from root:root to runner:runner
2025-08-20T19:11:52.5578064Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/id.Po' from root:root to runner:runner
2025-08-20T19:11:52.5579291Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/remove.Po' from root:root to runner:runner
2025-08-20T19:11:52.5580684Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cp_a-copy.Po' from root:root to runner:runner
2025-08-20T19:11:52.5582165Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/stdbuf.Po' from root:root to runner:runner
2025-08-20T19:11:52.5583502Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ginstall_a-cp-hash.Po' from root:root to runner:runner
2025-08-20T19:11:52.5584891Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_stty_a-stty.Po' from root:root to runner:runner
2025-08-20T19:11:52.5586431Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_fold_a-fold.Po' from root:root to runner:runner
2025-08-20T19:11:52.5587828Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_printenv_a-printenv.Po' from root:root to runner:runner
2025-08-20T19:11:52.5589216Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_sum_a-sum.Po' from root:root to runner:runner
2025-08-20T19:11:52.5590601Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/cksum-sum.Po' from root:root to runner:runner
2025-08-20T19:11:52.5591918Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/pwd.Po' from root:root to runner:runner
2025-08-20T19:11:52.5593219Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_head_a-head.Po' from root:root to runner:runner
2025-08-20T19:11:52.5594582Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_join_a-join.Po' from root:root to runner:runner
2025-08-20T19:11:52.5595964Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_timeout_a-timeout.Po' from root:root to runner:runner
2025-08-20T19:11:52.5597493Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_vdir_a-coreutils-vdir.Po' from root:root to runner:runner
2025-08-20T19:11:52.5598871Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/nice.Po' from root:root to runner:runner
2025-08-20T19:11:52.5600285Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_realpath_a-realpath.Po' from root:root to runner:runner
2025-08-20T19:11:52.5601738Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/wc.Po' from root:root to runner:runner
2025-08-20T19:11:52.5603074Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_split_a-temp-stream.Po' from root:root to runner:runner
2025-08-20T19:11:52.5604394Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/mknod.Po' from root:root to runner:runner
2025-08-20T19:11:52.5605709Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mknod_a-mknod.Po' from root:root to runner:runner
2025-08-20T19:11:52.5607249Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mv_a-force-link.Po' from root:root to runner:runner
2025-08-20T19:11:52.5608625Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_shuf_a-shuf.Po' from root:root to runner:runner
2025-08-20T19:11:52.5610062Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/touch.Po' from root:root to runner:runner
2025-08-20T19:11:52.5611474Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/sha1sum-digest.Po' from root:root to runner:runner
2025-08-20T19:11:52.5612851Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_df_a-find-mount-point.Po' from root:root to runner:runner
2025-08-20T19:11:52.5614172Z [00:04:11.169]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/sort.Po' from root:root to runner:runner
2025-08-20T19:11:52.5615453Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/find-mount-point.Po' from root:root to runner:runner
2025-08-20T19:11:52.5616710Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/ptx.Po' from root:root to runner:runner
2025-08-20T19:11:52.5617932Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/nohup.Po' from root:root to runner:runner
2025-08-20T19:11:52.5619263Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ginstall_a-install.Po' from root:root to runner:runner
2025-08-20T19:11:52.5620800Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/b2sum-digest.Po' from root:root to runner:runner
2025-08-20T19:11:52.5622219Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_sha224sum_a-digest.Po' from root:root to runner:runner
2025-08-20T19:11:52.5623644Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/ln.Po' from root:root to runner:runner
2025-08-20T19:11:52.5625065Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_sha384sum_a-digest.Po' from root:root to runner:runner
2025-08-20T19:11:52.5626454Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cksum_a-cksum.Po' from root:root to runner:runner
2025-08-20T19:11:52.5627752Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/kill.Po' from root:root to runner:runner
2025-08-20T19:11:52.5629076Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_realpath_a-relpath.Po' from root:root to runner:runner
2025-08-20T19:11:52.5630631Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/link.Po' from root:root to runner:runner
2025-08-20T19:11:52.5631893Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/lbracket.Po' from root:root to runner:runner
2025-08-20T19:11:52.5633326Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/group-list.Po' from root:root to runner:runner
2025-08-20T19:11:52.5634661Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libcksum_vmull_a-cksum_vmull.Po' from root:root to runner:runner
2025-08-20T19:11:52.5636033Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_link_a-link.Po' from root:root to runner:runner
2025-08-20T19:11:52.5637318Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/fold.Po' from root:root to runner:runner
2025-08-20T19:11:52.5638633Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ln_a-force-link.Po' from root:root to runner:runner
2025-08-20T19:11:52.5640002Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ptx_a-ptx.Po' from root:root to runner:runner
2025-08-20T19:11:52.5641565Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/cksum-crctab.Po' from root:root to runner:runner
2025-08-20T19:11:52.5642917Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_md5sum_a-digest.Po' from root:root to runner:runner
2025-08-20T19:11:52.5644367Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_rmdir_a-prog-fprintf.Po' from root:root to runner:runner
2025-08-20T19:11:52.5645942Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_kill_a-operand2sig.Po' from root:root to runner:runner
2025-08-20T19:11:52.5647378Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/ls-ls.Po' from root:root to runner:runner
2025-08-20T19:11:52.5648734Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/uname-uname.Po' from root:root to runner:runner
2025-08-20T19:11:52.5650067Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_b2sum_a-digest.Po' from root:root to runner:runner
2025-08-20T19:11:52.5651557Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_env_a-env.Po' from root:root to runner:runner
2025-08-20T19:11:52.5652838Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/test.Po' from root:root to runner:runner
2025-08-20T19:11:52.5654185Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_unexpand_a-expand-common.Po' from root:root to runner:runner
2025-08-20T19:11:52.5655651Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/nl.Po' from root:root to runner:runner
2025-08-20T19:11:52.5656862Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/mv.Po' from root:root to runner:runner
2025-08-20T19:11:52.5658263Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/mkdir.Po' from root:root to runner:runner
2025-08-20T19:11:52.5659572Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_expr_a-expr.Po' from root:root to runner:runner
2025-08-20T19:11:52.5661042Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/hostname.Po' from root:root to runner:runner
2025-08-20T19:11:52.5662424Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_du_a-show-date.Po' from root:root to runner:runner
2025-08-20T19:11:52.5663805Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ln_a-relpath.Po' from root:root to runner:runner
2025-08-20T19:11:52.5665184Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_csplit_a-csplit.Po' from root:root to runner:runner
2025-08-20T19:11:52.5666596Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_basename_a-basename.Po' from root:root to runner:runner
2025-08-20T19:11:52.5667978Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_date_a-date.Po' from root:root to runner:runner
2025-08-20T19:11:52.5669445Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_touch_a-touch.Po' from root:root to runner:runner
2025-08-20T19:11:52.5670893Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/comm.Po' from root:root to runner:runner
2025-08-20T19:11:52.5672327Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_dirname_a-dirname.Po' from root:root to runner:runner
2025-08-20T19:11:52.5673700Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/tac.Po' from root:root to runner:runner
2025-08-20T19:11:52.5674927Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/cp-hash.Po' from root:root to runner:runner
2025-08-20T19:11:52.5676227Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_dd_a-dd.Po' from root:root to runner:runner
2025-08-20T19:11:52.5677513Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/version.Po' from root:root to runner:runner
2025-08-20T19:11:52.5678909Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/head.Po' from root:root to runner:runner
2025-08-20T19:11:52.5680214Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_comm_a-comm.Po' from root:root to runner:runner
2025-08-20T19:11:52.5681929Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mv_a-selinux.Po' from root:root to runner:runner
2025-08-20T19:11:52.5683236Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/groups.Po' from root:root to runner:runner
2025-08-20T19:11:52.5684583Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_groups_a-group-list.Po' from root:root to runner:runner
2025-08-20T19:11:52.5685893Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/yes.Po' from root:root to runner:runner
2025-08-20T19:11:52.5687199Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_runcon_a-runcon.Po' from root:root to runner:runner
2025-08-20T19:11:52.5688562Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libstdbuf_so-libstdbuf.Po' from root:root to runner:runner
2025-08-20T19:11:52.5689905Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mv_a-mv.Po' from root:root to runner:runner
2025-08-20T19:11:52.5691434Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_sha1sum_a-digest.Po' from root:root to runner:runner
2025-08-20T19:11:52.5692729Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/pr.Po' from root:root to runner:runner
2025-08-20T19:11:52.5694225Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cp_a-force-link.Po' from root:root to runner:runner
2025-08-20T19:11:52.5695655Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/true.Po' from root:root to runner:runner
2025-08-20T19:11:52.5696929Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/cp.Po' from root:root to runner:runner
2025-08-20T19:11:52.5697596Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/cksum-digest.Po' from root:root to runner:runner
2025-08-20T19:11:52.5698244Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/mktemp.Po' from root:root to runner:runner
2025-08-20T19:11:52.5698965Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_chcon_a-chcon.Po' from root:root to runner:runner
2025-08-20T19:11:52.5699662Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_du_a-du.Po' from root:root to runner:runner
2025-08-20T19:11:52.5700561Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/prog-fprintf.Po' from root:root to runner:runner
2025-08-20T19:11:52.5701237Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/chown-chgrp.Po' from root:root to runner:runner
2025-08-20T19:11:52.5702039Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libwc_avx2_a-wc_avx2.Po' from root:root to runner:runner
2025-08-20T19:11:52.5702791Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mkdir_a-prog-fprintf.Po' from root:root to runner:runner
2025-08-20T19:11:52.5703447Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/readlink.Po' from root:root to runner:runner
2025-08-20T19:11:52.5704086Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/shred.Po' from root:root to runner:runner
2025-08-20T19:11:52.5704734Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/ls-vdir.Po' from root:root to runner:runner
2025-08-20T19:11:52.5705458Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_pinky_a-pinky.Po' from root:root to runner:runner
2025-08-20T19:11:52.5706179Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_chown_a-chown.Po' from root:root to runner:runner
2025-08-20T19:11:52.5706904Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_stdbuf_a-stdbuf.Po' from root:root to runner:runner
2025-08-20T19:11:52.5707650Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/uname-arch.Po' from root:root to runner:runner
2025-08-20T19:11:52.5708384Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cksum_a-crctab.Po' from root:root to runner:runner
2025-08-20T19:11:52.5709086Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/pinky.Po' from root:root to runner:runner
2025-08-20T19:11:52.5709842Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_printf_a-printf.Po' from root:root to runner:runner
2025-08-20T19:11:52.5710636Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_base32_a-basenc.Po' from root:root to runner:runner
2025-08-20T19:11:52.5711312Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/timeout.Po' from root:root to runner:runner
2025-08-20T19:11:52.5712045Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_users_a-users.Po' from root:root to runner:runner
2025-08-20T19:11:52.5712868Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_test_a-test.Po' from root:root to runner:runner
2025-08-20T19:11:52.5713526Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/expand.Po' from root:root to runner:runner
2025-08-20T19:11:52.5714288Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/realpath.Po' from root:root to runner:runner
2025-08-20T19:11:52.5714924Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/tee.Po' from root:root to runner:runner
2025-08-20T19:11:52.5715681Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_arch_a-coreutils-arch.Po' from root:root to runner:runner
2025-08-20T19:11:52.5716329Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/pathchk.Po' from root:root to runner:runner
2025-08-20T19:11:52.5717006Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/basenc-basenc.Po' from root:root to runner:runner
2025-08-20T19:11:52.5717643Z [00:04:11.170]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/tsort.Po' from root:root to runner:runner
2025-08-20T19:11:52.5718363Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cp_a-cp-hash.Po' from root:root to runner:runner
2025-08-20T19:11:52.5719012Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/dirname.Po' from root:root to runner:runner
2025-08-20T19:11:52.5719643Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/join.Po' from root:root to runner:runner
2025-08-20T19:11:52.5720375Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/sleep.Po' from root:root to runner:runner
2025-08-20T19:11:52.5721240Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mkfifo_a-selinux.Po' from root:root to runner:runner
2025-08-20T19:11:52.5722044Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_tail_a-tail.Po' from root:root to runner:runner
2025-08-20T19:11:52.5722766Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_sum_a-digest.Po' from root:root to runner:runner
2025-08-20T19:11:52.5723413Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/expr.Po' from root:root to runner:runner
2025-08-20T19:11:52.5724157Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_truncate_a-truncate.Po' from root:root to runner:runner
2025-08-20T19:11:52.5724903Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_chown_a-chown-core.Po' from root:root to runner:runner
2025-08-20T19:11:52.5725725Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_paste_a-paste.Po' from root:root to runner:runner
2025-08-20T19:11:52.5726467Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_uptime_a-uptime.Po' from root:root to runner:runner
2025-08-20T19:11:52.5727242Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/sha384sum-digest.Po' from root:root to runner:runner
2025-08-20T19:11:52.5727972Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_unlink_a-unlink.Po' from root:root to runner:runner
2025-08-20T19:11:52.5728669Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_id_a-id.Po' from root:root to runner:runner
2025-08-20T19:11:52.5729271Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps' from root:root to runner:runner
2025-08-20T19:11:52.5729915Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/uname-arch.c' from root:root to runner:runner
2025-08-20T19:11:52.5730697Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_basenc_a-basenc.o' from root:root to runner:runner
2025-08-20T19:11:52.5731441Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mv_a-remove.o' from root:root to runner:runner
2025-08-20T19:11:52.5732060Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/pathchk' from root:root to runner:runner
2025-08-20T19:11:52.5732814Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_kill.a' from root:root to runner:runner
2025-08-20T19:11:52.5733512Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sum_a-sum.o' from root:root to runner:runner
2025-08-20T19:11:52.5734213Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/b2sum.h' from root:root to runner:runner
2025-08-20T19:11:52.5735019Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/.deps/libsinglebin_cksum_a-blake2b-ref.Po' from root:root to runner:runner
2025-08-20T19:11:52.5735684Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/.deps/.dirstamp' from root:root to runner:runner
2025-08-20T19:11:52.5736384Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/.deps/cksum-b2sum.Po' from root:root to runner:runner
2025-08-20T19:11:52.5737100Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/.deps/b2sum-blake2b-ref.Po' from root:root to runner:runner
2025-08-20T19:11:52.5737964Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/.deps/libsinglebin_b2sum_a-blake2b-ref.Po' from root:root to runner:runner
2025-08-20T19:11:52.5738681Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/.deps/cksum-blake2b-ref.Po' from root:root to runner:runner
2025-08-20T19:11:52.5739608Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/.deps/b2sum-b2sum.Po' from root:root to runner:runner
2025-08-20T19:11:52.5740403Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/.deps/libsinglebin_cksum_a-b2sum.Po' from root:root to runner:runner
2025-08-20T19:11:52.5741300Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/.deps/libsinglebin_b2sum_a-b2sum.Po' from root:root to runner:runner
2025-08-20T19:11:52.5741947Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/.deps' from root:root to runner:runner
2025-08-20T19:11:52.5742617Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/blake2b-ref.c' from root:root to runner:runner
2025-08-20T19:11:52.5743266Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/b2sum.c' from root:root to runner:runner
2025-08-20T19:11:52.5744019Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/libsinglebin_b2sum_a-blake2b-ref.o' from root:root to runner:runner
2025-08-20T19:11:52.5744713Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/.dirstamp' from root:root to runner:runner
2025-08-20T19:11:52.5745447Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/libsinglebin_cksum_a-b2sum.o' from root:root to runner:runner
2025-08-20T19:11:52.5746190Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/blake2.h' from root:root to runner:runner
2025-08-20T19:11:52.5747037Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/libsinglebin_cksum_a-blake2b-ref.o' from root:root to runner:runner
2025-08-20T19:11:52.5747748Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/blake2-impl.h' from root:root to runner:runner
2025-08-20T19:11:52.5748484Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/libsinglebin_b2sum_a-b2sum.o' from root:root to runner:runner
2025-08-20T19:11:52.5749103Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2' from root:root to runner:runner
2025-08-20T19:11:52.5749787Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sha256sum.a' from root:root to runner:runner
2025-08-20T19:11:52.5750395Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cat.c' from root:root to runner:runner
2025-08-20T19:11:52.5751193Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/id.c' from root:root to runner:runner
2025-08-20T19:11:52.5751875Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_pr_a-pr.o' from root:root to runner:runner
2025-08-20T19:11:52.5752629Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_env.a' from root:root to runner:runner
2025-08-20T19:11:52.5753260Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/basenc.c' from root:root to runner:runner
2025-08-20T19:11:52.5753984Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_split_a-temp-stream.o' from root:root to runner:runner
2025-08-20T19:11:52.5754700Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sha224sum_a-digest.o' from root:root to runner:runner
2025-08-20T19:11:52.5755300Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/od' from root:root to runner:runner
2025-08-20T19:11:52.5756003Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_unlink_a-unlink.o' from root:root to runner:runner
2025-08-20T19:11:52.5756668Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mkfifo.a' from root:root to runner:runner
2025-08-20T19:11:52.5757278Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sort.c' from root:root to runner:runner
2025-08-20T19:11:52.5757981Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_numfmt_a-numfmt.o' from root:root to runner:runner
2025-08-20T19:11:52.5758807Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_md5sum_a-digest.o' from root:root to runner:runner
2025-08-20T19:11:52.5759573Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_od.a' from root:root to runner:runner
2025-08-20T19:11:52.5760191Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/seq.c' from root:root to runner:runner
2025-08-20T19:11:52.5761079Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_dircolors_a-dircolors.o' from root:root to runner:runner
2025-08-20T19:11:52.5761709Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/paste' from root:root to runner:runner
2025-08-20T19:11:52.5762373Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tail.a' from root:root to runner:runner
2025-08-20T19:11:52.5763053Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_realpath.a' from root:root to runner:runner
2025-08-20T19:11:52.5763761Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/fmt' from root:root to runner:runner
2025-08-20T19:11:52.5764423Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/find-mount-point.c' from root:root to runner:runner
2025-08-20T19:11:52.5765176Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_factor.a' from root:root to runner:runner
2025-08-20T19:11:52.5765880Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_rmdir_a-rmdir.o' from root:root to runner:runner
2025-08-20T19:11:52.5766533Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/dircolors' from root:root to runner:runner
2025-08-20T19:11:52.5767233Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mkdir_a-mkdir.o' from root:root to runner:runner
2025-08-20T19:11:52.5767909Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_rm_a-rm.o' from root:root to runner:runner
2025-08-20T19:11:52.5768510Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/fs.h' from root:root to runner:runner
2025-08-20T19:11:52.5769121Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/expr.c' from root:root to runner:runner
2025-08-20T19:11:52.5769727Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/echo' from root:root to runner:runner
2025-08-20T19:11:52.5770330Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/expr' from root:root to runner:runner
2025-08-20T19:11:52.5771227Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_nl_a-nl.o' from root:root to runner:runner
2025-08-20T19:11:52.5771876Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/whoami.c' from root:root to runner:runner
2025-08-20T19:11:52.5772610Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_base64.a' from root:root to runner:runner
2025-08-20T19:11:52.5773326Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_who.a' from root:root to runner:runner
2025-08-20T19:11:52.5773948Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/timeout.c' from root:root to runner:runner
2025-08-20T19:11:52.5774557Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/date' from root:root to runner:runner
2025-08-20T19:11:52.5775229Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/coreutils-coreutils.o' from root:root to runner:runner
2025-08-20T19:11:52.5775953Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_groups_a-group-list.o' from root:root to runner:runner
2025-08-20T19:11:52.5776618Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_stty.a' from root:root to runner:runner
2025-08-20T19:11:52.5777394Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_b2sum.a' from root:root to runner:runner
2025-08-20T19:11:52.5778108Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tac_a-temp-stream.o' from root:root to runner:runner
2025-08-20T19:11:52.5778708Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tty' from root:root to runner:runner
2025-08-20T19:11:52.5779333Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/install.c' from root:root to runner:runner
2025-08-20T19:11:52.5780004Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_timeout.a' from root:root to runner:runner
2025-08-20T19:11:52.5780796Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/who.c' from root:root to runner:runner
2025-08-20T19:11:52.5781475Z [00:04:11.171]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ioblksize.h' from root:root to runner:runner
2025-08-20T19:11:52.5782072Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/[' from root:root to runner:runner
2025-08-20T19:11:52.5782696Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/realpath' from root:root to runner:runner
2025-08-20T19:11:52.5783298Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/dir' from root:root to runner:runner
2025-08-20T19:11:52.5783902Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/du' from root:root to runner:runner
2025-08-20T19:11:52.5784609Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/prog-fprintf.h' from root:root to runner:runner
2025-08-20T19:11:52.5785452Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tee_a-iopoll.o' from root:root to runner:runner
2025-08-20T19:11:52.5786097Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/extract-magic' from root:root to runner:runner
2025-08-20T19:11:52.5786711Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/who' from root:root to runner:runner
2025-08-20T19:11:52.5787361Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ls.a' from root:root to runner:runner
2025-08-20T19:11:52.5787991Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/hostname.c' from root:root to runner:runner
2025-08-20T19:11:52.5788623Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chown-core.c' from root:root to runner:runner
2025-08-20T19:11:52.5789251Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/force-link.h' from root:root to runner:runner
2025-08-20T19:11:52.5789970Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/csplit' from root:root to runner:runner
2025-08-20T19:11:52.5790801Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ginstall_a-install.o' from root:root to runner:runner
2025-08-20T19:11:52.5791480Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_dd.a' from root:root to runner:runner
2025-08-20T19:11:52.5792087Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/env' from root:root to runner:runner
2025-08-20T19:11:52.5792876Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mkfifo_a-mkfifo.o' from root:root to runner:runner
2025-08-20T19:11:52.5793505Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/dirname' from root:root to runner:runner
2025-08-20T19:11:52.5794226Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chown_a-chown-core.o' from root:root to runner:runner
2025-08-20T19:11:52.5794897Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_csplit.a' from root:root to runner:runner
2025-08-20T19:11:52.5795574Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_readlink.a' from root:root to runner:runner
2025-08-20T19:11:52.5796182Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/mv.c' from root:root to runner:runner
2025-08-20T19:11:52.5796963Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_dir_a-coreutils-dir.o' from root:root to runner:runner
2025-08-20T19:11:52.5797768Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sha512sum_a-digest.o' from root:root to runner:runner
2025-08-20T19:11:52.5798430Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tty.a' from root:root to runner:runner
2025-08-20T19:11:52.5799066Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/printenv.c' from root:root to runner:runner
2025-08-20T19:11:52.5799678Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cksum.h' from root:root to runner:runner
2025-08-20T19:11:52.5800330Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/coreutils-dir.c' from root:root to runner:runner
2025-08-20T19:11:52.5801085Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_pwd.a' from root:root to runner:runner
2025-08-20T19:11:52.5801795Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sum_a-digest.o' from root:root to runner:runner
2025-08-20T19:11:52.5802532Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/shred' from root:root to runner:runner
2025-08-20T19:11:52.5803177Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/temp-stream.h' from root:root to runner:runner
2025-08-20T19:11:52.5803786Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/comm' from root:root to runner:runner
2025-08-20T19:11:52.5804469Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cp_a-copy.o' from root:root to runner:runner
2025-08-20T19:11:52.5805212Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tsort.a' from root:root to runner:runner
2025-08-20T19:11:52.5805910Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tail_a-iopoll.o' from root:root to runner:runner
2025-08-20T19:11:52.5806537Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/relpath.c' from root:root to runner:runner
2025-08-20T19:11:52.5807194Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sum.a' from root:root to runner:runner
2025-08-20T19:11:52.5807811Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/nproc.c' from root:root to runner:runner
2025-08-20T19:11:52.5808477Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_fmt.a' from root:root to runner:runner
2025-08-20T19:11:52.5809108Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cksum_vmull.c' from root:root to runner:runner
2025-08-20T19:11:52.5809850Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sha1sum.a' from root:root to runner:runner
2025-08-20T19:11:52.5810701Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sha256sum' from root:root to runner:runner
2025-08-20T19:11:52.5811455Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mknod_a-selinux.o' from root:root to runner:runner
2025-08-20T19:11:52.5812069Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cksum' from root:root to runner:runner
2025-08-20T19:11:52.5812680Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sync' from root:root to runner:runner
2025-08-20T19:11:52.5813295Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/uname.c' from root:root to runner:runner
2025-08-20T19:11:52.5813954Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cat.a' from root:root to runner:runner
2025-08-20T19:11:52.5814679Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/kill' from root:root to runner:runner
2025-08-20T19:11:52.5815302Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/mktemp.c' from root:root to runner:runner
2025-08-20T19:11:52.5815970Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_shred.a' from root:root to runner:runner
2025-08-20T19:11:52.5816572Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tr.c' from root:root to runner:runner
2025-08-20T19:11:52.5817201Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/pathchk.c' from root:root to runner:runner
2025-08-20T19:11:52.5817865Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/wc.c' from root:root to runner:runner
2025-08-20T19:11:52.5818493Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sum.c' from root:root to runner:runner
2025-08-20T19:11:52.5819123Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/unexpand.c' from root:root to runner:runner
2025-08-20T19:11:52.5819759Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/basename.c' from root:root to runner:runner
2025-08-20T19:11:52.5820389Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/group-list.c' from root:root to runner:runner
2025-08-20T19:11:52.5821150Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/digest.c' from root:root to runner:runner
2025-08-20T19:11:52.5821861Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/md5sum' from root:root to runner:runner
2025-08-20T19:11:52.5822653Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_uptime_a-uptime.o' from root:root to runner:runner
2025-08-20T19:11:52.5823314Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_yes.a' from root:root to runner:runner
2025-08-20T19:11:52.5823990Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chroot.a' from root:root to runner:runner
2025-08-20T19:11:52.5824658Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_runcon.a' from root:root to runner:runner
2025-08-20T19:11:52.5825316Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_seq.a' from root:root to runner:runner
2025-08-20T19:11:52.5826015Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chown_a-chown.o' from root:root to runner:runner
2025-08-20T19:11:52.5826688Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sha224sum.a' from root:root to runner:runner
2025-08-20T19:11:52.5827370Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/wc' from root:root to runner:runner
2025-08-20T19:11:52.5828054Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_who_a-who.o' from root:root to runner:runner
2025-08-20T19:11:52.5828729Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_du_a-du.o' from root:root to runner:runner
2025-08-20T19:11:52.5829433Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chroot_a-chroot.o' from root:root to runner:runner
2025-08-20T19:11:52.5830167Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_logname.a' from root:root to runner:runner
2025-08-20T19:11:52.5830891Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_id.a' from root:root to runner:runner
2025-08-20T19:11:52.5831520Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/version.c' from root:root to runner:runner
2025-08-20T19:11:52.5832192Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_head.a' from root:root to runner:runner
2025-08-20T19:11:52.5832907Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_uname_a-uname-uname.o' from root:root to runner:runner
2025-08-20T19:11:52.5833579Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_false.a' from root:root to runner:runner
2025-08-20T19:11:52.5834404Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chgrp_a-coreutils-chgrp.o' from root:root to runner:runner
2025-08-20T19:11:52.5835070Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/uniq' from root:root to runner:runner
2025-08-20T19:11:52.5835743Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_unlink.a' from root:root to runner:runner
2025-08-20T19:11:52.5836374Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.dirstamp' from root:root to runner:runner
2025-08-20T19:11:52.5836990Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/timeout' from root:root to runner:runner
2025-08-20T19:11:52.5837682Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_date_a-date.o' from root:root to runner:runner
2025-08-20T19:11:52.5838388Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cp_a-force-link.o' from root:root to runner:runner
2025-08-20T19:11:52.5839041Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tac.a' from root:root to runner:runner
2025-08-20T19:11:52.5839804Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_truncate.a' from root:root to runner:runner
2025-08-20T19:11:52.5840422Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/head.c' from root:root to runner:runner
2025-08-20T19:11:52.5841188Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_nohup.a' from root:root to runner:runner
2025-08-20T19:11:52.5841860Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_md5sum.a' from root:root to runner:runner
2025-08-20T19:11:52.5842598Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_nl.a' from root:root to runner:runner
2025-08-20T19:11:52.5843255Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/expand' from root:root to runner:runner
2025-08-20T19:11:52.5843887Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/getlimits' from root:root to runner:runner
2025-08-20T19:11:52.5844536Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/join' from root:root to runner:runner
2025-08-20T19:11:52.5845175Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/operand2sig.c' from root:root to runner:runner
2025-08-20T19:11:52.5845802Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/numfmt' from root:root to runner:runner
2025-08-20T19:11:52.5846437Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/getlimits.c' from root:root to runner:runner
2025-08-20T19:11:52.5847200Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ls_a-ls-ls.o' from root:root to runner:runner
2025-08-20T19:11:52.5848001Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_comm_a-comm.o' from root:root to runner:runner
2025-08-20T19:11:52.5848611Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/printf' from root:root to runner:runner
2025-08-20T19:11:52.5849229Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/yes.c' from root:root to runner:runner
2025-08-20T19:11:52.5849905Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_pathchk.a' from root:root to runner:runner
2025-08-20T19:11:52.5850678Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_od_a-od.o' from root:root to runner:runner
2025-08-20T19:11:52.5851386Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_printenv.a' from root:root to runner:runner
2025-08-20T19:11:52.5852168Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/runcon.c' from root:root to runner:runner
2025-08-20T19:11:52.5852775Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/du.c' from root:root to runner:runner
2025-08-20T19:11:52.5853382Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/false' from root:root to runner:runner
2025-08-20T19:11:52.5854029Z [00:04:11.172]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/octhexdigits.h' from root:root to runner:runner
2025-08-20T19:11:52.5854650Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/realpath.c' from root:root to runner:runner
2025-08-20T19:11:52.5855382Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/coreutils-chgrp.c' from root:root to runner:runner
2025-08-20T19:11:52.5856051Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/make-prime-list' from root:root to runner:runner
2025-08-20T19:11:52.5856751Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_head_a-head.o' from root:root to runner:runner
2025-08-20T19:11:52.5857441Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cksum_a-cksum.o' from root:root to runner:runner
2025-08-20T19:11:52.5858155Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sha1sum_a-digest.o' from root:root to runner:runner
2025-08-20T19:11:52.5858772Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chown.c' from root:root to runner:runner
2025-08-20T19:11:52.5859449Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/echo.c' from root:root to runner:runner
2025-08-20T19:11:52.5860229Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_dir.a' from root:root to runner:runner
2025-08-20T19:11:52.5861027Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tsort_a-tsort.o' from root:root to runner:runner
2025-08-20T19:11:52.5861726Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_stdbuf.a' from root:root to runner:runner
2025-08-20T19:11:52.5862336Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tac.c' from root:root to runner:runner
2025-08-20T19:11:52.5862952Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/join.c' from root:root to runner:runner
2025-08-20T19:11:52.5863549Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/df.c' from root:root to runner:runner
2025-08-20T19:11:52.5864161Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chroot' from root:root to runner:runner
2025-08-20T19:11:52.5864870Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/hostid' from root:root to runner:runner
2025-08-20T19:11:52.5865589Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_expand_a-expand.o' from root:root to runner:runner
2025-08-20T19:11:52.5866299Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ginstall_a-copy.o' from root:root to runner:runner
2025-08-20T19:11:52.5866900Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tail' from root:root to runner:runner
2025-08-20T19:11:52.5867575Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tee' from root:root to runner:runner
2025-08-20T19:11:52.5868226Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/dircolors.hin' from root:root to runner:runner
2025-08-20T19:11:52.5868965Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_pinky.a' from root:root to runner:runner
2025-08-20T19:11:52.5869626Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/wc.h' from root:root to runner:runner
2025-08-20T19:11:52.5870243Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/whoami' from root:root to runner:runner
2025-08-20T19:11:52.5871048Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sha256sum_a-digest.o' from root:root to runner:runner
2025-08-20T19:11:52.5871713Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ginstall' from root:root to runner:runner
2025-08-20T19:11:52.5872522Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_paste_a-paste.o' from root:root to runner:runner
2025-08-20T19:11:52.5873221Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_b2sum_a-digest.o' from root:root to runner:runner
2025-08-20T19:11:52.5873927Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libcksum_vmull_a-cksum_vmull.o' from root:root to runner:runner
2025-08-20T19:11:52.5874656Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_arch_a-coreutils-arch.o' from root:root to runner:runner
2025-08-20T19:11:52.5875313Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/make-prime-list.o' from root:root to runner:runner
2025-08-20T19:11:52.5875916Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/stty' from root:root to runner:runner
2025-08-20T19:11:52.5876526Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/true.c' from root:root to runner:runner
2025-08-20T19:11:52.5877222Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cut.c' from root:root to runner:runner
2025-08-20T19:11:52.5877891Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chgrp.a' from root:root to runner:runner
2025-08-20T19:11:52.5878510Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/factor' from root:root to runner:runner
2025-08-20T19:11:52.5879212Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_whoami_a-whoami.o' from root:root to runner:runner
2025-08-20T19:11:52.5879928Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libcksum_vmull.a' from root:root to runner:runner
2025-08-20T19:11:52.5880805Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_users_a-users.o' from root:root to runner:runner
2025-08-20T19:11:52.5881551Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/shred.c' from root:root to runner:runner
2025-08-20T19:11:52.5882268Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mv_a-selinux.o' from root:root to runner:runner
2025-08-20T19:11:52.5882926Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cp.a' from root:root to runner:runner
2025-08-20T19:11:52.5883617Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_test_a-test.o' from root:root to runner:runner
2025-08-20T19:11:52.5884229Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/link.c' from root:root to runner:runner
2025-08-20T19:11:52.5885060Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mkfifo_a-selinux.o' from root:root to runner:runner
2025-08-20T19:11:52.5885727Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sync.a' from root:root to runner:runner
2025-08-20T19:11:52.5886348Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/statx.h' from root:root to runner:runner
2025-08-20T19:11:52.5887026Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_hostname.a' from root:root to runner:runner
2025-08-20T19:11:52.5887637Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tee.c' from root:root to runner:runner
2025-08-20T19:11:52.5888247Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/groups' from root:root to runner:runner
2025-08-20T19:11:52.5888870Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ls-vdir.c' from root:root to runner:runner
2025-08-20T19:11:52.5889570Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cp' from root:root to runner:runner
2025-08-20T19:11:52.5890184Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/basenc' from root:root to runner:runner
2025-08-20T19:11:52.5890967Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_seq_a-seq.o' from root:root to runner:runner
2025-08-20T19:11:52.5891638Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/csplit.c' from root:root to runner:runner
2025-08-20T19:11:52.5892240Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/nl.c' from root:root to runner:runner
2025-08-20T19:11:52.5893058Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ginstall_a-prog-fprintf.o' from root:root to runner:runner
2025-08-20T19:11:52.5893808Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_expand.a' from root:root to runner:runner
2025-08-20T19:11:52.5894451Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/show-date.h' from root:root to runner:runner
2025-08-20T19:11:52.5895071Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/numfmt.c' from root:root to runner:runner
2025-08-20T19:11:52.5895696Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/logname.c' from root:root to runner:runner
2025-08-20T19:11:52.5896312Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/false.c' from root:root to runner:runner
2025-08-20T19:11:52.5896933Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/hostid.c' from root:root to runner:runner
2025-08-20T19:11:52.5897635Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/shuf' from root:root to runner:runner
2025-08-20T19:11:52.5898288Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/coreutils-vdir.c' from root:root to runner:runner
2025-08-20T19:11:52.5899008Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_dirname_a-dirname.o' from root:root to runner:runner
2025-08-20T19:11:52.5899612Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/dd.c' from root:root to runner:runner
2025-08-20T19:11:52.5900307Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_nproc_a-nproc.o' from root:root to runner:runner
2025-08-20T19:11:52.5901038Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/lbracket.c' from root:root to runner:runner
2025-08-20T19:11:52.5901657Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/rmdir' from root:root to runner:runner
2025-08-20T19:11:52.5902445Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_pinky_a-pinky.o' from root:root to runner:runner
2025-08-20T19:11:52.5903149Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chmod_a-chmod.o' from root:root to runner:runner
2025-08-20T19:11:52.5903833Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ptx_a-ptx.o' from root:root to runner:runner
2025-08-20T19:11:52.5904448Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/mkdir.c' from root:root to runner:runner
2025-08-20T19:11:52.5905200Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_shuf_a-shuf.o' from root:root to runner:runner
2025-08-20T19:11:52.5905984Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_timeout_a-operand2sig.o' from root:root to runner:runner
2025-08-20T19:11:52.5906711Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_arch.a' from root:root to runner:runner
2025-08-20T19:11:52.5907341Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/iopoll.h' from root:root to runner:runner
2025-08-20T19:11:52.5908042Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_split_a-split.o' from root:root to runner:runner
2025-08-20T19:11:52.5908667Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/system.h' from root:root to runner:runner
2025-08-20T19:11:52.5909339Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mv_a-mv.o' from root:root to runner:runner
2025-08-20T19:11:52.5910067Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cp-hash.c' from root:root to runner:runner
2025-08-20T19:11:52.5910804Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/expand-common.c' from root:root to runner:runner
2025-08-20T19:11:52.5911477Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cp-hash.h' from root:root to runner:runner
2025-08-20T19:11:52.5912143Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_link.a' from root:root to runner:runner
2025-08-20T19:11:52.5912765Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/printf.c' from root:root to runner:runner
2025-08-20T19:11:52.5913449Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mv_a-copy.o' from root:root to runner:runner
2025-08-20T19:11:52.5914170Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_rmdir_a-prog-fprintf.o' from root:root to runner:runner
2025-08-20T19:11:52.5914956Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_pr.a' from root:root to runner:runner
2025-08-20T19:11:52.5915599Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/force-link.c' from root:root to runner:runner
2025-08-20T19:11:52.5916304Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_base64_a-basenc.o' from root:root to runner:runner
2025-08-20T19:11:52.5916915Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/unlink' from root:root to runner:runner
2025-08-20T19:11:52.5917656Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_printf.a' from root:root to runner:runner
2025-08-20T19:11:52.5918349Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_fold_a-fold.o' from root:root to runner:runner
2025-08-20T19:11:52.5919088Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_unexpand.a' from root:root to runner:runner
2025-08-20T19:11:52.5919788Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sort_a-sort.o' from root:root to runner:runner
2025-08-20T19:11:52.5920409Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/relpath.h' from root:root to runner:runner
2025-08-20T19:11:52.5921249Z [00:04:11.173]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_expr_a-expr.o' from root:root to runner:runner
2025-08-20T19:11:52.5921991Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_pathchk_a-pathchk.o' from root:root to runner:runner
2025-08-20T19:11:52.5922844Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_df_a-find-mount-point.o' from root:root to runner:runner
2025-08-20T19:11:52.5923513Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_stat.a' from root:root to runner:runner
2025-08-20T19:11:52.5924154Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/temp-stream.c' from root:root to runner:runner
2025-08-20T19:11:52.5924758Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/stat' from root:root to runner:runner
2025-08-20T19:11:52.5925375Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/expand.c' from root:root to runner:runner
2025-08-20T19:11:52.5925995Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ls-ls.c' from root:root to runner:runner
2025-08-20T19:11:52.5926593Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/od.c' from root:root to runner:runner
2025-08-20T19:11:52.5927359Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/find-mount-point.h' from root:root to runner:runner
2025-08-20T19:11:52.5927980Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/wc_avx2.c' from root:root to runner:runner
2025-08-20T19:11:52.5928653Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_dirname.a' from root:root to runner:runner
2025-08-20T19:11:52.5929305Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_df.a' from root:root to runner:runner
2025-08-20T19:11:52.5929997Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cu-progs.mk' from root:root to runner:runner
2025-08-20T19:11:52.5930833Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tee_a-tee.o' from root:root to runner:runner
2025-08-20T19:11:52.5931571Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/set-fields.c' from root:root to runner:runner
2025-08-20T19:11:52.5932244Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sum.h' from root:root to runner:runner
2025-08-20T19:11:52.5932904Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/coreutils_shebangs' from root:root to runner:runner
2025-08-20T19:11:52.5933600Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tty_a-tty.o' from root:root to runner:runner
2025-08-20T19:11:52.5934226Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/primes.h' from root:root to runner:runner
2025-08-20T19:11:52.5935052Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_vdir_a-coreutils-vdir.o' from root:root to runner:runner
2025-08-20T19:11:52.5935731Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_df_a-df.o' from root:root to runner:runner
2025-08-20T19:11:52.5936329Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/yes' from root:root to runner:runner
2025-08-20T19:11:52.5937035Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tail.c' from root:root to runner:runner
2025-08-20T19:11:52.5937758Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chown_a-chown-chown.o' from root:root to runner:runner
2025-08-20T19:11:52.5938426Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_nice.a' from root:root to runner:runner
2025-08-20T19:11:52.5939114Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_true_a-true.o' from root:root to runner:runner
2025-08-20T19:11:52.5939742Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/unlink.c' from root:root to runner:runner
2025-08-20T19:11:52.5940349Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chcon' from root:root to runner:runner
2025-08-20T19:11:52.5941267Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_touch_a-touch.o' from root:root to runner:runner
2025-08-20T19:11:52.5941885Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/dd' from root:root to runner:runner
2025-08-20T19:11:52.5942579Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin___a-lbracket.o' from root:root to runner:runner
2025-08-20T19:11:52.5943335Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/expand-common.h' from root:root to runner:runner
2025-08-20T19:11:52.5944017Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/nice.c' from root:root to runner:runner
2025-08-20T19:11:52.5944671Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ln.c' from root:root to runner:runner
2025-08-20T19:11:52.5945334Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_uniq.a' from root:root to runner:runner
2025-08-20T19:11:52.5946034Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sync_a-sync.o' from root:root to runner:runner
2025-08-20T19:11:52.5946634Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sum' from root:root to runner:runner
2025-08-20T19:11:52.5947275Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chown-chgrp.c' from root:root to runner:runner
2025-08-20T19:11:52.5948060Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/head' from root:root to runner:runner
2025-08-20T19:11:52.5948678Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/pinky' from root:root to runner:runner
2025-08-20T19:11:52.5949377Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/true' from root:root to runner:runner
2025-08-20T19:11:52.5950082Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chcon_a-chcon.o' from root:root to runner:runner
2025-08-20T19:11:52.5950858Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_fmt_a-fmt.o' from root:root to runner:runner
2025-08-20T19:11:52.5951519Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/factor.c' from root:root to runner:runner
2025-08-20T19:11:52.5952229Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mktemp_a-mktemp.o' from root:root to runner:runner
2025-08-20T19:11:52.5952884Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mv.a' from root:root to runner:runner
2025-08-20T19:11:52.5953571Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cut_a-cut.o' from root:root to runner:runner
2025-08-20T19:11:52.5954182Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/b2sum' from root:root to runner:runner
2025-08-20T19:11:52.5954860Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tac_a-tac.o' from root:root to runner:runner
2025-08-20T19:11:52.5955575Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/nohup' from root:root to runner:runner
2025-08-20T19:11:52.5956265Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cksum_avx512.c' from root:root to runner:runner
2025-08-20T19:11:52.5956956Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/dirname.c' from root:root to runner:runner
2025-08-20T19:11:52.5957683Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_link_a-link.o' from root:root to runner:runner
2025-08-20T19:11:52.5958298Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/stty.c' from root:root to runner:runner
2025-08-20T19:11:52.5958928Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/version.h' from root:root to runner:runner
2025-08-20T19:11:52.5959598Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_join.a' from root:root to runner:runner
2025-08-20T19:11:52.5960282Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ln' from root:root to runner:runner
2025-08-20T19:11:52.5961084Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_id_a-group-list.o' from root:root to runner:runner
2025-08-20T19:11:52.5961913Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_csplit_a-csplit.o' from root:root to runner:runner
2025-08-20T19:11:52.5962627Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_timeout_a-timeout.o' from root:root to runner:runner
2025-08-20T19:11:52.5963373Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_stat_a-find-mount-point.o' from root:root to runner:runner
2025-08-20T19:11:52.5964036Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_date.a' from root:root to runner:runner
2025-08-20T19:11:52.5964645Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/uname' from root:root to runner:runner
2025-08-20T19:11:52.5965263Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cksum.c' from root:root to runner:runner
2025-08-20T19:11:52.5965939Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_id_a-id.o' from root:root to runner:runner
2025-08-20T19:11:52.5966610Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tr_a-tr.o' from root:root to runner:runner
2025-08-20T19:11:52.5967223Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/logname' from root:root to runner:runner
2025-08-20T19:11:52.5967925Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/basename' from root:root to runner:runner
2025-08-20T19:11:52.5968553Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/nohup.c' from root:root to runner:runner
2025-08-20T19:11:52.5969281Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_shuf.a' from root:root to runner:runner
2025-08-20T19:11:52.5970004Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_uname.a' from root:root to runner:runner
2025-08-20T19:11:52.5970753Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_paste.a' from root:root to runner:runner
2025-08-20T19:11:52.5971469Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ginstall.a' from root:root to runner:runner
2025-08-20T19:11:52.5972137Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sort.a' from root:root to runner:runner
2025-08-20T19:11:52.5972972Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_uname_a-uname.o' from root:root to runner:runner
2025-08-20T19:11:52.5973643Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ptx.a' from root:root to runner:runner
2025-08-20T19:11:52.5974364Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/uptime.c' from root:root to runner:runner
2025-08-20T19:11:52.5974975Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/nice' from root:root to runner:runner
2025-08-20T19:11:52.5975587Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tty.c' from root:root to runner:runner
2025-08-20T19:11:52.5976217Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/coreutils.c' from root:root to runner:runner
2025-08-20T19:11:52.5976820Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/seq' from root:root to runner:runner
2025-08-20T19:11:52.5977427Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/dcgen' from root:root to runner:runner
2025-08-20T19:11:52.5978129Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_stdbuf_a-stdbuf.o' from root:root to runner:runner
2025-08-20T19:11:52.5978819Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ln_a-relpath.o' from root:root to runner:runner
2025-08-20T19:11:52.5979440Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chcon.c' from root:root to runner:runner
2025-08-20T19:11:52.5980042Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/pr.c' from root:root to runner:runner
2025-08-20T19:11:52.5980831Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/crctab.c' from root:root to runner:runner
2025-08-20T19:11:52.5981666Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_groups_a-groups.o' from root:root to runner:runner
2025-08-20T19:11:52.5982367Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mv_a-cp-hash.o' from root:root to runner:runner
2025-08-20T19:11:52.5982976Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/test.c' from root:root to runner:runner
2025-08-20T19:11:52.5983601Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/remove.c' from root:root to runner:runner
2025-08-20T19:11:52.5984307Z [00:04:11.174]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_du_a-show-date.o' from root:root to runner:runner
2025-08-20T19:11:52.5984969Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_comm.a' from root:root to runner:runner
2025-08-20T19:11:52.5985666Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/mkdir' from root:root to runner:runner
2025-08-20T19:11:52.5986340Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_numfmt.a' from root:root to runner:runner
2025-08-20T19:11:52.5987123Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_rm_a-remove.o' from root:root to runner:runner
2025-08-20T19:11:52.5987756Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libver.a' from root:root to runner:runner
2025-08-20T19:11:52.5988450Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_kill_a-kill.o' from root:root to runner:runner
2025-08-20T19:11:52.5989116Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chown.a' from root:root to runner:runner
2025-08-20T19:11:52.5989735Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/touch.c' from root:root to runner:runner
2025-08-20T19:11:52.5990379Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/touch' from root:root to runner:runner
2025-08-20T19:11:52.5991128Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/env.c' from root:root to runner:runner
2025-08-20T19:11:52.5991747Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/vdir' from root:root to runner:runner
2025-08-20T19:11:52.5992413Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_true.a' from root:root to runner:runner
2025-08-20T19:11:52.5993209Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sleep_a-sleep.o' from root:root to runner:runner
2025-08-20T19:11:52.5993864Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/shuf.c' from root:root to runner:runner
2025-08-20T19:11:52.5994530Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chgrp' from root:root to runner:runner
2025-08-20T19:11:52.5995272Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_env_a-env.o' from root:root to runner:runner
2025-08-20T19:11:52.5995916Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cksum_pclmul.c' from root:root to runner:runner
2025-08-20T19:11:52.5996617Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tail_a-tail.o' from root:root to runner:runner
2025-08-20T19:11:52.5997300Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sha384sum.a' from root:root to runner:runner
2025-08-20T19:11:52.5998005Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sha224sum' from root:root to runner:runner
2025-08-20T19:11:52.5998639Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libstdbuf.c' from root:root to runner:runner
2025-08-20T19:11:52.5999394Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/getlimits.o' from root:root to runner:runner
2025-08-20T19:11:52.6000023Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chroot.c' from root:root to runner:runner
2025-08-20T19:11:52.6000934Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_stty_a-stty.o' from root:root to runner:runner
2025-08-20T19:11:52.6001597Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/date.c' from root:root to runner:runner
2025-08-20T19:11:52.6002197Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cat' from root:root to runner:runner
2025-08-20T19:11:52.6002797Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/id' from root:root to runner:runner
2025-08-20T19:11:52.6003404Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/mkfifo' from root:root to runner:runner
2025-08-20T19:11:52.6004080Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sleep.a' from root:root to runner:runner
2025-08-20T19:11:52.6004705Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/show-date.c' from root:root to runner:runner
2025-08-20T19:11:52.6005479Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_groups.a' from root:root to runner:runner
2025-08-20T19:11:52.6006218Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_truncate_a-truncate.o' from root:root to runner:runner
2025-08-20T19:11:52.6006899Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/groups.c' from root:root to runner:runner
2025-08-20T19:11:52.6007548Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/operand2sig.h' from root:root to runner:runner
2025-08-20T19:11:52.6008160Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/users.c' from root:root to runner:runner
2025-08-20T19:11:52.6008769Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tsort' from root:root to runner:runner
2025-08-20T19:11:52.6009382Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/rmdir.c' from root:root to runner:runner
2025-08-20T19:11:52.6010104Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_basename_a-basename.o' from root:root to runner:runner
2025-08-20T19:11:52.6010962Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_yes_a-yes.o' from root:root to runner:runner
2025-08-20T19:11:52.6011619Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sync.c' from root:root to runner:runner
2025-08-20T19:11:52.6012348Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/selinux.c' from root:root to runner:runner
2025-08-20T19:11:52.6012980Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/truncate.c' from root:root to runner:runner
2025-08-20T19:11:52.6013690Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_factor_a-factor.o' from root:root to runner:runner
2025-08-20T19:11:52.6014376Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cp_a-cp-hash.o' from root:root to runner:runner
2025-08-20T19:11:52.6015129Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_unexpand_a-expand-common.o' from root:root to runner:runner
2025-08-20T19:11:52.6015766Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chown-chown.c' from root:root to runner:runner
2025-08-20T19:11:52.6016470Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_false_a-false.o' from root:root to runner:runner
2025-08-20T19:11:52.6017143Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_dd_a-dd.o' from root:root to runner:runner
2025-08-20T19:11:52.6017755Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chmod.c' from root:root to runner:runner
2025-08-20T19:11:52.6018441Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/nproc' from root:root to runner:runner
2025-08-20T19:11:52.6019125Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/local.mk' from root:root to runner:runner
2025-08-20T19:11:52.6019856Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_readlink_a-readlink.o' from root:root to runner:runner
2025-08-20T19:11:52.6020732Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_hostid_a-hostid.o' from root:root to runner:runner
2025-08-20T19:11:52.6021382Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/readlink' from root:root to runner:runner
2025-08-20T19:11:52.6022052Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_whoami.a' from root:root to runner:runner
2025-08-20T19:11:52.6022702Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/single-binary.mk' from root:root to runner:runner
2025-08-20T19:11:52.6023485Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_hostid.a' from root:root to runner:runner
2025-08-20T19:11:52.6024104Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/copy.c' from root:root to runner:runner
2025-08-20T19:11:52.6024829Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sha384sum' from root:root to runner:runner
2025-08-20T19:11:52.6025527Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_nice_a-nice.o' from root:root to runner:runner
2025-08-20T19:11:52.6026152Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/unexpand' from root:root to runner:runner
2025-08-20T19:11:52.6026829Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_dircolors.a' from root:root to runner:runner
2025-08-20T19:11:52.6027562Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mkdir_a-prog-fprintf.o' from root:root to runner:runner
2025-08-20T19:11:52.6028156Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ls' from root:root to runner:runner
2025-08-20T19:11:52.6028765Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/fold' from root:root to runner:runner
2025-08-20T19:11:52.6029431Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_split.a' from root:root to runner:runner
2025-08-20T19:11:52.6030029Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ls.h' from root:root to runner:runner
2025-08-20T19:11:52.6030823Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/stat.c' from root:root to runner:runner
2025-08-20T19:11:52.6031493Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/kill.c' from root:root to runner:runner
2025-08-20T19:11:52.6032245Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ln_a-ln.o' from root:root to runner:runner
2025-08-20T19:11:52.6032994Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_shred_a-shred.o' from root:root to runner:runner
2025-08-20T19:11:52.6033610Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/comm.c' from root:root to runner:runner
2025-08-20T19:11:52.6034269Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/coreutils-arch.c' from root:root to runner:runner
2025-08-20T19:11:52.6034888Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/uptime' from root:root to runner:runner
2025-08-20T19:11:52.6035585Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chmod' from root:root to runner:runner
2025-08-20T19:11:52.6036191Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sort' from root:root to runner:runner
2025-08-20T19:11:52.6036879Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tsort.c' from root:root to runner:runner
2025-08-20T19:11:52.6037500Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/mkfifo.c' from root:root to runner:runner
2025-08-20T19:11:52.6038166Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_vdir.a' from root:root to runner:runner
2025-08-20T19:11:52.6038772Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/fmt.c' from root:root to runner:runner
2025-08-20T19:11:52.6039491Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_realpath_a-relpath.o' from root:root to runner:runner
2025-08-20T19:11:52.6040210Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ginstall_a-cp-hash.o' from root:root to runner:runner
2025-08-20T19:11:52.6041044Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_realpath_a-realpath.o' from root:root to runner:runner
2025-08-20T19:11:52.6041803Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sha384sum_a-digest.o' from root:root to runner:runner
2025-08-20T19:11:52.6042440Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/set-fields.h' from root:root to runner:runner
2025-08-20T19:11:52.6043194Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cksum.a' from root:root to runner:runner
2025-08-20T19:11:52.6043898Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_nohup_a-nohup.o' from root:root to runner:runner
2025-08-20T19:11:52.6044653Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/pr' from root:root to runner:runner
2025-08-20T19:11:52.6045325Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_expr.a' from root:root to runner:runner
2025-08-20T19:11:52.6045927Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cut' from root:root to runner:runner
2025-08-20T19:11:52.6046598Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_rmdir.a' from root:root to runner:runner
2025-08-20T19:11:52.6047272Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_uptime.a' from root:root to runner:runner
2025-08-20T19:11:52.6048029Z [00:04:11.175]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/uname-uname.c' from root:root to runner:runner
2025-08-20T19:11:52.6048710Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_wc_a-wc.o' from root:root to runner:runner
2025-08-20T19:11:52.6049321Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/users' from root:root to runner:runner
2025-08-20T19:11:52.6050027Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/version.o' from root:root to runner:runner
2025-08-20T19:11:52.6050896Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_kill_a-operand2sig.o' from root:root to runner:runner
2025-08-20T19:11:52.6051537Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/split.c' from root:root to runner:runner
2025-08-20T19:11:52.6052162Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sha512sum' from root:root to runner:runner
2025-08-20T19:11:52.6052878Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_logname_a-logname.o' from root:root to runner:runner
2025-08-20T19:11:52.6053497Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/iopoll.c' from root:root to runner:runner
2025-08-20T19:11:52.6054107Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/split' from root:root to runner:runner
2025-08-20T19:11:52.6054796Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_join_a-join.o' from root:root to runner:runner
2025-08-20T19:11:52.6055407Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/paste.c' from root:root to runner:runner
2025-08-20T19:11:52.6056153Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/dircolors.h' from root:root to runner:runner
2025-08-20T19:11:52.6056907Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_basenc.a' from root:root to runner:runner
2025-08-20T19:11:52.6057525Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/mknod' from root:root to runner:runner
2025-08-20T19:11:52.6058128Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ls.c' from root:root to runner:runner
2025-08-20T19:11:52.6058744Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/pwd.c' from root:root to runner:runner
2025-08-20T19:11:52.6059443Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cksum_a-crctab.o' from root:root to runner:runner
2025-08-20T19:11:52.6060067Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/printenv' from root:root to runner:runner
2025-08-20T19:11:52.6060853Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/base32' from root:root to runner:runner
2025-08-20T19:11:52.6061528Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_echo.a' from root:root to runner:runner
2025-08-20T19:11:52.6062306Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/stdbuf.c' from root:root to runner:runner
2025-08-20T19:11:52.6062961Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin__.a' from root:root to runner:runner
2025-08-20T19:11:52.6063621Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/make-prime-list.c' from root:root to runner:runner
2025-08-20T19:11:52.6064286Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_fold.a' from root:root to runner:runner
2025-08-20T19:11:52.6064884Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/pwd' from root:root to runner:runner
2025-08-20T19:11:52.6065585Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cp_a-selinux.o' from root:root to runner:runner
2025-08-20T19:11:52.6066217Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chown-core.h' from root:root to runner:runner
2025-08-20T19:11:52.6066839Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/mknod.c' from root:root to runner:runner
2025-08-20T19:11:52.6067466Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cksum_avx2.c' from root:root to runner:runner
2025-08-20T19:11:52.6068181Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ls-dir.c' from root:root to runner:runner
2025-08-20T19:11:52.6068935Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_hostname_a-hostname.o' from root:root to runner:runner
2025-08-20T19:11:52.6069698Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cut_a-set-fields.o' from root:root to runner:runner
2025-08-20T19:11:52.6070359Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/coreutils.h' from root:root to runner:runner
2025-08-20T19:11:52.6071127Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/longlong.h' from root:root to runner:runner
2025-08-20T19:11:52.6071881Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mv_a-force-link.o' from root:root to runner:runner
2025-08-20T19:11:52.6072494Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/uniq.c' from root:root to runner:runner
2025-08-20T19:11:52.6073285Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_stat_a-stat.o' from root:root to runner:runner
2025-08-20T19:11:52.6073882Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tr' from root:root to runner:runner
2025-08-20T19:11:52.6074564Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/rm.c' from root:root to runner:runner
2025-08-20T19:11:52.6075265Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_base32_a-basenc.o' from root:root to runner:runner
2025-08-20T19:11:52.6075895Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/truncate' from root:root to runner:runner
2025-08-20T19:11:52.6076584Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sha512sum.a' from root:root to runner:runner
2025-08-20T19:11:52.6077251Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_base32.a' from root:root to runner:runner
2025-08-20T19:11:52.6077883Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tac-pipe.c' from root:root to runner:runner
2025-08-20T19:11:52.6078572Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_pwd_a-pwd.o' from root:root to runner:runner
2025-08-20T19:11:52.6079189Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/uname.h' from root:root to runner:runner
2025-08-20T19:11:52.6079863Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_basename.a' from root:root to runner:runner
2025-08-20T19:11:52.6080726Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_date_a-show-date.o' from root:root to runner:runner
2025-08-20T19:11:52.6081410Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/base64' from root:root to runner:runner
2025-08-20T19:11:52.6082156Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cp_a-cp.o' from root:root to runner:runner
2025-08-20T19:11:52.6082871Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mkdir_a-selinux.o' from root:root to runner:runner
2025-08-20T19:11:52.6083588Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_numfmt_a-set-fields.o' from root:root to runner:runner
2025-08-20T19:11:52.6084217Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/remove.h' from root:root to runner:runner
2025-08-20T19:11:52.6084919Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_printf_a-printf.o' from root:root to runner:runner
2025-08-20T19:11:52.6085625Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/copy.h' from root:root to runner:runner
2025-08-20T19:11:52.6086325Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cksum_a-digest.o' from root:root to runner:runner
2025-08-20T19:11:52.6087159Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_expand_a-expand-common.o' from root:root to runner:runner
2025-08-20T19:11:52.6087824Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tee.a' from root:root to runner:runner
2025-08-20T19:11:52.6088516Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_uniq_a-uniq.o' from root:root to runner:runner
2025-08-20T19:11:52.6089174Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tr.a' from root:root to runner:runner
2025-08-20T19:11:52.6089769Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tac' from root:root to runner:runner
2025-08-20T19:11:52.6090383Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ptx.c' from root:root to runner:runner
2025-08-20T19:11:52.6091207Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cksum_a-sum.o' from root:root to runner:runner
2025-08-20T19:11:52.6091920Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mknod_a-mknod.o' from root:root to runner:runner
2025-08-20T19:11:52.6092519Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ptx' from root:root to runner:runner
2025-08-20T19:11:52.6093193Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src' from root:root to runner:runner
2025-08-20T19:11:52.6093831Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/bootstrap.conf' from root:root to runner:runner
2025-08-20T19:11:52.6094507Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/ChangeLog' from root:root to runner:runner
2025-08-20T19:11:52.6095187Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/GNUmakefile' from root:root to runner:runner
2025-08-20T19:11:52.6095794Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/init.cfg' from root:root to runner:runner
2025-08-20T19:11:52.6096436Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/README-install' from root:root to runner:runner
2025-08-20T19:11:52.6097049Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/join.1' from root:root to runner:runner
2025-08-20T19:11:52.6097656Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/du.1' from root:root to runner:runner
2025-08-20T19:11:52.6098382Z [00:04:11.176]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/chmod.1' from root:root to runner:runner
2025-08-20T19:11:52.6098997Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/arch.1' from root:root to runner:runner
2025-08-20T19:11:52.6099710Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/unlink.1' from root:root to runner:runner
2025-08-20T19:11:52.6100329Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/nohup.x' from root:root to runner:runner
2025-08-20T19:11:52.6101058Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/rm.1' from root:root to runner:runner
2025-08-20T19:11:52.6101690Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/split.x' from root:root to runner:runner
2025-08-20T19:11:52.6102325Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/coreutils.x' from root:root to runner:runner
2025-08-20T19:11:52.6102944Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/uname.1' from root:root to runner:runner
2025-08-20T19:11:52.6103553Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/seq.1' from root:root to runner:runner
2025-08-20T19:11:52.6104165Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tsort.1' from root:root to runner:runner
2025-08-20T19:11:52.6104784Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/mktemp.x' from root:root to runner:runner
2025-08-20T19:11:52.6105479Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/vdir.x' from root:root to runner:runner
2025-08-20T19:11:52.6106128Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/stat.x' from root:root to runner:runner
2025-08-20T19:11:52.6106849Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sha256sum.x' from root:root to runner:runner
2025-08-20T19:11:52.6107474Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/nohup.1' from root:root to runner:runner
2025-08-20T19:11:52.6108101Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/truncate.1' from root:root to runner:runner
2025-08-20T19:11:52.6108715Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tail.x' from root:root to runner:runner
2025-08-20T19:11:52.6109320Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/fmt.1' from root:root to runner:runner
2025-08-20T19:11:52.6109940Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/whoami.1' from root:root to runner:runner
2025-08-20T19:11:52.6110767Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/mkdir.x' from root:root to runner:runner
2025-08-20T19:11:52.6111418Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/split.1' from root:root to runner:runner
2025-08-20T19:11:52.6112164Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/date.x' from root:root to runner:runner
2025-08-20T19:11:52.6112780Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/touch.x' from root:root to runner:runner
2025-08-20T19:11:52.6113384Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/nl.x' from root:root to runner:runner
2025-08-20T19:11:52.6114015Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/realpath.1' from root:root to runner:runner
2025-08-20T19:11:52.6114620Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/fold.1' from root:root to runner:runner
2025-08-20T19:11:52.6115234Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/date.1' from root:root to runner:runner
2025-08-20T19:11:52.6115850Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/unlink.x' from root:root to runner:runner
2025-08-20T19:11:52.6116470Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/factor.1' from root:root to runner:runner
2025-08-20T19:11:52.6117085Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/base32.1' from root:root to runner:runner
2025-08-20T19:11:52.6117787Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/pathchk.1' from root:root to runner:runner
2025-08-20T19:11:52.6118450Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/mkfifo.1' from root:root to runner:runner
2025-08-20T19:11:52.6119141Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/readlink.x' from root:root to runner:runner
2025-08-20T19:11:52.6119814Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/paste.x' from root:root to runner:runner
2025-08-20T19:11:52.6120508Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/shuf.x' from root:root to runner:runner
2025-08-20T19:11:52.6121146Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tsort.x' from root:root to runner:runner
2025-08-20T19:11:52.6121748Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/ln.x' from root:root to runner:runner
2025-08-20T19:11:52.6122352Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/ln.1' from root:root to runner:runner
2025-08-20T19:11:52.6122953Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/nl.1' from root:root to runner:runner
2025-08-20T19:11:52.6123554Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/od.x' from root:root to runner:runner
2025-08-20T19:11:52.6124287Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tty.x' from root:root to runner:runner
2025-08-20T19:11:52.6124896Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/df.1' from root:root to runner:runner
2025-08-20T19:11:52.6125518Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sha1sum.1' from root:root to runner:runner
2025-08-20T19:11:52.6126140Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/csplit.x' from root:root to runner:runner
2025-08-20T19:11:52.6126749Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/expr.1' from root:root to runner:runner
2025-08-20T19:11:52.6127419Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/dir.x' from root:root to runner:runner
2025-08-20T19:11:52.6128041Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/mknod.x' from root:root to runner:runner
2025-08-20T19:11:52.6128658Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/fold.x' from root:root to runner:runner
2025-08-20T19:11:52.6129270Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/expr.x' from root:root to runner:runner
2025-08-20T19:11:52.6129887Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/numfmt.1' from root:root to runner:runner
2025-08-20T19:11:52.6130621Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/false.1' from root:root to runner:runner
2025-08-20T19:11:52.6131358Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/wc.1' from root:root to runner:runner
2025-08-20T19:11:52.6132100Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/printf.x' from root:root to runner:runner
2025-08-20T19:11:52.6132723Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/printf.1' from root:root to runner:runner
2025-08-20T19:11:52.6133342Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/true.x' from root:root to runner:runner
2025-08-20T19:11:52.6133947Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/env.1' from root:root to runner:runner
2025-08-20T19:11:52.6134562Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sleep.x' from root:root to runner:runner
2025-08-20T19:11:52.6135173Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/ptx.x' from root:root to runner:runner
2025-08-20T19:11:52.6135786Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/users.x' from root:root to runner:runner
2025-08-20T19:11:52.6136498Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/b2sum.1' from root:root to runner:runner
2025-08-20T19:11:52.6137109Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/pwd.1' from root:root to runner:runner
2025-08-20T19:11:52.6137744Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/coreutils.1' from root:root to runner:runner
2025-08-20T19:11:52.6138360Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/md5sum.x' from root:root to runner:runner
2025-08-20T19:11:52.6138974Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/uname.x' from root:root to runner:runner
2025-08-20T19:11:52.6139759Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sha1sum.x' from root:root to runner:runner
2025-08-20T19:11:52.6140405Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/comm.1' from root:root to runner:runner
2025-08-20T19:11:52.6141184Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/csplit.1' from root:root to runner:runner
2025-08-20T19:11:52.6141818Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tac.1' from root:root to runner:runner
2025-08-20T19:11:52.6142440Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/logname.1' from root:root to runner:runner
2025-08-20T19:11:52.6143072Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sha512sum.x' from root:root to runner:runner
2025-08-20T19:11:52.6143770Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/mknod.1' from root:root to runner:runner
2025-08-20T19:11:52.6144540Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/dircolors.x' from root:root to runner:runner
2025-08-20T19:11:52.6145151Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/cut.1' from root:root to runner:runner
2025-08-20T19:11:52.6145770Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/uptime.x' from root:root to runner:runner
2025-08-20T19:11:52.6146379Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/dd.x' from root:root to runner:runner
2025-08-20T19:11:52.6146996Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/nice.x' from root:root to runner:runner
2025-08-20T19:11:52.6147602Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/arch.x' from root:root to runner:runner
2025-08-20T19:11:52.6148217Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/chown.1' from root:root to runner:runner
2025-08-20T19:11:52.6148950Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/kill.1' from root:root to runner:runner
2025-08-20T19:11:52.6149580Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sha384sum.1' from root:root to runner:runner
2025-08-20T19:11:52.6150195Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/rmdir.1' from root:root to runner:runner
2025-08-20T19:11:52.6150907Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/cat.x' from root:root to runner:runner
2025-08-20T19:11:52.6151581Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/pathchk.x' from root:root to runner:runner
2025-08-20T19:11:52.6152273Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/ls.x' from root:root to runner:runner
2025-08-20T19:11:52.6152884Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/kill.x' from root:root to runner:runner
2025-08-20T19:11:52.6153517Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/install.x' from root:root to runner:runner
2025-08-20T19:11:52.6154139Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/expand.x' from root:root to runner:runner
2025-08-20T19:11:52.6154749Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/chgrp.1' from root:root to runner:runner
2025-08-20T19:11:52.6155358Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/yes.1' from root:root to runner:runner
2025-08-20T19:11:52.6156043Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/groups.x' from root:root to runner:runner
2025-08-20T19:11:52.6156748Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/ls.1' from root:root to runner:runner
2025-08-20T19:11:52.6157370Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/basenc.1' from root:root to runner:runner
2025-08-20T19:11:52.6157994Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/hostid.1' from root:root to runner:runner
2025-08-20T19:11:52.6158612Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/runcon.x' from root:root to runner:runner
2025-08-20T19:11:52.6159221Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tee.1' from root:root to runner:runner
2025-08-20T19:11:52.6159828Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tee.x' from root:root to runner:runner
2025-08-20T19:11:52.6160547Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/chroot.x' from root:root to runner:runner
2025-08-20T19:11:52.6161313Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/touch.1' from root:root to runner:runner
2025-08-20T19:11:52.6161938Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/basename.1' from root:root to runner:runner
2025-08-20T19:11:52.6162550Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/cut.x' from root:root to runner:runner
2025-08-20T19:11:52.6163170Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/factor.x' from root:root to runner:runner
2025-08-20T19:11:52.6163784Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/head.x' from root:root to runner:runner
2025-08-20T19:11:52.6164460Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/link.1' from root:root to runner:runner
2025-08-20T19:11:52.6165103Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/mv.x' from root:root to runner:runner
2025-08-20T19:11:52.6165738Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sha224sum.x' from root:root to runner:runner
2025-08-20T19:11:52.6166361Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/expand.1' from root:root to runner:runner
2025-08-20T19:11:52.6166977Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/paste.1' from root:root to runner:runner
2025-08-20T19:11:52.6167599Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/chown.x' from root:root to runner:runner
2025-08-20T19:11:52.6168262Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/df.x' from root:root to runner:runner
2025-08-20T19:11:52.6168938Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/stty.x' from root:root to runner:runner
2025-08-20T19:11:52.6169558Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/nproc.x' from root:root to runner:runner
2025-08-20T19:11:52.6170168Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/pwd.x' from root:root to runner:runner
2025-08-20T19:11:52.6170882Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/true.1' from root:root to runner:runner
2025-08-20T19:11:52.6171558Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/realpath.x' from root:root to runner:runner
2025-08-20T19:11:52.6172186Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/timeout.x' from root:root to runner:runner
2025-08-20T19:11:52.6172789Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tr.1' from root:root to runner:runner
2025-08-20T19:11:52.6173524Z [00:04:11.177]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/mv.1' from root:root to runner:runner
2025-08-20T19:11:52.6174912Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/id.x' from root:root to runner:runner
2025-08-20T19:11:52.6175531Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sync.x' from root:root to runner:runner
2025-08-20T19:11:52.6176159Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/readlink.1' from root:root to runner:runner
2025-08-20T19:11:52.6176776Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/mktemp.1' from root:root to runner:runner
2025-08-20T19:11:52.6177522Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/shuf.1' from root:root to runner:runner
2025-08-20T19:11:52.6178141Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/echo.1' from root:root to runner:runner
2025-08-20T19:11:52.6178751Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/who.x' from root:root to runner:runner
2025-08-20T19:11:52.6179372Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/chroot.1' from root:root to runner:runner
2025-08-20T19:11:52.6179981Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/chmod.x' from root:root to runner:runner
2025-08-20T19:11:52.6180741Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sha224sum.1' from root:root to runner:runner
2025-08-20T19:11:52.6181389Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/whoami.x' from root:root to runner:runner
2025-08-20T19:11:52.6182160Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/runcon.1' from root:root to runner:runner
2025-08-20T19:11:52.6182779Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/cp.x' from root:root to runner:runner
2025-08-20T19:11:52.6183393Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/shred.x' from root:root to runner:runner
2025-08-20T19:11:52.6183997Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/du.x' from root:root to runner:runner
2025-08-20T19:11:52.6184618Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/pinky.x' from root:root to runner:runner
2025-08-20T19:11:52.6185224Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/wc.x' from root:root to runner:runner
2025-08-20T19:11:52.6185825Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/pr.1' from root:root to runner:runner
2025-08-20T19:11:52.6186449Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/stdbuf.x' from root:root to runner:runner
2025-08-20T19:11:52.6187150Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/rm.x' from root:root to runner:runner
2025-08-20T19:11:52.6187784Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sha256sum.1' from root:root to runner:runner
2025-08-20T19:11:52.6188415Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/truncate.x' from root:root to runner:runner
2025-08-20T19:11:52.6189022Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/cat.1' from root:root to runner:runner
2025-08-20T19:11:52.6189692Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sum.1' from root:root to runner:runner
2025-08-20T19:11:52.6190368Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/dirname.1' from root:root to runner:runner
2025-08-20T19:11:52.6191129Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/nice.1' from root:root to runner:runner
2025-08-20T19:11:52.6191764Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/dirname.x' from root:root to runner:runner
2025-08-20T19:11:52.6192370Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/stat.1' from root:root to runner:runner
2025-08-20T19:11:52.6192998Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/basenc.x' from root:root to runner:runner
2025-08-20T19:11:52.6193601Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/env.x' from root:root to runner:runner
2025-08-20T19:11:52.6194376Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/cksum.x' from root:root to runner:runner
2025-08-20T19:11:52.6195039Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/uniq.x' from root:root to runner:runner
2025-08-20T19:11:52.6195656Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/head.1' from root:root to runner:runner
2025-08-20T19:11:52.6196291Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/base64.1' from root:root to runner:runner
2025-08-20T19:11:52.6196917Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/unexpand.x' from root:root to runner:runner
2025-08-20T19:11:52.6197545Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/hostid.x' from root:root to runner:runner
2025-08-20T19:11:52.6198152Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sort.1' from root:root to runner:runner
2025-08-20T19:11:52.6198764Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/stty.1' from root:root to runner:runner
2025-08-20T19:11:52.6199492Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/numfmt.x' from root:root to runner:runner
2025-08-20T19:11:52.6200122Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/unexpand.1' from root:root to runner:runner
2025-08-20T19:11:52.6200857Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tac.x' from root:root to runner:runner
2025-08-20T19:11:52.6201507Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/shred.1' from root:root to runner:runner
2025-08-20T19:11:52.6202214Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/md5sum.1' from root:root to runner:runner
2025-08-20T19:11:52.6202858Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/dd.1' from root:root to runner:runner
2025-08-20T19:11:52.6203547Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/echo.x' from root:root to runner:runner
2025-08-20T19:11:52.6204215Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/dircolors.1' from root:root to runner:runner
2025-08-20T19:11:52.6204830Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/test.x' from root:root to runner:runner
2025-08-20T19:11:52.6205450Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/pinky.1' from root:root to runner:runner
2025-08-20T19:11:52.6206078Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/basename.x' from root:root to runner:runner
2025-08-20T19:11:52.6206798Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/who.1' from root:root to runner:runner
2025-08-20T19:11:52.6207411Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/vdir.1' from root:root to runner:runner
2025-08-20T19:11:52.6208011Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/pr.x' from root:root to runner:runner
2025-08-20T19:11:52.6208622Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/comm.x' from root:root to runner:runner
2025-08-20T19:11:52.6209249Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/timeout.1' from root:root to runner:runner
2025-08-20T19:11:52.6209861Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/chcon.1' from root:root to runner:runner
2025-08-20T19:11:52.6210667Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/uptime.1' from root:root to runner:runner
2025-08-20T19:11:52.6211307Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/stdbuf.1' from root:root to runner:runner
2025-08-20T19:11:52.6212058Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/yes.x' from root:root to runner:runner
2025-08-20T19:11:52.6212686Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/local.mk' from root:root to runner:runner
2025-08-20T19:11:52.6213304Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/mkdir.1' from root:root to runner:runner
2025-08-20T19:11:52.6213921Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/base64.x' from root:root to runner:runner
2025-08-20T19:11:52.6214600Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/uniq.1' from root:root to runner:runner
2025-08-20T19:11:52.6215210Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/dir.1' from root:root to runner:runner
2025-08-20T19:11:52.6215891Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/cksum.1' from root:root to runner:runner
2025-08-20T19:11:52.6216549Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/link.x' from root:root to runner:runner
2025-08-20T19:11:52.6217160Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/seq.x' from root:root to runner:runner
2025-08-20T19:11:52.6217776Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/ptx.1' from root:root to runner:runner
2025-08-20T19:11:52.6218395Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/base32.x' from root:root to runner:runner
2025-08-20T19:11:52.6219014Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/false.x' from root:root to runner:runner
2025-08-20T19:11:52.6219758Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/join.x' from root:root to runner:runner
2025-08-20T19:11:52.6220384Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/printenv.1' from root:root to runner:runner
2025-08-20T19:11:52.6221171Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/test.1' from root:root to runner:runner
2025-08-20T19:11:52.6221827Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/chcon.x' from root:root to runner:runner
2025-08-20T19:11:52.6222447Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sort.x' from root:root to runner:runner
2025-08-20T19:11:52.6223070Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/printenv.x' from root:root to runner:runner
2025-08-20T19:11:52.6223706Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sha512sum.1' from root:root to runner:runner
2025-08-20T19:11:52.6224483Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/help2man' from root:root to runner:runner
2025-08-20T19:11:52.6225100Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tail.1' from root:root to runner:runner
2025-08-20T19:11:52.6225707Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tty.1' from root:root to runner:runner
2025-08-20T19:11:52.6226312Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/fmt.x' from root:root to runner:runner
2025-08-20T19:11:52.6227001Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/groups.1' from root:root to runner:runner
2025-08-20T19:11:52.6227619Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/id.1' from root:root to runner:runner
2025-08-20T19:11:52.6228284Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/cp.1' from root:root to runner:runner
2025-08-20T19:11:52.6228910Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/install.1' from root:root to runner:runner
2025-08-20T19:11:52.6229521Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sum.x' from root:root to runner:runner
2025-08-20T19:11:52.6230150Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/hostname.x' from root:root to runner:runner
2025-08-20T19:11:52.6230869Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/nproc.1' from root:root to runner:runner
2025-08-20T19:11:52.6231520Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/rmdir.x' from root:root to runner:runner
2025-08-20T19:11:52.6232250Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/od.1' from root:root to runner:runner
2025-08-20T19:11:52.6232872Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/mkfifo.x' from root:root to runner:runner
2025-08-20T19:11:52.6233480Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tr.x' from root:root to runner:runner
2025-08-20T19:11:52.6234093Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/b2sum.x' from root:root to runner:runner
2025-08-20T19:11:52.6234718Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/logname.x' from root:root to runner:runner
2025-08-20T19:11:52.6235336Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sleep.1' from root:root to runner:runner
2025-08-20T19:11:52.6235954Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/dummy-man' from root:root to runner:runner
2025-08-20T19:11:52.6236722Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sync.1' from root:root to runner:runner
2025-08-20T19:11:52.6237338Z [00:04:11.178]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/users.1' from root:root to runner:runner
2025-08-20T19:11:52.6237969Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sha384sum.x' from root:root to runner:runner
2025-08-20T19:11:52.6238580Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/chgrp.x' from root:root to runner:runner
2025-08-20T19:11:52.6239281Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/hostname.1' from root:root to runner:runner
2025-08-20T19:11:52.6239893Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man' from root:root to runner:runner
2025-08-20T19:11:52.6240724Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/announce-gen' from root:root to runner:runner
2025-08-20T19:11:52.6241468Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/gnu-web-doc-update' from root:root to runner:runner
2025-08-20T19:11:52.6242133Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/vc-list-files' from root:root to runner:runner
2025-08-20T19:11:52.6242777Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/depcomp' from root:root to runner:runner
2025-08-20T19:11:52.6243402Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/ylwrap' from root:root to runner:runner
2025-08-20T19:11:52.6244139Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/compile' from root:root to runner:runner
2025-08-20T19:11:52.6244837Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/config.guess' from root:root to runner:runner
2025-08-20T19:11:52.6245486Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/config.sub' from root:root to runner:runner
2025-08-20T19:11:52.6246144Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/test-driver' from root:root to runner:runner
2025-08-20T19:11:52.6246834Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/gen-single-binary.sh' from root:root to runner:runner
2025-08-20T19:11:52.6247541Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/gen-lists-of-programs.sh' from root:root to runner:runner
2025-08-20T19:11:52.6248184Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/install-sh' from root:root to runner:runner
2025-08-20T19:11:52.6248971Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/gnupload' from root:root to runner:runner
2025-08-20T19:11:52.6249656Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/gitlog-to-changelog' from root:root to runner:runner
2025-08-20T19:11:52.6250363Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/useless-if-before-free' from root:root to runner:runner
2025-08-20T19:11:52.6251175Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/update-copyright' from root:root to runner:runner
2025-08-20T19:11:52.6251942Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/texinfo.tex' from root:root to runner:runner
2025-08-20T19:11:52.6252630Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/missing' from root:root to runner:runner
2025-08-20T19:11:52.6253346Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/gendocs.sh' from root:root to runner:runner
2025-08-20T19:11:52.6254039Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/mdate-sh' from root:root to runner:runner
2025-08-20T19:11:52.6254699Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/config.rpath' from root:root to runner:runner
2025-08-20T19:11:52.6255420Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/do-release-commit-and-tag' from root:root to runner:runner
2025-08-20T19:11:52.6256086Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/git-version-gen' from root:root to runner:runner
2025-08-20T19:11:52.6256837Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux' from root:root to runner:runner
2025-08-20T19:11:52.6257441Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/INSTALL' from root:root to runner:runner
2025-08-20T19:11:52.6258127Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chown/preserve-root.sh' from root:root to runner:runner
2025-08-20T19:11:52.6258804Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chown/separator.sh' from root:root to runner:runner
2025-08-20T19:11:52.6259459Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chown/basic.sh' from root:root to runner:runner
2025-08-20T19:11:52.6260113Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chown/deref.sh' from root:root to runner:runner
2025-08-20T19:11:52.6260828Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chown' from root:root to runner:runner
2025-08-20T19:11:52.6261645Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/filefrag-extent-compare' from root:root to runner:runner
2025-08-20T19:11:52.6262316Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/part-hardlink.sh' from root:root to runner:runner
2025-08-20T19:11:52.6262966Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/no-copy.sh' from root:root to runner:runner
2025-08-20T19:11:52.6263611Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/leak-fd.sh' from root:root to runner:runner
2025-08-20T19:11:52.6264278Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/mv-special-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6264969Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/i-4.sh' from root:root to runner:runner
2025-08-20T19:11:52.6265746Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/partition-perm.sh' from root:root to runner:runner
2025-08-20T19:11:52.6266465Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/mv-exchange.sh' from root:root to runner:runner
2025-08-20T19:11:52.6267103Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/hard-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.6267779Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/part-symlink.sh' from root:root to runner:runner
2025-08-20T19:11:52.6268410Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/mv-n.sh' from root:root to runner:runner
2025-08-20T19:11:52.6269048Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/force.sh' from root:root to runner:runner
2025-08-20T19:11:52.6269824Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/atomic.sh' from root:root to runner:runner
2025-08-20T19:11:52.6270569Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/update.sh' from root:root to runner:runner
2025-08-20T19:11:52.6271257Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/i-link-no.sh' from root:root to runner:runner
2025-08-20T19:11:52.6271915Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/backup-dir.sh' from root:root to runner:runner
2025-08-20T19:11:52.6272552Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/i-1.pl' from root:root to runner:runner
2025-08-20T19:11:52.6273195Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/dir-file.sh' from root:root to runner:runner
2025-08-20T19:11:52.6273940Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/symlink-onto-hardlink-to-self.sh' from root:root to runner:runner
2025-08-20T19:11:52.6274674Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/part-fail.sh' from root:root to runner:runner
2025-08-20T19:11:52.6275318Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/hard-3.sh' from root:root to runner:runner
2025-08-20T19:11:52.6275977Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/into-self-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.6276616Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/hard-4.sh' from root:root to runner:runner
2025-08-20T19:11:52.6277357Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/hard-link-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6278065Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/hardlink-case.sh' from root:root to runner:runner
2025-08-20T19:11:52.6278786Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/dir2dir.sh' from root:root to runner:runner
2025-08-20T19:11:52.6279418Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/diag.sh' from root:root to runner:runner
2025-08-20T19:11:52.6280091Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/no-target-dir.sh' from root:root to runner:runner
2025-08-20T19:11:52.6280832Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/into-self-3.sh' from root:root to runner:runner
2025-08-20T19:11:52.6281496Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/i-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.6282255Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/sticky-to-xpart.sh' from root:root to runner:runner
2025-08-20T19:11:52.6282888Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/acl.sh' from root:root to runner:runner
2025-08-20T19:11:52.6283591Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/i-5.sh' from root:root to runner:runner
2025-08-20T19:11:52.6284294Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/symlink-onto-hardlink.sh' from root:root to runner:runner
2025-08-20T19:11:52.6284972Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/backup-is-src.sh' from root:root to runner:runner
2025-08-20T19:11:52.6285596Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/i-3.sh' from root:root to runner:runner
2025-08-20T19:11:52.6286238Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/perm-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6286897Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/into-self.sh' from root:root to runner:runner
2025-08-20T19:11:52.6287556Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/to-symlink.sh' from root:root to runner:runner
2025-08-20T19:11:52.6288215Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/into-self-4.sh' from root:root to runner:runner
2025-08-20T19:11:52.6288868Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/dup-source.sh' from root:root to runner:runner
2025-08-20T19:11:52.6289608Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/childproof.sh' from root:root to runner:runner
2025-08-20T19:11:52.6290327Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/trailing-slash.sh' from root:root to runner:runner
2025-08-20T19:11:52.6291190Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/atomic2.sh' from root:root to runner:runner
2025-08-20T19:11:52.6291903Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/part-rename.sh' from root:root to runner:runner
2025-08-20T19:11:52.6292510Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv' from root:root to runner:runner
2025-08-20T19:11:52.6293177Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/test/test-diag.pl' from root:root to runner:runner
2025-08-20T19:11:52.6293821Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/test/test.pl' from root:root to runner:runner
2025-08-20T19:11:52.6294557Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/test/test-N.sh' from root:root to runner:runner
2025-08-20T19:11:52.6295172Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/test' from root:root to runner:runner
2025-08-20T19:11:52.6295915Z [00:04:11.179]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/read-only.sh' from root:root to runner:runner
2025-08-20T19:11:52.6296547Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/r-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.6297180Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/r-3.sh' from root:root to runner:runner
2025-08-20T19:11:52.6297807Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/rm3.sh' from root:root to runner:runner
2025-08-20T19:11:52.6298446Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/deep-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6299092Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/sunos-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6299732Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/deep-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.6300518Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/empty-immutable-skip.sh' from root:root to runner:runner
2025-08-20T19:11:52.6301189Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/empty-inacc.sh' from root:root to runner:runner
2025-08-20T19:11:52.6301936Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/fail-eperm.xpl' from root:root to runner:runner
2025-08-20T19:11:52.6302632Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/fail-2eperm.sh' from root:root to runner:runner
2025-08-20T19:11:52.6303332Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/r-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6303999Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/fail-eacces.sh' from root:root to runner:runner
2025-08-20T19:11:52.6304664Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/dir-nonrecur.sh' from root:root to runner:runner
2025-08-20T19:11:52.6305295Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/rm5.sh' from root:root to runner:runner
2025-08-20T19:11:52.6305941Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/i-never.sh' from root:root to runner:runner
2025-08-20T19:11:52.6306568Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/rm1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6307357Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/rm-readdir-fail.sh' from root:root to runner:runner
2025-08-20T19:11:52.6307991Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/ir-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6308704Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/f-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6309337Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/d-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.6309995Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/no-give-up.sh' from root:root to runner:runner
2025-08-20T19:11:52.6310754Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/inaccessible.sh' from root:root to runner:runner
2025-08-20T19:11:52.6311443Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/i-no-r.sh' from root:root to runner:runner
2025-08-20T19:11:52.6312107Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/empty-name.pl' from root:root to runner:runner
2025-08-20T19:11:52.6312737Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/hash.sh' from root:root to runner:runner
2025-08-20T19:11:52.6313385Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/unread2.sh' from root:root to runner:runner
2025-08-20T19:11:52.6314041Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/readdir-bug.sh' from root:root to runner:runner
2025-08-20T19:11:52.6314763Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/isatty.sh' from root:root to runner:runner
2025-08-20T19:11:52.6315489Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/unreadable.pl' from root:root to runner:runner
2025-08-20T19:11:52.6316198Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/ext3-perf.sh' from root:root to runner:runner
2025-08-20T19:11:52.6316885Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/one-file-system2.sh' from root:root to runner:runner
2025-08-20T19:11:52.6317570Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/one-file-system.sh' from root:root to runner:runner
2025-08-20T19:11:52.6318217Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/cycle.sh' from root:root to runner:runner
2025-08-20T19:11:52.6318911Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/interactive-always.sh' from root:root to runner:runner
2025-08-20T19:11:52.6319626Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/r-root.sh' from root:root to runner:runner
2025-08-20T19:11:52.6320275Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/dir-no-w.sh' from root:root to runner:runner
2025-08-20T19:11:52.6321205Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/many-dir-entries-vs-OOM.sh' from root:root to runner:runner
2025-08-20T19:11:52.6321851Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/d-3.sh' from root:root to runner:runner
2025-08-20T19:11:52.6322482Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/d-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6323130Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/r-4.sh' from root:root to runner:runner
2025-08-20T19:11:52.6323820Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/interactive-once.sh' from root:root to runner:runner
2025-08-20T19:11:52.6324456Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/i-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6325104Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/dot-rel.sh' from root:root to runner:runner
2025-08-20T19:11:52.6325797Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/dangling-symlink.sh' from root:root to runner:runner
2025-08-20T19:11:52.6326437Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/unread3.sh' from root:root to runner:runner
2025-08-20T19:11:52.6327161Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/rm4.sh' from root:root to runner:runner
2025-08-20T19:11:52.6327813Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/rm2.sh' from root:root to runner:runner
2025-08-20T19:11:52.6328529Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/v-slash.sh' from root:root to runner:runner
2025-08-20T19:11:52.6329207Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/ignorable.sh' from root:root to runner:runner
2025-08-20T19:11:52.6329810Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm' from root:root to runner:runner
2025-08-20T19:11:52.6330607Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/runcon/runcon-no-reorder.sh' from root:root to runner:runner
2025-08-20T19:11:52.6331342Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/runcon/runcon-compute.sh' from root:root to runner:runner
2025-08-20T19:11:52.6332120Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/runcon' from root:root to runner:runner
2025-08-20T19:11:52.6332765Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/header.sh' from root:root to runner:runner
2025-08-20T19:11:52.6333519Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/no-mtab-status.sh' from root:root to runner:runner
2025-08-20T19:11:52.6334177Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/df-output.sh' from root:root to runner:runner
2025-08-20T19:11:52.6334839Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/skip-rootfs.sh' from root:root to runner:runner
2025-08-20T19:11:52.6335530Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/over-mount-device.sh' from root:root to runner:runner
2025-08-20T19:11:52.6336218Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/problematic-chars.sh' from root:root to runner:runner
2025-08-20T19:11:52.6336860Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/df-P.sh' from root:root to runner:runner
2025-08-20T19:11:52.6337552Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/total-unprocessed.sh' from root:root to runner:runner
2025-08-20T19:11:52.6338215Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/df-symlink.sh' from root:root to runner:runner
2025-08-20T19:11:52.6338890Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/skip-duplicates.sh' from root:root to runner:runner
2025-08-20T19:11:52.6339633Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/total-verify.sh' from root:root to runner:runner
2025-08-20T19:11:52.6340326Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/unreadable.sh' from root:root to runner:runner
2025-08-20T19:11:52.6341114Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df' from root:root to runner:runner
2025-08-20T19:11:52.6341783Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/CuSkip.pm' from root:root to runner:runner
2025-08-20T19:11:52.6342415Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/od/od-N.sh' from root:root to runner:runner
2025-08-20T19:11:52.6343055Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/od/od-j.sh' from root:root to runner:runner
2025-08-20T19:11:52.6343725Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/od/od-multiple-t.sh' from root:root to runner:runner
2025-08-20T19:11:52.6344523Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/od/od-endian.sh' from root:root to runner:runner
2025-08-20T19:11:52.6345159Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/od/od-x8.sh' from root:root to runner:runner
2025-08-20T19:11:52.6345906Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/od/od.pl' from root:root to runner:runner
2025-08-20T19:11:52.6346557Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/od/od-float.sh' from root:root to runner:runner
2025-08-20T19:11:52.6347165Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/od' from root:root to runner:runner
2025-08-20T19:11:52.6347805Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/fmt/base.pl' from root:root to runner:runner
2025-08-20T19:11:52.6348460Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/fmt/long-line.sh' from root:root to runner:runner
2025-08-20T19:11:52.6349135Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/fmt/goal-option.sh' from root:root to runner:runner
2025-08-20T19:11:52.6349791Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/fmt/non-space.sh' from root:root to runner:runner
2025-08-20T19:11:52.6350406Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/fmt' from root:root to runner:runner
2025-08-20T19:11:52.6351192Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/expr/expr.pl' from root:root to runner:runner
2025-08-20T19:11:52.6351986Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/expr/expr-multibyte.pl' from root:root to runner:runner
2025-08-20T19:11:52.6352628Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/expr' from root:root to runner:runner
2025-08-20T19:11:52.6353359Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/date/date-tz.sh' from root:root to runner:runner
2025-08-20T19:11:52.6354027Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/date/date-sec.sh' from root:root to runner:runner
2025-08-20T19:11:52.6354687Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/date/date-debug.sh' from root:root to runner:runner
2025-08-20T19:11:52.6355340Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/date/date.pl' from root:root to runner:runner
2025-08-20T19:11:52.6356016Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/date/date-next-dow.pl' from root:root to runner:runner
2025-08-20T19:11:52.6356628Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/date' from root:root to runner:runner
2025-08-20T19:11:52.6357384Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tty/tty.sh' from root:root to runner:runner
2025-08-20T19:11:52.6358036Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tty/tty-eof.pl' from root:root to runner:runner
2025-08-20T19:11:52.6358742Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tty' from root:root to runner:runner
2025-08-20T19:11:52.6359469Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/install/install-Z-selinux.sh' from root:root to runner:runner
2025-08-20T19:11:52.6360171Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/install/install-C-root.sh' from root:root to runner:runner
2025-08-20T19:11:52.6360952Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/install/strip-program.sh' from root:root to runner:runner
2025-08-20T19:11:52.6361681Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/install/install-C.sh' from root:root to runner:runner
2025-08-20T19:11:52.6362372Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/install/create-leading.sh' from root:root to runner:runner
2025-08-20T19:11:52.6363082Z [00:04:11.180]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/install/install-C-selinux.sh' from root:root to runner:runner
2025-08-20T19:11:52.6363737Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/install/trap.sh' from root:root to runner:runner
2025-08-20T19:11:52.6364403Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/install/basic-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6365172Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/install/d-slashdot.sh' from root:root to runner:runner
2025-08-20T19:11:52.6365863Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/install' from root:root to runner:runner
2025-08-20T19:11:52.6366528Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/apparent.sh' from root:root to runner:runner
2025-08-20T19:11:52.6367186Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/files0-from.pl' from root:root to runner:runner
2025-08-20T19:11:52.6367851Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/deref-args.sh' from root:root to runner:runner
2025-08-20T19:11:52.6368495Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/two-args.sh' from root:root to runner:runner
2025-08-20T19:11:52.6369139Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/inodes.sh' from root:root to runner:runner
2025-08-20T19:11:52.6369921Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/long-from-unreadable.sh' from root:root to runner:runner
2025-08-20T19:11:52.6370702Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/bind-mount-dir-cycle.sh' from root:root to runner:runner
2025-08-20T19:11:52.6371487Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/restore-wd.sh' from root:root to runner:runner
2025-08-20T19:11:52.6372175Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/files0-from-dir.sh' from root:root to runner:runner
2025-08-20T19:11:52.6372807Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/2g.sh' from root:root to runner:runner
2025-08-20T19:11:52.6373448Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/exclude.sh' from root:root to runner:runner
2025-08-20T19:11:52.6374111Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/inacc-dest.sh' from root:root to runner:runner
2025-08-20T19:11:52.6374758Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/hard-link.sh' from root:root to runner:runner
2025-08-20T19:11:52.6375413Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/inacc-dir.sh' from root:root to runner:runner
2025-08-20T19:11:52.6376052Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/slash.sh' from root:root to runner:runner
2025-08-20T19:11:52.6376761Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/bind-mount-dir-cycle-v2.sh' from root:root to runner:runner
2025-08-20T19:11:52.6377490Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/long-sloop.sh' from root:root to runner:runner
2025-08-20T19:11:52.6378240Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/bigtime.sh' from root:root to runner:runner
2025-08-20T19:11:52.6378947Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/one-file-system.sh' from root:root to runner:runner
2025-08-20T19:11:52.6379668Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/move-dir-while-traversing.sh' from root:root to runner:runner
2025-08-20T19:11:52.6380366Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/inaccessible-cwd.sh' from root:root to runner:runner
2025-08-20T19:11:52.6381171Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/threshold.sh' from root:root to runner:runner
2025-08-20T19:11:52.6381828Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/basic.sh' from root:root to runner:runner
2025-08-20T19:11:52.6382613Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/fd-leak.sh' from root:root to runner:runner
2025-08-20T19:11:52.6383249Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/no-x.sh' from root:root to runner:runner
2025-08-20T19:11:52.6383991Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/max-depth.sh' from root:root to runner:runner
2025-08-20T19:11:52.6384674Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/trailing-slash.sh' from root:root to runner:runner
2025-08-20T19:11:52.6385323Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/no-deref.sh' from root:root to runner:runner
2025-08-20T19:11:52.6385948Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/8gb.sh' from root:root to runner:runner
2025-08-20T19:11:52.6386592Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/deref.sh' from root:root to runner:runner
2025-08-20T19:11:52.6387193Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du' from root:root to runner:runner
2025-08-20T19:11:52.6387852Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/csplit/csplit.sh' from root:root to runner:runner
2025-08-20T19:11:52.6388537Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/csplit/csplit-heap.sh' from root:root to runner:runner
2025-08-20T19:11:52.6389272Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/csplit/csplit-suppress-matched.pl' from root:root to runner:runner
2025-08-20T19:11:52.6390032Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/csplit/csplit-1000.sh' from root:root to runner:runner
2025-08-20T19:11:52.6390949Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/csplit/csplit-io-err.sh' from root:root to runner:runner
2025-08-20T19:11:52.6391648Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/csplit' from root:root to runner:runner
2025-08-20T19:11:52.6392316Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/env/env-S-script.sh' from root:root to runner:runner
2025-08-20T19:11:52.6392967Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/env/env-S.pl' from root:root to runner:runner
2025-08-20T19:11:52.6393656Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/env/env-signal-handler.sh' from root:root to runner:runner
2025-08-20T19:11:52.6394315Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/env/env-null.sh' from root:root to runner:runner
2025-08-20T19:11:52.6395081Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/env/env.sh' from root:root to runner:runner
2025-08-20T19:11:52.6395698Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/env' from root:root to runner:runner
2025-08-20T19:11:52.6396473Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/shred/shred-exact.sh' from root:root to runner:runner
2025-08-20T19:11:52.6397161Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/shred/shred-passes.sh' from root:root to runner:runner
2025-08-20T19:11:52.6397833Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/shred/shred-size.sh' from root:root to runner:runner
2025-08-20T19:11:52.6398522Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/shred/shred-remove.sh' from root:root to runner:runner
2025-08-20T19:11:52.6399148Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/shred' from root:root to runner:runner
2025-08-20T19:11:52.6399808Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/seek-data-capable' from root:root to runner:runner
2025-08-20T19:11:52.6400582Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/sm3sum.pl' from root:root to runner:runner
2025-08-20T19:11:52.6401315Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/md5sum-newline.pl' from root:root to runner:runner
2025-08-20T19:11:52.6401977Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/sha1sum.pl' from root:root to runner:runner
2025-08-20T19:11:52.6402754Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/md5sum-parallel.sh' from root:root to runner:runner
2025-08-20T19:11:52.6403405Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/sum.pl' from root:root to runner:runner
2025-08-20T19:11:52.6404139Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/sha256sum.pl' from root:root to runner:runner
2025-08-20T19:11:52.6404826Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/sha1sum-vec.pl' from root:root to runner:runner
2025-08-20T19:11:52.6405511Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/cksum-base64.pl' from root:root to runner:runner
2025-08-20T19:11:52.6406179Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/cksum-raw.sh' from root:root to runner:runner
2025-08-20T19:11:52.6406851Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/sha512sum.pl' from root:root to runner:runner
2025-08-20T19:11:52.6407589Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/md5sum-bsd.sh' from root:root to runner:runner
2025-08-20T19:11:52.6408250Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/cksum-c.sh' from root:root to runner:runner
2025-08-20T19:11:52.6408986Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/sum-sysv.sh' from root:root to runner:runner
2025-08-20T19:11:52.6409657Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/sha224sum.pl' from root:root to runner:runner
2025-08-20T19:11:52.6410323Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/sha384sum.pl' from root:root to runner:runner
2025-08-20T19:11:52.6411107Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/cksum-a.sh' from root:root to runner:runner
2025-08-20T19:11:52.6411784Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/md5sum.pl' from root:root to runner:runner
2025-08-20T19:11:52.6412435Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/cksum.sh' from root:root to runner:runner
2025-08-20T19:11:52.6413088Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/b2sum.sh' from root:root to runner:runner
2025-08-20T19:11:52.6413706Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum' from root:root to runner:runner
2025-08-20T19:11:52.6414351Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/wc/wc-nbsp.sh' from root:root to runner:runner
2025-08-20T19:11:52.6415077Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/wc/wc.pl' from root:root to runner:runner
2025-08-20T19:11:52.6415749Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/wc/wc-files0.sh' from root:root to runner:runner
2025-08-20T19:11:52.6416471Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/wc/wc-total.sh' from root:root to runner:runner
2025-08-20T19:11:52.6417204Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/wc/wc-parallel.sh' from root:root to runner:runner
2025-08-20T19:11:52.6417887Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/wc/wc-files0-from.pl' from root:root to runner:runner
2025-08-20T19:11:52.6418536Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/wc/wc-proc.sh' from root:root to runner:runner
2025-08-20T19:11:52.6419141Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/wc' from root:root to runner:runner
2025-08-20T19:11:52.6419881Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/uniq/uniq.pl' from root:root to runner:runner
2025-08-20T19:11:52.6420683Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/uniq/uniq-collate.sh' from root:root to runner:runner
2025-08-20T19:11:52.6421500Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/uniq/uniq-perf.sh' from root:root to runner:runner
2025-08-20T19:11:52.6422115Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/uniq' from root:root to runner:runner
2025-08-20T19:11:52.6422815Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/timeout/timeout-group.sh' from root:root to runner:runner
2025-08-20T19:11:52.6423532Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/timeout/timeout-parameters.sh' from root:root to runner:runner
2025-08-20T19:11:52.6424195Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/timeout/timeout.sh' from root:root to runner:runner
2025-08-20T19:11:52.6424899Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/timeout/timeout-blocked.pl' from root:root to runner:runner
2025-08-20T19:11:52.6425645Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/timeout/timeout-large-parameters.sh' from root:root to runner:runner
2025-08-20T19:11:52.6426267Z [00:04:11.181]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/timeout' from root:root to runner:runner
2025-08-20T19:11:52.6426949Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/join/join.pl' from root:root to runner:runner
2025-08-20T19:11:52.6427707Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/join/join-utf8.sh' from root:root to runner:runner
2025-08-20T19:11:52.6428333Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/join' from root:root to runner:runner
2025-08-20T19:11:52.6429136Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/printf/printf-quote.sh' from root:root to runner:runner
2025-08-20T19:11:52.6429831Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/printf/printf-hex.sh' from root:root to runner:runner
2025-08-20T19:11:52.6430638Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/printf/printf-indexed.sh' from root:root to runner:runner
2025-08-20T19:11:52.6431322Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/printf/printf.sh' from root:root to runner:runner
2025-08-20T19:11:52.6432000Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/printf/printf-mb.sh' from root:root to runner:runner
2025-08-20T19:11:52.6432770Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/printf/printf-cov.pl' from root:root to runner:runner
2025-08-20T19:11:52.6433471Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/printf/printf-surprise.sh' from root:root to runner:runner
2025-08-20T19:11:52.6434174Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/printf' from root:root to runner:runner
2025-08-20T19:11:52.6434802Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/no-perl' from root:root to runner:runner
2025-08-20T19:11:52.6435486Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chroot/chroot-fail.sh' from root:root to runner:runner
2025-08-20T19:11:52.6436193Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chroot/chroot-credentials.sh' from root:root to runner:runner
2025-08-20T19:11:52.6436809Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chroot' from root:root to runner:runner
2025-08-20T19:11:52.6437532Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/inotify-race2.sh' from root:root to runner:runner
2025-08-20T19:11:52.6438208Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/append-only.sh' from root:root to runner:runner
2025-08-20T19:11:52.6438912Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/descriptor-vs-rename.sh' from root:root to runner:runner
2025-08-20T19:11:52.6439589Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/end-of-device.sh' from root:root to runner:runner
2025-08-20T19:11:52.6440334Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/tail-sysfs.sh' from root:root to runner:runner
2025-08-20T19:11:52.6441158Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/inotify-rotate.sh' from root:root to runner:runner
2025-08-20T19:11:52.6441936Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/start-middle.sh' from root:root to runner:runner
2025-08-20T19:11:52.6442618Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/follow-stdin.sh' from root:root to runner:runner
2025-08-20T19:11:52.6443290Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/proc-ksyms.sh' from root:root to runner:runner
2025-08-20T19:11:52.6443999Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/inotify-only-regular.sh' from root:root to runner:runner
2025-08-20T19:11:52.6444703Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/tail-n0f.sh' from root:root to runner:runner
2025-08-20T19:11:52.6445450Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/F-vs-missing.sh' from root:root to runner:runner
2025-08-20T19:11:52.6446095Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/retry.sh' from root:root to runner:runner
2025-08-20T19:11:52.6446828Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/F-vs-rename.sh' from root:root to runner:runner
2025-08-20T19:11:52.6447471Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/wait.sh' from root:root to runner:runner
2025-08-20T19:11:52.6448132Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/symlink.sh' from root:root to runner:runner
2025-08-20T19:11:52.6448777Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/pipe-f.sh' from root:root to runner:runner
2025-08-20T19:11:52.6449437Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/pid-pipe.sh' from root:root to runner:runner
2025-08-20T19:11:52.6450126Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/overlay-headers.sh' from root:root to runner:runner
2025-08-20T19:11:52.6450881Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/tail.pl' from root:root to runner:runner
2025-08-20T19:11:52.6451563Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/tail-c.sh' from root:root to runner:runner
2025-08-20T19:11:52.6452218Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/big-4gb.sh' from root:root to runner:runner
2025-08-20T19:11:52.6452963Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/truncate.sh' from root:root to runner:runner
2025-08-20T19:11:52.6453640Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/assert.sh' from root:root to runner:runner
2025-08-20T19:11:52.6454383Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/assert-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.6455046Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/pipe-f2.sh' from root:root to runner:runner
2025-08-20T19:11:52.6455711Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/F-headers.sh' from root:root to runner:runner
2025-08-20T19:11:52.6456356Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/pid.sh' from root:root to runner:runner
2025-08-20T19:11:52.6457090Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/inotify-rotate-resources.sh' from root:root to runner:runner
2025-08-20T19:11:52.6457883Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/flush-initial.sh' from root:root to runner:runner
2025-08-20T19:11:52.6458591Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/inotify-hash-abuse.sh' from root:root to runner:runner
2025-08-20T19:11:52.6459400Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/inotify-hash-abuse2.sh' from root:root to runner:runner
2025-08-20T19:11:52.6460084Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/inotify-race.sh' from root:root to runner:runner
2025-08-20T19:11:52.6460927Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/follow-name.sh' from root:root to runner:runner
2025-08-20T19:11:52.6461680Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/inotify-dir-recreate.sh' from root:root to runner:runner
2025-08-20T19:11:52.6462299Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail' from root:root to runner:runner
2025-08-20T19:11:52.6462971Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stty/stty-row-col.sh' from root:root to runner:runner
2025-08-20T19:11:52.6463640Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stty/stty-pairs.sh' from root:root to runner:runner
2025-08-20T19:11:52.6464280Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stty/stty.sh' from root:root to runner:runner
2025-08-20T19:11:52.6464954Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stty/stty-invalid.sh' from root:root to runner:runner
2025-08-20T19:11:52.6465653Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stty' from root:root to runner:runner
2025-08-20T19:11:52.6466370Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/factor/factor.pl' from root:root to runner:runner
2025-08-20T19:11:52.6467162Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/factor/run.sh' from root:root to runner:runner
2025-08-20T19:11:52.6467868Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/factor/create-test.sh' from root:root to runner:runner
2025-08-20T19:11:52.6468571Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/factor/factor-parallel.sh' from root:root to runner:runner
2025-08-20T19:11:52.6469195Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/factor' from root:root to runner:runner
2025-08-20T19:11:52.6469880Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/groups/groups-dash.sh' from root:root to runner:runner
2025-08-20T19:11:52.6470679Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/groups/groups-process-all.sh' from root:root to runner:runner
2025-08-20T19:11:52.6471390Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/groups/groups-version.sh' from root:root to runner:runner
2025-08-20T19:11:52.6472121Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/groups' from root:root to runner:runner
2025-08-20T19:11:52.6472795Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/cp-mv-backup.sh' from root:root to runner:runner
2025-08-20T19:11:52.6473474Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/symlink-slash.sh' from root:root to runner:runner
2025-08-20T19:11:52.6474169Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/sparse-extents.sh' from root:root to runner:runner
2025-08-20T19:11:52.6474911Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/sparse-to-pipe.sh' from root:root to runner:runner
2025-08-20T19:11:52.6475668Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/proc-zero-len.sh' from root:root to runner:runner
2025-08-20T19:11:52.6476347Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/link-no-deref.sh' from root:root to runner:runner
2025-08-20T19:11:52.6477009Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/deref-slink.sh' from root:root to runner:runner
2025-08-20T19:11:52.6477645Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/perm.sh' from root:root to runner:runner
2025-08-20T19:11:52.6478313Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/src-base-dot.sh' from root:root to runner:runner
2025-08-20T19:11:52.6479001Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/cp-mv-enotsup-xattr.sh' from root:root to runner:runner
2025-08-20T19:11:52.6479810Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/no-deref-link2.sh' from root:root to runner:runner
2025-08-20T19:11:52.6480575Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/sparse-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.6481284Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/sparse-perf.sh' from root:root to runner:runner
2025-08-20T19:11:52.6481921Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/cp-i.sh' from root:root to runner:runner
2025-08-20T19:11:52.6482595Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/preserve-gid.sh' from root:root to runner:runner
2025-08-20T19:11:52.6483280Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/cross-dev-symlink.sh' from root:root to runner:runner
2025-08-20T19:11:52.6483942Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/capability.sh' from root:root to runner:runner
2025-08-20T19:11:52.6484744Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/r-vs-symlink.sh' from root:root to runner:runner
2025-08-20T19:11:52.6485398Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/dir-slash.sh' from root:root to runner:runner
2025-08-20T19:11:52.6486078Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/no-deref-link3.sh' from root:root to runner:runner
2025-08-20T19:11:52.6486732Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/backup-dir.sh' from root:root to runner:runner
2025-08-20T19:11:52.6487454Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/fail-perm.sh' from root:root to runner:runner
2025-08-20T19:11:52.6488200Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/existing-perm-dir.sh' from root:root to runner:runner
2025-08-20T19:11:52.6488890Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/parent-perm-race.sh' from root:root to runner:runner
2025-08-20T19:11:52.6489537Z [00:04:11.182]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/backup-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6490185Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/no-ctx.sh' from root:root to runner:runner
2025-08-20T19:11:52.6490945Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/link-symlink.sh' from root:root to runner:runner
2025-08-20T19:11:52.6491621Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/copy-FMR.sh' from root:root to runner:runner
2025-08-20T19:11:52.6492436Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/link.sh' from root:root to runner:runner
2025-08-20T19:11:52.6493166Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/keep-directory-symlink.sh' from root:root to runner:runner
2025-08-20T19:11:52.6493842Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/reflink-auto.sh' from root:root to runner:runner
2025-08-20T19:11:52.6494512Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/link-preserve.sh' from root:root to runner:runner
2025-08-20T19:11:52.6495189Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/no-deref-link1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6495856Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/cp-a-selinux.sh' from root:root to runner:runner
2025-08-20T19:11:52.6496512Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/cp-parents.sh' from root:root to runner:runner
2025-08-20T19:11:52.6497277Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/parent-perm.sh' from root:root to runner:runner
2025-08-20T19:11:52.6497956Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/preserve-mode.sh' from root:root to runner:runner
2025-08-20T19:11:52.6498600Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/debug.sh' from root:root to runner:runner
2025-08-20T19:11:52.6499262Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/slink-2-slink.sh' from root:root to runner:runner
2025-08-20T19:11:52.6499993Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/special-bits.sh' from root:root to runner:runner
2025-08-20T19:11:52.6500750Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/dir-vs-file.sh' from root:root to runner:runner
2025-08-20T19:11:52.6501435Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/same-file.sh' from root:root to runner:runner
2025-08-20T19:11:52.6502133Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/preserve-slink-time.sh' from root:root to runner:runner
2025-08-20T19:11:52.6502790Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/link-heap.sh' from root:root to runner:runner
2025-08-20T19:11:52.6503485Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/existing-perm-race.sh' from root:root to runner:runner
2025-08-20T19:11:52.6504113Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/acl.sh' from root:root to runner:runner
2025-08-20T19:11:52.6504987Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/sparse-extents-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.6505664Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/attr-existing.sh' from root:root to runner:runner
2025-08-20T19:11:52.6506343Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/preserve-link.sh' from root:root to runner:runner
2025-08-20T19:11:52.6507032Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/nfs-removal-race.sh' from root:root to runner:runner
2025-08-20T19:11:52.6507704Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/thru-dangling.sh' from root:root to runner:runner
2025-08-20T19:11:52.6508343Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/cp-HL.sh' from root:root to runner:runner
2025-08-20T19:11:52.6509017Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/backup-is-src.sh' from root:root to runner:runner
2025-08-20T19:11:52.6509762Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/abuse.sh' from root:root to runner:runner
2025-08-20T19:11:52.6510416Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/into-self.sh' from root:root to runner:runner
2025-08-20T19:11:52.6511250Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/sparse.sh' from root:root to runner:runner
2025-08-20T19:11:52.6511932Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/reflink-perm.sh' from root:root to runner:runner
2025-08-20T19:11:52.6512668Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/cp-deref.sh' from root:root to runner:runner
2025-08-20T19:11:52.6513403Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/preserve-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.6514089Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/file-perm-race.sh' from root:root to runner:runner
2025-08-20T19:11:52.6514747Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/link-deref.sh' from root:root to runner:runner
2025-08-20T19:11:52.6515406Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/dir-rm-dest.sh' from root:root to runner:runner
2025-08-20T19:11:52.6516085Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/proc-short-read.sh' from root:root to runner:runner
2025-08-20T19:11:52.6516738Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/special-f.sh' from root:root to runner:runner
2025-08-20T19:11:52.6517411Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp' from root:root to runner:runner
2025-08-20T19:11:52.6518173Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/basenc/base64.pl' from root:root to runner:runner
2025-08-20T19:11:52.6518838Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/basenc/basenc.pl' from root:root to runner:runner
2025-08-20T19:11:52.6519466Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/basenc' from root:root to runner:runner
2025-08-20T19:11:52.6520195Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/help/help-version-getopt.sh' from root:root to runner:runner
2025-08-20T19:11:52.6521012Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/help/help-version.sh' from root:root to runner:runner
2025-08-20T19:11:52.6521654Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/help' from root:root to runner:runner
2025-08-20T19:11:52.6522463Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/shuf/shuf-reservoir.sh' from root:root to runner:runner
2025-08-20T19:11:52.6523105Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/shuf/shuf.sh' from root:root to runner:runner
2025-08-20T19:11:52.6523720Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/shuf' from root:root to runner:runner
2025-08-20T19:11:52.6524361Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/envvar-check' from root:root to runner:runner
2025-08-20T19:11:52.6525045Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rmdir/symlink-errors.sh' from root:root to runner:runner
2025-08-20T19:11:52.6525846Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rmdir/fail-perm.sh' from root:root to runner:runner
2025-08-20T19:11:52.6526509Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rmdir/ignore.sh' from root:root to runner:runner
2025-08-20T19:11:52.6527168Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rmdir/t-slash.sh' from root:root to runner:runner
2025-08-20T19:11:52.6527785Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rmdir' from root:root to runner:runner
2025-08-20T19:11:52.6528480Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stat/stat-nanoseconds.sh' from root:root to runner:runner
2025-08-20T19:11:52.6529153Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stat/stat-hyphen.sh' from root:root to runner:runner
2025-08-20T19:11:52.6529875Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stat/stat-fmt.sh' from root:root to runner:runner
2025-08-20T19:11:52.6530742Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stat/stat-slash.sh' from root:root to runner:runner
2025-08-20T19:11:52.6531444Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stat/stat-printf.pl' from root:root to runner:runner
2025-08-20T19:11:52.6532134Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stat/stat-birthtime.sh' from root:root to runner:runner
2025-08-20T19:11:52.6532806Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stat/stat-mount.sh' from root:root to runner:runner
2025-08-20T19:11:52.6533414Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stat' from root:root to runner:runner
2025-08-20T19:11:52.6534053Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sample-test' from root:root to runner:runner
2025-08-20T19:11:52.6534725Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chcon/chcon-fail.sh' from root:root to runner:runner
2025-08-20T19:11:52.6535512Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chcon/chcon.sh' from root:root to runner:runner
2025-08-20T19:11:52.6536132Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chcon' from root:root to runner:runner
2025-08-20T19:11:52.6536790Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/other-fs-tmpdir' from root:root to runner:runner
2025-08-20T19:11:52.6537481Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/skip-seek-past-dev.sh' from root:root to runner:runner
2025-08-20T19:11:52.6538191Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/misc.sh' from root:root to runner:runner
2025-08-20T19:11:52.6538932Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/skip-seek.pl' from root:root to runner:runner
2025-08-20T19:11:52.6539613Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/no-allocate.sh' from root:root to runner:runner
2025-08-20T19:11:52.6540269Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/unblock.pl' from root:root to runner:runner
2025-08-20T19:11:52.6541014Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/stderr.sh' from root:root to runner:runner
2025-08-20T19:11:52.6541720Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/skip-seek2.sh' from root:root to runner:runner
2025-08-20T19:11:52.6542466Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/unblock-sync.sh' from root:root to runner:runner
2025-08-20T19:11:52.6543224Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/stats.sh' from root:root to runner:runner
2025-08-20T19:11:52.6543893Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/nocache_fail.sh' from root:root to runner:runner
2025-08-20T19:11:52.6544636Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/skip-seek-past-file.sh' from root:root to runner:runner
2025-08-20T19:11:52.6545298Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/nocache_eof.sh' from root:root to runner:runner
2025-08-20T19:11:52.6545943Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/nocache.sh' from root:root to runner:runner
2025-08-20T19:11:52.6546578Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/bytes.sh' from root:root to runner:runner
2025-08-20T19:11:52.6547213Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/direct.sh' from root:root to runner:runner
2025-08-20T19:11:52.6547962Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/ascii.sh' from root:root to runner:runner
2025-08-20T19:11:52.6548608Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/reblock.sh' from root:root to runner:runner
2025-08-20T19:11:52.6549252Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/sparse.sh' from root:root to runner:runner
2025-08-20T19:11:52.6549914Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/not-rewound.sh' from root:root to runner:runner
2025-08-20T19:11:52.6550682Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd' from root:root to runner:runner
2025-08-20T19:11:52.6551386Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/head/head.pl' from root:root to runner:runner
2025-08-20T19:11:52.6552080Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/head/head-elide-tail.pl' from root:root to runner:runner
2025-08-20T19:11:52.6552747Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/head/head-pos.sh' from root:root to runner:runner
2025-08-20T19:11:52.6553435Z [00:04:11.183]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/head/head-write-error.sh' from root:root to runner:runner
2025-08-20T19:11:52.6554093Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/head/head-c.sh' from root:root to runner:runner
2025-08-20T19:11:52.6554773Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/head' from root:root to runner:runner
2025-08-20T19:11:52.6555600Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ln/slash-decorated-nonexistent-dest.sh' from root:root to runner:runner
2025-08-20T19:11:52.6556237Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ln/misc.sh' from root:root to runner:runner
2025-08-20T19:11:52.6556891Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ln/relative.sh' from root:root to runner:runner
2025-08-20T19:11:52.6557551Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ln/hard-backup.sh' from root:root to runner:runner
2025-08-20T19:11:52.6558179Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ln/sf-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6558842Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ln/hard-to-sym.sh' from root:root to runner:runner
2025-08-20T19:11:52.6559486Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ln/backup-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6560217Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ln/target-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6560902Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ln' from root:root to runner:runner
2025-08-20T19:11:52.6561559Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/nice/nice.sh' from root:root to runner:runner
2025-08-20T19:11:52.6562223Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/nice/nice-fail.sh' from root:root to runner:runner
2025-08-20T19:11:52.6562917Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/nice' from root:root to runner:runner
2025-08-20T19:11:52.6563623Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/seq/seq-extra-number.sh' from root:root to runner:runner
2025-08-20T19:11:52.6564335Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/seq/seq-epipe.sh' from root:root to runner:runner
2025-08-20T19:11:52.6564973Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/seq/seq.pl' from root:root to runner:runner
2025-08-20T19:11:52.6565644Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/seq/seq-precision.sh' from root:root to runner:runner
2025-08-20T19:11:52.6566325Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/seq/seq-io-errors.sh' from root:root to runner:runner
2025-08-20T19:11:52.6566981Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/seq/seq-locale.sh' from root:root to runner:runner
2025-08-20T19:11:52.6567736Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/seq/seq-long-double.sh' from root:root to runner:runner
2025-08-20T19:11:52.6568346Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/seq' from root:root to runner:runner
2025-08-20T19:11:52.6569000Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/p-acl.sh' from root:root to runner:runner
2025-08-20T19:11:52.6569650Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/perm.sh' from root:root to runner:runner
2025-08-20T19:11:52.6570319Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/p-slashdot.sh' from root:root to runner:runner
2025-08-20T19:11:52.6571107Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/p-thru-slink.sh' from root:root to runner:runner
2025-08-20T19:11:52.6571763Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/p-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6572592Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/restorecon.sh' from root:root to runner:runner
2025-08-20T19:11:52.6573258Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/parents.sh' from root:root to runner:runner
2025-08-20T19:11:52.6573944Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/smack-root.sh' from root:root to runner:runner
2025-08-20T19:11:52.6574626Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/smack-no-root.sh' from root:root to runner:runner
2025-08-20T19:11:52.6575343Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/selinux.sh' from root:root to runner:runner
2025-08-20T19:11:52.6576061Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/p-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.6576763Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/p-v.sh' from root:root to runner:runner
2025-08-20T19:11:52.6577445Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/t-slash.sh' from root:root to runner:runner
2025-08-20T19:11:52.6578108Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/special-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6578759Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/p-3.sh' from root:root to runner:runner
2025-08-20T19:11:52.6579485Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/writable-under-readonly.sh' from root:root to runner:runner
2025-08-20T19:11:52.6580221Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir' from root:root to runner:runner
2025-08-20T19:11:52.6580977Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/read-only.sh' from root:root to runner:runner
2025-08-20T19:11:52.6581688Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/relative.sh' from root:root to runner:runner
2025-08-20T19:11:52.6582369Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/60-seconds.sh' from root:root to runner:runner
2025-08-20T19:11:52.6583073Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/now-owned-by-other.sh' from root:root to runner:runner
2025-08-20T19:11:52.6583761Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/no-dereference.sh' from root:root to runner:runner
2025-08-20T19:11:52.6584425Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/not-owner.sh' from root:root to runner:runner
2025-08-20T19:11:52.6585196Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/fifo.sh' from root:root to runner:runner
2025-08-20T19:11:52.6585892Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/no-create-missing.sh' from root:root to runner:runner
2025-08-20T19:11:52.6586566Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/fail-diag.sh' from root:root to runner:runner
2025-08-20T19:11:52.6587219Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/dir-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6587988Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/trailing-slash.sh' from root:root to runner:runner
2025-08-20T19:11:52.6588707Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/dangling-symlink.sh' from root:root to runner:runner
2025-08-20T19:11:52.6589437Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/no-rights.sh' from root:root to runner:runner
2025-08-20T19:11:52.6590122Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/empty-file.sh' from root:root to runner:runner
2025-08-20T19:11:52.6590879Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/obsolescent.sh' from root:root to runner:runner
2025-08-20T19:11:52.6591550Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch' from root:root to runner:runner
2025-08-20T19:11:52.6592212Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chgrp/posix-H.sh' from root:root to runner:runner
2025-08-20T19:11:52.6592990Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chgrp/from.sh' from root:root to runner:runner
2025-08-20T19:11:52.6593642Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chgrp/basic.sh' from root:root to runner:runner
2025-08-20T19:11:52.6594340Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chgrp/default-no-deref.sh' from root:root to runner:runner
2025-08-20T19:11:52.6594990Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chgrp/no-x.sh' from root:root to runner:runner
2025-08-20T19:11:52.6595647Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chgrp/recurse.sh' from root:root to runner:runner
2025-08-20T19:11:52.6596303Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chgrp/deref.sh' from root:root to runner:runner
2025-08-20T19:11:52.6596915Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chgrp' from root:root to runner:runner
2025-08-20T19:11:52.6597655Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cat/cat-buf.sh' from root:root to runner:runner
2025-08-20T19:11:52.6598304Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cat/cat-self.sh' from root:root to runner:runner
2025-08-20T19:11:52.6598949Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cat/cat-E.sh' from root:root to runner:runner
2025-08-20T19:11:52.6599608Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cat/cat-proc.sh' from root:root to runner:runner
2025-08-20T19:11:52.6600211Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cat' from root:root to runner:runner
2025-08-20T19:11:52.6601034Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/Coreutils.pm' from root:root to runner:runner
2025-08-20T19:11:52.6601807Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/id/gnu-zero-uids.sh' from root:root to runner:runner
2025-08-20T19:11:52.6602450Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/id/uid.sh' from root:root to runner:runner
2025-08-20T19:11:52.6603078Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/id/zero.sh' from root:root to runner:runner
2025-08-20T19:11:52.6603722Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/id/smack.sh' from root:root to runner:runner
2025-08-20T19:11:52.6604359Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/id/setgid.sh' from root:root to runner:runner
2025-08-20T19:11:52.6605017Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/id/no-context.sh' from root:root to runner:runner
2025-08-20T19:11:52.6605770Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/id/context.sh' from root:root to runner:runner
2025-08-20T19:11:52.6606371Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/id' from root:root to runner:runner
2025-08-20T19:11:52.6607021Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/lang-default' from root:root to runner:runner
2025-08-20T19:11:52.6607656Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/CuTmpdir.pm' from root:root to runner:runner
2025-08-20T19:11:52.6608349Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/nproc/nproc-override.sh' from root:root to runner:runner
2025-08-20T19:11:52.6609032Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/nproc/nproc-positive.sh' from root:root to runner:runner
2025-08-20T19:11:52.6609707Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/nproc/nproc-avail.sh' from root:root to runner:runner
2025-08-20T19:11:52.6610419Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/nproc' from root:root to runner:runner
2025-08-20T19:11:52.6611194Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/local.mk' from root:root to runner:runner
2025-08-20T19:11:52.6611935Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/readlink/readlink-fp-loop.sh' from root:root to runner:runner
2025-08-20T19:11:52.6612602Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/readlink/can-e.sh' from root:root to runner:runner
2025-08-20T19:11:52.6613348Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/readlink/rl-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6614057Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/readlink/multi.sh' from root:root to runner:runner
2025-08-20T19:11:52.6614827Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/readlink/readlink-root.sh' from root:root to runner:runner
2025-08-20T19:11:52.6615530Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/readlink/can-f.sh' from root:root to runner:runner
2025-08-20T19:11:52.6616203Z [00:04:11.184]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/readlink/can-m.sh' from root:root to runner:runner
2025-08-20T19:11:52.6616834Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/readlink' from root:root to runner:runner
2025-08-20T19:11:52.6617489Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/stdbuf.sh' from root:root to runner:runner
2025-08-20T19:11:52.6618268Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/false-status.sh' from root:root to runner:runner
2025-08-20T19:11:52.6618924Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/paste.pl' from root:root to runner:runner
2025-08-20T19:11:52.6619577Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/sleep.sh' from root:root to runner:runner
2025-08-20T19:11:52.6620223Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/expand.pl' from root:root to runner:runner
2025-08-20T19:11:52.6620961Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/numfmt.pl' from root:root to runner:runner
2025-08-20T19:11:52.6621686Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/read-errors.sh' from root:root to runner:runner
2025-08-20T19:11:52.6622333Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/tsort.pl' from root:root to runner:runner
2025-08-20T19:11:52.6623165Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/pathchk.sh' from root:root to runner:runner
2025-08-20T19:11:52.6623837Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/printenv.sh' from root:root to runner:runner
2025-08-20T19:11:52.6624512Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/write-errors.sh' from root:root to runner:runner
2025-08-20T19:11:52.6625153Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/comm.pl' from root:root to runner:runner
2025-08-20T19:11:52.6625889Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/unexpand.pl' from root:root to runner:runner
2025-08-20T19:11:52.6626552Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/selinux.sh' from root:root to runner:runner
2025-08-20T19:11:52.6627249Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/nl.sh' from root:root to runner:runner
2025-08-20T19:11:52.6627917Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/xattr.sh' from root:root to runner:runner
2025-08-20T19:11:52.6628602Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/usage_vs_getopt.sh' from root:root to runner:runner
2025-08-20T19:11:52.6629245Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/yes.sh' from root:root to runner:runner
2025-08-20T19:11:52.6629892Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/echo.sh' from root:root to runner:runner
2025-08-20T19:11:52.6630710Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/arch.sh' from root:root to runner:runner
2025-08-20T19:11:52.6631410Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/realpath.sh' from root:root to runner:runner
2025-08-20T19:11:52.6632200Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/time-style.sh' from root:root to runner:runner
2025-08-20T19:11:52.6632854Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/dirname.pl' from root:root to runner:runner
2025-08-20T19:11:52.6633498Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/fold.pl' from root:root to runner:runner
2025-08-20T19:11:52.6634147Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/mktemp.pl' from root:root to runner:runner
2025-08-20T19:11:52.6634819Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/close-stdout.sh' from root:root to runner:runner
2025-08-20T19:11:52.6635467Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/nohup.sh' from root:root to runner:runner
2025-08-20T19:11:52.6636135Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/coreutils.sh' from root:root to runner:runner
2025-08-20T19:11:52.6636795Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/dircolors.pl' from root:root to runner:runner
2025-08-20T19:11:52.6637435Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/sync.sh' from root:root to runner:runner
2025-08-20T19:11:52.6638154Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/mknod.sh' from root:root to runner:runner
2025-08-20T19:11:52.6638841Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/tee.sh' from root:root to runner:runner
2025-08-20T19:11:52.6639567Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/basename.pl' from root:root to runner:runner
2025-08-20T19:11:52.6640258Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/invalid-opt.pl' from root:root to runner:runner
2025-08-20T19:11:52.6640994Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/xstrtol.pl' from root:root to runner:runner
2025-08-20T19:11:52.6641672Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/kill.sh' from root:root to runner:runner
2025-08-20T19:11:52.6642288Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc' from root:root to runner:runner
2025-08-20T19:11:52.6643085Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/removed-directory.sh' from root:root to runner:runner
2025-08-20T19:11:52.6643765Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/symlink-slash.sh' from root:root to runner:runner
2025-08-20T19:11:52.6644474Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/abmon-align.sh' from root:root to runner:runner
2025-08-20T19:11:52.6645250Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/size-align.sh' from root:root to runner:runner
2025-08-20T19:11:52.6645934Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/time-style-diag.sh' from root:root to runner:runner
2025-08-20T19:11:52.6646631Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/stat-free-symlinks.sh' from root:root to runner:runner
2025-08-20T19:11:52.6647296Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/follow-slink.sh' from root:root to runner:runner
2025-08-20T19:11:52.6647956Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/classify.sh' from root:root to runner:runner
2025-08-20T19:11:52.6648610Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/color-ext.sh' from root:root to runner:runner
2025-08-20T19:11:52.6649268Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/recursive.sh' from root:root to runner:runner
2025-08-20T19:11:52.6649938Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/stat-vs-dirent.sh' from root:root to runner:runner
2025-08-20T19:11:52.6650779Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/no-cap.sh' from root:root to runner:runner
2025-08-20T19:11:52.6651509Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/zero-option.sh' from root:root to runner:runner
2025-08-20T19:11:52.6652240Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/capability.sh' from root:root to runner:runner
2025-08-20T19:11:52.6652961Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/block-size.sh' from root:root to runner:runner
2025-08-20T19:11:52.6653609Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/a-option.sh' from root:root to runner:runner
2025-08-20T19:11:52.6654297Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/getxattr-speedup.sh' from root:root to runner:runner
2025-08-20T19:11:52.6654970Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/rt-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6655757Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/slink-acl.sh' from root:root to runner:runner
2025-08-20T19:11:52.6656470Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/root-rel-symlink-color.sh' from root:root to runner:runner
2025-08-20T19:11:52.6657160Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/sort-width-option.sh' from root:root to runner:runner
2025-08-20T19:11:52.6657891Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/dired.sh' from root:root to runner:runner
2025-08-20T19:11:52.6658583Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/selinux-segfault.sh' from root:root to runner:runner
2025-08-20T19:11:52.6659230Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/selinux.sh' from root:root to runner:runner
2025-08-20T19:11:52.6659885Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/stat-dtype.sh' from root:root to runner:runner
2025-08-20T19:11:52.6660649Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/color-norm.sh' from root:root to runner:runner
2025-08-20T19:11:52.6661375Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/color-clear-to-eol.sh' from root:root to runner:runner
2025-08-20T19:11:52.6662028Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/m-option.sh' from root:root to runner:runner
2025-08-20T19:11:52.6662690Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/stat-failed.sh' from root:root to runner:runner
2025-08-20T19:11:52.6663435Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/birthtime.sh' from root:root to runner:runner
2025-08-20T19:11:52.6664165Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/stat-free-color.sh' from root:root to runner:runner
2025-08-20T19:11:52.6664864Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/acl.sh' from root:root to runner:runner
2025-08-20T19:11:52.6665509Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/no-arg.sh' from root:root to runner:runner
2025-08-20T19:11:52.6666155Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/infloop.sh' from root:root to runner:runner
2025-08-20T19:11:52.6666818Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/group-dirs.sh' from root:root to runner:runner
2025-08-20T19:11:52.6667488Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/symlink-loop.sh' from root:root to runner:runner
2025-08-20T19:11:52.6668138Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/w-option.sh' from root:root to runner:runner
2025-08-20T19:11:52.6668940Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/x-option.sh' from root:root to runner:runner
2025-08-20T19:11:52.6669594Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/ls-misc.pl' from root:root to runner:runner
2025-08-20T19:11:52.6670346Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/multihardlink.sh' from root:root to runner:runner
2025-08-20T19:11:52.6671132Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/nameless-uid.sh' from root:root to runner:runner
2025-08-20T19:11:52.6671824Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/hyperlink.sh' from root:root to runner:runner
2025-08-20T19:11:52.6672477Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/file-type.sh' from root:root to runner:runner
2025-08-20T19:11:52.6673138Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/color-term.sh' from root:root to runner:runner
2025-08-20T19:11:52.6673801Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/quote-align.sh' from root:root to runner:runner
2025-08-20T19:11:52.6674445Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/ls-time.sh' from root:root to runner:runner
2025-08-20T19:11:52.6675087Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/dangle.sh' from root:root to runner:runner
2025-08-20T19:11:52.6675758Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/symlink-quote.sh' from root:root to runner:runner
2025-08-20T19:11:52.6676532Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/color-dtype-dir.sh' from root:root to runner:runner
2025-08-20T19:11:52.6677325Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/readdir-mountpoint-inode.sh' from root:root to runner:runner
2025-08-20T19:11:52.6677967Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/inode.sh' from root:root to runner:runner
2025-08-20T19:11:52.6678626Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/hex-option.sh' from root:root to runner:runner
2025-08-20T19:11:52.6679231Z [00:04:11.185]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls' from root:root to runner:runner
2025-08-20T19:11:52.6679872Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/GNUmakefile' from root:root to runner:runner
2025-08-20T19:11:52.6680594Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/usage.sh' from root:root to runner:runner
2025-08-20T19:11:52.6681373Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/equals.sh' from root:root to runner:runner
2025-08-20T19:11:52.6682030Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/umask-x.sh' from root:root to runner:runner
2025-08-20T19:11:52.6682784Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/equal-x.sh' from root:root to runner:runner
2025-08-20T19:11:52.6683440Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/octal.sh' from root:root to runner:runner
2025-08-20T19:11:52.6684121Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/inaccessible.sh' from root:root to runner:runner
2025-08-20T19:11:52.6684773Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/silent.sh' from root:root to runner:runner
2025-08-20T19:11:52.6685429Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/setgid.sh' from root:root to runner:runner
2025-08-20T19:11:52.6686116Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/thru-dangling.sh' from root:root to runner:runner
2025-08-20T19:11:52.6686802Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/ignore-symlink.sh' from root:root to runner:runner
2025-08-20T19:11:52.6687462Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/c-option.sh' from root:root to runner:runner
2025-08-20T19:11:52.6688106Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/no-x.sh' from root:root to runner:runner
2025-08-20T19:11:52.6688837Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/symlinks.sh' from root:root to runner:runner
2025-08-20T19:11:52.6689490Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod' from root:root to runner:runner
2025-08-20T19:11:52.6690236Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-debug-warn.sh' from root:root to runner:runner
2025-08-20T19:11:52.6691013Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-merge-fdlimit.sh' from root:root to runner:runner
2025-08-20T19:11:52.6691760Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-h-thousands-sep.sh' from root:root to runner:runner
2025-08-20T19:11:52.6692463Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-spinlock-abuse.sh' from root:root to runner:runner
2025-08-20T19:11:52.6693127Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-merge.pl' from root:root to runner:runner
2025-08-20T19:11:52.6693915Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-NaN-infloop.sh' from root:root to runner:runner
2025-08-20T19:11:52.6694611Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-unique-segv.sh' from root:root to runner:runner
2025-08-20T19:11:52.6695372Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-exit-early.sh' from root:root to runner:runner
2025-08-20T19:11:52.6696044Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-month.sh' from root:root to runner:runner
2025-08-20T19:11:52.6696721Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-continue.sh' from root:root to runner:runner
2025-08-20T19:11:52.6697411Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-debug-keys.sh' from root:root to runner:runner
2025-08-20T19:11:52.6698114Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-compress-proc.sh' from root:root to runner:runner
2025-08-20T19:11:52.6698824Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-benchmark-random.sh' from root:root to runner:runner
2025-08-20T19:11:52.6699501Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-compress.sh' from root:root to runner:runner
2025-08-20T19:11:52.6700162Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-rand.sh' from root:root to runner:runner
2025-08-20T19:11:52.6701017Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-compress-hang.sh' from root:root to runner:runner
2025-08-20T19:11:52.6701727Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-discrim.sh' from root:root to runner:runner
2025-08-20T19:11:52.6702465Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-unique.sh' from root:root to runner:runner
2025-08-20T19:11:52.6703165Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-files0-from.pl' from root:root to runner:runner
2025-08-20T19:11:52.6703830Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-u-FMR.sh' from root:root to runner:runner
2025-08-20T19:11:52.6704543Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-stale-thread-mem.sh' from root:root to runner:runner
2025-08-20T19:11:52.6705216Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-version.sh' from root:root to runner:runner
2025-08-20T19:11:52.6706008Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-float.sh' from root:root to runner:runner
2025-08-20T19:11:52.6706655Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort.pl' from root:root to runner:runner
2025-08-20T19:11:52.6707272Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort' from root:root to runner:runner
2025-08-20T19:11:52.6707980Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/b3f-0FF' from root:root to runner:runner
2025-08-20T19:11:52.6708615Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/0FnFt' from root:root to runner:runner
2025-08-20T19:11:52.6709245Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tt-FF' from root:root to runner:runner
2025-08-20T19:11:52.6709876Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ml24-FF' from root:root to runner:runner
2025-08-20T19:11:52.6710615Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3ml24-FF' from root:root to runner:runner
2025-08-20T19:11:52.6711310Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/b3f-0F' from root:root to runner:runner
2025-08-20T19:11:52.6711975Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/o3mSnl24fbltn' from root:root to runner:runner
2025-08-20T19:11:52.6712606Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/a3f-FF' from root:root to runner:runner
2025-08-20T19:11:52.6713257Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/o3b3Sl24f-tn' from root:root to runner:runner
2025-08-20T19:11:52.6713974Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/b3l15-t' from root:root to runner:runner
2025-08-20T19:11:52.6714704Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W35Jb3l24f-lm' from root:root to runner:runner
2025-08-20T19:11:52.6715360Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+2l24f-bl' from root:root to runner:runner
2025-08-20T19:11:52.6716000Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ml24f-0F' from root:root to runner:runner
2025-08-20T19:11:52.6716666Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/o3mSl24f-bl-tn' from root:root to runner:runner
2025-08-20T19:11:52.6717309Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ttb3-0FF' from root:root to runner:runner
2025-08-20T19:11:52.6717943Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tFFt-ll' from root:root to runner:runner
2025-08-20T19:11:52.6718734Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/0F' from root:root to runner:runner
2025-08-20T19:11:52.6719359Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/loli' from root:root to runner:runner
2025-08-20T19:11:52.6720147Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W72Jl24f-ll' from root:root to runner:runner
2025-08-20T19:11:52.6720874Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/l24-t' from root:root to runner:runner
2025-08-20T19:11:52.6721551Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tn2e8o3-t_tab' from root:root to runner:runner
2025-08-20T19:11:52.6722204Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/pr-tests.pl' from root:root to runner:runner
2025-08-20T19:11:52.6722847Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/Ja3l24f-lm' from root:root to runner:runner
2025-08-20T19:11:52.6723514Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tn2e5o3-t_tab' from root:root to runner:runner
2025-08-20T19:11:52.6724159Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W26l24f-ll' from root:root to runner:runner
2025-08-20T19:11:52.6724822Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+3ml24f-bl-tn' from root:root to runner:runner
2025-08-20T19:11:52.6725466Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tn2e8-t_tab' from root:root to runner:runner
2025-08-20T19:11:52.6726175Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/t-0FF' from root:root to runner:runner
2025-08-20T19:11:52.6726871Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+6a2l17-FF' from root:root to runner:runner
2025-08-20T19:11:52.6727550Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/FF' from root:root to runner:runner
2025-08-20T19:11:52.6728204Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tt-bl' from root:root to runner:runner
2025-08-20T19:11:52.6728853Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/nN15l24f-bl' from root:root to runner:runner
2025-08-20T19:11:52.6729490Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3b3f-FF' from root:root to runner:runner
2025-08-20T19:11:52.6730143Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/Jml24f-lm-lo' from root:root to runner:runner
2025-08-20T19:11:52.6730943Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3f-FF' from root:root to runner:runner
2025-08-20T19:11:52.6731599Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+7l24-FF' from root:root to runner:runner
2025-08-20T19:11:52.6732269Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+3ml20f-bl-FF' from root:root to runner:runner
2025-08-20T19:11:52.6733025Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/b2l15-FF' from root:root to runner:runner
2025-08-20T19:11:52.6733661Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ml24f-t' from root:root to runner:runner
2025-08-20T19:11:52.6734286Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/FnFn' from root:root to runner:runner
2025-08-20T19:11:52.6734936Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+5a3l13f-0FF' from root:root to runner:runner
2025-08-20T19:11:52.6735606Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/nSml20-t-tFFFF' from root:root to runner:runner
2025-08-20T19:11:52.6736230Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/t_tab' from root:root to runner:runner
2025-08-20T19:11:52.6736878Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W20l24f-ll' from root:root to runner:runner
2025-08-20T19:11:52.6737503Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/b3-0F' from root:root to runner:runner
2025-08-20T19:11:52.6738162Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/2w60f-t_notab' from root:root to runner:runner
2025-08-20T19:11:52.6738873Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/FFn' from root:root to runner:runner
2025-08-20T19:11:52.6739574Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tb3-FF' from root:root to runner:runner
2025-08-20T19:11:52.6740208Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/0Fnt' from root:root to runner:runner
2025-08-20T19:11:52.6740928Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tta3-0FF' from root:root to runner:runner
2025-08-20T19:11:52.6741571Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tt-t' from root:root to runner:runner
2025-08-20T19:11:52.6742203Z [00:04:11.186]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3a3l15-t' from root:root to runner:runner
2025-08-20T19:11:52.6742865Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/o3b3Snl24f-tn' from root:root to runner:runner
2025-08-20T19:11:52.6743652Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/nJml24f-lmlolm' from root:root to runner:runner
2025-08-20T19:11:52.6744299Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/Jb3l24f-lm' from root:root to runner:runner
2025-08-20T19:11:52.6745075Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/t-bl' from root:root to runner:runner
2025-08-20T19:11:52.6745746Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W35Jml24f-lmlo' from root:root to runner:runner
2025-08-20T19:11:52.6746386Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/l24f-t' from root:root to runner:runner
2025-08-20T19:11:52.6747010Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/a3-0F' from root:root to runner:runner
2025-08-20T19:11:52.6747640Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ta3-0FF' from root:root to runner:runner
2025-08-20T19:11:52.6748270Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3f-0F' from root:root to runner:runner
2025-08-20T19:11:52.6748926Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/2s_f-t_notab' from root:root to runner:runner
2025-08-20T19:11:52.6749563Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/a3l15f-t' from root:root to runner:runner
2025-08-20T19:11:52.6750193Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tFFt-lm' from root:root to runner:runner
2025-08-20T19:11:52.6751038Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/2s_w60f-t_nota' from root:root to runner:runner
2025-08-20T19:11:52.6751736Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3a3f-0F' from root:root to runner:runner
2025-08-20T19:11:52.6752464Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W35Ja3l24f-lm' from root:root to runner:runner
2025-08-20T19:11:52.6753106Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/b3f-FF' from root:root to runner:runner
2025-08-20T19:11:52.6753736Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tFnFt' from root:root to runner:runner
2025-08-20T19:11:52.6754378Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/b2l17-FF' from root:root to runner:runner
2025-08-20T19:11:52.6755035Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ml24f-lm-lo' from root:root to runner:runner
2025-08-20T19:11:52.6755810Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/nN1+3l24f-bl' from root:root to runner:runner
2025-08-20T19:11:52.6756457Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tFFt-bl' from root:root to runner:runner
2025-08-20T19:11:52.6757094Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/t_notab' from root:root to runner:runner
2025-08-20T19:11:52.6757858Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3l24f-t' from root:root to runner:runner
2025-08-20T19:11:52.6758495Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/a3f-0F' from root:root to runner:runner
2025-08-20T19:11:52.6759155Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/o3a3Snl24f-tn' from root:root to runner:runner
2025-08-20T19:11:52.6759782Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/0FFt' from root:root to runner:runner
2025-08-20T19:11:52.6760416Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tt-0FF' from root:root to runner:runner
2025-08-20T19:11:52.6761207Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3b3f-0FF' from root:root to runner:runner
2025-08-20T19:11:52.6761874Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+4-8a2l17-FF' from root:root to runner:runner
2025-08-20T19:11:52.6762535Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tne8o3-t_tab' from root:root to runner:runner
2025-08-20T19:11:52.6763190Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/o3ml24f-bl-tn' from root:root to runner:runner
2025-08-20T19:11:52.6763919Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/b3l24f-lm' from root:root to runner:runner
2025-08-20T19:11:52.6764651Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/nSml20-t-t-FF' from root:root to runner:runner
2025-08-20T19:11:52.6765305Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+3l24f-bl' from root:root to runner:runner
2025-08-20T19:11:52.6765937Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/l24-FF' from root:root to runner:runner
2025-08-20T19:11:52.6766578Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/a3f-0FF' from root:root to runner:runner
2025-08-20T19:11:52.6767247Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W35ml24f-lm-lo' from root:root to runner:runner
2025-08-20T19:11:52.6767910Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/nJml24f-lmlmlo' from root:root to runner:runner
2025-08-20T19:11:52.6768671Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/a3l15-t' from root:root to runner:runner
2025-08-20T19:11:52.6769296Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tFFt' from root:root to runner:runner
2025-08-20T19:11:52.6770017Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/0Ft' from root:root to runner:runner
2025-08-20T19:11:52.6770792Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/2-S_f-t_notab' from root:root to runner:runner
2025-08-20T19:11:52.6771513Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/2sw60f-t_notab' from root:root to runner:runner
2025-08-20T19:11:52.6772163Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+3l24f-0FF' from root:root to runner:runner
2025-08-20T19:11:52.6772812Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+2l24f-0FF' from root:root to runner:runner
2025-08-20T19:11:52.6773437Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/t-FF' from root:root to runner:runner
2025-08-20T19:11:52.6774057Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/t-t' from root:root to runner:runner
2025-08-20T19:11:52.6774688Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/t_tab_' from root:root to runner:runner
2025-08-20T19:11:52.6775322Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/a3l24f-lm' from root:root to runner:runner
2025-08-20T19:11:52.6776036Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3b3l15-t' from root:root to runner:runner
2025-08-20T19:11:52.6776732Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ml24-t-FF' from root:root to runner:runner
2025-08-20T19:11:52.6777453Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/2-Sf-t_notab' from root:root to runner:runner
2025-08-20T19:11:52.6778108Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3b3l15f-t' from root:root to runner:runner
2025-08-20T19:11:52.6778730Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/0FF' from root:root to runner:runner
2025-08-20T19:11:52.6779367Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ta3-FF' from root:root to runner:runner
2025-08-20T19:11:52.6779999Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3b3f-0F' from root:root to runner:runner
2025-08-20T19:11:52.6780814Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/2sf-t_notab' from root:root to runner:runner
2025-08-20T19:11:52.6781470Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/o3a3Sl24f-tn' from root:root to runner:runner
2025-08-20T19:11:52.6782267Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3ml24f-t' from root:root to runner:runner
2025-08-20T19:11:52.6782906Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tta3-FF' from root:root to runner:runner
2025-08-20T19:11:52.6783555Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tne8-t_tab' from root:root to runner:runner
2025-08-20T19:11:52.6784223Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/nSml24-t-t-FF' from root:root to runner:runner
2025-08-20T19:11:52.6784837Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tn' from root:root to runner:runner
2025-08-20T19:11:52.6785482Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3-5l24f-t' from root:root to runner:runner
2025-08-20T19:11:52.6786137Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+4b2l17f-0FF' from root:root to runner:runner
2025-08-20T19:11:52.6786786Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/2f-t_notab' from root:root to runner:runner
2025-08-20T19:11:52.6787437Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W35b3l24f-lm' from root:root to runner:runner
2025-08-20T19:11:52.6788180Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+3ml24f-tn-bl' from root:root to runner:runner
2025-08-20T19:11:52.6788878Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ttb3-FF' from root:root to runner:runner
2025-08-20T19:11:52.6789572Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3-FF' from root:root to runner:runner
2025-08-20T19:11:52.6790223Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ml20-FF-t' from root:root to runner:runner
2025-08-20T19:11:52.6790949Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W27l24f-ll' from root:root to runner:runner
2025-08-20T19:11:52.6791626Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3-0F' from root:root to runner:runner
2025-08-20T19:11:52.6792279Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tn_2e8S-t_tab' from root:root to runner:runner
2025-08-20T19:11:52.6792916Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/4l24-FF' from root:root to runner:runner
2025-08-20T19:11:52.6793665Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/nSml24-t-tFFFF' from root:root to runner:runner
2025-08-20T19:11:52.6794315Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W28l24f-ll' from root:root to runner:runner
2025-08-20T19:11:52.6795024Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tFFn' from root:root to runner:runner
2025-08-20T19:11:52.6795668Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/a2l15-FF' from root:root to runner:runner
2025-08-20T19:11:52.6796310Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/b3l15f-t' from root:root to runner:runner
2025-08-20T19:11:52.6796935Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/0FnFnt' from root:root to runner:runner
2025-08-20T19:11:52.6797566Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3l24-t' from root:root to runner:runner
2025-08-20T19:11:52.6798212Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/o3b3l24f-tn' from root:root to runner:runner
2025-08-20T19:11:52.6798870Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3a3l15f-t' from root:root to runner:runner
2025-08-20T19:11:52.6799520Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/o3a3l24f-tn' from root:root to runner:runner
2025-08-20T19:11:52.6800154Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/a2l17-FF' from root:root to runner:runner
2025-08-20T19:11:52.6800975Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tb3-0FF' from root:root to runner:runner
2025-08-20T19:11:52.6801689Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ml24f-t-0F' from root:root to runner:runner
2025-08-20T19:11:52.6802417Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W35a3l24f-lm' from root:root to runner:runner
2025-08-20T19:11:52.6803067Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+3-7l24-FF' from root:root to runner:runner
2025-08-20T19:11:52.6803730Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/o3Jml24f-lm-lo' from root:root to runner:runner
2025-08-20T19:11:52.6804370Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/4-7l24-FF' from root:root to runner:runner
2025-08-20T19:11:52.6805031Z [00:04:11.187]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+2-5l24f-0FF' from root:root to runner:runner
2025-08-20T19:11:52.6805763Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+8l20-FF' from root:root to runner:runner
2025-08-20T19:11:52.6806403Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3b2l17-FF' from root:root to runner:runner
2025-08-20T19:11:52.6807119Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/nSml20-bl-FF' from root:root to runner:runner
2025-08-20T19:11:52.6807752Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3ml24-t' from root:root to runner:runner
2025-08-20T19:11:52.6808405Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W-72l24f-ll' from root:root to runner:runner
2025-08-20T19:11:52.6809049Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3ml24-t-FF' from root:root to runner:runner
2025-08-20T19:11:52.6809703Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/nSml24-bl-FF' from root:root to runner:runner
2025-08-20T19:11:52.6810344Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3a2l17-FF' from root:root to runner:runner
2025-08-20T19:11:52.6811146Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tn_2e8-t_tab' from root:root to runner:runner
2025-08-20T19:11:52.6811805Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/nl24f-bl' from root:root to runner:runner
2025-08-20T19:11:52.6812431Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/0FFnt' from root:root to runner:runner
2025-08-20T19:11:52.6813174Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+6b3l13f-FF' from root:root to runner:runner
2025-08-20T19:11:52.6813855Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/FFtn' from root:root to runner:runner
2025-08-20T19:11:52.6814597Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ml24-t' from root:root to runner:runner
2025-08-20T19:11:52.6815263Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/w72l24f-ll' from root:root to runner:runner
2025-08-20T19:11:52.6815924Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+5-8b3l17f-FF' from root:root to runner:runner
2025-08-20T19:11:52.6816532Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr' from root:root to runner:runner
2025-08-20T19:11:52.6817208Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cut/cut-huge-range.sh' from root:root to runner:runner
2025-08-20T19:11:52.6817836Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cut/cut.pl' from root:root to runner:runner
2025-08-20T19:11:52.6818577Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cut' from root:root to runner:runner
2025-08-20T19:11:52.6819197Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/init.sh' from root:root to runner:runner
2025-08-20T19:11:52.6819944Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/record-sep.sh' from root:root to runner:runner
2025-08-20T19:11:52.6820707Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/line-bytes.sh' from root:root to runner:runner
2025-08-20T19:11:52.6821437Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/suffix-length.sh' from root:root to runner:runner
2025-08-20T19:11:52.6822115Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/guard-input.sh' from root:root to runner:runner
2025-08-20T19:11:52.6822892Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/suffix-auto-length.sh' from root:root to runner:runner
2025-08-20T19:11:52.6823559Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/r-chunk.sh' from root:root to runner:runner
2025-08-20T19:11:52.6824242Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/l-chunk-root.sh' from root:root to runner:runner
2025-08-20T19:11:52.6824950Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/additional-suffix.sh' from root:root to runner:runner
2025-08-20T19:11:52.6825592Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/lines.sh' from root:root to runner:runner
2025-08-20T19:11:52.6826254Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/numeric.sh' from root:root to runner:runner
2025-08-20T19:11:52.6826963Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/fail.sh' from root:root to runner:runner
2025-08-20T19:11:52.6827734Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/b-chunk.sh' from root:root to runner:runner
2025-08-20T19:11:52.6828392Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/l-chunk.sh' from root:root to runner:runner
2025-08-20T19:11:52.6829050Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/filter.sh' from root:root to runner:runner
2025-08-20T19:11:52.6829672Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split' from root:root to runner:runner
2025-08-20T19:11:52.6830342Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pwd/pwd-option.sh' from root:root to runner:runner
2025-08-20T19:11:52.6831092Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pwd/pwd-long.sh' from root:root to runner:runner
2025-08-20T19:11:52.6831709Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pwd' from root:root to runner:runner
2025-08-20T19:11:52.6832468Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tr/tr-case-class.sh' from root:root to runner:runner
2025-08-20T19:11:52.6833099Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tr/tr.pl' from root:root to runner:runner
2025-08-20T19:11:52.6833706Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tr' from root:root to runner:runner
2025-08-20T19:11:52.6834462Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/truncate/truncate-no-create-missing.sh' from root:root to runner:runner
2025-08-20T19:11:52.6835229Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/truncate/truncate-fifo.sh' from root:root to runner:runner
2025-08-20T19:11:52.6835952Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/truncate/truncate-overflow.sh' from root:root to runner:runner
2025-08-20T19:11:52.6836665Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/truncate/truncate-dir-fail.sh' from root:root to runner:runner
2025-08-20T19:11:52.6837389Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/truncate/truncate-fail-diag.sh' from root:root to runner:runner
2025-08-20T19:11:52.6838097Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/truncate/truncate-relative.sh' from root:root to runner:runner
2025-08-20T19:11:52.6838842Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/truncate/truncate-owned-by-other.sh' from root:root to runner:runner
2025-08-20T19:11:52.6839645Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/truncate/truncate-parameters.sh' from root:root to runner:runner
2025-08-20T19:11:52.6840644Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/truncate/truncate-dangling-symlink.sh' from root:root to runner:runner
2025-08-20T19:11:52.6841317Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/truncate' from root:root to runner:runner
2025-08-20T19:11:52.6842018Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tac/tac-2-nonseekable.sh' from root:root to runner:runner
2025-08-20T19:11:52.6842697Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tac/tac-continue.sh' from root:root to runner:runner
2025-08-20T19:11:52.6843331Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tac/tac.pl' from root:root to runner:runner
2025-08-20T19:11:52.6843941Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tac' from root:root to runner:runner
2025-08-20T19:11:52.6844621Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/d_type-check' from root:root to runner:runner
2025-08-20T19:11:52.6845457Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ptx/ptx-overrun.sh' from root:root to runner:runner
2025-08-20T19:11:52.6846100Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ptx/ptx.pl' from root:root to runner:runner
2025-08-20T19:11:52.6846714Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ptx' from root:root to runner:runner
2025-08-20T19:11:52.6847308Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests' from root:root to runner:runner
2025-08-20T19:11:52.6848008Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/Makefile.am' from root:root to runner:runner
2025-08-20T19:11:52.6848716Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-set-mode-acl.c' from root:root to runner:runner
2025-08-20T19:11:52.6849410Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-readlinkat.c' from root:root to runner:runner
2025-08-20T19:11:52.6850090Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtod1.c' from root:root to runner:runner
2025-08-20T19:11:52.6850882Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-w32-5.sh' from root:root to runner:runner
2025-08-20T19:11:52.6851632Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/concat-filename.o' from root:root to runner:runner
2025-08-20T19:11:52.6852370Z [00:04:11.188]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-error.c' from root:root to runner:runner
2025-08-20T19:11:52.6853189Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-w32-3.sh' from root:root to runner:runner
2025-08-20T19:11:52.6853865Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen.c' from root:root to runner:runner
2025-08-20T19:11:52.6854551Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-btoc32-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.6855249Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/windows-initguard.h' from root:root to runner:runner
2025-08-20T19:11:52.6855948Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-select-stdin.c' from root:root to runner:runner
2025-08-20T19:11:52.6856626Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fseeko4.sh' from root:root to runner:runner
2025-08-20T19:11:52.6857309Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-quotearg.h' from root:root to runner:runner
2025-08-20T19:11:52.6858127Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-stat-time.c' from root:root to runner:runner
2025-08-20T19:11:52.6858825Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/setlocale-fixes.h' from root:root to runner:runner
2025-08-20T19:11:52.6859508Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-renameat.c' from root:root to runner:runner
2025-08-20T19:11:52.6860184Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/timespec-sub.o' from root:root to runner:runner
2025-08-20T19:11:52.6861034Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-lstat.c' from root:root to runner:runner
2025-08-20T19:11:52.6861789Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-vfzprintf-posix.sh' from root:root to runner:runner
2025-08-20T19:11:52.6862463Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-assert.c' from root:root to runner:runner
2025-08-20T19:11:52.6863132Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-creat.c' from root:root to runner:runner
2025-08-20T19:11:52.6863836Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_resource-h.c' from root:root to runner:runner
2025-08-20T19:11:52.6864534Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtowcs-4.sh' from root:root to runner:runner
2025-08-20T19:11:52.6865318Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-vfzprintf-posix.c' from root:root to runner:runner
2025-08-20T19:11:52.6866113Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-iswctype.c' from root:root to runner:runner
2025-08-20T19:11:52.6866816Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isxdigit.sh' from root:root to runner:runner
2025-08-20T19:11:52.6867523Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pthread-thread.c' from root:root to runner:runner
2025-08-20T19:11:52.6868196Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-rename.h' from root:root to runner:runner
2025-08-20T19:11:52.6868849Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/locale.o' from root:root to runner:runner
2025-08-20T19:11:52.6869548Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isspace.sh' from root:root to runner:runner
2025-08-20T19:11:52.6870290Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fdopen.c' from root:root to runner:runner
2025-08-20T19:11:52.6871063Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/localename.c' from root:root to runner:runner
2025-08-20T19:11:52.6871785Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-reallocarray.c' from root:root to runner:runner
2025-08-20T19:11:52.6872440Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/connect.c' from root:root to runner:runner
2025-08-20T19:11:52.6873225Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-8.sh' from root:root to runner:runner
2025-08-20T19:11:52.6873915Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-string-h.c' from root:root to runner:runner
2025-08-20T19:11:52.6874653Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_space.c' from root:root to runner:runner
2025-08-20T19:11:52.6875389Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_digit.c' from root:root to runner:runner
2025-08-20T19:11:52.6876153Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_xdigit.Po' from root:root to runner:runner
2025-08-20T19:11:52.6876909Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_blank.Po' from root:root to runner:runner
2025-08-20T19:11:52.6877734Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_print.Po' from root:root to runner:runner
2025-08-20T19:11:52.6878609Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_space.Po' from root:root to runner:runner
2025-08-20T19:11:52.6879365Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_cntrl.Po' from root:root to runner:runner
2025-08-20T19:11:52.6880131Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_punct.Po' from root:root to runner:runner
2025-08-20T19:11:52.6880985Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_lower.Po' from root:root to runner:runner
2025-08-20T19:11:52.6881835Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_graph.Po' from root:root to runner:runner
2025-08-20T19:11:52.6882590Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_alpha.Po' from root:root to runner:runner
2025-08-20T19:11:52.6883460Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_alnum.Po' from root:root to runner:runner
2025-08-20T19:11:52.6884224Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_upper.Po' from root:root to runner:runner
2025-08-20T19:11:52.6884979Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_digit.Po' from root:root to runner:runner
2025-08-20T19:11:52.6885654Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps' from root:root to runner:runner
2025-08-20T19:11:52.6886465Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_upper.c' from root:root to runner:runner
2025-08-20T19:11:52.6887260Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_punct.c' from root:root to runner:runner
2025-08-20T19:11:52.6887996Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_blank.c' from root:root to runner:runner
2025-08-20T19:11:52.6888726Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_graph.c' from root:root to runner:runner
2025-08-20T19:11:52.6889461Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_alpha.c' from root:root to runner:runner
2025-08-20T19:11:52.6890188Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_lower.c' from root:root to runner:runner
2025-08-20T19:11:52.6891215Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_xdigit.c' from root:root to runner:runner
2025-08-20T19:11:52.6892019Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-predicate-part2.h' from root:root to runner:runner
2025-08-20T19:11:52.6892762Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_cntrl.c' from root:root to runner:runner
2025-08-20T19:11:52.6893512Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-predicate-part1.h' from root:root to runner:runner
2025-08-20T19:11:52.6894252Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_print.c' from root:root to runner:runner
2025-08-20T19:11:52.6894987Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_alnum.c' from root:root to runner:runner
2025-08-20T19:11:52.6895644Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype' from root:root to runner:runner
2025-08-20T19:11:52.6896463Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/_Noreturn.h' from root:root to runner:runner
2025-08-20T19:11:52.6897146Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ino-map.c' from root:root to runner:runner
2025-08-20T19:11:52.6897844Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-readtokens.c' from root:root to runner:runner
2025-08-20T19:11:52.6898534Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-4.sh' from root:root to runner:runner
2025-08-20T19:11:52.6899272Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbslen.c' from root:root to runner:runner
2025-08-20T19:11:52.6900002Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isdigit.sh' from root:root to runner:runner
2025-08-20T19:11:52.6900772Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-nullptr.c' from root:root to runner:runner
2025-08-20T19:11:52.6901472Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/sleep.c' from root:root to runner:runner
2025-08-20T19:11:52.6902195Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-7.sh' from root:root to runner:runner
2025-08-20T19:11:52.6902907Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isgraph.c' from root:root to runner:runner
2025-08-20T19:11:52.6903704Z [00:04:11.189]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-5.sh' from root:root to runner:runner
2025-08-20T19:11:52.6904542Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-freadptr.sh' from root:root to runner:runner
2025-08-20T19:11:52.6905219Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtoll.c' from root:root to runner:runner
2025-08-20T19:11:52.6905896Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-link.h' from root:root to runner:runner
2025-08-20T19:11:52.6906573Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc.c' from root:root to runner:runner
2025-08-20T19:11:52.6907274Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isprint.sh' from root:root to runner:runner
2025-08-20T19:11:52.6907964Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-freadseek.c' from root:root to runner:runner
2025-08-20T19:11:52.6908757Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pthread-cond.c' from root:root to runner:runner
2025-08-20T19:11:52.6909438Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-environ.c' from root:root to runner:runner
2025-08-20T19:11:52.6910144Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-nl_langinfo-mt.c' from root:root to runner:runner
2025-08-20T19:11:52.6910917Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-libgmp-mpz.c' from root:root to runner:runner
2025-08-20T19:11:52.6911786Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench_sha1-bench-sha1.o' from root:root to runner:runner
2025-08-20T19:11:52.6912519Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-inttostr.c' from root:root to runner:runner
2025-08-20T19:11:52.6913243Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-md5.c' from root:root to runner:runner
2025-08-20T19:11:52.6913932Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-htonl.c' from root:root to runner:runner
2025-08-20T19:11:52.6914640Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-isnanl-nolibm.c' from root:root to runner:runner
2025-08-20T19:11:52.6915333Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-w32.c' from root:root to runner:runner
2025-08-20T19:11:52.6916056Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-areadlinkat.Po' from root:root to runner:runner
2025-08-20T19:11:52.6916858Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-argv-iter.Po' from root:root to runner:runner
2025-08-20T19:11:52.6917653Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test_xvasprintf-test-xvasprintf.Po' from root:root to runner:runner
2025-08-20T19:11:52.6918367Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-iswblank.Po' from root:root to runner:runner
2025-08-20T19:11:52.6919077Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fchmodat.Po' from root:root to runner:runner
2025-08-20T19:11:52.6919798Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fnmatch-w32.Po' from root:root to runner:runner
2025-08-20T19:11:52.6920670Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-futimens.Po' from root:root to runner:runner
2025-08-20T19:11:52.6921440Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32iscntrl.Po' from root:root to runner:runner
2025-08-20T19:11:52.6922233Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-dirent-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.6922991Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/bench_sha256-bench-sha256.Po' from root:root to runner:runner
2025-08-20T19:11:52.6923722Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-xfprintf-posix.Po' from root:root to runner:runner
2025-08-20T19:11:52.6924416Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-ftell3.Po' from root:root to runner:runner
2025-08-20T19:11:52.6925212Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c-strncasecmp.Po' from root:root to runner:runner
2025-08-20T19:11:52.6926007Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c-strcasestr.Po' from root:root to runner:runner
2025-08-20T19:11:52.6926749Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-scratch-buffer.Po' from root:root to runner:runner
2025-08-20T19:11:52.6927441Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-lchown.Po' from root:root to runner:runner
2025-08-20T19:11:52.6928169Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/bench_crc-randomb.Po' from root:root to runner:runner
2025-08-20T19:11:52.6928894Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c-strtold-mt.Po' from root:root to runner:runner
2025-08-20T19:11:52.6929694Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sys_types-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.6930399Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32rtomb.Po' from root:root to runner:runner
2025-08-20T19:11:52.6931240Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-remove.Po' from root:root to runner:runner
2025-08-20T19:11:52.6931979Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-ioctl.Po' from root:root to runner:runner
2025-08-20T19:11:52.6932698Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32tolower.Po' from root:root to runner:runner
2025-08-20T19:11:52.6933394Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-wctype.Po' from root:root to runner:runner
2025-08-20T19:11:52.6934094Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-alignof.Po' from root:root to runner:runner
2025-08-20T19:11:52.6934984Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-localcharset-w32utf8.Po' from root:root to runner:runner
2025-08-20T19:11:52.6935696Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-renameat.Po' from root:root to runner:runner
2025-08-20T19:11:52.6936406Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strerror.Po' from root:root to runner:runner
2025-08-20T19:11:52.6937122Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-localtime_r.Po' from root:root to runner:runner
2025-08-20T19:11:52.6937893Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-memrchr.Po' from root:root to runner:runner
2025-08-20T19:11:52.6938697Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-signal-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.6939389Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/randomb.Po' from root:root to runner:runner
2025-08-20T19:11:52.6940093Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fcntl-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.6940898Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mountlist.Po' from root:root to runner:runner
2025-08-20T19:11:52.6941644Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pipe.Po' from root:root to runner:runner
2025-08-20T19:11:52.6942486Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-limits-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.6943200Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/strftime-fixes.Po' from root:root to runner:runner
2025-08-20T19:11:52.6943893Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-crc.Po' from root:root to runner:runner
2025-08-20T19:11:52.6944634Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-rename.Po' from root:root to runner:runner
2025-08-20T19:11:52.6945319Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/socket.Po' from root:root to runner:runner
2025-08-20T19:11:52.6946020Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mkdirat.Po' from root:root to runner:runner
2025-08-20T19:11:52.6946717Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-chdir.Po' from root:root to runner:runner
2025-08-20T19:11:52.6947555Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strtoimax.Po' from root:root to runner:runner
2025-08-20T19:11:52.6948285Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/localename-unsafe.Po' from root:root to runner:runner
2025-08-20T19:11:52.6949003Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-xstrtoimax.Po' from root:root to runner:runner
2025-08-20T19:11:52.6949694Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-stat.Po' from root:root to runner:runner
2025-08-20T19:11:52.6950563Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/timespec-sub.Po' from root:root to runner:runner
2025-08-20T19:11:52.6951408Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fopen-safer.Po' from root:root to runner:runner
2025-08-20T19:11:52.6952116Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/getrusage.Po' from root:root to runner:runner
2025-08-20T19:11:52.6952842Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/localename-environ.Po' from root:root to runner:runner
2025-08-20T19:11:52.6953551Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c-ctype.Po' from root:root to runner:runner
2025-08-20T19:11:52.6954222Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/bind.Po' from root:root to runner:runner
2025-08-20T19:11:52.6954909Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/tmpfile.Po' from root:root to runner:runner
2025-08-20T19:11:52.6955721Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fcntl.Po' from root:root to runner:runner
2025-08-20T19:11:52.6956433Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-iswpunct.Po' from root:root to runner:runner
2025-08-20T19:11:52.6957148Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-symlinkat.Po' from root:root to runner:runner
2025-08-20T19:11:52.6957869Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getopt-posix.Po' from root:root to runner:runner
2025-08-20T19:11:52.6958587Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sys_ioctl-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.6959299Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-euidaccess.Po' from root:root to runner:runner
2025-08-20T19:11:52.6960089Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-xstrtol.Po' from root:root to runner:runner
2025-08-20T19:11:52.6960905Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c-strtod-mt.Po' from root:root to runner:runner
2025-08-20T19:11:52.6961635Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/perror.Po' from root:root to runner:runner
2025-08-20T19:11:52.6962363Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-malloc-posix.Po' from root:root to runner:runner
2025-08-20T19:11:52.6963123Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/xgetcwd.Po' from root:root to runner:runner
2025-08-20T19:11:52.6963859Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-iconv.Po' from root:root to runner:runner
2025-08-20T19:11:52.6964629Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-exclude.Po' from root:root to runner:runner
2025-08-20T19:11:52.6965371Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-verror.Po' from root:root to runner:runner
2025-08-20T19:11:52.6966105Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sha256-stream.Po' from root:root to runner:runner
2025-08-20T19:11:52.6966809Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-assert.Po' from root:root to runner:runner
2025-08-20T19:11:52.6967539Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test_lock-test-lock.Po' from root:root to runner:runner
2025-08-20T19:11:52.6968348Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-endian.Po' from root:root to runner:runner
2025-08-20T19:11:52.6969067Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fchownat.Po' from root:root to runner:runner
2025-08-20T19:11:52.6969773Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-lchmod.Po' from root:root to runner:runner
2025-08-20T19:11:52.6970567Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sleep.Po' from root:root to runner:runner
2025-08-20T19:11:52.6971342Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-thread_create.Po' from root:root to runner:runner
2025-08-20T19:11:52.6972026Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/random.Po' from root:root to runner:runner
2025-08-20T19:11:52.6972885Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/sched_yield.Po' from root:root to runner:runner
2025-08-20T19:11:52.6973597Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-symlink.Po' from root:root to runner:runner
2025-08-20T19:11:52.6974275Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/locale.Po' from root:root to runner:runner
2025-08-20T19:11:52.6975003Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pthread-cond.Po' from root:root to runner:runner
2025-08-20T19:11:52.6975787Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-areadlink.Po' from root:root to runner:runner
2025-08-20T19:11:52.6976556Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-localename.Po' from root:root to runner:runner
2025-08-20T19:11:52.6977332Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getrusage.Po' from root:root to runner:runner
2025-08-20T19:11:52.6978038Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-putenv.Po' from root:root to runner:runner
2025-08-20T19:11:52.6978747Z [00:04:11.190]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-year2038.Po' from root:root to runner:runner
2025-08-20T19:11:52.6979479Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pthread-rwlock.Po' from root:root to runner:runner
2025-08-20T19:11:52.6980181Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getcwd.Po' from root:root to runner:runner
2025-08-20T19:11:52.6981066Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-netdb-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.6981795Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fcntl-safer.Po' from root:root to runner:runner
2025-08-20T19:11:52.6982505Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strtoll.Po' from root:root to runner:runner
2025-08-20T19:11:52.6983209Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-time-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.6983911Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strnlen.Po' from root:root to runner:runner
2025-08-20T19:11:52.6984673Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-setlocale_null-unlocked.Po' from root:root to runner:runner
2025-08-20T19:11:52.6985527Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbrtoc32-w32.Po' from root:root to runner:runner
2025-08-20T19:11:52.6986254Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sys_resource-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.6986964Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-timespec.Po' from root:root to runner:runner
2025-08-20T19:11:52.6987679Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getndelim2.Po' from root:root to runner:runner
2025-08-20T19:11:52.6988466Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-stdckdint-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.6989194Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-verify-try.Po' from root:root to runner:runner
2025-08-20T19:11:52.6989937Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/randoml.Po' from root:root to runner:runner
2025-08-20T19:11:52.6990737Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-xstrtoul.Po' from root:root to runner:runner
2025-08-20T19:11:52.6991493Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-utimensat.Po' from root:root to runner:runner
2025-08-20T19:11:52.6992209Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sys_wait-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.6992920Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c-strtod1.Po' from root:root to runner:runner
2025-08-20T19:11:52.6993719Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-memchr.Po' from root:root to runner:runner
2025-08-20T19:11:52.6994407Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/random_r.Po' from root:root to runner:runner
2025-08-20T19:11:52.6995272Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-windows-timedmutex-type.Po' from root:root to runner:runner
2025-08-20T19:11:52.6995982Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fseterr.Po' from root:root to runner:runner
2025-08-20T19:11:52.6996673Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-free.Po' from root:root to runner:runner
2025-08-20T19:11:52.6997360Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/vma-iter.Po' from root:root to runner:runner
2025-08-20T19:11:52.6998115Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/bench_sha384-bench-sha384.Po' from root:root to runner:runner
2025-08-20T19:11:52.6998833Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-nl_langinfo2.Po' from root:root to runner:runner
2025-08-20T19:11:52.6999534Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-read.Po' from root:root to runner:runner
2025-08-20T19:11:52.7000231Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-closein.Po' from root:root to runner:runner
2025-08-20T19:11:52.7001107Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-alignalloc.Po' from root:root to runner:runner
2025-08-20T19:11:52.7001860Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-linkat.Po' from root:root to runner:runner
2025-08-20T19:11:52.7002677Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/bench_sha512-bench-sha512.Po' from root:root to runner:runner
2025-08-20T19:11:52.7003413Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pthread-thread.Po' from root:root to runner:runner
2025-08-20T19:11:52.7004117Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/c-strcasestr.Po' from root:root to runner:runner
2025-08-20T19:11:52.7004827Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sigaction.Po' from root:root to runner:runner
2025-08-20T19:11:52.7005544Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-alignasof.Po' from root:root to runner:runner
2025-08-20T19:11:52.7006345Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c-strtold.Po' from root:root to runner:runner
2025-08-20T19:11:52.7007066Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-netinet_in-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7007949Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-canonicalize.Po' from root:root to runner:runner
2025-08-20T19:11:52.7008673Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbrlen-w32.Po' from root:root to runner:runner
2025-08-20T19:11:52.7009391Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strerror_r.Po' from root:root to runner:runner
2025-08-20T19:11:52.7010082Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/localename.Po' from root:root to runner:runner
2025-08-20T19:11:52.7010883Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fdopendir.Po' from root:root to runner:runner
2025-08-20T19:11:52.7011636Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-connect.Po' from root:root to runner:runner
2025-08-20T19:11:52.7012370Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-xprintf-posix.Po' from root:root to runner:runner
2025-08-20T19:11:52.7013135Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-areadlinkat-with-size.Po' from root:root to runner:runner
2025-08-20T19:11:52.7013935Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-gettext-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7014684Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-creat.Po' from root:root to runner:runner
2025-08-20T19:11:52.7015455Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-wmemchr.Po' from root:root to runner:runner
2025-08-20T19:11:52.7016242Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-arpa_inet-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7016967Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-select-stdin.Po' from root:root to runner:runner
2025-08-20T19:11:52.7017669Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fgetc.Po' from root:root to runner:runner
2025-08-20T19:11:52.7018392Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-setsockopt.Po' from root:root to runner:runner
2025-08-20T19:11:52.7019240Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-memchr2.Po' from root:root to runner:runner
2025-08-20T19:11:52.7019975Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pthread-once1.Po' from root:root to runner:runner
2025-08-20T19:11:52.7020876Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-wctype-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7021627Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fseeko.Po' from root:root to runner:runner
2025-08-20T19:11:52.7022351Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sys_random-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7023048Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-btowc.Po' from root:root to runner:runner
2025-08-20T19:11:52.7023765Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fopen-gnu.Po' from root:root to runner:runner
2025-08-20T19:11:52.7024456Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-unlink.Po' from root:root to runner:runner
2025-08-20T19:11:52.7025151Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-chmod.Po' from root:root to runner:runner
2025-08-20T19:11:52.7025863Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-malloc-gnu.Po' from root:root to runner:runner
2025-08-20T19:11:52.7026645Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-string-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7027417Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-priv-set.Po' from root:root to runner:runner
2025-08-20T19:11:52.7028214Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getcwd-lgpl.Po' from root:root to runner:runner
2025-08-20T19:11:52.7028978Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fdopen.Po' from root:root to runner:runner
2025-08-20T19:11:52.7029696Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-random-mt.Po' from root:root to runner:runner
2025-08-20T19:11:52.7030420Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-localeconv.Po' from root:root to runner:runner
2025-08-20T19:11:52.7031305Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-servent.Po' from root:root to runner:runner
2025-08-20T19:11:52.7032148Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32isblank.Po' from root:root to runner:runner
2025-08-20T19:11:52.7032854Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-iswxdigit.Po' from root:root to runner:runner
2025-08-20T19:11:52.7033672Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-listen.Po' from root:root to runner:runner
2025-08-20T19:11:52.7034380Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strtod.Po' from root:root to runner:runner
2025-08-20T19:11:52.7035102Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fdutimensat.Po' from root:root to runner:runner
2025-08-20T19:11:52.7035829Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-physmem.Po' from root:root to runner:runner
2025-08-20T19:11:52.7036530Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fsync.Po' from root:root to runner:runner
2025-08-20T19:11:52.7037231Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-qsort_r.Po' from root:root to runner:runner
2025-08-20T19:11:52.7037923Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-utime.Po' from root:root to runner:runner
2025-08-20T19:11:52.7038655Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pthread-mutex.Po' from root:root to runner:runner
2025-08-20T19:11:52.7039452Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getgroups.Po' from root:root to runner:runner
2025-08-20T19:11:52.7040241Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-localtime_r-mt.Po' from root:root to runner:runner
2025-08-20T19:11:52.7041111Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fnmatch-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7041844Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/connect.Po' from root:root to runner:runner
2025-08-20T19:11:52.7042547Z [00:04:11.191]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pselect.Po' from root:root to runner:runner
2025-08-20T19:11:52.7043260Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-unicodeio.Po' from root:root to runner:runner
2025-08-20T19:11:52.7043984Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-file-has-acl.Po' from root:root to runner:runner
2025-08-20T19:11:52.7044834Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-version-etc.Po' from root:root to runner:runner
2025-08-20T19:11:52.7045534Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fflush.Po' from root:root to runner:runner
2025-08-20T19:11:52.7046394Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-iswctype.Po' from root:root to runner:runner
2025-08-20T19:11:52.7047122Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32rtomb-w32.Po' from root:root to runner:runner
2025-08-20T19:11:52.7047824Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fopen.Po' from root:root to runner:runner
2025-08-20T19:11:52.7048512Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-hash.Po' from root:root to runner:runner
2025-08-20T19:11:52.7049224Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/pthread-rwlock.Po' from root:root to runner:runner
2025-08-20T19:11:52.7049991Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-windows-recmutex-type.Po' from root:root to runner:runner
2025-08-20T19:11:52.7050811Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-filevercmp.Po' from root:root to runner:runner
2025-08-20T19:11:52.7051541Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/ioctl.Po' from root:root to runner:runner
2025-08-20T19:11:52.7052239Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fread.Po' from root:root to runner:runner
2025-08-20T19:11:52.7053013Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/listen.Po' from root:root to runner:runner
2025-08-20T19:11:52.7053851Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pthread_sigmask1.Po' from root:root to runner:runner
2025-08-20T19:11:52.7054596Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/timespec-add.Po' from root:root to runner:runner
2025-08-20T19:11:52.7055270Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/creat.Po' from root:root to runner:runner
2025-08-20T19:11:52.7055994Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbscasecmp.Po' from root:root to runner:runner
2025-08-20T19:11:52.7056686Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-dup2.Po' from root:root to runner:runner
2025-08-20T19:11:52.7057486Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-posixtm.Po' from root:root to runner:runner
2025-08-20T19:11:52.7058181Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-chown.Po' from root:root to runner:runner
2025-08-20T19:11:52.7059034Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strtold1.Po' from root:root to runner:runner
2025-08-20T19:11:52.7059752Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-hard-locale.Po' from root:root to runner:runner
2025-08-20T19:11:52.7060536Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-regex.Po' from root:root to runner:runner
2025-08-20T19:11:52.7061251Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-htonl.Po' from root:root to runner:runner
2025-08-20T19:11:52.7061997Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/getlocalename_l-unsafe.Po' from root:root to runner:runner
2025-08-20T19:11:52.7062710Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-xstrtold.Po' from root:root to runner:runner
2025-08-20T19:11:52.7063408Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-wchar-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7064121Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-termios-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7064846Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-memset_explicit.Po' from root:root to runner:runner
2025-08-20T19:11:52.7065634Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-raise.Po' from root:root to runner:runner
2025-08-20T19:11:52.7066471Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-langinfo-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7067199Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-ftruncate.Po' from root:root to runner:runner
2025-08-20T19:11:52.7067910Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-readutmp.Po' from root:root to runner:runner
2025-08-20T19:11:52.7068678Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-setlocale_null-mt-all.Po' from root:root to runner:runner
2025-08-20T19:11:52.7069394Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-faccessat.Po' from root:root to runner:runner
2025-08-20T19:11:52.7070216Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getaddrinfo.Po' from root:root to runner:runner
2025-08-20T19:11:52.7070996Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fseeko4.Po' from root:root to runner:runner
2025-08-20T19:11:52.7071817Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-nl_langinfo1.Po' from root:root to runner:runner
2025-08-20T19:11:52.7072520Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-nullptr.Po' from root:root to runner:runner
2025-08-20T19:11:52.7073242Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-wcrtomb-w32.Po' from root:root to runner:runner
2025-08-20T19:11:52.7073947Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbrtoc32.Po' from root:root to runner:runner
2025-08-20T19:11:52.7074664Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32islower.Po' from root:root to runner:runner
2025-08-20T19:11:52.7075382Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-thread_self.Po' from root:root to runner:runner
2025-08-20T19:11:52.7076111Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-posix_memalign.Po' from root:root to runner:runner
2025-08-20T19:11:52.7076805Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/setsockopt.Po' from root:root to runner:runner
2025-08-20T19:11:52.7077508Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-stdbit-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7078287Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-verify.Po' from root:root to runner:runner
2025-08-20T19:11:52.7079090Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32_get_type_test.Po' from root:root to runner:runner
2025-08-20T19:11:52.7079825Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-isatty.Po' from root:root to runner:runner
2025-08-20T19:11:52.7080567Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/atoll.Po' from root:root to runner:runner
2025-08-20T19:11:52.7081334Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-inet_pton.Po' from root:root to runner:runner
2025-08-20T19:11:52.7082042Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-freadseek.Po' from root:root to runner:runner
2025-08-20T19:11:52.7082833Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-freading.Po' from root:root to runner:runner
2025-08-20T19:11:52.7083541Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-freadptr2.Po' from root:root to runner:runner
2025-08-20T19:11:52.7084351Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sha1-stream.Po' from root:root to runner:runner
2025-08-20T19:11:52.7085070Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32isxdigit.Po' from root:root to runner:runner
2025-08-20T19:11:52.7085785Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sha1-buffer.Po' from root:root to runner:runner
2025-08-20T19:11:52.7086484Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-lstat.Po' from root:root to runner:runner
2025-08-20T19:11:52.7087174Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-frexp.Po' from root:root to runner:runner
2025-08-20T19:11:52.7087898Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sys_socket-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7088602Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-argmatch.Po' from root:root to runner:runner
2025-08-20T19:11:52.7089304Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fadvise.Po' from root:root to runner:runner
2025-08-20T19:11:52.7090051Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-localename-w32utf8.Po' from root:root to runner:runner
2025-08-20T19:11:52.7090915Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-u64.Po' from root:root to runner:runner
2025-08-20T19:11:52.7091742Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-bitrotate.Po' from root:root to runner:runner
2025-08-20T19:11:52.7092495Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-quotearg-simple.Po' from root:root to runner:runner
2025-08-20T19:11:52.7093211Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-setlocale1.Po' from root:root to runner:runner
2025-08-20T19:11:52.7093924Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-vasprintf.Po' from root:root to runner:runner
2025-08-20T19:11:52.7094637Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c-strtold1.Po' from root:root to runner:runner
2025-08-20T19:11:52.7095477Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-printf-frexpl.Po' from root:root to runner:runner
2025-08-20T19:11:52.7096185Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32width.Po' from root:root to runner:runner
2025-08-20T19:11:52.7096890Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbrtowc.Po' from root:root to runner:runner
2025-08-20T19:11:52.7097758Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pthread-mutex-type.Po' from root:root to runner:runner
2025-08-20T19:11:52.7098457Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-open.Po' from root:root to runner:runner
2025-08-20T19:11:52.7099174Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32isgraph.Po' from root:root to runner:runner
2025-08-20T19:11:52.7099894Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/concat-filename.Po' from root:root to runner:runner
2025-08-20T19:11:52.7100716Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-setlocale-w32.Po' from root:root to runner:runner
2025-08-20T19:11:52.7101474Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-error.Po' from root:root to runner:runner
2025-08-20T19:11:52.7102188Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-freadahead.Po' from root:root to runner:runner
2025-08-20T19:11:52.7102890Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-byteswap.Po' from root:root to runner:runner
2025-08-20T19:11:52.7103676Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-setenv.Po' from root:root to runner:runner
2025-08-20T19:11:52.7104481Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-filenamecat.Po' from root:root to runner:runner
2025-08-20T19:11:52.7105223Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-setlocale2.Po' from root:root to runner:runner
2025-08-20T19:11:52.7105948Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-gettimeofday.Po' from root:root to runner:runner
2025-08-20T19:11:52.7106673Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-xstrtoumax.Po' from root:root to runner:runner
2025-08-20T19:11:52.7107396Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/bench_md5-bench-md5.Po' from root:root to runner:runner
2025-08-20T19:11:52.7108321Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-dynarray.Po' from root:root to runner:runner
2025-08-20T19:11:52.7109039Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getrandom.Po' from root:root to runner:runner
2025-08-20T19:11:52.7109746Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-unsetenv.Po' from root:root to runner:runner
2025-08-20T19:11:52.7110715Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-windows-timedrecmutex-type.Po' from root:root to runner:runner
2025-08-20T19:11:52.7111451Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-xstrtod.Po' from root:root to runner:runner
2025-08-20T19:11:52.7112156Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-ftello3.Po' from root:root to runner:runner
2025-08-20T19:11:52.7112871Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-calloc-gnu.Po' from root:root to runner:runner
2025-08-20T19:11:52.7113598Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-openat-safer.Po' from root:root to runner:runner
2025-08-20T19:11:52.7114315Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-rand-isaac.Po' from root:root to runner:runner
2025-08-20T19:11:52.7115038Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbrtowc-w32.Po' from root:root to runner:runner
2025-08-20T19:11:52.7115740Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-write.Po' from root:root to runner:runner
2025-08-20T19:11:52.7116532Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-di-set.Po' from root:root to runner:runner
2025-08-20T19:11:52.7117312Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32isupper.Po' from root:root to runner:runner
2025-08-20T19:11:52.7118003Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/c32rtomb.Po' from root:root to runner:runner
2025-08-20T19:11:52.7118733Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-isnand-nolibm.Po' from root:root to runner:runner
2025-08-20T19:11:52.7119435Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sig2str.Po' from root:root to runner:runner
2025-08-20T19:11:52.7120157Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-isnanf-nolibm.Po' from root:root to runner:runner
2025-08-20T19:11:52.7121115Z [00:04:11.192]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-utimens.Po' from root:root to runner:runner
2025-08-20T19:11:52.7121852Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-cloexec.Po' from root:root to runner:runner
2025-08-20T19:11:52.7122592Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbrtowc-w32utf8.Po' from root:root to runner:runner
2025-08-20T19:11:52.7123423Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mkfifoat.Po' from root:root to runner:runner
2025-08-20T19:11:52.7124143Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-dup-safer.Po' from root:root to runner:runner
2025-08-20T19:11:52.7124878Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/windows-timedrwlock.Po' from root:root to runner:runner
2025-08-20T19:11:52.7125617Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-btoc32.Po' from root:root to runner:runner
2025-08-20T19:11:52.7126342Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sigprocmask.Po' from root:root to runner:runner
2025-08-20T19:11:52.7127038Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mcel.Po' from root:root to runner:runner
2025-08-20T19:11:52.7127748Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fpending.Po' from root:root to runner:runner
2025-08-20T19:11:52.7128441Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-math-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7129227Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sys_uio-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7130008Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-md5-buffer.Po' from root:root to runner:runner
2025-08-20T19:11:52.7130808Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32isalpha.Po' from root:root to runner:runner
2025-08-20T19:11:52.7131581Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-setlocale_null.Po' from root:root to runner:runner
2025-08-20T19:11:52.7132297Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strtoumax.Po' from root:root to runner:runner
2025-08-20T19:11:52.7133010Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-stat-time.Po' from root:root to runner:runner
2025-08-20T19:11:52.7133705Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-yesno.Po' from root:root to runner:runner
2025-08-20T19:11:52.7134524Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-printf-frexp.Po' from root:root to runner:runner
2025-08-20T19:11:52.7135229Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-usleep.Po' from root:root to runner:runner
2025-08-20T19:11:52.7136046Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-calloc-posix.Po' from root:root to runner:runner
2025-08-20T19:11:52.7136781Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getdtablesize.Po' from root:root to runner:runner
2025-08-20T19:11:52.7137496Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-renameatu.Po' from root:root to runner:runner
2025-08-20T19:11:52.7138221Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-parse-datetime.Po' from root:root to runner:runner
2025-08-20T19:11:52.7138951Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-ignore-value.Po' from root:root to runner:runner
2025-08-20T19:11:52.7139665Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getloadavg.Po' from root:root to runner:runner
2025-08-20T19:11:52.7140363Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fwrite.Po' from root:root to runner:runner
2025-08-20T19:11:52.7141192Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbslen.Po' from root:root to runner:runner
2025-08-20T19:11:52.7142015Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/bench_crc-bench-crc.Po' from root:root to runner:runner
2025-08-20T19:11:52.7142831Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-explicit_bzero.Po' from root:root to runner:runner
2025-08-20T19:11:52.7143580Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strtod1.Po' from root:root to runner:runner
2025-08-20T19:11:52.7144262Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/accept.Po' from root:root to runner:runner
2025-08-20T19:11:52.7145041Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-realloc-posix.Po' from root:root to runner:runner
2025-08-20T19:11:52.7145732Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fstat.Po' from root:root to runner:runner
2025-08-20T19:11:52.7146478Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32_apply_type_test.Po' from root:root to runner:runner
2025-08-20T19:11:52.7147296Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-localcharset.Po' from root:root to runner:runner
2025-08-20T19:11:52.7147999Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-ftello.Po' from root:root to runner:runner
2025-08-20T19:11:52.7148768Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fputc.Po' from root:root to runner:runner
2025-08-20T19:11:52.7149495Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-gmtime_r-mt.Po' from root:root to runner:runner
2025-08-20T19:11:52.7150193Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-frexpl.Po' from root:root to runner:runner
2025-08-20T19:11:52.7151035Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/bench_sha224-bench-sha224.Po' from root:root to runner:runner
2025-08-20T19:11:52.7151772Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-signbit.Po' from root:root to runner:runner
2025-08-20T19:11:52.7152472Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-access.Po' from root:root to runner:runner
2025-08-20T19:11:52.7153187Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-rawmemchr.Po' from root:root to runner:runner
2025-08-20T19:11:52.7153899Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getopt-gnu.Po' from root:root to runner:runner
2025-08-20T19:11:52.7154679Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-dirname.Po' from root:root to runner:runner
2025-08-20T19:11:52.7155471Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-memcasecmp.Po' from root:root to runner:runner
2025-08-20T19:11:52.7156210Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getprogname.Po' from root:root to runner:runner
2025-08-20T19:11:52.7156931Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sys_select-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7157629Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-i-ring.Po' from root:root to runner:runner
2025-08-20T19:11:52.7158328Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-openat.Po' from root:root to runner:runner
2025-08-20T19:11:52.7159041Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-readlinkat.Po' from root:root to runner:runner
2025-08-20T19:11:52.7159810Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mkfifo.Po' from root:root to runner:runner
2025-08-20T19:11:52.7160604Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-isblank.Po' from root:root to runner:runner
2025-08-20T19:11:52.7161461Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-libgmp-mpz.Po' from root:root to runner:runner
2025-08-20T19:11:52.7162190Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-reallocarray.Po' from root:root to runner:runner
2025-08-20T19:11:52.7162916Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-set-mode-acl.Po' from root:root to runner:runner
2025-08-20T19:11:52.7163622Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-iswdigit.Po' from root:root to runner:runner
2025-08-20T19:11:52.7164322Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-random.Po' from root:root to runner:runner
2025-08-20T19:11:52.7165018Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-uname.Po' from root:root to runner:runner
2025-08-20T19:11:52.7165728Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sys_time-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7166434Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-locale-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7167200Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-once.Po' from root:root to runner:runner
2025-08-20T19:11:52.7167958Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-select.Po' from root:root to runner:runner
2025-08-20T19:11:52.7168738Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-errno-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7169458Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strsignal.Po' from root:root to runner:runner
2025-08-20T19:11:52.7170172Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-copy-acl.Po' from root:root to runner:runner
2025-08-20T19:11:52.7170978Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-iconv-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7171719Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbschr.Po' from root:root to runner:runner
2025-08-20T19:11:52.7172549Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sys_utsname-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7173256Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mknod.Po' from root:root to runner:runner
2025-08-20T19:11:52.7174073Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-binary-io.Po' from root:root to runner:runner
2025-08-20T19:11:52.7174779Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-ftell.Po' from root:root to runner:runner
2025-08-20T19:11:52.7175510Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-isnanl-nolibm.Po' from root:root to runner:runner
2025-08-20T19:11:52.7176184Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/c32tob.Po' from root:root to runner:runner
2025-08-20T19:11:52.7176913Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/localename-table.Po' from root:root to runner:runner
2025-08-20T19:11:52.7177614Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-unlinkat.Po' from root:root to runner:runner
2025-08-20T19:11:52.7178312Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-accept.Po' from root:root to runner:runner
2025-08-20T19:11:52.7179002Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fseek.Po' from root:root to runner:runner
2025-08-20T19:11:52.7179784Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/str_startswith.Po' from root:root to runner:runner
2025-08-20T19:11:52.7180604Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-dup.Po' from root:root to runner:runner
2025-08-20T19:11:52.7181440Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-largefile.Po' from root:root to runner:runner
2025-08-20T19:11:52.7182222Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-str_startswith.Po' from root:root to runner:runner
2025-08-20T19:11:52.7182952Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-gettime-res.Po' from root:root to runner:runner
2025-08-20T19:11:52.7183671Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-select-fd.Po' from root:root to runner:runner
2025-08-20T19:11:52.7184401Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pthread-once2.Po' from root:root to runner:runner
2025-08-20T19:11:52.7185239Z [00:04:11.193]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mkdir.Po' from root:root to runner:runner
2025-08-20T19:11:52.7185968Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test_tls-test-tls.Po' from root:root to runner:runner
2025-08-20T19:11:52.7186782Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getdelim.Po' from root:root to runner:runner
2025-08-20T19:11:52.7187479Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/setlocale.Po' from root:root to runner:runner
2025-08-20T19:11:52.7188192Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-xalloc-die.Po' from root:root to runner:runner
2025-08-20T19:11:52.7188868Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/wctob.Po' from root:root to runner:runner
2025-08-20T19:11:52.7189575Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-gmtime_r.Po' from root:root to runner:runner
2025-08-20T19:11:52.7190273Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-perror2.Po' from root:root to runner:runner
2025-08-20T19:11:52.7191049Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbrlen.Po' from root:root to runner:runner
2025-08-20T19:11:52.7191814Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbsrtoc32s.Po' from root:root to runner:runner
2025-08-20T19:11:52.7192614Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-intprops.Po' from root:root to runner:runner
2025-08-20T19:11:52.7193337Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-vasnprintf.Po' from root:root to runner:runner
2025-08-20T19:11:52.7194134Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-array-mergesort.Po' from root:root to runner:runner
2025-08-20T19:11:52.7194846Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fflush2.Po' from root:root to runner:runner
2025-08-20T19:11:52.7195545Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/strerror_r.Po' from root:root to runner:runner
2025-08-20T19:11:52.7196250Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-base32.Po' from root:root to runner:runner
2025-08-20T19:11:52.7196955Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbsinit.Po' from root:root to runner:runner
2025-08-20T19:11:52.7197757Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-base64.Po' from root:root to runner:runner
2025-08-20T19:11:52.7198481Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-read-file.Po' from root:root to runner:runner
2025-08-20T19:11:52.7199292Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-uchar-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7200014Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32isspace.Po' from root:root to runner:runner
2025-08-20T19:11:52.7200802Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-freopen.Po' from root:root to runner:runner
2025-08-20T19:11:52.7201538Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-bind.Po' from root:root to runner:runner
2025-08-20T19:11:52.7202328Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getlogin.Po' from root:root to runner:runner
2025-08-20T19:11:52.7203050Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-stdio-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7203775Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/setlocale-fixes.Po' from root:root to runner:runner
2025-08-20T19:11:52.7204470Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-lseek.Po' from root:root to runner:runner
2025-08-20T19:11:52.7205172Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fclose.Po' from root:root to runner:runner
2025-08-20T19:11:52.7205913Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pthread_sigmask2.Po' from root:root to runner:runner
2025-08-20T19:11:52.7206758Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-readtokens.Po' from root:root to runner:runner
2025-08-20T19:11:52.7207589Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fpurge.Po' from root:root to runner:runner
2025-08-20T19:11:52.7208297Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-inttostr.Po' from root:root to runner:runner
2025-08-20T19:11:52.7209011Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fstatat.Po' from root:root to runner:runner
2025-08-20T19:11:52.7209723Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sys_stat-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7210427Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-wcwidth.Po' from root:root to runner:runner
2025-08-20T19:11:52.7211259Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-malloca.Po' from root:root to runner:runner
2025-08-20T19:11:52.7212108Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-snprintf.Po' from root:root to runner:runner
2025-08-20T19:11:52.7212823Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sameacls.Po' from root:root to runner:runner
2025-08-20T19:11:52.7213534Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-userspec.Po' from root:root to runner:runner
2025-08-20T19:11:52.7214247Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-nanosleep.Po' from root:root to runner:runner
2025-08-20T19:11:52.7215024Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32isalnum.Po' from root:root to runner:runner
2025-08-20T19:11:52.7215746Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-stddef-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7216466Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-alloca-opt.Po' from root:root to runner:runner
2025-08-20T19:11:52.7217192Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-str_endswith.Po' from root:root to runner:runner
2025-08-20T19:11:52.7217913Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-gethostname.Po' from root:root to runner:runner
2025-08-20T19:11:52.7218667Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-windows-mutex-type.Po' from root:root to runner:runner
2025-08-20T19:11:52.7219426Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-close.Po' from root:root to runner:runner
2025-08-20T19:11:52.7220235Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-vasprintf-posix.Po' from root:root to runner:runner
2025-08-20T19:11:52.7221012Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fchdir.Po' from root:root to runner:runner
2025-08-20T19:11:52.7221774Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-inet_ntop.Po' from root:root to runner:runner
2025-08-20T19:11:52.7222524Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-setlocale-w32utf8.Po' from root:root to runner:runner
2025-08-20T19:11:52.7223240Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-nstrftime.Po' from root:root to runner:runner
2025-08-20T19:11:52.7223940Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fseeko3.Po' from root:root to runner:runner
2025-08-20T19:11:52.7224782Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-float-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7225541Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-setlocale_null-mt-one.Po' from root:root to runner:runner
2025-08-20T19:11:52.7226261Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-inttypes-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7226953Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-perror.Po' from root:root to runner:runner
2025-08-20T19:11:52.7227721Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/wctomb.Po' from root:root to runner:runner
2025-08-20T19:11:52.7228488Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-md5-stream.Po' from root:root to runner:runner
2025-08-20T19:11:52.7229203Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-stdlib-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7229909Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pthread.Po' from root:root to runner:runner
2025-08-20T19:11:52.7230698Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strtoull.Po' from root:root to runner:runner
2025-08-20T19:11:52.7231442Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32ispunct.Po' from root:root to runner:runner
2025-08-20T19:11:52.7232213Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pathmax.Po' from root:root to runner:runner
2025-08-20T19:11:52.7233000Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-readlink.Po' from root:root to runner:runner
2025-08-20T19:11:52.7233715Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-libgmp-mpq.Po' from root:root to runner:runner
2025-08-20T19:11:52.7234421Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-environ.Po' from root:root to runner:runner
2025-08-20T19:11:52.7235123Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-freadptr.Po' from root:root to runner:runner
2025-08-20T19:11:52.7235832Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-random_r.Po' from root:root to runner:runner
2025-08-20T19:11:52.7236533Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getline.Po' from root:root to runner:runner
2025-08-20T19:11:52.7237364Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-unistd-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7238075Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sockets.Po' from root:root to runner:runner
2025-08-20T19:11:52.7238793Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sm3-buffer.Po' from root:root to runner:runner
2025-08-20T19:11:52.7239474Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/usleep.Po' from root:root to runner:runner
2025-08-20T19:11:52.7240238Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbsrtowcs.Po' from root:root to runner:runner
2025-08-20T19:11:52.7241065Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pipe2.Po' from root:root to runner:runner
2025-08-20T19:11:52.7241779Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/randomd.Po' from root:root to runner:runner
2025-08-20T19:11:52.7242474Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-dirfd.Po' from root:root to runner:runner
2025-08-20T19:11:52.7243212Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-vfzprintf-posix.Po' from root:root to runner:runner
2025-08-20T19:11:52.7243917Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-utime-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7244755Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fdatasync.Po' from root:root to runner:runner
2025-08-20T19:11:52.7245618Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-nl_langinfo-mt.Po' from root:root to runner:runner
2025-08-20T19:11:52.7246321Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-bool.Po' from root:root to runner:runner
2025-08-20T19:11:52.7247032Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sched-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7247733Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-rwlock1.Po' from root:root to runner:runner
2025-08-20T19:11:52.7248454Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32isdigit.Po' from root:root to runner:runner
2025-08-20T19:11:52.7249141Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-rmdir.Po' from root:root to runner:runner
2025-08-20T19:11:52.7249852Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-stdint-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7250756Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-ino-map.Po' from root:root to runner:runner
2025-08-20T19:11:52.7251503Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c-strcasecmp.Po' from root:root to runner:runner
2025-08-20T19:11:52.7252195Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-link.Po' from root:root to runner:runner
2025-08-20T19:11:52.7252921Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-freopen-safer.Po' from root:root to runner:runner
2025-08-20T19:11:52.7253738Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/bench_sha1-bench-sha1.Po' from root:root to runner:runner
2025-08-20T19:11:52.7254420Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/sleep.Po' from root:root to runner:runner
2025-08-20T19:11:52.7255157Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-vzprintf-posix.Po' from root:root to runner:runner
2025-08-20T19:11:52.7255853Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-memcoll.Po' from root:root to runner:runner
2025-08-20T19:11:52.7256551Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-time.Po' from root:root to runner:runner
2025-08-20T19:11:52.7257321Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-filemode.Po' from root:root to runner:runner
2025-08-20T19:11:52.7258121Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-ctype-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.7258837Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32isprint.Po' from root:root to runner:runner
2025-08-20T19:11:52.7259543Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strtold.Po' from root:root to runner:runner
2025-08-20T19:11:52.7260298Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-areadlink-with-size.Po' from root:root to runner:runner
2025-08-20T19:11:52.7261142Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/xconcat-filename.Po' from root:root to runner:runner
2025-08-20T19:11:52.7261865Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fnmatch.Po' from root:root to runner:runner
2025-08-20T19:11:52.7262565Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-wcrtomb.Po' from root:root to runner:runner
2025-08-20T19:11:52.7263398Z [00:04:11.194]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c-strtod.Po' from root:root to runner:runner
2025-08-20T19:11:52.7264103Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-ftello4.Po' from root:root to runner:runner
2025-08-20T19:11:52.7264836Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sha512-stream.Po' from root:root to runner:runner
2025-08-20T19:11:52.7265472Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps' from root:root to runner:runner
2025-08-20T19:11:52.7266244Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtoc32s-3.sh' from root:root to runner:runner
2025-08-20T19:11:52.7266947Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/array-mergesort.h' from root:root to runner:runner
2025-08-20T19:11:52.7267623Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-verify.c' from root:root to runner:runner
2025-08-20T19:11:52.7268301Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-verify.sh' from root:root to runner:runner
2025-08-20T19:11:52.7269005Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strtold-mt.sh' from root:root to runner:runner
2025-08-20T19:11:52.7269662Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/randoml.c' from root:root to runner:runner
2025-08-20T19:11:52.7270505Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-rand-isaac.c' from root:root to runner:runner
2025-08-20T19:11:52.7271281Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-lchown.h' from root:root to runner:runner
2025-08-20T19:11:52.7271955Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/arg-nonnull.h' from root:root to runner:runner
2025-08-20T19:11:52.7272634Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wcrtomb.c' from root:root to runner:runner
2025-08-20T19:11:52.7273324Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-nstrftime.h' from root:root to runner:runner
2025-08-20T19:11:52.7274011Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strtod1.c' from root:root to runner:runner
2025-08-20T19:11:52.7274697Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getgroups.c' from root:root to runner:runner
2025-08-20T19:11:52.7275549Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/uniwidth/.deps/test-uc_width2.Po' from root:root to runner:runner
2025-08-20T19:11:52.7276296Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/uniwidth/.deps/test-uc_width.Po' from root:root to runner:runner
2025-08-20T19:11:52.7276973Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/uniwidth/.deps' from root:root to runner:runner
2025-08-20T19:11:52.7277688Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/uniwidth/test-uc_width.c' from root:root to runner:runner
2025-08-20T19:11:52.7278480Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/uniwidth/test-uc_width2.c' from root:root to runner:runner
2025-08-20T19:11:52.7279221Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/uniwidth/test-uc_width2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7279882Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/uniwidth' from root:root to runner:runner
2025-08-20T19:11:52.7280689Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/windows-utf8.manifest' from root:root to runner:runner
2025-08-20T19:11:52.7281401Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sleep.c' from root:root to runner:runner
2025-08-20T19:11:52.7282071Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/getrusage.c' from root:root to runner:runner
2025-08-20T19:11:52.7282811Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/null-ptr.h' from root:root to runner:runner
2025-08-20T19:11:52.7283584Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7284260Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-qsort_r.c' from root:root to runner:runner
2025-08-20T19:11:52.7284927Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/macros.h' from root:root to runner:runner
2025-08-20T19:11:52.7285602Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/c-strcasestr.c' from root:root to runner:runner
2025-08-20T19:11:52.7286291Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-closein.sh' from root:root to runner:runner
2025-08-20T19:11:52.7286981Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xstrtoimax.sh' from root:root to runner:runner
2025-08-20T19:11:52.7287665Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-freadptr2.c' from root:root to runner:runner
2025-08-20T19:11:52.7288487Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-version-etc.sh' from root:root to runner:runner
2025-08-20T19:11:52.7289184Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-select-fd.c' from root:root to runner:runner
2025-08-20T19:11:52.7289889Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pthread-mutex.c' from root:root to runner:runner
2025-08-20T19:11:52.7290740Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/str_startswith.c' from root:root to runner:runner
2025-08-20T19:11:52.7291620Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-windows-timedmutex-type.c' from root:root to runner:runner
2025-08-20T19:11:52.7292401Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtoc32s-5.sh' from root:root to runner:runner
2025-08-20T19:11:52.7293086Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fpurge.c' from root:root to runner:runner
2025-08-20T19:11:52.7293760Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftell2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7294432Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-read.c' from root:root to runner:runner
2025-08-20T19:11:52.7295107Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-btowc-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7295870Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-version-etc.c' from root:root to runner:runner
2025-08-20T19:11:52.7296621Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fdopendir.c' from root:root to runner:runner
2025-08-20T19:11:52.7297289Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-sha1.c' from root:root to runner:runner
2025-08-20T19:11:52.7297989Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32islower.sh' from root:root to runner:runner
2025-08-20T19:11:52.7298662Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-perror.c' from root:root to runner:runner
2025-08-20T19:11:52.7299350Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fpending.sh' from root:root to runner:runner
2025-08-20T19:11:52.7300011Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-stat.c' from root:root to runner:runner
2025-08-20T19:11:52.7300963Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-nl_langinfo2.c' from root:root to runner:runner
2025-08-20T19:11:52.7301716Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/localename-environ.o' from root:root to runner:runner
2025-08-20T19:11:52.7302412Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mountlist.c' from root:root to runner:runner
2025-08-20T19:11:52.7303118Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pthread-once2.c' from root:root to runner:runner
2025-08-20T19:11:52.7303956Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtowcs-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7304634Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-link.c' from root:root to runner:runner
2025-08-20T19:11:52.7305387Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-unlinkat.c' from root:root to runner:runner
2025-08-20T19:11:52.7306066Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-raise.c' from root:root to runner:runner
2025-08-20T19:11:52.7306744Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fpending.c' from root:root to runner:runner
2025-08-20T19:11:52.7307456Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-w32-4.sh' from root:root to runner:runner
2025-08-20T19:11:52.7308153Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-calloc-posix.c' from root:root to runner:runner
2025-08-20T19:11:52.7308956Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-w32-7.sh' from root:root to runner:runner
2025-08-20T19:11:52.7309657Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7310338Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-servent.c' from root:root to runner:runner
2025-08-20T19:11:52.7311074Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/nap.h' from root:root to runner:runner
2025-08-20T19:11:52.7311794Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtoc32s-4.sh' from root:root to runner:runner
2025-08-20T19:11:52.7312493Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-inet_ntop.c' from root:root to runner:runner
2025-08-20T19:11:52.7313185Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/xconcat-filename.c' from root:root to runner:runner
2025-08-20T19:11:52.7313970Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-iconv-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7314674Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-nl_langinfo1.sh' from root:root to runner:runner
2025-08-20T19:11:52.7315373Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-unicodeio1.sh' from root:root to runner:runner
2025-08-20T19:11:52.7316072Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-w32-6.sh' from root:root to runner:runner
2025-08-20T19:11:52.7316824Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getndelim2.c' from root:root to runner:runner
2025-08-20T19:11:52.7317572Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-stdio-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7318304Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_wait-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7318985Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-lseek.c' from root:root to runner:runner
2025-08-20T19:11:52.7319665Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-isatty.c' from root:root to runner:runner
2025-08-20T19:11:52.7320381Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/getlocalename_l-unsafe.o' from root:root to runner:runner
2025-08-20T19:11:52.7321194Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtoull.c' from root:root to runner:runner
2025-08-20T19:11:52.7322004Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.7322702Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbscasecmp.sh' from root:root to runner:runner
2025-08-20T19:11:52.7323390Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7324105Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-vasprintf-posix.c' from root:root to runner:runner
2025-08-20T19:11:52.7324775Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-frexpl.c' from root:root to runner:runner
2025-08-20T19:11:52.7325445Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fwrite.c' from root:root to runner:runner
2025-08-20T19:11:52.7326255Z [00:04:11.195]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32rtomb.c' from root:root to runner:runner
2025-08-20T19:11:52.7326950Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-dup-safer.c' from root:root to runner:runner
2025-08-20T19:11:52.7327655Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-nstrftime-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7328349Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/atomic-int-gnulib.h' from root:root to runner:runner
2025-08-20T19:11:52.7329103Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strtod.c' from root:root to runner:runner
2025-08-20T19:11:52.7329779Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wchar-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7330608Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-verify-try.c' from root:root to runner:runner
2025-08-20T19:11:52.7331360Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-i-ring.c' from root:root to runner:runner
2025-08-20T19:11:52.7332042Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftello2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7332705Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/gnulib.mk' from root:root to runner:runner
2025-08-20T19:11:52.7333382Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-memrchr.c' from root:root to runner:runner
2025-08-20T19:11:52.7334175Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-calloc-gnu.c' from root:root to runner:runner
2025-08-20T19:11:52.7334863Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setlocale2.c' from root:root to runner:runner
2025-08-20T19:11:52.7335621Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unicase/.deps/test-uc_tolower.Po' from root:root to runner:runner
2025-08-20T19:11:52.7336293Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unicase/.deps' from root:root to runner:runner
2025-08-20T19:11:52.7337036Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unicase/test-mapping-part1.h' from root:root to runner:runner
2025-08-20T19:11:52.7337777Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unicase/test-mapping-part2.h' from root:root to runner:runner
2025-08-20T19:11:52.7338497Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unicase/test-uc_tolower.c' from root:root to runner:runner
2025-08-20T19:11:52.7339222Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unicase' from root:root to runner:runner
2025-08-20T19:11:52.7339902Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-access.h' from root:root to runner:runner
2025-08-20T19:11:52.7340680Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-hash.c' from root:root to runner:runner
2025-08-20T19:11:52.7341426Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-gettimeofday.c' from root:root to runner:runner
2025-08-20T19:11:52.7342202Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-freadptr.c' from root:root to runner:runner
2025-08-20T19:11:52.7342915Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-libgmp-mpq.c' from root:root to runner:runner
2025-08-20T19:11:52.7343644Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/ioctl.o' from root:root to runner:runner
2025-08-20T19:11:52.7344366Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strncasecmp.sh' from root:root to runner:runner
2025-08-20T19:11:52.7345087Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/c-strcasestr.o' from root:root to runner:runner
2025-08-20T19:11:52.7345776Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtoumax.c' from root:root to runner:runner
2025-08-20T19:11:52.7346453Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-write.c' from root:root to runner:runner
2025-08-20T19:11:52.7347324Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-windows-recmutex-type.c' from root:root to runner:runner
2025-08-20T19:11:52.7348012Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-exclude3.sh' from root:root to runner:runner
2025-08-20T19:11:52.7348699Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-remove.c' from root:root to runner:runner
2025-08-20T19:11:52.7349386Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_ioctl-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7350046Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/w32sock.h' from root:root to runner:runner
2025-08-20T19:11:52.7350816Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-iswxdigit.sh' from root:root to runner:runner
2025-08-20T19:11:52.7351618Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-digest.h' from root:root to runner:runner
2025-08-20T19:11:52.7352312Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-arpa_inet-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7353001Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isupper.c' from root:root to runner:runner
2025-08-20T19:11:52.7353666Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-dup.c' from root:root to runner:runner
2025-08-20T19:11:52.7354334Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-lseek.sh' from root:root to runner:runner
2025-08-20T19:11:52.7355101Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftruncate.sh' from root:root to runner:runner
2025-08-20T19:11:52.7355876Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/current-locale' from root:root to runner:runner
2025-08-20T19:11:52.7356577Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strtold.c' from root:root to runner:runner
2025-08-20T19:11:52.7357256Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-freading.c' from root:root to runner:runner
2025-08-20T19:11:52.7357977Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setlocale_null.c' from root:root to runner:runner
2025-08-20T19:11:52.7358664Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsinit.sh' from root:root to runner:runner
2025-08-20T19:11:52.7359445Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-utimens.c' from root:root to runner:runner
2025-08-20T19:11:52.7360141Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isalnum.c' from root:root to runner:runner
2025-08-20T19:11:52.7360910Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-float-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7361643Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-select.c' from root:root to runner:runner
2025-08-20T19:11:52.7362339Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getcwd-lgpl.c' from root:root to runner:runner
2025-08-20T19:11:52.7363029Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-copy-acl.sh' from root:root to runner:runner
2025-08-20T19:11:52.7363700Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-math-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7364516Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench.h' from root:root to runner:runner
2025-08-20T19:11:52.7365257Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-4.sh' from root:root to runner:runner
2025-08-20T19:11:52.7394454Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-read-file.c' from root:root to runner:runner
2025-08-20T19:11:52.7395487Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-freadseek.sh' from root:root to runner:runner
2025-08-20T19:11:52.7396521Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sha1-buffer.c' from root:root to runner:runner
2025-08-20T19:11:52.7397223Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mkdirat.c' from root:root to runner:runner
2025-08-20T19:11:52.7397968Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-once.c' from root:root to runner:runner
2025-08-20T19:11:52.7398729Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-stdlib-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7399403Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftell3.c' from root:root to runner:runner
2025-08-20T19:11:52.7400120Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-w32-3.sh' from root:root to runner:runner
2025-08-20T19:11:52.7401048Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/thread-optim.h' from root:root to runner:runner
2025-08-20T19:11:52.7401886Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isalpha.c' from root:root to runner:runner
2025-08-20T19:11:52.7402570Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fadvise.c' from root:root to runner:runner
2025-08-20T19:11:52.7403394Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wcrtomb-w32.c' from root:root to runner:runner
2025-08-20T19:11:52.7404079Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sig2str.c' from root:root to runner:runner
2025-08-20T19:11:52.7404774Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-alloca-opt.c' from root:root to runner:runner
2025-08-20T19:11:52.7405447Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fgetc.c' from root:root to runner:runner
2025-08-20T19:11:52.7406119Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-time-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7406794Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/warn-on-use.h' from root:root to runner:runner
2025-08-20T19:11:52.7407450Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/xgetcwd.c' from root:root to runner:runner
2025-08-20T19:11:52.7408167Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-quotearg-simple.c' from root:root to runner:runner
2025-08-20T19:11:52.7408844Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fflush2.c' from root:root to runner:runner
2025-08-20T19:11:52.7409607Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtold.h' from root:root to runner:runner
2025-08-20T19:11:52.7410551Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-w32-8.sh' from root:root to runner:runner
2025-08-20T19:11:52.7411285Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-accept.c' from root:root to runner:runner
2025-08-20T19:11:52.7411940Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bind.c' from root:root to runner:runner
2025-08-20T19:11:52.7412639Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.7413332Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32tolower.sh' from root:root to runner:runner
2025-08-20T19:11:52.7413999Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-rename.c' from root:root to runner:runner
2025-08-20T19:11:52.7414858Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-w32utf8.c' from root:root to runner:runner
2025-08-20T19:11:52.7415586Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pthread-mutex-type.c' from root:root to runner:runner
2025-08-20T19:11:52.7416449Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strtod-mt.c' from root:root to runner:runner
2025-08-20T19:11:52.7417152Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-unicodeio3.sh' from root:root to runner:runner
2025-08-20T19:11:52.7417849Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strcasecmp.c' from root:root to runner:runner
2025-08-20T19:11:52.7418539Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-regex.c' from root:root to runner:runner
2025-08-20T19:11:52.7419222Z [00:04:11.196]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-stdint-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7419915Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtowcs-3.sh' from root:root to runner:runner
2025-08-20T19:11:52.7420686Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-u64.c' from root:root to runner:runner
2025-08-20T19:11:52.7421412Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-memchr.c' from root:root to runner:runner
2025-08-20T19:11:52.7422180Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-error.sh' from root:root to runner:runner
2025-08-20T19:11:52.7422910Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-utime.c' from root:root to runner:runner
2025-08-20T19:11:52.7423667Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strtod1.sh' from root:root to runner:runner
2025-08-20T19:11:52.7424361Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-lutimens.h' from root:root to runner:runner
2025-08-20T19:11:52.7425070Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-5.sh' from root:root to runner:runner
2025-08-20T19:11:52.7425749Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-btowc-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.7426443Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbscasecmp.c' from root:root to runner:runner
2025-08-20T19:11:52.7427245Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-chdir.c' from root:root to runner:runner
2025-08-20T19:11:52.7427929Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-symlinkat.c' from root:root to runner:runner
2025-08-20T19:11:52.7428762Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-random_r.c' from root:root to runner:runner
2025-08-20T19:11:52.7429467Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-file-has-acl.sh' from root:root to runner:runner
2025-08-20T19:11:52.7430151Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-filemode.c' from root:root to runner:runner
2025-08-20T19:11:52.7431021Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wmemchr.c' from root:root to runner:runner
2025-08-20T19:11:52.7431753Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mcel-4.sh' from root:root to runner:runner
2025-08-20T19:11:52.7432431Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mcel-5.sh' from root:root to runner:runner
2025-08-20T19:11:52.7433103Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pipe2.c' from root:root to runner:runner
2025-08-20T19:11:52.7433772Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mkdir.h' from root:root to runner:runner
2025-08-20T19:11:52.7434436Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fseek.sh' from root:root to runner:runner
2025-08-20T19:11:52.7435227Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-binary-io.sh' from root:root to runner:runner
2025-08-20T19:11:52.7435923Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/ioctl.c' from root:root to runner:runner
2025-08-20T19:11:52.7436689Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-4.sh' from root:root to runner:runner
2025-08-20T19:11:52.7437372Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/signed-snan.h' from root:root to runner:runner
2025-08-20T19:11:52.7438057Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-copy-acl.c' from root:root to runner:runner
2025-08-20T19:11:52.7438766Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-vzprintf-posix.sh' from root:root to runner:runner
2025-08-20T19:11:52.7439419Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/atoll.c' from root:root to runner:runner
2025-08-20T19:11:52.7440230Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/random_r.c' from root:root to runner:runner
2025-08-20T19:11:52.7441013Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_wait-h.h' from root:root to runner:runner
2025-08-20T19:11:52.7441870Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-areadlink-with-size.c' from root:root to runner:runner
2025-08-20T19:11:52.7442547Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mcel-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.7443253Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strtold-mt.c' from root:root to runner:runner
2025-08-20T19:11:52.7443924Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setenv.c' from root:root to runner:runner
2025-08-20T19:11:52.7444629Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-netinet_in-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7445369Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench_crc-randomb.o' from root:root to runner:runner
2025-08-20T19:11:52.7446029Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/randomd.c' from root:root to runner:runner
2025-08-20T19:11:52.7446756Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-vc-list-files-git.sh' from root:root to runner:runner
2025-08-20T19:11:52.7447435Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-futimens.h' from root:root to runner:runner
2025-08-20T19:11:52.7448187Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-access.c' from root:root to runner:runner
2025-08-20T19:11:52.7448946Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/str_startswith.o' from root:root to runner:runner
2025-08-20T19:11:52.7449669Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isxdigit.c' from root:root to runner:runner
2025-08-20T19:11:52.7450351Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-nstrftime.c' from root:root to runner:runner
2025-08-20T19:11:52.7451156Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-open.c' from root:root to runner:runner
2025-08-20T19:11:52.7451871Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-locale-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7452553Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sched-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7453378Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pthread_sigmask1.c' from root:root to runner:runner
2025-08-20T19:11:52.7454063Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-physmem.c' from root:root to runner:runner
2025-08-20T19:11:52.7454857Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-readlink.h' from root:root to runner:runner
2025-08-20T19:11:52.7455570Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-explicit_bzero.c' from root:root to runner:runner
2025-08-20T19:11:52.7456284Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-array-mergesort.c' from root:root to runner:runner
2025-08-20T19:11:52.7456937Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/randomb.c' from root:root to runner:runner
2025-08-20T19:11:52.7457636Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-areadlinkat.c' from root:root to runner:runner
2025-08-20T19:11:52.7458314Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-gmtime_r.c' from root:root to runner:runner
2025-08-20T19:11:52.7459004Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isupper.sh' from root:root to runner:runner
2025-08-20T19:11:52.7459692Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-inttypes-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7460518Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mcel-3.sh' from root:root to runner:runner
2025-08-20T19:11:52.7461270Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xvasprintf.c' from root:root to runner:runner
2025-08-20T19:11:52.7462031Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-localcharset' from root:root to runner:runner
2025-08-20T19:11:52.7462734Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mkfifoat.c' from root:root to runner:runner
2025-08-20T19:11:52.7463395Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-time.c' from root:root to runner:runner
2025-08-20T19:11:52.7464114Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-4.sh' from root:root to runner:runner
2025-08-20T19:11:52.7464774Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/socket.c' from root:root to runner:runner
2025-08-20T19:11:52.7465552Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wctype.c' from root:root to runner:runner
2025-08-20T19:11:52.7466244Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setlocale1.c' from root:root to runner:runner
2025-08-20T19:11:52.7467004Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strcasestr.c' from root:root to runner:runner
2025-08-20T19:11:52.7467695Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/concat-filename.h' from root:root to runner:runner
2025-08-20T19:11:52.7468360Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/Makefile.in' from root:root to runner:runner
2025-08-20T19:11:52.7469044Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtold1.sh' from root:root to runner:runner
2025-08-20T19:11:52.7469715Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-isnanl.h' from root:root to runner:runner
2025-08-20T19:11:52.7470423Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-5.sh' from root:root to runner:runner
2025-08-20T19:11:52.7471282Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xstrtoimax.c' from root:root to runner:runner
2025-08-20T19:11:52.7471950Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/creat.c' from root:root to runner:runner
2025-08-20T19:11:52.7472633Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-alignof.c' from root:root to runner:runner
2025-08-20T19:11:52.7473439Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-file-has-acl-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.7474198Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_types-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7474942Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench_sha256-bench-sha256.o' from root:root to runner:runner
2025-08-20T19:11:52.7475629Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-argv-iter.c' from root:root to runner:runner
2025-08-20T19:11:52.7476337Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/localename-environ.c' from root:root to runner:runner
2025-08-20T19:11:52.7477023Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-exclude2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7477705Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-unistd-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7478495Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-w32-5.sh' from root:root to runner:runner
2025-08-20T19:11:52.7479171Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-rwlock1.c' from root:root to runner:runner
2025-08-20T19:11:52.7479902Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/vma-iter.o' from root:root to runner:runner
2025-08-20T19:11:52.7480747Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xstrtod.c' from root:root to runner:runner
2025-08-20T19:11:52.7481459Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/wctomb-impl.h' from root:root to runner:runner
2025-08-20T19:11:52.7482147Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/pthread-rwlock.o' from root:root to runner:runner
2025-08-20T19:11:52.7482851Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-nstrftime-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.7483519Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/localename.o' from root:root to runner:runner
2025-08-20T19:11:52.7484209Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-3.sh' from root:root to runner:runner
2025-08-20T19:11:52.7484898Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-thread_self.c' from root:root to runner:runner
2025-08-20T19:11:52.7485663Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-utimens.h' from root:root to runner:runner
2025-08-20T19:11:52.7486390Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-md5-stream.c' from root:root to runner:runner
2025-08-20T19:11:52.7487153Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-md5-buffer.c' from root:root to runner:runner
2025-08-20T19:11:52.7487852Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-localtime_r.c' from root:root to runner:runner
2025-08-20T19:11:52.7488535Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-random-mt.c' from root:root to runner:runner
2025-08-20T19:11:52.7489205Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-bool.c' from root:root to runner:runner
2025-08-20T19:11:52.7489876Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fseeko.c' from root:root to runner:runner
2025-08-20T19:11:52.7490730Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-sha224.c' from root:root to runner:runner
2025-08-20T19:11:52.7491456Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isdigit.c' from root:root to runner:runner
2025-08-20T19:11:52.7492253Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-4.sh' from root:root to runner:runner
2025-08-20T19:11:52.7492932Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-iswblank.c' from root:root to runner:runner
2025-08-20T19:11:52.7493637Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-posix_memalign.c' from root:root to runner:runner
2025-08-20T19:11:52.7494344Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-file-has-acl-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7495013Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-chown.h' from root:root to runner:runner
2025-08-20T19:11:52.7495695Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pthread.c' from root:root to runner:runner
2025-08-20T19:11:52.7496396Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-isnanf-nolibm.c' from root:root to runner:runner
2025-08-20T19:11:52.7497084Z [00:04:11.197]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-4.sh' from root:root to runner:runner
2025-08-20T19:11:52.7497759Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-futimens.c' from root:root to runner:runner
2025-08-20T19:11:52.7498553Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-canonicalize.c' from root:root to runner:runner
2025-08-20T19:11:52.7499221Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/c++defs.h' from root:root to runner:runner
2025-08-20T19:11:52.7499954Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-init.sh' from root:root to runner:runner
2025-08-20T19:11:52.7500679Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/random.c' from root:root to runner:runner
2025-08-20T19:11:52.7501398Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_utsname-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7502085Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-binary-io.c' from root:root to runner:runner
2025-08-20T19:11:52.7502774Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-5.sh' from root:root to runner:runner
2025-08-20T19:11:52.7503588Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getprogname.c' from root:root to runner:runner
2025-08-20T19:11:52.7504264Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sameacls.c' from root:root to runner:runner
2025-08-20T19:11:52.7505016Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-chown.c' from root:root to runner:runner
2025-08-20T19:11:52.7505713Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isgraph.sh' from root:root to runner:runner
2025-08-20T19:11:52.7506387Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-base64.c' from root:root to runner:runner
2025-08-20T19:11:52.7507075Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isalpha.sh' from root:root to runner:runner
2025-08-20T19:11:52.7507751Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mkfifo.h' from root:root to runner:runner
2025-08-20T19:11:52.7508442Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getaddrinfo.c' from root:root to runner:runner
2025-08-20T19:11:52.7509114Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fseeko3.c' from root:root to runner:runner
2025-08-20T19:11:52.7509783Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-uname.c' from root:root to runner:runner
2025-08-20T19:11:52.7510543Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-signbit.c' from root:root to runner:runner
2025-08-20T19:11:52.7511381Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-str_startswith.c' from root:root to runner:runner
2025-08-20T19:11:52.7512161Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strncasecmp.c' from root:root to runner:runner
2025-08-20T19:11:52.7512859Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftello4.sh' from root:root to runner:runner
2025-08-20T19:11:52.7513542Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-iswxdigit.c' from root:root to runner:runner
2025-08-20T19:11:52.7514229Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32width.c' from root:root to runner:runner
2025-08-20T19:11:52.7514916Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32iscntrl.c' from root:root to runner:runner
2025-08-20T19:11:52.7515752Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-3.sh' from root:root to runner:runner
2025-08-20T19:11:52.7516393Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/nan.h' from root:root to runner:runner
2025-08-20T19:11:52.7517066Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fseeko.sh' from root:root to runner:runner
2025-08-20T19:11:52.7517863Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-memset_explicit.c' from root:root to runner:runner
2025-08-20T19:11:52.7518552Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/timespec-add.o' from root:root to runner:runner
2025-08-20T19:11:52.7519214Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-md5' from root:root to runner:runner
2025-08-20T19:11:52.7519865Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/wctob.c' from root:root to runner:runner
2025-08-20T19:11:52.7520660Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getrusage.c' from root:root to runner:runner
2025-08-20T19:11:52.7521372Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pipe.c' from root:root to runner:runner
2025-08-20T19:11:52.7522089Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32_get_type_test.c' from root:root to runner:runner
2025-08-20T19:11:52.7522818Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench_sha224-bench-sha224.o' from root:root to runner:runner
2025-08-20T19:11:52.7523570Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/signed-nan.h' from root:root to runner:runner
2025-08-20T19:11:52.7524281Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/localename-table.c' from root:root to runner:runner
2025-08-20T19:11:52.7525019Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pselect.c' from root:root to runner:runner
2025-08-20T19:11:52.7525734Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftello.c' from root:root to runner:runner
2025-08-20T19:11:52.7526447Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-3.sh' from root:root to runner:runner
2025-08-20T19:11:52.7527131Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtod1.sh' from root:root to runner:runner
2025-08-20T19:11:52.7527831Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32rtomb-w32.c' from root:root to runner:runner
2025-08-20T19:11:52.7528625Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fseeko4.c' from root:root to runner:runner
2025-08-20T19:11:52.7529335Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench_crc-bench-crc.o' from root:root to runner:runner
2025-08-20T19:11:52.7530129Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strerror_r.c' from root:root to runner:runner
2025-08-20T19:11:52.7530902Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mkdir.c' from root:root to runner:runner
2025-08-20T19:11:52.7531626Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-exclude.c' from root:root to runner:runner
2025-08-20T19:11:52.7532308Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsinit.c' from root:root to runner:runner
2025-08-20T19:11:52.7532965Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/usleep.c' from root:root to runner:runner
2025-08-20T19:11:52.7533645Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strerror.c' from root:root to runner:runner
2025-08-20T19:11:52.7534334Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-iswdigit.sh' from root:root to runner:runner
2025-08-20T19:11:52.7534989Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/c32tob.c' from root:root to runner:runner
2025-08-20T19:11:52.7535659Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-frexp.h' from root:root to runner:runner
2025-08-20T19:11:52.7536456Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-w32-7.sh' from root:root to runner:runner
2025-08-20T19:11:52.7537231Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-freadahead.c' from root:root to runner:runner
2025-08-20T19:11:52.7537927Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.7538616Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isprint.c' from root:root to runner:runner
2025-08-20T19:11:52.7539322Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-localcharset.o' from root:root to runner:runner
2025-08-20T19:11:52.7539994Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-memchr2.c' from root:root to runner:runner
2025-08-20T19:11:52.7540784Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtoc32s-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7541580Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fsync.c' from root:root to runner:runner
2025-08-20T19:11:52.7542289Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-3.sh' from root:root to runner:runner
2025-08-20T19:11:52.7543046Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-faccessat.c' from root:root to runner:runner
2025-08-20T19:11:52.7543727Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/str-two-way.h' from root:root to runner:runner
2025-08-20T19:11:52.7544398Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtod.h' from root:root to runner:runner
2025-08-20T19:11:52.7545120Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtoimax.c' from root:root to runner:runner
2025-08-20T19:11:52.7545800Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-symlink.h' from root:root to runner:runner
2025-08-20T19:11:52.7546486Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-3.sh' from root:root to runner:runner
2025-08-20T19:11:52.7547159Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fopen.h' from root:root to runner:runner
2025-08-20T19:11:52.7547838Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7548593Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-select-in.sh' from root:root to runner:runner
2025-08-20T19:11:52.7549334Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-timespec.c' from root:root to runner:runner
2025-08-20T19:11:52.7550096Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-alignalloc.c' from root:root to runner:runner
2025-08-20T19:11:52.7550901Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-nl_langinfo1.c' from root:root to runner:runner
2025-08-20T19:11:52.7551596Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getopt-gnu.c' from root:root to runner:runner
2025-08-20T19:11:52.7552307Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-8.sh' from root:root to runner:runner
2025-08-20T19:11:52.7552983Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fchownat.c' from root:root to runner:runner
2025-08-20T19:11:52.7553739Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/perror.c' from root:root to runner:runner
2025-08-20T19:11:52.7554410Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-putenv.c' from root:root to runner:runner
2025-08-20T19:11:52.7555203Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isblank.sh' from root:root to runner:runner
2025-08-20T19:11:52.7555876Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-year2038.c' from root:root to runner:runner
2025-08-20T19:11:52.7556535Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/xgetcwd.o' from root:root to runner:runner
2025-08-20T19:11:52.7557238Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-printf-posix.h' from root:root to runner:runner
2025-08-20T19:11:52.7557911Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ctype-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7558602Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-gettext-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7559341Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-areadlinkat-with-size.c' from root:root to runner:runner
2025-08-20T19:11:52.7560015Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-btowc.c' from root:root to runner:runner
2025-08-20T19:11:52.7560772Z [00:04:11.198]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-unlink.c' from root:root to runner:runner
2025-08-20T19:11:52.7561583Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7562268Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sockets.c' from root:root to runner:runner
2025-08-20T19:11:52.7562981Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/listen.c' from root:root to runner:runner
2025-08-20T19:11:52.7563680Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-dirent-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7564343Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/vma-iter.c' from root:root to runner:runner
2025-08-20T19:11:52.7565044Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xstrtoumax.sh' from root:root to runner:runner
2025-08-20T19:11:52.7565752Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-8.sh' from root:root to runner:runner
2025-08-20T19:11:52.7566504Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/qemu.h' from root:root to runner:runner
2025-08-20T19:11:52.7567160Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/tmpfile.c' from root:root to runner:runner
2025-08-20T19:11:52.7567979Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-isnand-nolibm.c' from root:root to runner:runner
2025-08-20T19:11:52.7568673Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/localename-table.h' from root:root to runner:runner
2025-08-20T19:11:52.7569374Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-inet_pton.c' from root:root to runner:runner
2025-08-20T19:11:52.7570051Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-linkat.c' from root:root to runner:runner
2025-08-20T19:11:52.7570838Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32islower.c' from root:root to runner:runner
2025-08-20T19:11:52.7571573Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-exclude1.sh' from root:root to runner:runner
2025-08-20T19:11:52.7572238Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-bind.c' from root:root to runner:runner
2025-08-20T19:11:52.7572979Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-localcharset-w32utf8.sh' from root:root to runner:runner
2025-08-20T19:11:52.7573692Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32_apply_type_test.c' from root:root to runner:runner
2025-08-20T19:11:52.7574458Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-perror.sh' from root:root to runner:runner
2025-08-20T19:11:52.7575245Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-w32utf8.sh' from root:root to runner:runner
2025-08-20T19:11:52.7575969Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftell.c' from root:root to runner:runner
2025-08-20T19:11:52.7576657Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_time-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7577330Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fputc.c' from root:root to runner:runner
2025-08-20T19:11:52.7578008Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-utime-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7578696Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setsockopt.c' from root:root to runner:runner
2025-08-20T19:11:52.7579508Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-7.sh' from root:root to runner:runner
2025-08-20T19:11:52.7580252Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setlocale_null-mt-all.c' from root:root to runner:runner
2025-08-20T19:11:52.7581157Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mknod.c' from root:root to runner:runner
2025-08-20T19:11:52.7581884Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/windows-timedrwlock.h' from root:root to runner:runner
2025-08-20T19:11:52.7582548Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-crc.c' from root:root to runner:runner
2025-08-20T19:11:52.7583247Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sha1-stream.c' from root:root to runner:runner
2025-08-20T19:11:52.7583945Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-unicodeio2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7584623Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32.c' from root:root to runner:runner
2025-08-20T19:11:52.7585314Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/localename-table.o' from root:root to runner:runner
2025-08-20T19:11:52.7585991Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xstrtol.sh' from root:root to runner:runner
2025-08-20T19:11:52.7586732Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/Makefile' from root:root to runner:runner
2025-08-20T19:11:52.7587433Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.7588174Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-btowc-3.sh' from root:root to runner:runner
2025-08-20T19:11:52.7588848Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/signature.h' from root:root to runner:runner
2025-08-20T19:11:52.7589547Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xalloc-die.sh' from root:root to runner:runner
2025-08-20T19:11:52.7590283Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-localcharset-w32utf8.c' from root:root to runner:runner
2025-08-20T19:11:52.7591061Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-localeconv.c' from root:root to runner:runner
2025-08-20T19:11:52.7591888Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strcasecmp.sh' from root:root to runner:runner
2025-08-20T19:11:52.7592563Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/sched_yield.c' from root:root to runner:runner
2025-08-20T19:11:52.7593356Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-str_endswith.c' from root:root to runner:runner
2025-08-20T19:11:52.7594032Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getcwd.c' from root:root to runner:runner
2025-08-20T19:11:52.7594692Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/c32tob.o' from root:root to runner:runner
2025-08-20T19:11:52.7595361Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-usleep.c' from root:root to runner:runner
2025-08-20T19:11:52.7596106Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setlocale_null-mt-one.c' from root:root to runner:runner
2025-08-20T19:11:52.7596781Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-random.c' from root:root to runner:runner
2025-08-20T19:11:52.7597480Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setlocale2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7598146Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/strerror_r.c' from root:root to runner:runner
2025-08-20T19:11:52.7598840Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isalnum.sh' from root:root to runner:runner
2025-08-20T19:11:52.7599582Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fstat.c' from root:root to runner:runner
2025-08-20T19:11:52.7600310Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/c32rtomb.c' from root:root to runner:runner
2025-08-20T19:11:52.7601138Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/snan.h' from root:root to runner:runner
2025-08-20T19:11:52.7601886Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench_md5-bench-md5.o' from root:root to runner:runner
2025-08-20T19:11:52.7602576Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wctype-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7603248Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/c-strcasestr.h' from root:root to runner:runner
2025-08-20T19:11:52.7603924Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-select.h' from root:root to runner:runner
2025-08-20T19:11:52.7604601Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fseek2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7605290Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isspace.c' from root:root to runner:runner
2025-08-20T19:11:52.7606113Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-4.sh' from root:root to runner:runner
2025-08-20T19:11:52.7606798Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-dirname.c' from root:root to runner:runner
2025-08-20T19:11:52.7607528Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-windows-mutex-type.c' from root:root to runner:runner
2025-08-20T19:11:52.7608228Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-freopen-safer.c' from root:root to runner:runner
2025-08-20T19:11:52.7608981Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32rtomb.sh' from root:root to runner:runner
2025-08-20T19:11:52.7609699Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pthread-rwlock.c' from root:root to runner:runner
2025-08-20T19:11:52.7610387Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getlogin.c' from root:root to runner:runner
2025-08-20T19:11:52.7611208Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-7.sh' from root:root to runner:runner
2025-08-20T19:11:52.7611894Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mkfifo.c' from root:root to runner:runner
2025-08-20T19:11:52.7612582Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-readutmp.c' from root:root to runner:runner
2025-08-20T19:11:52.7613388Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xstrtoul.c' from root:root to runner:runner
2025-08-20T19:11:52.7614219Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-4.sh' from root:root to runner:runner
2025-08-20T19:11:52.7614891Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-sha512' from root:root to runner:runner
2025-08-20T19:11:52.7615590Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-unsetenv.c' from root:root to runner:runner
2025-08-20T19:11:52.7616352Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/from-glibc/tst-stdc_leading_zeros.c' from root:root to runner:runner
2025-08-20T19:11:52.7617232Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/from-glibc/.deps/test_stdc_leading_zeros-tst-stdc_leading_zeros.Po' from root:root to runner:runner
2025-08-20T19:11:52.7618130Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/from-glibc/.deps/test_stdc_trailing_zeros-tst-stdc_trailing_zeros.Po' from root:root to runner:runner
2025-08-20T19:11:52.7619122Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/from-glibc/.deps/test_stdc_bit_width-tst-stdc_bit_width.Po' from root:root to runner:runner
2025-08-20T19:11:52.7619818Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/from-glibc/.deps' from root:root to runner:runner
2025-08-20T19:11:52.7620676Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/from-glibc/tst-stdc_trailing_zeros.c' from root:root to runner:runner
2025-08-20T19:11:52.7621457Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/from-glibc/tst-stdc_bit_width.c' from root:root to runner:runner
2025-08-20T19:11:52.7622289Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/from-glibc/support/test-driver.c' from root:root to runner:runner
2025-08-20T19:11:52.7622995Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/from-glibc/support' from root:root to runner:runner
2025-08-20T19:11:52.7623716Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/from-glibc/tst-stdbit.h' from root:root to runner:runner
2025-08-20T19:11:52.7624373Z [00:04:11.199]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/from-glibc' from root:root to runner:runner
2025-08-20T19:11:52.7625074Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fdutimensat.c' from root:root to runner:runner
2025-08-20T19:11:52.7625753Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-renameatu.c' from root:root to runner:runner
2025-08-20T19:11:52.7626594Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strtold1.sh' from root:root to runner:runner
2025-08-20T19:11:52.7627290Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-areadlink.c' from root:root to runner:runner
2025-08-20T19:11:52.7627983Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getloadavg.c' from root:root to runner:runner
2025-08-20T19:11:52.7628664Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getline.c' from root:root to runner:runner
2025-08-20T19:11:52.7629362Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-file-has-acl.c' from root:root to runner:runner
2025-08-20T19:11:52.7630042Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-netdb-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7630812Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/strerror_r.o' from root:root to runner:runner
2025-08-20T19:11:52.7631661Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtoc32s-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.7632340Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-free.c' from root:root to runner:runner
2025-08-20T19:11:52.7633039Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-gettime-res.c' from root:root to runner:runner
2025-08-20T19:11:52.7633741Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xprintf-posix.c' from root:root to runner:runner
2025-08-20T19:11:52.7634497Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/windows-utf8.rc' from root:root to runner:runner
2025-08-20T19:11:52.7635221Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-btoc32.c' from root:root to runner:runner
2025-08-20T19:11:52.7635901Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-sha384.c' from root:root to runner:runner
2025-08-20T19:11:52.7636580Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch.c' from root:root to runner:runner
2025-08-20T19:11:52.7637244Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-sha224' from root:root to runner:runner
2025-08-20T19:11:52.7638015Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-windows-timedrecmutex-type.c' from root:root to runner:runner
2025-08-20T19:11:52.7638771Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-copy-acl-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.7639535Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-w32.c' from root:root to runner:runner
2025-08-20T19:11:52.7640254Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setlocale-w32utf8.c' from root:root to runner:runner
2025-08-20T19:11:52.7641018Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-crc.c' from root:root to runner:runner
2025-08-20T19:11:52.7641751Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strtold1.c' from root:root to runner:runner
2025-08-20T19:11:52.7642456Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ignore-value.c' from root:root to runner:runner
2025-08-20T19:11:52.7643129Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-isnand.h' from root:root to runner:runner
2025-08-20T19:11:52.7643959Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-w32-6.sh' from root:root to runner:runner
2025-08-20T19:11:52.7644647Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-byteswap.c' from root:root to runner:runner
2025-08-20T19:11:52.7645404Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-6.sh' from root:root to runner:runner
2025-08-20T19:11:52.7646116Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xprintf-posix.sh' from root:root to runner:runner
2025-08-20T19:11:52.7646789Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-verror.sh' from root:root to runner:runner
2025-08-20T19:11:52.7647558Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-exclude8.sh' from root:root to runner:runner
2025-08-20T19:11:52.7648271Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-w32-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7648980Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-localtime_r-mt.c' from root:root to runner:runner
2025-08-20T19:11:52.7649681Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-w32-4.sh' from root:root to runner:runner
2025-08-20T19:11:52.7650383Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-printf-frexpl.c' from root:root to runner:runner
2025-08-20T19:11:52.7651234Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftruncate.c' from root:root to runner:runner
2025-08-20T19:11:52.7652154Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-openat-safer.c' from root:root to runner:runner
2025-08-20T19:11:52.7652885Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fopen-safer.c' from root:root to runner:runner
2025-08-20T19:11:52.7653556Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-dup2.c' from root:root to runner:runner
2025-08-20T19:11:52.7654240Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/timespec-sub.c' from root:root to runner:runner
2025-08-20T19:11:52.7654918Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-endian.c' from root:root to runner:runner
2025-08-20T19:11:52.7655625Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fprintf-posix.h' from root:root to runner:runner
2025-08-20T19:11:52.7656332Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-utimens-common.h' from root:root to runner:runner
2025-08-20T19:11:52.7657122Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-chmod.c' from root:root to runner:runner
2025-08-20T19:11:52.7657839Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_socket-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7658548Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-6.sh' from root:root to runner:runner
2025-08-20T19:11:52.7659198Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/wctomb.c' from root:root to runner:runner
2025-08-20T19:11:52.7659951Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-rawmemchr.c' from root:root to runner:runner
2025-08-20T19:11:52.7660738Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/setlocale.c' from root:root to runner:runner
2025-08-20T19:11:52.7661508Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-7.sh' from root:root to runner:runner
2025-08-20T19:11:52.7662196Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/zerosize-ptr.h' from root:root to runner:runner
2025-08-20T19:11:52.7662875Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtold1.c' from root:root to runner:runner
2025-08-20T19:11:52.7663546Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/minus-zero.h' from root:root to runner:runner
2025-08-20T19:11:52.7664313Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-euidaccess.c' from root:root to runner:runner
2025-08-20T19:11:52.7665071Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strnlen.c' from root:root to runner:runner
2025-08-20T19:11:52.7665744Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-isblank.c' from root:root to runner:runner
2025-08-20T19:11:52.7666421Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbslen.sh' from root:root to runner:runner
2025-08-20T19:11:52.7667119Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtowcs-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.7667822Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strtod-mt.sh' from root:root to runner:runner
2025-08-20T19:11:52.7668503Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-nanosleep.c' from root:root to runner:runner
2025-08-20T19:11:52.7669175Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/localename.h' from root:root to runner:runner
2025-08-20T19:11:52.7669997Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sha512-stream.c' from root:root to runner:runner
2025-08-20T19:11:52.7670792Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-filevercmp.c' from root:root to runner:runner
2025-08-20T19:11:52.7671539Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32tolower.c' from root:root to runner:runner
2025-08-20T19:11:52.7672209Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ioctl.c' from root:root to runner:runner
2025-08-20T19:11:52.7672940Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/infinity.h' from root:root to runner:runner
2025-08-20T19:11:52.7673676Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbschr.c' from root:root to runner:runner
2025-08-20T19:11:52.7674369Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-argmatch.c' from root:root to runner:runner
2025-08-20T19:11:52.7675058Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-5.sh' from root:root to runner:runner
2025-08-20T19:11:52.7675762Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32.c' from root:root to runner:runner
2025-08-20T19:11:52.7676441Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-priv-set.c' from root:root to runner:runner
2025-08-20T19:11:52.7677194Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtoc32s.c' from root:root to runner:runner
2025-08-20T19:11:52.7677997Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-realloc-posix.c' from root:root to runner:runner
2025-08-20T19:11:52.7678674Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fchdir.c' from root:root to runner:runner
2025-08-20T19:11:52.7679367Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-5.sh' from root:root to runner:runner
2025-08-20T19:11:52.7680051Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-exclude5.sh' from root:root to runner:runner
2025-08-20T19:11:52.7680824Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-connect.c' from root:root to runner:runner
2025-08-20T19:11:52.7681590Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/getlocalename_l-unsafe.h' from root:root to runner:runner
2025-08-20T19:11:52.7682448Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7683162Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pthread_sigmask2.c' from root:root to runner:runner
2025-08-20T19:11:52.7683863Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-w32.c' from root:root to runner:runner
2025-08-20T19:11:52.7684554Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_select-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7685338Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/setlocale-fixes.c' from root:root to runner:runner
2025-08-20T19:11:52.7686034Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-stat.h' from root:root to runner:runner
2025-08-20T19:11:52.7686730Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-localename.c' from root:root to runner:runner
2025-08-20T19:11:52.7687410Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fstatat.c' from root:root to runner:runner
2025-08-20T19:11:52.7688074Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/virtualbox.h' from root:root to runner:runner
2025-08-20T19:11:52.7688809Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench_sha384-bench-sha384.o' from root:root to runner:runner
2025-08-20T19:11:52.7689541Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-ctype.c' from root:root to runner:runner
2025-08-20T19:11:52.7690311Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fflush.c' from root:root to runner:runner
2025-08-20T19:11:52.7691098Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-exclude6.sh' from root:root to runner:runner
2025-08-20T19:11:52.7691836Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-6.sh' from root:root to runner:runner
2025-08-20T19:11:52.7692494Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/xgetcwd.h' from root:root to runner:runner
2025-08-20T19:11:52.7693220Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-vc-list-files-cvs.sh' from root:root to runner:runner
2025-08-20T19:11:52.7693899Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-limits-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7694564Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-close.c' from root:root to runner:runner
2025-08-20T19:11:52.7695332Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-sha1' from root:root to runner:runner
2025-08-20T19:11:52.7696060Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-update-copyright.sh' from root:root to runner:runner
2025-08-20T19:11:52.7696747Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftello3.c' from root:root to runner:runner
2025-08-20T19:11:52.7697397Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/locale.c' from root:root to runner:runner
2025-08-20T19:11:52.7698156Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getopt_long.h' from root:root to runner:runner
2025-08-20T19:11:52.7698895Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-openat.c' from root:root to runner:runner
2025-08-20T19:11:52.7699625Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32ispunct.sh' from root:root to runner:runner
2025-08-20T19:11:52.7700317Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sm3-buffer.c' from root:root to runner:runner
2025-08-20T19:11:52.7701135Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-scratch-buffer.c' from root:root to runner:runner
2025-08-20T19:11:52.7701837Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fopen-gnu.c' from root:root to runner:runner
2025-08-20T19:11:52.7702559Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setlocale-w32utf8.sh' from root:root to runner:runner
2025-08-20T19:11:52.7703372Z [00:04:11.200]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xfprintf-posix.c' from root:root to runner:runner
2025-08-20T19:11:52.7704048Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-base32.c' from root:root to runner:runner
2025-08-20T19:11:52.7704738Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-btoc32-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7705421Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-iswdigit.c' from root:root to runner:runner
2025-08-20T19:11:52.7706114Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fcntl-safer.c' from root:root to runner:runner
2025-08-20T19:11:52.7706800Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/pthread-rwlock.c' from root:root to runner:runner
2025-08-20T19:11:52.7707607Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-select-out.sh' from root:root to runner:runner
2025-08-20T19:11:52.7708279Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-sha256' from root:root to runner:runner
2025-08-20T19:11:52.7708956Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-malloca.c' from root:root to runner:runner
2025-08-20T19:11:52.7709627Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-cloexec.c' from root:root to runner:runner
2025-08-20T19:11:52.7710420Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-open.h' from root:root to runner:runner
2025-08-20T19:11:52.7711295Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pthread-once1.c' from root:root to runner:runner
2025-08-20T19:11:52.7712060Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_stat-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7712766Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-digest.h' from root:root to runner:runner
2025-08-20T19:11:52.7713459Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-exclude7.sh' from root:root to runner:runner
2025-08-20T19:11:52.7714141Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-posixtm.c' from root:root to runner:runner
2025-08-20T19:11:52.7714823Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getdelim.c' from root:root to runner:runner
2025-08-20T19:11:52.7715601Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getlogin.h' from root:root to runner:runner
2025-08-20T19:11:52.7716296Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-gmtime_r-mt.c' from root:root to runner:runner
2025-08-20T19:11:52.7716995Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-memcasecmp.c' from root:root to runner:runner
2025-08-20T19:11:52.7717705Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.deps/u32-set.Po' from root:root to runner:runner
2025-08-20T19:11:52.7718442Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.deps/test-u32-chr.Po' from root:root to runner:runner
2025-08-20T19:11:52.7719173Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.deps/test-u32-set.Po' from root:root to runner:runner
2025-08-20T19:11:52.7719890Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.deps/.dirstamp' from root:root to runner:runner
2025-08-20T19:11:52.7720814Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.deps/test-u32-strcat.Po' from root:root to runner:runner
2025-08-20T19:11:52.7721603Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.deps/test-u32-pcpy.Po' from root:root to runner:runner
2025-08-20T19:11:52.7722340Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.deps/test-u8-uctomb.Po' from root:root to runner:runner
2025-08-20T19:11:52.7723070Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.deps/test-u32-cpy.Po' from root:root to runner:runner
2025-08-20T19:11:52.7723894Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.deps/test-u32-strlen.Po' from root:root to runner:runner
2025-08-20T19:11:52.7724700Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.deps/test-u8-mbtoucr.Po' from root:root to runner:runner
2025-08-20T19:11:52.7725409Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.deps' from root:root to runner:runner
2025-08-20T19:11:52.7726098Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-chr.h' from root:root to runner:runner
2025-08-20T19:11:52.7726790Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/u32-set.o' from root:root to runner:runner
2025-08-20T19:11:52.7727498Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-u32-set.c' from root:root to runner:runner
2025-08-20T19:11:52.7728331Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-u8-uctomb.c' from root:root to runner:runner
2025-08-20T19:11:52.7729053Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-u32-strlen.c' from root:root to runner:runner
2025-08-20T19:11:52.7729769Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-u32-pcpy.c' from root:root to runner:runner
2025-08-20T19:11:52.7730537Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.dirstamp' from root:root to runner:runner
2025-08-20T19:11:52.7731274Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-u8-mbtoucr.c' from root:root to runner:runner
2025-08-20T19:11:52.7731993Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-u32-strcat.c' from root:root to runner:runner
2025-08-20T19:11:52.7732676Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/u32-set.c' from root:root to runner:runner
2025-08-20T19:11:52.7733469Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-set.h' from root:root to runner:runner
2025-08-20T19:11:52.7734178Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-u32-cpy.c' from root:root to runner:runner
2025-08-20T19:11:52.7734869Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-cpy.h' from root:root to runner:runner
2025-08-20T19:11:52.7735561Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-pcpy.h' from root:root to runner:runner
2025-08-20T19:11:52.7736310Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/u-set.h' from root:root to runner:runner
2025-08-20T19:11:52.7737140Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-strcat.h' from root:root to runner:runner
2025-08-20T19:11:52.7737853Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-u32-chr.c' from root:root to runner:runner
2025-08-20T19:11:52.7738496Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr' from root:root to runner:runner
2025-08-20T19:11:52.7739194Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtowcs-5.sh' from root:root to runner:runner
2025-08-20T19:11:52.7739869Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-errno-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7740719Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-5.sh' from root:root to runner:runner
2025-08-20T19:11:52.7741559Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-hard-locale.c' from root:root to runner:runner
2025-08-20T19:11:52.7742257Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sigprocmask.c' from root:root to runner:runner
2025-08-20T19:11:52.7742931Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fcntl.c' from root:root to runner:runner
2025-08-20T19:11:52.7743613Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftello4.c' from root:root to runner:runner
2025-08-20T19:11:52.7744264Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/accept.c' from root:root to runner:runner
2025-08-20T19:11:52.7744984Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wcrtomb.sh' from root:root to runner:runner
2025-08-20T19:11:52.7745830Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fopen.c' from root:root to runner:runner
2025-08-20T19:11:52.7746556Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/getlocalename_l-unsafe.c' from root:root to runner:runner
2025-08-20T19:11:52.7747240Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-stdbit-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7747924Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-intprops.c' from root:root to runner:runner
2025-08-20T19:11:52.7748682Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-btoc32-3.sh' from root:root to runner:runner
2025-08-20T19:11:52.7749489Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/localename-unsafe.o' from root:root to runner:runner
2025-08-20T19:11:52.7750260Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xstrtoumax.c' from root:root to runner:runner
2025-08-20T19:11:52.7751112Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-set-mode-acl-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7751844Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/glthread/.deps/.dirstamp' from root:root to runner:runner
2025-08-20T19:11:52.7752566Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/glthread/.deps/thread.Po' from root:root to runner:runner
2025-08-20T19:11:52.7753250Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/glthread/.deps' from root:root to runner:runner
2025-08-20T19:11:52.7754073Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/glthread/thread.h' from root:root to runner:runner
2025-08-20T19:11:52.7754760Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/glthread/yield.h' from root:root to runner:runner
2025-08-20T19:11:52.7755469Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/glthread/.dirstamp' from root:root to runner:runner
2025-08-20T19:11:52.7756158Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/glthread/thread.o' from root:root to runner:runner
2025-08-20T19:11:52.7756852Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/glthread/thread.c' from root:root to runner:runner
2025-08-20T19:11:52.7757510Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/glthread' from root:root to runner:runner
2025-08-20T19:11:52.7758183Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-unlink.h' from root:root to runner:runner
2025-08-20T19:11:52.7758974Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isblank.c' from root:root to runner:runner
2025-08-20T19:11:52.7759656Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-uchar-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7760370Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-6.sh' from root:root to runner:runner
2025-08-20T19:11:52.7761212Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/windows-timedrwlock.c' from root:root to runner:runner
2025-08-20T19:11:52.7761999Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-gethostname.c' from root:root to runner:runner
2025-08-20T19:11:52.7762757Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtowcs.c' from root:root to runner:runner
2025-08-20T19:11:52.7763518Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-copy-acl-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7764193Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/setsockopt.c' from root:root to runner:runner
2025-08-20T19:11:52.7764889Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-bitrotate.c' from root:root to runner:runner
2025-08-20T19:11:52.7765568Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_uio-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7766305Z [00:04:11.201]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench_sha512-bench-sha512.o' from root:root to runner:runner
2025-08-20T19:11:52.7767110Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xstrtol.c' from root:root to runner:runner
2025-08-20T19:11:52.7767805Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-exclude4.sh' from root:root to runner:runner
2025-08-20T19:11:52.7768480Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mcel.c' from root:root to runner:runner
2025-08-20T19:11:52.7769154Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-isnanf.h' from root:root to runner:runner
2025-08-20T19:11:52.7769843Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strsignal.c' from root:root to runner:runner
2025-08-20T19:11:52.7770580Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fseek.c' from root:root to runner:runner
2025-08-20T19:11:52.7771447Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-localename-w32utf8.sh' from root:root to runner:runner
2025-08-20T19:11:52.7772139Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/xconcat-filename.o' from root:root to runner:runner
2025-08-20T19:11:52.7772853Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7773552Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/atomic-int-posix.h' from root:root to runner:runner
2025-08-20T19:11:52.7774320Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getdtablesize.c' from root:root to runner:runner
2025-08-20T19:11:52.7775012Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fseeko2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7775745Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-listen.c' from root:root to runner:runner
2025-08-20T19:11:52.7776469Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/libtests.a' from root:root to runner:runner
2025-08-20T19:11:52.7777136Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-frexp.c' from root:root to runner:runner
2025-08-20T19:11:52.7777813Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-yesno.c' from root:root to runner:runner
2025-08-20T19:11:52.7778473Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-crc' from root:root to runner:runner
2025-08-20T19:11:52.7779297Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getopt-main.h' from root:root to runner:runner
2025-08-20T19:11:52.7779980Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-signal-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7780827Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getrandom.c' from root:root to runner:runner
2025-08-20T19:11:52.7781543Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftell.sh' from root:root to runner:runner
2025-08-20T19:11:52.7782252Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-w32-8.sh' from root:root to runner:runner
2025-08-20T19:11:52.7782957Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-nl_langinfo2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7783620Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-rmdir.h' from root:root to runner:runner
2025-08-20T19:11:52.7784312Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-iswpunct.sh' from root:root to runner:runner
2025-08-20T19:11:52.7784995Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-perror2.c' from root:root to runner:runner
2025-08-20T19:11:52.7785669Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wcwidth.c' from root:root to runner:runner
2025-08-20T19:11:52.7786345Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pathmax.c' from root:root to runner:runner
2025-08-20T19:11:52.7787144Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7787875Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-freopen.c' from root:root to runner:runner
2025-08-20T19:11:52.7788620Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftello.sh' from root:root to runner:runner
2025-08-20T19:11:52.7789321Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xalloc-die.c' from root:root to runner:runner
2025-08-20T19:11:52.7790045Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-printf-posix.output' from root:root to runner:runner
2025-08-20T19:11:52.7790861Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-dynarray.c' from root:root to runner:runner
2025-08-20T19:11:52.7791595Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fclose.c' from root:root to runner:runner
2025-08-20T19:11:52.7792357Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-symlink.c' from root:root to runner:runner
2025-08-20T19:11:52.7793052Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-stdckdint-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7793819Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mcel-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7794528Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getopt-posix.c' from root:root to runner:runner
2025-08-20T19:11:52.7795201Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/timespec-add.c' from root:root to runner:runner
2025-08-20T19:11:52.7795849Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/init.sh' from root:root to runner:runner
2025-08-20T19:11:52.7796540Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-termios-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7797231Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/concat-filename.c' from root:root to runner:runner
2025-08-20T19:11:52.7797939Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sha256-stream.c' from root:root to runner:runner
2025-08-20T19:11:52.7798615Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-snprintf.c' from root:root to runner:runner
2025-08-20T19:11:52.7799323Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-3.sh' from root:root to runner:runner
2025-08-20T19:11:52.7800080Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-stddef-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7800947Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-rmdir.c' from root:root to runner:runner
2025-08-20T19:11:52.7801729Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-yesno.sh' from root:root to runner:runner
2025-08-20T19:11:52.7802428Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-3.sh' from root:root to runner:runner
2025-08-20T19:11:52.7803132Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-readtokens.sh' from root:root to runner:runner
2025-08-20T19:11:52.7803822Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fdatasync.c' from root:root to runner:runner
2025-08-20T19:11:52.7804650Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-langinfo-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7805328Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-iswpunct.c' from root:root to runner:runner
2025-08-20T19:11:52.7806002Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-lstat.h' from root:root to runner:runner
2025-08-20T19:11:52.7806859Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fcntl-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7807570Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setlocale-w32.c' from root:root to runner:runner
2025-08-20T19:11:52.7808269Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-thread_create.c' from root:root to runner:runner
2025-08-20T19:11:52.7808928Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/struniq.h' from root:root to runner:runner
2025-08-20T19:11:52.7809611Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtod.c' from root:root to runner:runner
2025-08-20T19:11:52.7810358Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setlocale_null-unlocked.c' from root:root to runner:runner
2025-08-20T19:11:52.7811184Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-freadahead.sh' from root:root to runner:runner
2025-08-20T19:11:52.7811867Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fchmodat.c' from root:root to runner:runner
2025-08-20T19:11:52.7812657Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-freadptr2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7813432Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-set-mode-acl-1.sh' from root:root to runner:runner
2025-08-20T19:11:52.7814196Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-alignasof.c' from root:root to runner:runner
2025-08-20T19:11:52.7814887Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-sha256.c' from root:root to runner:runner
2025-08-20T19:11:52.7815582Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setlocale1.sh' from root:root to runner:runner
2025-08-20T19:11:52.7816291Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-set-mode-acl.sh' from root:root to runner:runner
2025-08-20T19:11:52.7816961Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fread.c' from root:root to runner:runner
2025-08-20T19:11:52.7817786Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-vasprintf.c' from root:root to runner:runner
2025-08-20T19:11:52.7818463Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-sha512.c' from root:root to runner:runner
2025-08-20T19:11:52.7819291Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-utimensat.c' from root:root to runner:runner
2025-08-20T19:11:52.7819972Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getcwd.sh' from root:root to runner:runner
2025-08-20T19:11:52.7820746Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fseeko3.sh' from root:root to runner:runner
2025-08-20T19:11:52.7821474Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xstrtold.c' from root:root to runner:runner
2025-08-20T19:11:52.7822154Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtold.c' from root:root to runner:runner
2025-08-20T19:11:52.7822845Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-unicodeio.c' from root:root to runner:runner
2025-08-20T19:11:52.7823535Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbschr.sh' from root:root to runner:runner
2025-08-20T19:11:52.7824234Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-3.sh' from root:root to runner:runner
2025-08-20T19:11:52.7824916Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-areadlink.h' from root:root to runner:runner
2025-08-20T19:11:52.7825696Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sigaction.c' from root:root to runner:runner
2025-08-20T19:11:52.7826455Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-largefile.c' from root:root to runner:runner
2025-08-20T19:11:52.7827182Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-iconv.c' from root:root to runner:runner
2025-08-20T19:11:52.7827856Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-dirfd.c' from root:root to runner:runner
2025-08-20T19:11:52.7828544Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-readlink.c' from root:root to runner:runner
2025-08-20T19:11:52.7829232Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-vasnprintf.c' from root:root to runner:runner
2025-08-20T19:11:52.7829890Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-tls.c' from root:root to runner:runner
2025-08-20T19:11:52.7830802Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-malloc-posix.c' from root:root to runner:runner
2025-08-20T19:11:52.7831542Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-parse-datetime.c' from root:root to runner:runner
2025-08-20T19:11:52.7832349Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-userspec.c' from root:root to runner:runner
2025-08-20T19:11:52.7833022Z [00:04:11.202]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-sha384' from root:root to runner:runner
2025-08-20T19:11:52.7833695Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-lchmod.c' from root:root to runner:runner
2025-08-20T19:11:52.7834378Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/strftime-fixes.c' from root:root to runner:runner
2025-08-20T19:11:52.7835050Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/vma-iter.h' from root:root to runner:runner
2025-08-20T19:11:52.7835738Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32ispunct.c' from root:root to runner:runner
2025-08-20T19:11:52.7836409Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-lchown.c' from root:root to runner:runner
2025-08-20T19:11:52.7837080Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getopt.h' from root:root to runner:runner
2025-08-20T19:11:52.7837855Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-printf-frexp.c' from root:root to runner:runner
2025-08-20T19:11:52.7838619Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32iscntrl.sh' from root:root to runner:runner
2025-08-20T19:11:52.7839365Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-verror.c' from root:root to runner:runner
2025-08-20T19:11:52.7840094Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-8.sh' from root:root to runner:runner
2025-08-20T19:11:52.7840974Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-filenamecat.c' from root:root to runner:runner
2025-08-20T19:11:52.7841726Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7842397Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/Makefile.am' from root:root to runner:runner
2025-08-20T19:11:52.7843255Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fflush2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7843943Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-memcoll.c' from root:root to runner:runner
2025-08-20T19:11:52.7844811Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-malloc-gnu.c' from root:root to runner:runner
2025-08-20T19:11:52.7845527Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/localename-unsafe.c' from root:root to runner:runner
2025-08-20T19:11:52.7846222Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_random-h.c' from root:root to runner:runner
2025-08-20T19:11:52.7846899Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-di-set.c' from root:root to runner:runner
2025-08-20T19:11:52.7847603Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-w32-2.sh' from root:root to runner:runner
2025-08-20T19:11:52.7848280Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-closein.c' from root:root to runner:runner
2025-08-20T19:11:52.7849009Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-localename-w32utf8.c' from root:root to runner:runner
2025-08-20T19:11:52.7849688Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fseterr.c' from root:root to runner:runner
2025-08-20T19:11:52.7850389Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-localcharset.c' from root:root to runner:runner
2025-08-20T19:11:52.7851336Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-5.sh' from root:root to runner:runner
2025-08-20T19:11:52.7852106Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-vzprintf-posix.c' from root:root to runner:runner
2025-08-20T19:11:52.7852836Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-lock.c' from root:root to runner:runner
2025-08-20T19:11:52.7853468Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests' from root:root to runner:runner
2025-08-20T19:11:52.7854072Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/THANKS' from root:root to runner:runner
2025-08-20T19:11:52.7854757Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-readutmp.o' from root:root to runner:runner
2025-08-20T19:11:52.7855370Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/heap.h' from root:root to runner:runner
2025-08-20T19:11:52.7856084Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xalignalloc.c' from root:root to runner:runner
2025-08-20T19:11:52.7856837Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-setlocale_null-unlocked.o' from root:root to runner:runner
2025-08-20T19:11:52.7857604Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-osf.gperf' from root:root to runner:runner
2025-08-20T19:11:52.7858246Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sig-handler.c' from root:root to runner:runner
2025-08-20T19:11:52.7858895Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/regex_internal.h' from root:root to runner:runner
2025-08-20T19:11:52.7859593Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-linebuffer.o' from root:root to runner:runner
2025-08-20T19:11:52.7860223Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/errno.in.h' from root:root to runner:runner
2025-08-20T19:11:52.7860955Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fd-hook.c' from root:root to runner:runner
2025-08-20T19:11:52.7861629Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/randperm.c' from root:root to runner:runner
2025-08-20T19:11:52.7862262Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/freadahead.h' from root:root to runner:runner
2025-08-20T19:11:52.7862889Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/quotearg.h' from root:root to runner:runner
2025-08-20T19:11:52.7863684Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-rand-isaac.o' from root:root to runner:runner
2025-08-20T19:11:52.7864403Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dirent-private.h' from root:root to runner:runner
2025-08-20T19:11:52.7865135Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-initguard.h' from root:root to runner:runner
2025-08-20T19:11:52.7865839Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/hard-locale.c' from root:root to runner:runner
2025-08-20T19:11:52.7866545Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-chdir-long.o' from root:root to runner:runner
2025-08-20T19:11:52.7867171Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr.h' from root:root to runner:runner
2025-08-20T19:11:52.7867837Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getprogname.c' from root:root to runner:runner
2025-08-20T19:11:52.7868559Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/alignof.h' from root:root to runner:runner
2025-08-20T19:11:52.7869203Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/filenamecat.c' from root:root to runner:runner
2025-08-20T19:11:52.7869836Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getopt.in.h' from root:root to runner:runner
2025-08-20T19:11:52.7870752Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-heap.o' from root:root to runner:runner
2025-08-20T19:11:52.7871449Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strnumcmp.h' from root:root to runner:runner
2025-08-20T19:11:52.7872082Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/time.in.h' from root:root to runner:runner
2025-08-20T19:11:52.7872717Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/safe-write.h' from root:root to runner:runner
2025-08-20T19:11:52.7873377Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/get-permissions.c' from root:root to runner:runner
2025-08-20T19:11:52.7874011Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/filevercmp.h' from root:root to runner:runner
2025-08-20T19:11:52.7874715Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sha512-stream.o' from root:root to runner:runner
2025-08-20T19:11:52.7875344Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/priv-set.h' from root:root to runner:runner
2025-08-20T19:11:52.7876126Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-alignalloc.o' from root:root to runner:runner
2025-08-20T19:11:52.7876831Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/timespec.h' from root:root to runner:runner
2025-08-20T19:11:52.7877536Z [00:04:11.203]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/linebuffer.h' from root:root to runner:runner
2025-08-20T19:11:52.7878272Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-dtimespec-bound.o' from root:root to runner:runner
2025-08-20T19:11:52.7878904Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/binary-io.h' from root:root to runner:runner
2025-08-20T19:11:52.7879622Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-memset_explicit.o' from root:root to runner:runner
2025-08-20T19:11:52.7880322Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-areadlinkat.o' from root:root to runner:runner
2025-08-20T19:11:52.7881264Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-printf-frexpl.o' from root:root to runner:runner
2025-08-20T19:11:52.7881970Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-skipchars.o' from root:root to runner:runner
2025-08-20T19:11:52.7882579Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/u64.h' from root:root to runner:runner
2025-08-20T19:11:52.7883346Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/printf-frexp.h' from root:root to runner:runner
2025-08-20T19:11:52.7884049Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32islower.o' from root:root to runner:runner
2025-08-20T19:11:52.7884673Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sha256.c' from root:root to runner:runner
2025-08-20T19:11:52.7885294Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sha256.h' from root:root to runner:runner
2025-08-20T19:11:52.7885940Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/careadlinkat.h' from root:root to runner:runner
2025-08-20T19:11:52.7886580Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_uio.in.h' from root:root to runner:runner
2025-08-20T19:11:52.7887215Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getopt-ext.h' from root:root to runner:runner
2025-08-20T19:11:52.7887842Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/readlink.c' from root:root to runner:runner
2025-08-20T19:11:52.7888461Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xprintf.c' from root:root to runner:runner
2025-08-20T19:11:52.7889221Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-wctype-h.o' from root:root to runner:runner
2025-08-20T19:11:52.7889931Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fprintftime.c' from root:root to runner:runner
2025-08-20T19:11:52.7890675Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wmemchr-impl.h' from root:root to runner:runner
2025-08-20T19:11:52.7891334Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xsize.c' from root:root to runner:runner
2025-08-20T19:11:52.7892027Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-posixver.o' from root:root to runner:runner
2025-08-20T19:11:52.7892662Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/localeconv.c' from root:root to runner:runner
2025-08-20T19:11:52.7893358Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-pipe-safer.o' from root:root to runner:runner
2025-08-20T19:11:52.7894108Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/asnprintf.c' from root:root to runner:runner
2025-08-20T19:11:52.7894735Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/time_rz.c' from root:root to runner:runner
2025-08-20T19:11:52.7895493Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/nanosleep.c' from root:root to runner:runner
2025-08-20T19:11:52.7896123Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strtoumax.c' from root:root to runner:runner
2025-08-20T19:11:52.7896808Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_print.h' from root:root to runner:runner
2025-08-20T19:11:52.7897544Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_lower.o' from root:root to runner:runner
2025-08-20T19:11:52.7898221Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_alnum.c' from root:root to runner:runner
2025-08-20T19:11:52.7898898Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_cntrl.h' from root:root to runner:runner
2025-08-20T19:11:52.7899663Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_punct.Po' from root:root to runner:runner
2025-08-20T19:11:52.7900506Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_print.Po' from root:root to runner:runner
2025-08-20T19:11:52.7901360Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_cntrl.Po' from root:root to runner:runner
2025-08-20T19:11:52.7902170Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_lower.Po' from root:root to runner:runner
2025-08-20T19:11:52.7903010Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_alnum.Po' from root:root to runner:runner
2025-08-20T19:11:52.7903701Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/.dirstamp' from root:root to runner:runner
2025-08-20T19:11:52.7904461Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_graph.Po' from root:root to runner:runner
2025-08-20T19:11:52.7905228Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_upper.Po' from root:root to runner:runner
2025-08-20T19:11:52.7905995Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_digit.Po' from root:root to runner:runner
2025-08-20T19:11:52.7906947Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_space.Po' from root:root to runner:runner
2025-08-20T19:11:52.7907711Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_xdigit.Po' from root:root to runner:runner
2025-08-20T19:11:52.7908549Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_blank.Po' from root:root to runner:runner
2025-08-20T19:11:52.7909318Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_alpha.Po' from root:root to runner:runner
2025-08-20T19:11:52.7909967Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps' from root:root to runner:runner
2025-08-20T19:11:52.7910740Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_lower.c' from root:root to runner:runner
2025-08-20T19:11:52.7911469Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_lower.h' from root:root to runner:runner
2025-08-20T19:11:52.7912144Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_digit.h' from root:root to runner:runner
2025-08-20T19:11:52.7912820Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_alpha.c' from root:root to runner:runner
2025-08-20T19:11:52.7913496Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_xdigit.h' from root:root to runner:runner
2025-08-20T19:11:52.7914248Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_space.h' from root:root to runner:runner
2025-08-20T19:11:52.7914952Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_blank.h' from root:root to runner:runner
2025-08-20T19:11:52.7915682Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/bitmap.h' from root:root to runner:runner
2025-08-20T19:11:52.7916370Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_blank.c' from root:root to runner:runner
2025-08-20T19:11:52.7917046Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_punct.h' from root:root to runner:runner
2025-08-20T19:11:52.7917714Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.dirstamp' from root:root to runner:runner
2025-08-20T19:11:52.7918383Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_cntrl.c' from root:root to runner:runner
2025-08-20T19:11:52.7919221Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_cntrl.o' from root:root to runner:runner
2025-08-20T19:11:52.7919963Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_digit.o' from root:root to runner:runner
2025-08-20T19:11:52.7920949Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_graph.c' from root:root to runner:runner
2025-08-20T19:11:52.7921723Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_alpha.o' from root:root to runner:runner
2025-08-20T19:11:52.7922402Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_digit.c' from root:root to runner:runner
2025-08-20T19:11:52.7923148Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_print.o' from root:root to runner:runner
2025-08-20T19:11:52.7923821Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_xdigit.c' from root:root to runner:runner
2025-08-20T19:11:52.7924500Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_alpha.h' from root:root to runner:runner
2025-08-20T19:11:52.7925237Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_punct.o' from root:root to runner:runner
2025-08-20T19:11:52.7925981Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_xdigit.o' from root:root to runner:runner
2025-08-20T19:11:52.7926651Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_upper.c' from root:root to runner:runner
2025-08-20T19:11:52.7927432Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_alnum.h' from root:root to runner:runner
2025-08-20T19:11:52.7928244Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_upper.o' from root:root to runner:runner
2025-08-20T19:11:52.7929037Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_space.o' from root:root to runner:runner
2025-08-20T19:11:52.7929774Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_blank.o' from root:root to runner:runner
2025-08-20T19:11:52.7930541Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_graph.h' from root:root to runner:runner
2025-08-20T19:11:52.7931271Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_print.c' from root:root to runner:runner
2025-08-20T19:11:52.7932012Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_graph.o' from root:root to runner:runner
2025-08-20T19:11:52.7932813Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_punct.c' from root:root to runner:runner
2025-08-20T19:11:52.7933488Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_upper.h' from root:root to runner:runner
2025-08-20T19:11:52.7934288Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_space.c' from root:root to runner:runner
2025-08-20T19:11:52.7935031Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_alnum.o' from root:root to runner:runner
2025-08-20T19:11:52.7935655Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype' from root:root to runner:runner
2025-08-20T19:11:52.7936283Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/_Noreturn.h' from root:root to runner:runner
2025-08-20T19:11:52.7936908Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/setenv.c' from root:root to runner:runner
2025-08-20T19:11:52.7937532Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/closein.c' from root:root to runner:runner
2025-08-20T19:11:52.7938188Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/crc-x86_64-pclmul.c' from root:root to runner:runner
2025-08-20T19:11:52.7938819Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iswpunct.c' from root:root to runner:runner
2025-08-20T19:11:52.7939498Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-malloca.o' from root:root to runner:runner
2025-08-20T19:11:52.7940192Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fpucw.h' from root:root to runner:runner
2025-08-20T19:11:52.7940979Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/isblank.c' from root:root to runner:runner
2025-08-20T19:11:52.7941634Z [00:04:11.204]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/filename.h' from root:root to runner:runner
2025-08-20T19:11:52.7942268Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/alignalloc.h' from root:root to runner:runner
2025-08-20T19:11:52.7942892Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbszero.c' from root:root to runner:runner
2025-08-20T19:11:52.7943527Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/utimensat.c' from root:root to runner:runner
2025-08-20T19:11:52.7944213Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/setlocale_null-unlocked.c' from root:root to runner:runner
2025-08-20T19:11:52.7945031Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-irix.h' from root:root to runner:runner
2025-08-20T19:11:52.7945652Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/closein.h' from root:root to runner:runner
2025-08-20T19:11:52.7946371Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xreadlink.h' from root:root to runner:runner
2025-08-20T19:11:52.7946990Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/randint.h' from root:root to runner:runner
2025-08-20T19:11:52.7947643Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-aix.h' from root:root to runner:runner
2025-08-20T19:11:52.7948267Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/openat.c' from root:root to runner:runner
2025-08-20T19:11:52.7948948Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xmemcoll.o' from root:root to runner:runner
2025-08-20T19:11:52.7949583Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mini-gmp.h' from root:root to runner:runner
2025-08-20T19:11:52.7950200Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fseeko.c' from root:root to runner:runner
2025-08-20T19:11:52.7950902Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/set-acl.c' from root:root to runner:runner
2025-08-20T19:11:52.7951563Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/select.c' from root:root to runner:runner
2025-08-20T19:11:52.7952277Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ialloc.c' from root:root to runner:runner
2025-08-20T19:11:52.7952904Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/utime.in.h' from root:root to runner:runner
2025-08-20T19:11:52.7953652Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-dtoastr.o' from root:root to runner:runner
2025-08-20T19:11:52.7954351Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xgetaname-impl.h' from root:root to runner:runner
2025-08-20T19:11:52.7954981Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/timespec.c' from root:root to runner:runner
2025-08-20T19:11:52.7955616Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wcwidth.c' from root:root to runner:runner
2025-08-20T19:11:52.7956290Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sha256.o' from root:root to runner:runner
2025-08-20T19:11:52.7957029Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloca.h' from root:root to runner:runner
2025-08-20T19:11:52.7957700Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/hash-triple-simple.c' from root:root to runner:runner
2025-08-20T19:11:52.7958336Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getopt_int.h' from root:root to runner:runner
2025-08-20T19:11:52.7959084Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getugroups.h' from root:root to runner:runner
2025-08-20T19:11:52.7959723Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/nstrftime.c' from root:root to runner:runner
2025-08-20T19:11:52.7960358Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/chdir-long.c' from root:root to runner:runner
2025-08-20T19:11:52.7961112Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wctype.c' from root:root to runner:runner
2025-08-20T19:11:52.7961772Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/printf-args.c' from root:root to runner:runner
2025-08-20T19:11:52.7962402Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/open-safer.c' from root:root to runner:runner
2025-08-20T19:11:52.7963085Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xtime.o' from root:root to runner:runner
2025-08-20T19:11:52.7963721Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32isgraph.c' from root:root to runner:runner
2025-08-20T19:11:52.7964361Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ignore-value.h' from root:root to runner:runner
2025-08-20T19:11:52.7965074Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/qset-acl.c' from root:root to runner:runner
2025-08-20T19:11:52.7965724Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/careadlinkat.c' from root:root to runner:runner
2025-08-20T19:11:52.7966481Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-dup-safer.o' from root:root to runner:runner
2025-08-20T19:11:52.7967128Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdio.in.h' from root:root to runner:runner
2025-08-20T19:11:52.7967852Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-version-etc-fsf.o' from root:root to runner:runner
2025-08-20T19:11:52.7968489Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/safe-write.c' from root:root to runner:runner
2025-08-20T19:11:52.7969137Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/openat-priv.h' from root:root to runner:runner
2025-08-20T19:11:52.7969975Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-hash-triple-simple.Po' from root:root to runner:runner
2025-08-20T19:11:52.7970763Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fchdir.Po' from root:root to runner:runner
2025-08-20T19:11:52.7971629Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-basename-lgpl.Po' from root:root to runner:runner
2025-08-20T19:11:52.7972338Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-frexpl.Po' from root:root to runner:runner
2025-08-20T19:11:52.7973086Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strerror-override.Po' from root:root to runner:runner
2025-08-20T19:11:52.7973807Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-linebuffer.Po' from root:root to runner:runner
2025-08-20T19:11:52.7974597Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xnanosleep.Po' from root:root to runner:runner
2025-08-20T19:11:52.7975320Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-targetdir.Po' from root:root to runner:runner
2025-08-20T19:11:52.7976033Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-file-set.Po' from root:root to runner:runner
2025-08-20T19:11:52.7976726Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stat.Po' from root:root to runner:runner
2025-08-20T19:11:52.7977469Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-areadlinkat.Po' from root:root to runner:runner
2025-08-20T19:11:52.7978185Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-gethrxtime.Po' from root:root to runner:runner
2025-08-20T19:11:52.7978967Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-se-selinux.Po' from root:root to runner:runner
2025-08-20T19:11:52.7979777Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-chdir-long.Po' from root:root to runner:runner
2025-08-20T19:11:52.7980610Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-str_endswith.Po' from root:root to runner:runner
2025-08-20T19:11:52.7981359Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-lstat.Po' from root:root to runner:runner
2025-08-20T19:11:52.7982071Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-savedir.Po' from root:root to runner:runner
2025-08-20T19:11:52.7982780Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-isatty.Po' from root:root to runner:runner
2025-08-20T19:11:52.7983494Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-acl_entries.Po' from root:root to runner:runner
2025-08-20T19:11:52.7984346Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-endian.Po' from root:root to runner:runner
2025-08-20T19:11:52.7985068Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-read-file.Po' from root:root to runner:runner
2025-08-20T19:11:52.7985814Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-dtimespec-bound.Po' from root:root to runner:runner
2025-08-20T19:11:52.7986532Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-freadahead.Po' from root:root to runner:runner
2025-08-20T19:11:52.7987291Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-utime.Po' from root:root to runner:runner
2025-08-20T19:11:52.7988074Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-freadseek.Po' from root:root to runner:runner
2025-08-20T19:11:52.7988792Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-progname.Po' from root:root to runner:runner
2025-08-20T19:11:52.7989504Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-byteswap.Po' from root:root to runner:runner
2025-08-20T19:11:52.7990204Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-isnanf.Po' from root:root to runner:runner
2025-08-20T19:11:52.7991104Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-windows-thread.Po' from root:root to runner:runner
2025-08-20T19:11:52.7991953Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-safe-read.Po' from root:root to runner:runner
2025-08-20T19:11:52.7992778Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fd-hook.Po' from root:root to runner:runner
2025-08-20T19:11:52.7993490Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-regex.Po' from root:root to runner:runner
2025-08-20T19:11:52.7994193Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-isnanl.Po' from root:root to runner:runner
2025-08-20T19:11:52.7994952Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-windows-timedmutex.Po' from root:root to runner:runner
2025-08-20T19:11:52.7995673Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xbinary-io.Po' from root:root to runner:runner
2025-08-20T19:11:52.7996394Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-gethostname.Po' from root:root to runner:runner
2025-08-20T19:11:52.7997244Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-closedir.Po' from root:root to runner:runner
2025-08-20T19:11:52.7997950Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-pipe.Po' from root:root to runner:runner
2025-08-20T19:11:52.7998656Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-dirfd.Po' from root:root to runner:runner
2025-08-20T19:11:52.7999394Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-setlocale-lock.Po' from root:root to runner:runner
2025-08-20T19:11:52.8000163Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sha256.Po' from root:root to runner:runner
2025-08-20T19:11:52.8000963Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strtold.Po' from root:root to runner:runner
2025-08-20T19:11:52.8001719Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stdbit.Po' from root:root to runner:runner
2025-08-20T19:11:52.8002414Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fsync.Po' from root:root to runner:runner
2025-08-20T19:11:52.8003120Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-ftello.Po' from root:root to runner:runner
2025-08-20T19:11:52.8003828Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-at-func2.Po' from root:root to runner:runner
2025-08-20T19:11:52.8004680Z [00:04:11.205]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32isalnum.Po' from root:root to runner:runner
2025-08-20T19:11:52.8005526Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-creat-safer.Po' from root:root to runner:runner
2025-08-20T19:11:52.8006238Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strtol.Po' from root:root to runner:runner
2025-08-20T19:11:52.8006987Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mini-mpq-gnulib.Po' from root:root to runner:runner
2025-08-20T19:11:52.8007699Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-asprintf.Po' from root:root to runner:runner
2025-08-20T19:11:52.8008413Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-timespec.Po' from root:root to runner:runner
2025-08-20T19:11:52.8009135Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fnmatch_loop.Po' from root:root to runner:runner
2025-08-20T19:11:52.8009971Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-backup-find.Po' from root:root to runner:runner
2025-08-20T19:11:52.8010797Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-readlink.Po' from root:root to runner:runner
2025-08-20T19:11:52.8011567Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-secure_getenv.Po' from root:root to runner:runner
2025-08-20T19:11:52.8012281Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtoul.Po' from root:root to runner:runner
2025-08-20T19:11:52.8013101Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-windows-rwlock.Po' from root:root to runner:runner
2025-08-20T19:11:52.8013864Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-inet_pton.Po' from root:root to runner:runner
2025-08-20T19:11:52.8014583Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbsrtowcs.Po' from root:root to runner:runner
2025-08-20T19:11:52.8015328Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-filenamecat-lgpl.Po' from root:root to runner:runner
2025-08-20T19:11:52.8016040Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xmalloc.Po' from root:root to runner:runner
2025-08-20T19:11:52.8016738Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mknodat.Po' from root:root to runner:runner
2025-08-20T19:11:52.8017507Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-isnan.Po' from root:root to runner:runner
2025-08-20T19:11:52.8018359Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getdtablesize.Po' from root:root to runner:runner
2025-08-20T19:11:52.8019089Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-selinux-at.Po' from root:root to runner:runner
2025-08-20T19:11:52.8019809Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-pipe-safer.Po' from root:root to runner:runner
2025-08-20T19:11:52.8020639Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-iswdigit.Po' from root:root to runner:runner
2025-08-20T19:11:52.8021388Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-chownat.Po' from root:root to runner:runner
2025-08-20T19:11:52.8022099Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-iswxdigit.Po' from root:root to runner:runner
2025-08-20T19:11:52.8022913Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mcel.Po' from root:root to runner:runner
2025-08-20T19:11:52.8023612Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-free.Po' from root:root to runner:runner
2025-08-20T19:11:52.8024326Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-ldtoastr.Po' from root:root to runner:runner
2025-08-20T19:11:52.8025026Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mkdirat.Po' from root:root to runner:runner
2025-08-20T19:11:52.8025804Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-wcrtomb.Po' from root:root to runner:runner
2025-08-20T19:11:52.8026523Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-unlink.Po' from root:root to runner:runner
2025-08-20T19:11:52.8027264Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-windows-mutex.Po' from root:root to runner:runner
2025-08-20T19:11:52.8027963Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-ftell.Po' from root:root to runner:runner
2025-08-20T19:11:52.8028655Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-open.Po' from root:root to runner:runner
2025-08-20T19:11:52.8029379Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-windows-tls.Po' from root:root to runner:runner
2025-08-20T19:11:52.8030142Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-rename.Po' from root:root to runner:runner
2025-08-20T19:11:52.8031018Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-di-set.Po' from root:root to runner:runner
2025-08-20T19:11:52.8031765Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-anytostr.Po' from root:root to runner:runner
2025-08-20T19:11:52.8032480Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getopt.Po' from root:root to runner:runner
2025-08-20T19:11:52.8033234Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stdc_trailing_zeros.Po' from root:root to runner:runner
2025-08-20T19:11:52.8033944Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbrtowc.Po' from root:root to runner:runner
2025-08-20T19:11:52.8034661Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getloadavg.Po' from root:root to runner:runner
2025-08-20T19:11:52.8035503Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32width.Po' from root:root to runner:runner
2025-08-20T19:11:52.8036229Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32isupper.Po' from root:root to runner:runner
2025-08-20T19:11:52.8036943Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-faccessat.Po' from root:root to runner:runner
2025-08-20T19:11:52.8037661Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-dup-safer.Po' from root:root to runner:runner
2025-08-20T19:11:52.8038432Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-i-ring.Po' from root:root to runner:runner
2025-08-20T19:11:52.8039157Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-memcoll.Po' from root:root to runner:runner
2025-08-20T19:11:52.8039868Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stdlib.Po' from root:root to runner:runner
2025-08-20T19:11:52.8040661Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-float.Po' from root:root to runner:runner
2025-08-20T19:11:52.8041438Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stripslash.Po' from root:root to runner:runner
2025-08-20T19:11:52.8042174Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-freopen-safer.Po' from root:root to runner:runner
2025-08-20T19:11:52.8042974Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-file-type.Po' from root:root to runner:runner
2025-08-20T19:11:52.8043774Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getugroups.Po' from root:root to runner:runner
2025-08-20T19:11:52.8044482Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-regexec.Po' from root:root to runner:runner
2025-08-20T19:11:52.8045231Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-obstack.Po' from root:root to runner:runner
2025-08-20T19:11:52.8045968Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-dirname-lgpl.Po' from root:root to runner:runner
2025-08-20T19:11:52.8046675Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fsusage.Po' from root:root to runner:runner
2025-08-20T19:11:52.8047379Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-iswblank.Po' from root:root to runner:runner
2025-08-20T19:11:52.8048208Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-readutmp.Po' from root:root to runner:runner
2025-08-20T19:11:52.8048929Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-open-safer.Po' from root:root to runner:runner
2025-08-20T19:11:52.8049630Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-uname.Po' from root:root to runner:runner
2025-08-20T19:11:52.8050325Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-qsort.Po' from root:root to runner:runner
2025-08-20T19:11:52.8051366Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbschr.Po' from root:root to runner:runner
2025-08-20T19:11:52.8052154Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-gettimeofday.Po' from root:root to runner:runner
2025-08-20T19:11:52.8052893Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-dtotimespec.Po' from root:root to runner:runner
2025-08-20T19:11:52.8053618Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-nl_langinfo.Po' from root:root to runner:runner
2025-08-20T19:11:52.8054336Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xdectoimax.Po' from root:root to runner:runner
2025-08-20T19:11:52.8055055Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-same-inode.Po' from root:root to runner:runner
2025-08-20T19:11:52.8055828Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-signbitl.Po' from root:root to runner:runner
2025-08-20T19:11:52.8056614Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-signbitd.Po' from root:root to runner:runner
2025-08-20T19:11:52.8057333Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32isalpha.Po' from root:root to runner:runner
2025-08-20T19:11:52.8058056Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strnumcmp.Po' from root:root to runner:runner
2025-08-20T19:11:52.8058771Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-offtostr.Po' from root:root to runner:runner
2025-08-20T19:11:52.8059485Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-quotearg.Po' from root:root to runner:runner
2025-08-20T19:11:52.8060191Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-wcwidth.Po' from root:root to runner:runner
2025-08-20T19:11:52.8061036Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/alloca.Po' from root:root to runner:runner
2025-08-20T19:11:52.8061806Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-iconv_open.Po' from root:root to runner:runner
2025-08-20T19:11:52.8062522Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stat-time.Po' from root:root to runner:runner
2025-08-20T19:11:52.8063234Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fd-reopen.Po' from root:root to runner:runner
2025-08-20T19:11:52.8064025Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-regcomp.Po' from root:root to runner:runner
2025-08-20T19:11:52.8064757Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-timegm.Po' from root:root to runner:runner
2025-08-20T19:11:52.8065546Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-cl-strtold.Po' from root:root to runner:runner
2025-08-20T19:11:52.8066322Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-signbitf.Po' from root:root to runner:runner
2025-08-20T19:11:52.8067039Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-cl-strtod.Po' from root:root to runner:runner
2025-08-20T19:11:52.8067787Z [00:04:11.206]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32_apply_type_test.Po' from root:root to runner:runner
2025-08-20T19:11:52.8068494Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fclose.Po' from root:root to runner:runner
2025-08-20T19:11:52.8069325Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-crc-generate-table.Po' from root:root to runner:runner
2025-08-20T19:11:52.8070054Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-acl-internal.Po' from root:root to runner:runner
2025-08-20T19:11:52.8070885Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fdutimensat.Po' from root:root to runner:runner
2025-08-20T19:11:52.8071619Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-se-context.Po' from root:root to runner:runner
2025-08-20T19:11:52.8072338Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-basename.Po' from root:root to runner:runner
2025-08-20T19:11:52.8073049Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-unlinkdir.Po' from root:root to runner:runner
2025-08-20T19:11:52.8073893Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-memset_explicit.Po' from root:root to runner:runner
2025-08-20T19:11:52.8074616Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-safe-write.Po' from root:root to runner:runner
2025-08-20T19:11:52.8075329Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mini-mpq.Po' from root:root to runner:runner
2025-08-20T19:11:52.8076026Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-iconv.Po' from root:root to runner:runner
2025-08-20T19:11:52.8076820Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbrtoc32.Po' from root:root to runner:runner
2025-08-20T19:11:52.8077638Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getlocalename_l-unsafe.Po' from root:root to runner:runner
2025-08-20T19:11:52.8078415Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-memrchr.Po' from root:root to runner:runner
2025-08-20T19:11:52.8079142Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-savewd.Po' from root:root to runner:runner
2025-08-20T19:11:52.8079847Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fseek.Po' from root:root to runner:runner
2025-08-20T19:11:52.8080634Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-freopen.Po' from root:root to runner:runner
2025-08-20T19:11:52.8081406Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fileblocks.Po' from root:root to runner:runner
2025-08-20T19:11:52.8082232Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getprogname.Po' from root:root to runner:runner
2025-08-20T19:11:52.8082948Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-closeout.Po' from root:root to runner:runner
2025-08-20T19:11:52.8083662Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stat-w32.Po' from root:root to runner:runner
2025-08-20T19:11:52.8084374Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-save-cwd.Po' from root:root to runner:runner
2025-08-20T19:11:52.8085094Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtoumax.Po' from root:root to runner:runner
2025-08-20T19:11:52.8085828Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-printf-frexpl.Po' from root:root to runner:runner
2025-08-20T19:11:52.8086641Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-vaszprintf.Po' from root:root to runner:runner
2025-08-20T19:11:52.8087360Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-copy-acl.Po' from root:root to runner:runner
2025-08-20T19:11:52.8088085Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-gai_strerror.Po' from root:root to runner:runner
2025-08-20T19:11:52.8088782Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-error.Po' from root:root to runner:runner
2025-08-20T19:11:52.8089574Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sha1-stream.Po' from root:root to runner:runner
2025-08-20T19:11:52.8090342Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-futimens.Po' from root:root to runner:runner
2025-08-20T19:11:52.8091251Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mkfifo.Po' from root:root to runner:runner
2025-08-20T19:11:52.8092006Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fnmatch.Po' from root:root to runner:runner
2025-08-20T19:11:52.8092733Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-qcopy-acl.Po' from root:root to runner:runner
2025-08-20T19:11:52.8093464Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-long-options.Po' from root:root to runner:runner
2025-08-20T19:11:52.8094217Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stdc_leading_zeros.Po' from root:root to runner:runner
2025-08-20T19:11:52.8095005Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-dtoastr.Po' from root:root to runner:runner
2025-08-20T19:11:52.8095721Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-rewinddir.Po' from root:root to runner:runner
2025-08-20T19:11:52.8096437Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-ino-map.Po' from root:root to runner:runner
2025-08-20T19:11:52.8097077Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/.dirstamp' from root:root to runner:runner
2025-08-20T19:11:52.8097785Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fseterr.Po' from root:root to runner:runner
2025-08-20T19:11:52.8098490Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-base64.Po' from root:root to runner:runner
2025-08-20T19:11:52.8100030Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-ialloc.Po' from root:root to runner:runner
2025-08-20T19:11:52.8101594Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-ftoastr.Po' from root:root to runner:runner
2025-08-20T19:11:52.8102953Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strtod.Po' from root:root to runner:runner
2025-08-20T19:11:52.8104343Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-get-permissions.Po' from root:root to runner:runner
2025-08-20T19:11:52.8105889Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-wmempcpy.Po' from root:root to runner:runner
2025-08-20T19:11:52.8107355Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strtoumax.Po' from root:root to runner:runner
2025-08-20T19:11:52.8108783Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fts.Po' from root:root to runner:runner
2025-08-20T19:11:52.8110253Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xalignalloc.Po' from root:root to runner:runner
2025-08-20T19:11:52.8111761Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fpurge.Po' from root:root to runner:runner
2025-08-20T19:11:52.8113162Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-userspec.Po' from root:root to runner:runner
2025-08-20T19:11:52.8114512Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-link.Po' from root:root to runner:runner
2025-08-20T19:11:52.8116046Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-posixver.Po' from root:root to runner:runner
2025-08-20T19:11:52.8117395Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fcntl.Po' from root:root to runner:runner
2025-08-20T19:11:52.8118766Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-msvc-nothrow.Po' from root:root to runner:runner
2025-08-20T19:11:52.8120150Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-full-write.Po' from root:root to runner:runner
2025-08-20T19:11:52.8121648Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-time.Po' from root:root to runner:runner
2025-08-20T19:11:52.8123009Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32isdigit.Po' from root:root to runner:runner
2025-08-20T19:11:52.8124559Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xvasprintf.Po' from root:root to runner:runner
2025-08-20T19:11:52.8125931Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-full-read.Po' from root:root to runner:runner
2025-08-20T19:11:52.8127286Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-heap.Po' from root:root to runner:runner
2025-08-20T19:11:52.8128621Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-setenv.Po' from root:root to runner:runner
2025-08-20T19:11:52.8130073Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-localcharset.Po' from root:root to runner:runner
2025-08-20T19:11:52.8131612Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtoimax.Po' from root:root to runner:runner
2025-08-20T19:11:52.8133056Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-utimecmp.Po' from root:root to runner:runner
2025-08-20T19:11:52.8134470Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-yesno.Po' from root:root to runner:runner
2025-08-20T19:11:52.8135830Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-nstrftime.Po' from root:root to runner:runner
2025-08-20T19:11:52.8137188Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-time_r.Po' from root:root to runner:runner
2025-08-20T19:11:52.8138560Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-backup-rename.Po' from root:root to runner:runner
2025-08-20T19:11:52.8140123Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-explicit_bzero.Po' from root:root to runner:runner
2025-08-20T19:11:52.8141607Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-btoc32.Po' from root:root to runner:runner
2025-08-20T19:11:52.8142964Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtod.Po' from root:root to runner:runner
2025-08-20T19:11:52.8144306Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fflush.Po' from root:root to runner:runner
2025-08-20T19:11:52.8145717Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-arpa_inet.Po' from root:root to runner:runner
2025-08-20T19:11:52.8147076Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-hash-pjw.Po' from root:root to runner:runner
2025-08-20T19:11:52.8148590Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbszero.Po' from root:root to runner:runner
2025-08-20T19:11:52.8149940Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-memchr2.Po' from root:root to runner:runner
2025-08-20T19:11:52.8151406Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-argmatch.Po' from root:root to runner:runner
2025-08-20T19:11:52.8152755Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-frexp.Po' from root:root to runner:runner
2025-08-20T19:11:52.8154200Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-msvc-inval.Po' from root:root to runner:runner
2025-08-20T19:11:52.8155652Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-cycle-check.Po' from root:root to runner:runner
2025-08-20T19:11:52.8157123Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-pthread-thread.Po' from root:root to runner:runner
2025-08-20T19:11:52.8158574Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbrlen.Po' from root:root to runner:runner
2025-08-20T19:11:52.8159925Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-opendir.Po' from root:root to runner:runner
2025-08-20T19:11:52.8161372Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-realloc.Po' from root:root to runner:runner
2025-08-20T19:11:52.8162733Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-asnprintf.Po' from root:root to runner:runner
2025-08-20T19:11:52.8164242Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-unlinkat.Po' from root:root to runner:runner
2025-08-20T19:11:52.8165613Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32isxdigit.Po' from root:root to runner:runner
2025-08-20T19:11:52.8166998Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-memcasecmp.Po' from root:root to runner:runner
2025-08-20T19:11:52.8168375Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-buffer-lcm.Po' from root:root to runner:runner
2025-08-20T19:11:52.8169740Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-snprintf.Po' from root:root to runner:runner
2025-08-20T19:11:52.8171229Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-pipe2.Po' from root:root to runner:runner
2025-08-20T19:11:52.8172764Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getpagesize.Po' from root:root to runner:runner
2025-08-20T19:11:52.8174148Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbsrtoc32s.Po' from root:root to runner:runner
2025-08-20T19:11:52.8175527Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getndelim2.Po' from root:root to runner:runner
2025-08-20T19:11:52.8176882Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-malloc.Po' from root:root to runner:runner
2025-08-20T19:11:52.8178326Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbsinit.Po' from root:root to runner:runner
2025-08-20T19:11:52.8179739Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-readdir.Po' from root:root to runner:runner
2025-08-20T19:11:52.8181305Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fdatasync.Po' from root:root to runner:runner
2025-08-20T19:11:52.8182775Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c-strncasecmp.Po' from root:root to runner:runner
2025-08-20T19:11:52.8184147Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fopen.Po' from root:root to runner:runner
2025-08-20T19:11:52.8185520Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbscasecmp.Po' from root:root to runner:runner
2025-08-20T19:11:52.8186948Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-pthread_mutex_timedlock.Po' from root:root to runner:runner
2025-08-20T19:11:52.8188527Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getline.Po' from root:root to runner:runner
2025-08-20T19:11:52.8189868Z [00:04:11.207]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stpcpy.Po' from root:root to runner:runner
2025-08-20T19:11:52.8191454Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getdelim.Po' from root:root to runner:runner
2025-08-20T19:11:52.8192828Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-modechange.Po' from root:root to runner:runner
2025-08-20T19:11:52.8194201Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mkostemp.Po' from root:root to runner:runner
2025-08-20T19:11:52.8195556Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-symlink.Po' from root:root to runner:runner
2025-08-20T19:11:52.8196927Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-readtokens0.Po' from root:root to runner:runner
2025-08-20T19:11:52.8198298Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-bitrotate.Po' from root:root to runner:runner
2025-08-20T19:11:52.8199678Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-vsnzprintf.Po' from root:root to runner:runner
2025-08-20T19:11:52.8201268Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-propername-lite.Po' from root:root to runner:runner
2025-08-20T19:11:52.8202826Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-memchr.Po' from root:root to runner:runner
2025-08-20T19:11:52.8204216Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-md5.Po' from root:root to runner:runner
2025-08-20T19:11:52.8205612Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-unistd.Po' from root:root to runner:runner
2025-08-20T19:11:52.8207022Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-dup-safer-flag.Po' from root:root to runner:runner
2025-08-20T19:11:52.8208406Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mini-gmp.Po' from root:root to runner:runner
2025-08-20T19:11:52.8209775Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-rand-isaac.Po' from root:root to runner:runner
2025-08-20T19:11:52.8211246Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-uinttostr.Po' from root:root to runner:runner
2025-08-20T19:11:52.8212735Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-rmdir.Po' from root:root to runner:runner
2025-08-20T19:11:52.8214083Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-inet_ntop.Po' from root:root to runner:runner
2025-08-20T19:11:52.8215633Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strftime.Po' from root:root to runner:runner
2025-08-20T19:11:52.8216998Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fstatat.Po' from root:root to runner:runner
2025-08-20T19:11:52.8218363Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-localeconv.Po' from root:root to runner:runner
2025-08-20T19:11:52.8219718Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getcwd.Po' from root:root to runner:runner
2025-08-20T19:11:52.8221235Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-printf-parse.Po' from root:root to runner:runner
2025-08-20T19:11:52.8222641Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-root-dev-ino.Po' from root:root to runner:runner
2025-08-20T19:11:52.8224030Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strintcmp.Po' from root:root to runner:runner
2025-08-20T19:11:52.8225387Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-access.Po' from root:root to runner:runner
2025-08-20T19:11:52.8226841Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-math.Po' from root:root to runner:runner
2025-08-20T19:11:52.8228232Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-close.Po' from root:root to runner:runner
2025-08-20T19:11:52.8229671Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-parse-datetime.Po' from root:root to runner:runner
2025-08-20T19:11:52.8231219Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xmemcoll.Po' from root:root to runner:runner
2025-08-20T19:11:52.8232630Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-argv-iter.Po' from root:root to runner:runner
2025-08-20T19:11:52.8233992Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-dirname.Po' from root:root to runner:runner
2025-08-20T19:11:52.8235364Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-openat-proc.Po' from root:root to runner:runner
2025-08-20T19:11:52.8236885Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mktime.Po' from root:root to runner:runner
2025-08-20T19:11:52.8238218Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-same.Po' from root:root to runner:runner
2025-08-20T19:11:52.8239708Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-readlinkat.Po' from root:root to runner:runner
2025-08-20T19:11:52.8241216Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-randperm.Po' from root:root to runner:runner
2025-08-20T19:11:52.8242606Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mkancesdirs.Po' from root:root to runner:runner
2025-08-20T19:11:52.8243999Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fd-safer-flag.Po' from root:root to runner:runner
2025-08-20T19:11:52.8245426Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-opendirat.Po' from root:root to runner:runner
2025-08-20T19:11:52.8246793Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32ispunct.Po' from root:root to runner:runner
2025-08-20T19:11:52.8248156Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mpsort.Po' from root:root to runner:runner
2025-08-20T19:11:52.8249511Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sm3-stream.Po' from root:root to runner:runner
2025-08-20T19:11:52.8251089Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strtoull.Po' from root:root to runner:runner
2025-08-20T19:11:52.8252567Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-openat-safer.Po' from root:root to runner:runner
2025-08-20T19:11:52.8254027Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-aszprintf.Po' from root:root to runner:runner
2025-08-20T19:11:52.8255469Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-priv-set.Po' from root:root to runner:runner
2025-08-20T19:11:52.8256824Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-iswctype.Po' from root:root to runner:runner
2025-08-20T19:11:52.8258202Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-careadlinkat.Po' from root:root to runner:runner
2025-08-20T19:11:52.8259598Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-pthread-mutex.Po' from root:root to runner:runner
2025-08-20T19:11:52.8261263Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xfts.Po' from root:root to runner:runner
2025-08-20T19:11:52.8262636Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-close-stream.Po' from root:root to runner:runner
2025-08-20T19:11:52.8264171Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-renameatu.Po' from root:root to runner:runner
2025-08-20T19:11:52.8265546Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sigaction.Po' from root:root to runner:runner
2025-08-20T19:11:52.8266907Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xprintf.Po' from root:root to runner:runner
2025-08-20T19:11:52.8268287Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-set-permissions.Po' from root:root to runner:runner
2025-08-20T19:11:52.8269682Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-alignalloc.Po' from root:root to runner:runner
2025-08-20T19:11:52.8271142Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-gettime.Po' from root:root to runner:runner
2025-08-20T19:11:52.8272545Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-hash.Po' from root:root to runner:runner
2025-08-20T19:11:52.8273877Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-write.Po' from root:root to runner:runner
2025-08-20T19:11:52.8275332Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-remove.Po' from root:root to runner:runner
2025-08-20T19:11:52.8276853Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-windows-timedrecmutex.Po' from root:root to runner:runner
2025-08-20T19:11:52.8278410Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-areadlinkat-with-size.Po' from root:root to runner:runner
2025-08-20T19:11:52.8279876Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-wmemchr.Po' from root:root to runner:runner
2025-08-20T19:11:52.8281334Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-dup2.Po' from root:root to runner:runner
2025-08-20T19:11:52.8282697Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c-file-type.Po' from root:root to runner:runner
2025-08-20T19:11:52.8284065Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-closein.Po' from root:root to runner:runner
2025-08-20T19:11:52.8285584Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-se-label.Po' from root:root to runner:runner
2025-08-20T19:11:52.8286945Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-nanosleep.Po' from root:root to runner:runner
2025-08-20T19:11:52.8288494Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-physmem.Po' from root:root to runner:runner
2025-08-20T19:11:52.8289850Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mkfifoat.Po' from root:root to runner:runner
2025-08-20T19:11:52.8291308Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getopt1.Po' from root:root to runner:runner
2025-08-20T19:11:52.8292689Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-reallocarray.Po' from root:root to runner:runner
2025-08-20T19:11:52.8294080Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-canonicalize.Po' from root:root to runner:runner
2025-08-20T19:11:52.8295472Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mkstemp-safer.Po' from root:root to runner:runner
2025-08-20T19:11:52.8296850Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-pselect.Po' from root:root to runner:runner
2025-08-20T19:11:52.8298198Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mempcpy.Po' from root:root to runner:runner
2025-08-20T19:11:52.8299680Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xdectoumax.Po' from root:root to runner:runner
2025-08-20T19:11:52.8301265Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-malloca.Po' from root:root to runner:runner
2025-08-20T19:11:52.8302719Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-utimens.Po' from root:root to runner:runner
2025-08-20T19:11:52.8304164Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stdc_bit_width.Po' from root:root to runner:runner
2025-08-20T19:11:52.8305568Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-crc-x86_64-pclmul.Po' from root:root to runner:runner
2025-08-20T19:11:52.8306970Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-file-has-acl.Po' from root:root to runner:runner
2025-08-20T19:11:52.8308391Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-write-any-file.Po' from root:root to runner:runner
2025-08-20T19:11:52.8309928Z [00:04:11.208]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sigprocmask.Po' from root:root to runner:runner
2025-08-20T19:11:52.8311390Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xsize.Po' from root:root to runner:runner
2025-08-20T19:11:52.8312906Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xgetgroups.Po' from root:root to runner:runner
2025-08-20T19:11:52.8314266Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-chmodat.Po' from root:root to runner:runner
2025-08-20T19:11:52.8315609Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-tmpdir.Po' from root:root to runner:runner
2025-08-20T19:11:52.8316945Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-nproc.Po' from root:root to runner:runner
2025-08-20T19:11:52.8318288Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtol.Po' from root:root to runner:runner
2025-08-20T19:11:52.8319624Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sha512.Po' from root:root to runner:runner
2025-08-20T19:11:52.8321133Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-pthread_sigmask.Po' from root:root to runner:runner
2025-08-20T19:11:52.8322541Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fprintftime.Po' from root:root to runner:runner
2025-08-20T19:11:52.8324028Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-version-etc.Po' from root:root to runner:runner
2025-08-20T19:11:52.8325475Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getaddrinfo.Po' from root:root to runner:runner
2025-08-20T19:11:52.8326909Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c-ctype.Po' from root:root to runner:runner
2025-08-20T19:11:52.8328342Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-tempname.Po' from root:root to runner:runner
2025-08-20T19:11:52.8329737Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fchown-stub.Po' from root:root to runner:runner
2025-08-20T19:11:52.8331211Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-vasprintf.Po' from root:root to runner:runner
2025-08-20T19:11:52.8332645Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-iconv_close.Po' from root:root to runner:runner
2025-08-20T19:11:52.8334171Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32iscntrl.Po' from root:root to runner:runner
2025-08-20T19:11:52.8335532Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-iswpunct.Po' from root:root to runner:runner
2025-08-20T19:11:52.8337005Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-randint.Po' from root:root to runner:runner
2025-08-20T19:11:52.8338360Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-qset-acl.Po' from root:root to runner:runner
2025-08-20T19:11:52.8339713Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-qsort_r.Po' from root:root to runner:runner
2025-08-20T19:11:52.8341151Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-inttostr.Po' from root:root to runner:runner
2025-08-20T19:11:52.8342553Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-btowc.Po' from root:root to runner:runner
2025-08-20T19:11:52.8343893Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-at-func.Po' from root:root to runner:runner
2025-08-20T19:11:52.8345286Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sockets.Po' from root:root to runner:runner
2025-08-20T19:11:52.8346653Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32isgraph.Po' from root:root to runner:runner
2025-08-20T19:11:52.8348121Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-raise.Po' from root:root to runner:runner
2025-08-20T19:11:52.8349531Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-umaxtostr.Po' from root:root to runner:runner
2025-08-20T19:11:52.8351057Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-chown.Po' from root:root to runner:runner
2025-08-20T19:11:52.8352459Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-af_alg.Po' from root:root to runner:runner
2025-08-20T19:11:52.8353800Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-time_rz.Po' from root:root to runner:runner
2025-08-20T19:11:52.8355170Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-utimensat.Po' from root:root to runner:runner
2025-08-20T19:11:52.8356566Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-nl_langinfo-lock.Po' from root:root to runner:runner
2025-08-20T19:11:52.8359942Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xgethostname.Po' from root:root to runner:runner
2025-08-20T19:11:52.8361576Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-randread.Po' from root:root to runner:runner
2025-08-20T19:11:52.8363219Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-unsetenv.Po' from root:root to runner:runner
2025-08-20T19:11:52.8364577Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mkdir-p.Po' from root:root to runner:runner
2025-08-20T19:11:52.8365947Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-openat-die.Po' from root:root to runner:runner
2025-08-20T19:11:52.8367332Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-hash-triple.Po' from root:root to runner:runner
2025-08-20T19:11:52.8368704Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fadvise.Po' from root:root to runner:runner
2025-08-20T19:11:52.8370061Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xdectoint.Po' from root:root to runner:runner
2025-08-20T19:11:52.8371594Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sig-handler.Po' from root:root to runner:runner
2025-08-20T19:11:52.8372954Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-idcache.Po' from root:root to runner:runner
2025-08-20T19:11:52.8374448Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-allocator.Po' from root:root to runner:runner
2025-08-20T19:11:52.8375860Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-rpmatch.Po' from root:root to runner:runner
2025-08-20T19:11:52.8377281Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbtowc.Po' from root:root to runner:runner
2025-08-20T19:11:52.8378690Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-freading.Po' from root:root to runner:runner
2025-08-20T19:11:52.8380031Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-linkat.Po' from root:root to runner:runner
2025-08-20T19:11:52.8381521Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xgetcwd.Po' from root:root to runner:runner
2025-08-20T19:11:52.8382869Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-wctype.Po' from root:root to runner:runner
2025-08-20T19:11:52.8384380Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xreadlink.Po' from root:root to runner:runner
2025-08-20T19:11:52.8385762Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-pthread-once.Po' from root:root to runner:runner
2025-08-20T19:11:52.8387262Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-filemode.Po' from root:root to runner:runner
2025-08-20T19:11:52.8388622Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mountlist.Po' from root:root to runner:runner
2025-08-20T19:11:52.8389991Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mgetgroups.Po' from root:root to runner:runner
2025-08-20T19:11:52.8391509Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-posix_memalign.Po' from root:root to runner:runner
2025-08-20T19:11:52.8392884Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xtime.Po' from root:root to runner:runner
2025-08-20T19:11:52.8394214Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fstat.Po' from root:root to runner:runner
2025-08-20T19:11:52.8395564Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-posixtm.Po' from root:root to runner:runner
2025-08-20T19:11:52.8396932Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32isblank.Po' from root:root to runner:runner
2025-08-20T19:11:52.8398401Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fdopen.Po' from root:root to runner:runner
2025-08-20T19:11:52.8399796Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-crc.Po' from root:root to runner:runner
2025-08-20T19:11:52.8401363Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-pthread-cond.Po' from root:root to runner:runner
2025-08-20T19:11:52.8402814Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-imaxtostr.Po' from root:root to runner:runner
2025-08-20T19:11:52.8404180Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-ftruncate.Po' from root:root to runner:runner
2025-08-20T19:11:52.8405535Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strdup.Po' from root:root to runner:runner
2025-08-20T19:11:52.8406889Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-md5-stream.Po' from root:root to runner:runner
2025-08-20T19:11:52.8408445Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-filenamecat.Po' from root:root to runner:runner
2025-08-20T19:11:52.8409841Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stdio-write.Po' from root:root to runner:runner
2025-08-20T19:11:52.8411427Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-cloexec.Po' from root:root to runner:runner
2025-08-20T19:11:52.8412774Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-base32.Po' from root:root to runner:runner
2025-08-20T19:11:52.8414124Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-exitfail.Po' from root:root to runner:runner
2025-08-20T19:11:52.8415468Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbslen.Po' from root:root to runner:runner
2025-08-20T19:11:52.8416828Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sys_socket.Po' from root:root to runner:runner
2025-08-20T19:11:52.8418175Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-human.Po' from root:root to runner:runner
2025-08-20T19:11:52.8419557Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-copy-file-range.Po' from root:root to runner:runner
2025-08-20T19:11:52.8421008Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-isapipe.Po' from root:root to runner:runner
2025-08-20T19:11:52.8422568Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-areadlink-with-size.Po' from root:root to runner:runner
2025-08-20T19:11:52.8424038Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-isblank.Po' from root:root to runner:runner
2025-08-20T19:11:52.8425475Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-readtokens.Po' from root:root to runner:runner
2025-08-20T19:11:52.8426931Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c-strcasecmp.Po' from root:root to runner:runner
2025-08-20T19:11:52.8428305Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fdopendir.Po' from root:root to runner:runner
2025-08-20T19:11:52.8429675Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strnlen1.Po' from root:root to runner:runner
2025-08-20T19:11:52.8431173Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-localename-unsafe.Po' from root:root to runner:runner
2025-08-20T19:11:52.8432714Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strtoimax.Po' from root:root to runner:runner
2025-08-20T19:11:52.8434113Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-windows-recmutex.Po' from root:root to runner:runner
2025-08-20T19:11:52.8435707Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sha512-stream.Po' from root:root to runner:runner
2025-08-20T19:11:52.8437096Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xalloc-die.Po' from root:root to runner:runner
2025-08-20T19:11:52.8438478Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-printf-args.Po' from root:root to runner:runner
2025-08-20T19:11:52.8439839Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strnlen.Po' from root:root to runner:runner
2025-08-20T19:11:52.8441346Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-rawmemchr.Po' from root:root to runner:runner
2025-08-20T19:11:52.8442716Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strsignal.Po' from root:root to runner:runner
2025-08-20T19:11:52.8444114Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbsrtowcs-state.Po' from root:root to runner:runner
2025-08-20T19:11:52.8445544Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stdio-read.Po' from root:root to runner:runner
2025-08-20T19:11:52.8447054Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-euidaccess.Po' from root:root to runner:runner
2025-08-20T19:11:52.8448458Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fchownat.Po' from root:root to runner:runner
2025-08-20T19:11:52.8449870Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-alloca.Po' from root:root to runner:runner
2025-08-20T19:11:52.8451389Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-skipchars.Po' from root:root to runner:runner
2025-08-20T19:11:52.8452760Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-isnand.Po' from root:root to runner:runner
2025-08-20T19:11:52.8454121Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-canon-host.Po' from root:root to runner:runner
2025-08-20T19:11:52.8455482Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-putenv.Po' from root:root to runner:runner
2025-08-20T19:11:52.8456985Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-areadlink.Po' from root:root to runner:runner
2025-08-20T19:11:52.8458348Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c-strtold.Po' from root:root to runner:runner
2025-08-20T19:11:52.8459865Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32_get_type_test.Po' from root:root to runner:runner
2025-08-20T19:11:52.8461415Z [00:04:11.209]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-u64.Po' from root:root to runner:runner
2025-08-20T19:11:52.8462792Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtol-error.Po' from root:root to runner:runner
2025-08-20T19:11:52.8464212Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-lc-charset-dispatch.Po' from root:root to runner:runner
2025-08-20T19:11:52.8465615Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fchmodat.Po' from root:root to runner:runner
2025-08-20T19:11:52.8466979Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getfilecon.Po' from root:root to runner:runner
2025-08-20T19:11:52.8468345Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-symlinkat.Po' from root:root to runner:runner
2025-08-20T19:11:52.8469700Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fpending.Po' from root:root to runner:runner
2025-08-20T19:11:52.8471275Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbswidth.Po' from root:root to runner:runner
2025-08-20T19:11:52.8472712Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-printf-frexp.Po' from root:root to runner:runner
2025-08-20T19:11:52.8474193Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-windows-cond.Po' from root:root to runner:runner
2025-08-20T19:11:52.8475621Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strerror.Po' from root:root to runner:runner
2025-08-20T19:11:52.8476983Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-vzprintf.Po' from root:root to runner:runner
2025-08-20T19:11:52.8478350Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xasprintf.Po' from root:root to runner:runner
2025-08-20T19:11:52.8479715Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-renameat.Po' from root:root to runner:runner
2025-08-20T19:11:52.8481351Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-tzset.Po' from root:root to runner:runner
2025-08-20T19:11:52.8482697Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtold.Po' from root:root to runner:runner
2025-08-20T19:11:52.8484216Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sm3.Po' from root:root to runner:runner
2025-08-20T19:11:52.8485595Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-version-etc-fsf.Po' from root:root to runner:runner
2025-08-20T19:11:52.8486974Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-lchmod.Po' from root:root to runner:runner
2025-08-20T19:11:52.8488318Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c-strtod.Po' from root:root to runner:runner
2025-08-20T19:11:52.8489668Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-calloc.Po' from root:root to runner:runner
2025-08-20T19:11:52.8491140Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-settime.Po' from root:root to runner:runner
2025-08-20T19:11:52.8492515Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-freadptr.Po' from root:root to runner:runner
2025-08-20T19:11:52.8493863Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-lchown.Po' from root:root to runner:runner
2025-08-20T19:11:52.8495331Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fts-cycle.Po' from root:root to runner:runner
2025-08-20T19:11:52.8496754Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-unicodeio.Po' from root:root to runner:runner
2025-08-20T19:11:52.8498191Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-dirchownmod.Po' from root:root to runner:runner
2025-08-20T19:11:52.8499622Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strtoll.Po' from root:root to runner:runner
2025-08-20T19:11:52.8501092Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-openat.Po' from root:root to runner:runner
2025-08-20T19:11:52.8502507Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sha256-stream.Po' from root:root to runner:runner
2025-08-20T19:11:52.8503891Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-backupfile.Po' from root:root to runner:runner
2025-08-20T19:11:52.8505452Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fd-safer.Po' from root:root to runner:runner
2025-08-20T19:11:52.8506820Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-gettime-res.Po' from root:root to runner:runner
2025-08-20T19:11:52.8508354Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-filevercmp.Po' from root:root to runner:runner
2025-08-20T19:11:52.8509738Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getcwd-lgpl.Po' from root:root to runner:runner
2025-08-20T19:11:52.8511222Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fseeko.Po' from root:root to runner:runner
2025-08-20T19:11:52.8512577Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mkdir.Po' from root:root to runner:runner
2025-08-20T19:11:52.8513957Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-setlocale_null.Po' from root:root to runner:runner
2025-08-20T19:11:52.8515318Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-itold.Po' from root:root to runner:runner
2025-08-20T19:11:52.8516676Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32isspace.Po' from root:root to runner:runner
2025-08-20T19:11:52.8518065Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-acl-errno-valid.Po' from root:root to runner:runner
2025-08-20T19:11:52.8519552Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-lseek.Po' from root:root to runner:runner
2025-08-20T19:11:52.8521051Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-dup.Po' from root:root to runner:runner
2025-08-20T19:11:52.8522509Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fopen-safer.Po' from root:root to runner:runner
2025-08-20T19:11:52.8524025Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mini-gmp-gnulib.Po' from root:root to runner:runner
2025-08-20T19:11:52.8525403Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mknod.Po' from root:root to runner:runner
2025-08-20T19:11:52.8526761Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32islower.Po' from root:root to runner:runner
2025-08-20T19:11:52.8528108Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-read.Po' from root:root to runner:runner
2025-08-20T19:11:52.8529645Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-windows-once.Po' from root:root to runner:runner
2025-08-20T19:11:52.8531134Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getgroups.Po' from root:root to runner:runner
2025-08-20T19:11:52.8532731Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-setlocale_null-unlocked.Po' from root:root to runner:runner
2025-08-20T19:11:52.8534205Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-group-member.Po' from root:root to runner:runner
2025-08-20T19:11:52.8535617Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbsrtoc32s-state.Po' from root:root to runner:runner
2025-08-20T19:11:52.8536985Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-chmod.Po' from root:root to runner:runner
2025-08-20T19:11:52.8538326Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mkstemp.Po' from root:root to runner:runner
2025-08-20T19:11:52.8539679Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-memcmp2.Po' from root:root to runner:runner
2025-08-20T19:11:52.8541162Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strstr.Po' from root:root to runner:runner
2025-08-20T19:11:52.8542535Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getrandom.Po' from root:root to runner:runner
2025-08-20T19:11:52.8543993Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-select.Po' from root:root to runner:runner
2025-08-20T19:11:52.8545434Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sig2str.Po' from root:root to runner:runner
2025-08-20T19:11:52.8546906Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbtowc-lock.Po' from root:root to runner:runner
2025-08-20T19:11:52.8548345Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-hard-locale.Po' from root:root to runner:runner
2025-08-20T19:11:52.8549723Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-vasnprintf.Po' from root:root to runner:runner
2025-08-20T19:11:52.8551213Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sha1.Po' from root:root to runner:runner
2025-08-20T19:11:52.8552576Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strtoul.Po' from root:root to runner:runner
2025-08-20T19:11:52.8554107Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getlogin.Po' from root:root to runner:runner
2025-08-20T19:11:52.8555455Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-exclude.Po' from root:root to runner:runner
2025-08-20T19:11:52.8556958Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32tolower.Po' from root:root to runner:runner
2025-08-20T19:11:52.8558326Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-vfzprintf.Po' from root:root to runner:runner
2025-08-20T19:11:52.8559683Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-set-acl.Po' from root:root to runner:runner
2025-08-20T19:11:52.8561160Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-regex_internal.Po' from root:root to runner:runner
2025-08-20T19:11:52.8562574Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-binary-io.Po' from root:root to runner:runner
2025-08-20T19:11:52.8563946Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32isprint.Po' from root:root to runner:runner
2025-08-20T19:11:52.8565308Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-wctype-h.Po' from root:root to runner:runner
2025-08-20T19:11:52.8566564Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps' from root:root to runner:runner
2025-08-20T19:11:52.8567859Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unsetenv.c' from root:root to runner:runner
2025-08-20T19:11:52.8569133Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/alloca.h' from root:root to runner:runner
2025-08-20T19:11:52.8570399Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/isapipe.h' from root:root to runner:runner
2025-08-20T19:11:52.8571777Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/savedir.h' from root:root to runner:runner
2025-08-20T19:11:52.8572989Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/gethrxtime.h' from root:root to runner:runner
2025-08-20T19:11:52.8574210Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/exitfail.c' from root:root to runner:runner
2025-08-20T19:11:52.8575417Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sigaction.c' from root:root to runner:runner
2025-08-20T19:11:52.8576639Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/acl-internal.h' from root:root to runner:runner
2025-08-20T19:11:52.8578052Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fts.o' from root:root to runner:runner
2025-08-20T19:11:52.8579288Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xprintf.h' from root:root to runner:runner
2025-08-20T19:11:52.8580716Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/printf-args.h' from root:root to runner:runner
2025-08-20T19:11:52.8582054Z [00:04:11.210]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbsrtoc32s.o' from root:root to runner:runner
2025-08-20T19:11:52.8583333Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/backup-find.c' from root:root to runner:runner
2025-08-20T19:11:52.8584551Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/arg-nonnull.h' from root:root to runner:runner
2025-08-20T19:11:52.8585850Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/qcopy-acl.c' from root:root to runner:runner
2025-08-20T19:11:52.8587119Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/lseek.c' from root:root to runner:runner
2025-08-20T19:11:52.8588327Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/full-write.c' from root:root to runner:runner
2025-08-20T19:11:52.8589559Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_select.in.h' from root:root to runner:runner
2025-08-20T19:11:52.8590903Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-unistd.o' from root:root to runner:runner
2025-08-20T19:11:52.8592206Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicodeio.h' from root:root to runner:runner
2025-08-20T19:11:52.8593466Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uniwidth/.deps/.dirstamp' from root:root to runner:runner
2025-08-20T19:11:52.8595072Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uniwidth/.deps/libcoreutils_a-width.Po' from root:root to runner:runner
2025-08-20T19:11:52.8596454Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uniwidth/.deps' from root:root to runner:runner
2025-08-20T19:11:52.8597764Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uniwidth/libcoreutils_a-width.o' from root:root to runner:runner
2025-08-20T19:11:52.8599078Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uniwidth/.dirstamp' from root:root to runner:runner
2025-08-20T19:11:52.8600337Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uniwidth/width.c' from root:root to runner:runner
2025-08-20T19:11:52.8601720Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uniwidth/width2.h' from root:root to runner:runner
2025-08-20T19:11:52.8602962Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uniwidth/cjk.h' from root:root to runner:runner
2025-08-20T19:11:52.8604381Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uniwidth/width0.h' from root:root to runner:runner
2025-08-20T19:11:52.8605599Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uniwidth' from root:root to runner:runner
2025-08-20T19:11:52.8606814Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uniwidth.in.h' from root:root to runner:runner
2025-08-20T19:11:52.8608029Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/closeout.c' from root:root to runner:runner
2025-08-20T19:11:52.8609237Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/signal.in.h' from root:root to runner:runner
2025-08-20T19:11:52.8610681Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbrlen.o' from root:root to runner:runner
2025-08-20T19:11:52.8612003Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c-strcase.h' from root:root to runner:runner
2025-08-20T19:11:52.8613284Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xnanosleep.o' from root:root to runner:runner
2025-08-20T19:11:52.8614601Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mkdir-p.o' from root:root to runner:runner
2025-08-20T19:11:52.8617699Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dirchownmod.h' from root:root to runner:runner
2025-08-20T19:11:52.8619013Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-backup-rename.o' from root:root to runner:runner
2025-08-20T19:11:52.8620875Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/boot-time-aux.h' from root:root to runner:runner
2025-08-20T19:11:52.8622183Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdio-safer.h' from root:root to runner:runner
2025-08-20T19:11:52.8623486Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-posix_memalign.o' from root:root to runner:runner
2025-08-20T19:11:52.8624772Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_time.in.h' from root:root to runner:runner
2025-08-20T19:11:52.8626074Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbsrtowcs-state.o' from root:root to runner:runner
2025-08-20T19:11:52.8627443Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-get-permissions.o' from root:root to runner:runner
2025-08-20T19:11:52.8628745Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_types.in.h' from root:root to runner:runner
2025-08-20T19:11:52.8630184Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-vaszprintf.o' from root:root to runner:runner
2025-08-20T19:11:52.8631656Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-stat-time.o' from root:root to runner:runner
2025-08-20T19:11:52.8632929Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sched.in.h' from root:root to runner:runner
2025-08-20T19:11:52.8634132Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uchar.h' from root:root to runner:runner
2025-08-20T19:11:52.8635447Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-osf.h' from root:root to runner:runner
2025-08-20T19:11:52.8636796Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-unicodeio.o' from root:root to runner:runner
2025-08-20T19:11:52.8638046Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/i-ring.c' from root:root to runner:runner
2025-08-20T19:11:52.8639247Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/hash-pjw.c' from root:root to runner:runner
2025-08-20T19:11:52.8640543Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/modechange.h' from root:root to runner:runner
2025-08-20T19:11:52.8641851Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/freopen-safer.c' from root:root to runner:runner
2025-08-20T19:11:52.8643099Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/eloop-threshold.h' from root:root to runner:runner
2025-08-20T19:11:52.8644476Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-timedrecmutex.c' from root:root to runner:runner
2025-08-20T19:11:52.8645958Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-write-any-file.o' from root:root to runner:runner
2025-08-20T19:11:52.8647229Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/siglist.h' from root:root to runner:runner
2025-08-20T19:11:52.8648462Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/anytostr.c' from root:root to runner:runner
2025-08-20T19:11:52.8649731Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/areadlinkat-with-size.c' from root:root to runner:runner
2025-08-20T19:11:52.8651113Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/exclude.c' from root:root to runner:runner
2025-08-20T19:11:52.8652332Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/gethostname.c' from root:root to runner:runner
2025-08-20T19:11:52.8653762Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uninorm.in.h' from root:root to runner:runner
2025-08-20T19:11:52.8655034Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sig2str.o' from root:root to runner:runner
2025-08-20T19:11:52.8656280Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fclose.c' from root:root to runner:runner
2025-08-20T19:11:52.8657496Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/localcharset.c' from root:root to runner:runner
2025-08-20T19:11:52.8658724Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/se-selinux.c' from root:root to runner:runner
2025-08-20T19:11:52.8660004Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/frexpl.c' from root:root to runner:runner
2025-08-20T19:11:52.8661361Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fd-reopen.h' from root:root to runner:runner
2025-08-20T19:11:52.8662570Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/btoc32.c' from root:root to runner:runner
2025-08-20T19:11:52.8663774Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/configmake.h' from root:root to runner:runner
2025-08-20T19:11:52.8664991Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/cl-strtold.c' from root:root to runner:runner
2025-08-20T19:11:52.8666202Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/targetdir.c' from root:root to runner:runner
2025-08-20T19:11:52.8667546Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xstrtol.c' from root:root to runner:runner
2025-08-20T19:11:52.8668987Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-areadlink-with-size.o' from root:root to runner:runner
2025-08-20T19:11:52.8670279Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fdopen.c' from root:root to runner:runner
2025-08-20T19:11:52.8671683Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strftime.c' from root:root to runner:runner
2025-08-20T19:11:52.8672886Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strtold.c' from root:root to runner:runner
2025-08-20T19:11:52.8674153Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xalloc-die.o' from root:root to runner:runner
2025-08-20T19:11:52.8675432Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/se-context.in.h' from root:root to runner:runner
2025-08-20T19:11:52.8676646Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdlib.c' from root:root to runner:runner
2025-08-20T19:11:52.8678021Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/rename.c' from root:root to runner:runner
2025-08-20T19:11:52.8679220Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mktime.c' from root:root to runner:runner
2025-08-20T19:11:52.8680516Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xstrtol-error.h' from root:root to runner:runner
2025-08-20T19:11:52.8681811Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/cycle-check.h' from root:root to runner:runner
2025-08-20T19:11:52.8683115Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getopt.c' from root:root to runner:runner
2025-08-20T19:11:52.8684425Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/argv-iter.h' from root:root to runner:runner
2025-08-20T19:11:52.8685712Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xalignalloc.o' from root:root to runner:runner
2025-08-20T19:11:52.8686998Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-cond.h' from root:root to runner:runner
2025-08-20T19:11:52.8688217Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/renameatu.h' from root:root to runner:runner
2025-08-20T19:11:52.8689427Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memchr2.h' from root:root to runner:runner
2025-08-20T19:11:52.8690735Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dtotimespec.c' from root:root to runner:runner
2025-08-20T19:11:52.8692135Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/lc-charset-dispatch.c' from root:root to runner:runner
2025-08-20T19:11:52.8693511Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fchdir.c' from root:root to runner:runner
2025-08-20T19:11:52.8694771Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-aszprintf.o' from root:root to runner:runner
2025-08-20T19:11:52.8696061Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/regex_internal.c' from root:root to runner:runner
2025-08-20T19:11:52.8697298Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/close-stream.c' from root:root to runner:runner
2025-08-20T19:11:52.8698582Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-canon-host.o' from root:root to runner:runner
2025-08-20T19:11:52.8699856Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/root-dev-ino.h' from root:root to runner:runner
2025-08-20T19:11:52.8701338Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pthread-once.c' from root:root to runner:runner
2025-08-20T19:11:52.8702541Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/utime.h' from root:root to runner:runner
2025-08-20T19:11:52.8703792Z [00:04:11.211]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-di-set.o' from root:root to runner:runner
2025-08-20T19:11:52.8705097Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-closein.o' from root:root to runner:runner
2025-08-20T19:11:52.8706345Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/inet_ntop.c' from root:root to runner:runner
2025-08-20T19:11:52.8707702Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-areadlink.o' from root:root to runner:runner
2025-08-20T19:11:52.8709044Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdarg.in.h' from root:root to runner:runner
2025-08-20T19:11:52.8710279Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/isnanl-nolibm.h' from root:root to runner:runner
2025-08-20T19:11:52.8711703Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-utimens.o' from root:root to runner:runner
2025-08-20T19:11:52.8712984Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/inttostr.c' from root:root to runner:runner
2025-08-20T19:11:52.8714246Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-closeout.o' from root:root to runner:runner
2025-08-20T19:11:52.8715596Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/posixver.h' from root:root to runner:runner
2025-08-20T19:11:52.8717006Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-gethrxtime.o' from root:root to runner:runner
2025-08-20T19:11:52.8718275Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/allocator.h' from root:root to runner:runner
2025-08-20T19:11:52.8719559Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-getndelim2.o' from root:root to runner:runner
2025-08-20T19:11:52.8720910Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xmalloc.c' from root:root to runner:runner
2025-08-20T19:11:52.8722163Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/float+.h' from root:root to runner:runner
2025-08-20T19:11:52.8723360Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/posixver.c' from root:root to runner:runner
2025-08-20T19:11:52.8724633Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fd-reopen.o' from root:root to runner:runner
2025-08-20T19:11:52.8726050Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/cl-strtod.h' from root:root to runner:runner
2025-08-20T19:11:52.8727296Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-md5.o' from root:root to runner:runner
2025-08-20T19:11:52.8728541Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/gnulib.mk' from root:root to runner:runner
2025-08-20T19:11:52.8729732Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/calloc.c' from root:root to runner:runner
2025-08-20T19:11:52.8731156Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32isspace.c' from root:root to runner:runner
2025-08-20T19:11:52.8732437Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strintcmp.c' from root:root to runner:runner
2025-08-20T19:11:52.8733665Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/selinux-at.c' from root:root to runner:runner
2025-08-20T19:11:52.8734878Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fseterr.c' from root:root to runner:runner
2025-08-20T19:11:52.8736075Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stat-time.c' from root:root to runner:runner
2025-08-20T19:11:52.8737400Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicase/.deps/libcoreutils_a-tolower.Po' from root:root to runner:runner
2025-08-20T19:11:52.8738860Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicase/.deps/.dirstamp' from root:root to runner:runner
2025-08-20T19:11:52.8740259Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicase/.deps' from root:root to runner:runner
2025-08-20T19:11:52.8741637Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicase/.dirstamp' from root:root to runner:runner
2025-08-20T19:11:52.8742905Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicase/tolower.c' from root:root to runner:runner
2025-08-20T19:11:52.8744158Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicase/tolower.h' from root:root to runner:runner
2025-08-20T19:11:52.8745494Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicase/simple-mapping.h' from root:root to runner:runner
2025-08-20T19:11:52.8746843Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicase/libcoreutils_a-tolower.o' from root:root to runner:runner
2025-08-20T19:11:52.8748112Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicase' from root:root to runner:runner
2025-08-20T19:11:52.8749506Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdio-impl.h' from root:root to runner:runner
2025-08-20T19:11:52.8750814Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c-strcaseeq.h' from root:root to runner:runner
2025-08-20T19:11:52.8752084Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-rwlock.h' from root:root to runner:runner
2025-08-20T19:11:52.8753395Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-freopen-safer.o' from root:root to runner:runner
2025-08-20T19:11:52.8754790Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mini-mpq-gnulib.c' from root:root to runner:runner
2025-08-20T19:11:52.8756170Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-argmatch.o' from root:root to runner:runner
2025-08-20T19:11:52.8757554Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xprintf.o' from root:root to runner:runner
2025-08-20T19:11:52.8758867Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/locale.in.h' from root:root to runner:runner
2025-08-20T19:11:52.8760084Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/hash-triple.c' from root:root to runner:runner
2025-08-20T19:11:52.8761468Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strsignal.c' from root:root to runner:runner
2025-08-20T19:11:52.8762695Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mkancesdirs.h' from root:root to runner:runner
2025-08-20T19:11:52.8764081Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/base64.h' from root:root to runner:runner
2025-08-20T19:11:52.8765269Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/base32.c' from root:root to runner:runner
2025-08-20T19:11:52.8766468Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/tempname.h' from root:root to runner:runner
2025-08-20T19:11:52.8767737Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xasprintf.o' from root:root to runner:runner
2025-08-20T19:11:52.8769012Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/error.h' from root:root to runner:runner
2025-08-20T19:11:52.8770205Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/size_max.h' from root:root to runner:runner
2025-08-20T19:11:52.8771586Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-strnumcmp.o' from root:root to runner:runner
2025-08-20T19:11:52.8773070Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/isnanf-nolibm.h' from root:root to runner:runner
2025-08-20T19:11:52.8774316Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdc_bit_width.c' from root:root to runner:runner
2025-08-20T19:11:52.8775549Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fcntl-safer.h' from root:root to runner:runner
2025-08-20T19:11:52.8776771Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/buffer-lcm.c' from root:root to runner:runner
2025-08-20T19:11:52.8777970Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/w32sock.h' from root:root to runner:runner
2025-08-20T19:11:52.8779260Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/vasnprintf.h' from root:root to runner:runner
2025-08-20T19:11:52.8780731Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-gettime.o' from root:root to runner:runner
2025-08-20T19:11:52.8782090Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-hpux.gperf' from root:root to runner:runner
2025-08-20T19:11:52.8783346Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/close-stream.h' from root:root to runner:runner
2025-08-20T19:11:52.8784573Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/gethrxtime.c' from root:root to runner:runner
2025-08-20T19:11:52.8785840Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-se-label.o' from root:root to runner:runner
2025-08-20T19:11:52.8787159Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c-strtold.o' from root:root to runner:runner
2025-08-20T19:11:52.8788557Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fadvise.c' from root:root to runner:runner
2025-08-20T19:11:52.8789755Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memcoll.h' from root:root to runner:runner
2025-08-20T19:11:52.8791085Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/full-read.h' from root:root to runner:runner
2025-08-20T19:11:52.8792330Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys/utsname.h' from root:root to runner:runner
2025-08-20T19:11:52.8793540Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys/uio.h' from root:root to runner:runner
2025-08-20T19:11:52.8794750Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys/ioctl.h' from root:root to runner:runner
2025-08-20T19:11:52.8795546Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys/resource.h' from root:root to runner:runner
2025-08-20T19:11:52.8796180Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys/types.h' from root:root to runner:runner
2025-08-20T19:11:52.8796803Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys/wait.h' from root:root to runner:runner
2025-08-20T19:11:52.8797437Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys/socket.h' from root:root to runner:runner
2025-08-20T19:11:52.8798064Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys/random.h' from root:root to runner:runner
2025-08-20T19:11:52.8798783Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys/select.h' from root:root to runner:runner
2025-08-20T19:11:52.8799410Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys/time.h' from root:root to runner:runner
2025-08-20T19:11:52.8800103Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys/stat.h' from root:root to runner:runner
2025-08-20T19:11:52.8800866Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys' from root:root to runner:runner
2025-08-20T19:11:52.8801602Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-memcoll.o' from root:root to runner:runner
2025-08-20T19:11:52.8802289Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fpurge.o' from root:root to runner:runner
2025-08-20T19:11:52.8802905Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/human.c' from root:root to runner:runner
2025-08-20T19:11:52.8803704Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-time.o' from root:root to runner:runner
2025-08-20T19:11:52.8804335Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/progname.c' from root:root to runner:runner
2025-08-20T19:11:52.8804985Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/printf-parse.c' from root:root to runner:runner
2025-08-20T19:11:52.8805623Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/file-has-acl.c' from root:root to runner:runner
2025-08-20T19:11:52.8806314Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-randread.o' from root:root to runner:runner
2025-08-20T19:11:52.8806976Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xalloc-oversized.h' from root:root to runner:runner
2025-08-20T19:11:52.8807602Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fchmodat.c' from root:root to runner:runner
2025-08-20T19:11:52.8808388Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-read-file.o' from root:root to runner:runner
2025-08-20T19:11:52.8809004Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/nproc.h' from root:root to runner:runner
2025-08-20T19:11:52.8809629Z [00:04:11.212]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/gettext.h' from root:root to runner:runner
2025-08-20T19:11:52.8810264Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fprintftime.h' from root:root to runner:runner
2025-08-20T19:11:52.8811214Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pthread-thread.c' from root:root to runner:runner
2025-08-20T19:11:52.8812002Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-str_endswith.o' from root:root to runner:runner
2025-08-20T19:11:52.8812722Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-cond.c' from root:root to runner:runner
2025-08-20T19:11:52.8813395Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/af_alg.c' from root:root to runner:runner
2025-08-20T19:11:52.8814024Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mini-mpq.c' from root:root to runner:runner
2025-08-20T19:11:52.8814714Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fsusage.o' from root:root to runner:runner
2025-08-20T19:11:52.8815337Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fchownat.c' from root:root to runner:runner
2025-08-20T19:11:52.8816087Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/vasprintf.c' from root:root to runner:runner
2025-08-20T19:11:52.8816724Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-tls.c' from root:root to runner:runner
2025-08-20T19:11:52.8817339Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sha512.c' from root:root to runner:runner
2025-08-20T19:11:52.8817966Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/physmem.c' from root:root to runner:runner
2025-08-20T19:11:52.8818587Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/endian.c' from root:root to runner:runner
2025-08-20T19:11:52.8819209Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strtoul.c' from root:root to runner:runner
2025-08-20T19:11:52.8819854Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xgethostname.c' from root:root to runner:runner
2025-08-20T19:11:52.8820664Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mknodat.c' from root:root to runner:runner
2025-08-20T19:11:52.8821319Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdio--.h' from root:root to runner:runner
2025-08-20T19:11:52.8821941Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fcntl.c' from root:root to runner:runner
2025-08-20T19:11:52.8822557Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fstat.c' from root:root to runner:runner
2025-08-20T19:11:52.8823234Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fopen.o' from root:root to runner:runner
2025-08-20T19:11:52.8824034Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/inttypes.in.h' from root:root to runner:runner
2025-08-20T19:11:52.8824666Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memrchr.c' from root:root to runner:runner
2025-08-20T19:11:52.8825363Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xvasprintf.c' from root:root to runner:runner
2025-08-20T19:11:52.8826048Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/cdefs.h' from root:root to runner:runner
2025-08-20T19:11:52.8826674Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/regexec.c' from root:root to runner:runner
2025-08-20T19:11:52.8827313Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/opendirat.c' from root:root to runner:runner
2025-08-20T19:11:52.8827939Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/qsort_r.c' from root:root to runner:runner
2025-08-20T19:11:52.8828715Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-af_alg.o' from root:root to runner:runner
2025-08-20T19:11:52.8829349Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xnanosleep.c' from root:root to runner:runner
2025-08-20T19:11:52.8829962Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/math.h' from root:root to runner:runner
2025-08-20T19:11:52.8830688Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/renameatu.c' from root:root to runner:runner
2025-08-20T19:11:52.8831332Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/free.c' from root:root to runner:runner
2025-08-20T19:11:52.8831991Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/backup-internal.h' from root:root to runner:runner
2025-08-20T19:11:52.8832635Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memchr.valgrind' from root:root to runner:runner
2025-08-20T19:11:52.8833404Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-timedmutex.h' from root:root to runner:runner
2025-08-20T19:11:52.8834030Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/tmpdir.c' from root:root to runner:runner
2025-08-20T19:11:52.8834691Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdc_leading_zeros.c' from root:root to runner:runner
2025-08-20T19:11:52.8835324Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/inet_pton.c' from root:root to runner:runner
2025-08-20T19:11:52.8836018Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-dirchownmod.o' from root:root to runner:runner
2025-08-20T19:11:52.8836718Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/readlinkat.c' from root:root to runner:runner
2025-08-20T19:11:52.8837418Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/targetdir.h' from root:root to runner:runner
2025-08-20T19:11:52.8838172Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-nstrftime.o' from root:root to runner:runner
2025-08-20T19:11:52.8838803Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32isblank.c' from root:root to runner:runner
2025-08-20T19:11:52.8839506Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32isalnum.o' from root:root to runner:runner
2025-08-20T19:11:52.8840129Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pselect.c' from root:root to runner:runner
2025-08-20T19:11:52.8840882Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/warn-on-use.h' from root:root to runner:runner
2025-08-20T19:11:52.8841634Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xgetcwd.c' from root:root to runner:runner
2025-08-20T19:11:52.8842260Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/safe-read.c' from root:root to runner:runner
2025-08-20T19:11:52.8842906Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unitypes.in.h' from root:root to runner:runner
2025-08-20T19:11:52.8843530Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iswblank.c' from root:root to runner:runner
2025-08-20T19:11:52.8844177Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/printf-parse.h' from root:root to runner:runner
2025-08-20T19:11:52.8844801Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fd-reopen.c' from root:root to runner:runner
2025-08-20T19:11:52.8845559Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-parse-datetime.o' from root:root to runner:runner
2025-08-20T19:11:52.8846342Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iswctype.c' from root:root to runner:runner
2025-08-20T19:11:52.8847052Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-localcharset.o' from root:root to runner:runner
2025-08-20T19:11:52.8847711Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/set-permissions.c' from root:root to runner:runner
2025-08-20T19:11:52.8848335Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/filemode.c' from root:root to runner:runner
2025-08-20T19:11:52.8849025Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv.h' from root:root to runner:runner
2025-08-20T19:11:52.8849800Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xdectoimax.o' from root:root to runner:runner
2025-08-20T19:11:52.8850604Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getgroups.c' from root:root to runner:runner
2025-08-20T19:11:52.8851340Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-chmodat.o' from root:root to runner:runner
2025-08-20T19:11:52.8852055Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c-strncasecmp.o' from root:root to runner:runner
2025-08-20T19:11:52.8852687Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/opendir.c' from root:root to runner:runner
2025-08-20T19:11:52.8853387Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-getprogname.o' from root:root to runner:runner
2025-08-20T19:11:52.8854122Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32iscntrl.c' from root:root to runner:runner
2025-08-20T19:11:52.8854751Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/same-inode.h' from root:root to runner:runner
2025-08-20T19:11:52.8855564Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-root-dev-ino.o' from root:root to runner:runner
2025-08-20T19:11:52.8856181Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/nproc.c' from root:root to runner:runner
2025-08-20T19:11:52.8856825Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/buffer-lcm.h' from root:root to runner:runner
2025-08-20T19:11:52.8857499Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-human.o' from root:root to runner:runner
2025-08-20T19:11:52.8858203Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-hash-triple.o' from root:root to runner:runner
2025-08-20T19:11:52.8858879Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xfts.o' from root:root to runner:runner
2025-08-20T19:11:52.8859575Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-filenamecat.o' from root:root to runner:runner
2025-08-20T19:11:52.8860198Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stamp-h1' from root:root to runner:runner
2025-08-20T19:11:52.8860907Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/at-func.c' from root:root to runner:runner
2025-08-20T19:11:52.8861742Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-openat-die.o' from root:root to runner:runner
2025-08-20T19:11:52.8862379Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/assert.in.h' from root:root to runner:runner
2025-08-20T19:11:52.8863063Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/acl.h' from root:root to runner:runner
2025-08-20T19:11:52.8863696Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dup-safer.c' from root:root to runner:runner
2025-08-20T19:11:52.8864377Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xmalloc.o' from root:root to runner:runner
2025-08-20T19:11:52.8864999Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uname.c' from root:root to runner:runner
2025-08-20T19:11:52.8865643Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbtowc-impl.h' from root:root to runner:runner
2025-08-20T19:11:52.8866347Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/lstat.c' from root:root to runner:runner
2025-08-20T19:11:52.8867064Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbsrtoc32s-state.o' from root:root to runner:runner
2025-08-20T19:11:52.8867840Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-tmpdir.o' from root:root to runner:runner
2025-08-20T19:11:52.8868449Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/u64.c' from root:root to runner:runner
2025-08-20T19:11:52.8869073Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/lchown.c' from root:root to runner:runner
2025-08-20T19:11:52.8869715Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/time-internal.h' from root:root to runner:runner
2025-08-20T19:11:52.8870341Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c-ctype.c' from root:root to runner:runner
2025-08-20T19:11:52.8871127Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fchown-stub.c' from root:root to runner:runner
2025-08-20T19:11:52.8872925Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32ispunct.c' from root:root to runner:runner
2025-08-20T19:11:52.8873798Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mcel.h' from root:root to runner:runner
2025-08-20T19:11:52.8874483Z [00:04:11.213]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dirchownmod.c' from root:root to runner:runner
2025-08-20T19:11:52.8875386Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-umaxtostr.o' from root:root to runner:runner
2025-08-20T19:11:52.8876037Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32isalpha.c' from root:root to runner:runner
2025-08-20T19:11:52.8876747Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xstrtod.h' from root:root to runner:runner
2025-08-20T19:11:52.8877403Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/randread.c' from root:root to runner:runner
2025-08-20T19:11:52.8878035Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/basename.c' from root:root to runner:runner
2025-08-20T19:11:52.8878731Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-targetdir.o' from root:root to runner:runner
2025-08-20T19:11:52.8879406Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mknod.o' from root:root to runner:runner
2025-08-20T19:11:52.8880042Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xdectoumax.c' from root:root to runner:runner
2025-08-20T19:11:52.8881018Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/limits.in.h' from root:root to runner:runner
2025-08-20T19:11:52.8881690Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbrtowc.c' from root:root to runner:runner
2025-08-20T19:11:52.8882493Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-base32.o' from root:root to runner:runner
2025-08-20T19:11:52.8883137Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mgetgroups.c' from root:root to runner:runner
2025-08-20T19:11:52.8883762Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/freadptr.c' from root:root to runner:runner
2025-08-20T19:11:52.8884450Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-freading.o' from root:root to runner:runner
2025-08-20T19:11:52.8885087Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/vsnzprintf.c' from root:root to runner:runner
2025-08-20T19:11:52.8885779Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-getfilecon.o' from root:root to runner:runner
2025-08-20T19:11:52.8886421Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getcwd-lgpl.c' from root:root to runner:runner
2025-08-20T19:11:52.8887038Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/minmax.h' from root:root to runner:runner
2025-08-20T19:11:52.8887660Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mkstemp.c' from root:root to runner:runner
2025-08-20T19:11:52.8888359Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fadvise.h' from root:root to runner:runner
2025-08-20T19:11:52.8888997Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xvasprintf.h' from root:root to runner:runner
2025-08-20T19:11:52.8889719Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32_get_type_test.c' from root:root to runner:runner
2025-08-20T19:11:52.8890363Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/write.c' from root:root to runner:runner
2025-08-20T19:11:52.8891129Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strnlen1.h' from root:root to runner:runner
2025-08-20T19:11:52.8891777Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32isupper.c' from root:root to runner:runner
2025-08-20T19:11:52.8892417Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/canon-host.c' from root:root to runner:runner
2025-08-20T19:11:52.8893138Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xtime.c' from root:root to runner:runner
2025-08-20T19:11:52.8893769Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/root-uid.h' from root:root to runner:runner
2025-08-20T19:11:52.8894472Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xfts.c' from root:root to runner:runner
2025-08-20T19:11:52.8895100Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/signbitf.c' from root:root to runner:runner
2025-08-20T19:11:52.8895731Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/readtokens.h' from root:root to runner:runner
2025-08-20T19:11:52.8896415Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fadvise.o' from root:root to runner:runner
2025-08-20T19:11:52.8897034Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/cloexec.h' from root:root to runner:runner
2025-08-20T19:11:52.8897733Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xstrtoimax.o' from root:root to runner:runner
2025-08-20T19:11:52.8898351Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sockets.h' from root:root to runner:runner
2025-08-20T19:11:52.8898983Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/asprintf.c' from root:root to runner:runner
2025-08-20T19:11:52.8899674Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-full-read.o' from root:root to runner:runner
2025-08-20T19:11:52.8900364Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv.in.h' from root:root to runner:runner
2025-08-20T19:11:52.8901211Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fd-safer-flag.o' from root:root to runner:runner
2025-08-20T19:11:52.8901984Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32isspace.o' from root:root to runner:runner
2025-08-20T19:11:52.8902637Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sig2str.c' from root:root to runner:runner
2025-08-20T19:11:52.8903269Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fileblocks.c' from root:root to runner:runner
2025-08-20T19:11:52.8903971Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-same-inode.o' from root:root to runner:runner
2025-08-20T19:11:52.8904665Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-openat-proc.o' from root:root to runner:runner
2025-08-20T19:11:52.8905462Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-savewd.o' from root:root to runner:runner
2025-08-20T19:11:52.8906130Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sm3.o' from root:root to runner:runner
2025-08-20T19:11:52.8906770Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c-strcasecmp.c' from root:root to runner:runner
2025-08-20T19:11:52.8907533Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-renameatu.o' from root:root to runner:runner
2025-08-20T19:11:52.8908241Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-close-stream.o' from root:root to runner:runner
2025-08-20T19:11:52.8908963Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32_get_type_test.o' from root:root to runner:runner
2025-08-20T19:11:52.8909587Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iswdigit.c' from root:root to runner:runner
2025-08-20T19:11:52.8910276Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-offtostr.o' from root:root to runner:runner
2025-08-20T19:11:52.8911032Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/printf-frexp.c' from root:root to runner:runner
2025-08-20T19:11:52.8911722Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/arpa_inet.in.h' from root:root to runner:runner
2025-08-20T19:11:52.8912347Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/freopen.c' from root:root to runner:runner
2025-08-20T19:11:52.8913053Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wctype.in.h' from root:root to runner:runner
2025-08-20T19:11:52.8913738Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mountlist.h' from root:root to runner:runner
2025-08-20T19:11:52.8914418Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.dirstamp' from root:root to runner:runner
2025-08-20T19:11:52.8915148Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-stripslash.o' from root:root to runner:runner
2025-08-20T19:11:52.8915778Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/rawmemchr.c' from root:root to runner:runner
2025-08-20T19:11:52.8916468Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sockets.o' from root:root to runner:runner
2025-08-20T19:11:52.8917084Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/i-ring.h' from root:root to runner:runner
2025-08-20T19:11:52.8917873Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/signal.h' from root:root to runner:runner
2025-08-20T19:11:52.8918531Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getdtablesize.c' from root:root to runner:runner
2025-08-20T19:11:52.8919153Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/posixtm.h' from root:root to runner:runner
2025-08-20T19:11:52.8920065Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-vasnprintf.o' from root:root to runner:runner
2025-08-20T19:11:52.8920803Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sha1-stream.c' from root:root to runner:runner
2025-08-20T19:11:52.8921554Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-obstack.o' from root:root to runner:runner
2025-08-20T19:11:52.8922180Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unlinkat.c' from root:root to runner:runner
2025-08-20T19:11:52.8922804Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdbit.c' from root:root to runner:runner
2025-08-20T19:11:52.8923423Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/closedir.c' from root:root to runner:runner
2025-08-20T19:11:52.8924059Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getopt-core.h' from root:root to runner:runner
2025-08-20T19:11:52.8924688Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/symlink.c' from root:root to runner:runner
2025-08-20T19:11:52.8925294Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/same.c' from root:root to runner:runner
2025-08-20T19:11:52.8926093Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xgethostname.o' from root:root to runner:runner
2025-08-20T19:11:52.8926874Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-argv-iter.o' from root:root to runner:runner
2025-08-20T19:11:52.8927548Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/open.c' from root:root to runner:runner
2025-08-20T19:11:52.8928241Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sm3-stream.o' from root:root to runner:runner
2025-08-20T19:11:52.8928939Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32isdigit.o' from root:root to runner:runner
2025-08-20T19:11:52.8929560Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ftello.c' from root:root to runner:runner
2025-08-20T19:11:52.8930179Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/timegm.c' from root:root to runner:runner
2025-08-20T19:11:52.8931016Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-nproc.o' from root:root to runner:runner
2025-08-20T19:11:52.8931684Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memcoll.c' from root:root to runner:runner
2025-08-20T19:11:52.8932416Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/write-any-file.c' from root:root to runner:runner
2025-08-20T19:11:52.8933030Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ftell.c' from root:root to runner:runner
2025-08-20T19:11:52.8933670Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/crc-x86_64.h' from root:root to runner:runner
2025-08-20T19:11:52.8934295Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/futimens.c' from root:root to runner:runner
2025-08-20T19:11:52.8934978Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-isapipe.o' from root:root to runner:runner
2025-08-20T19:11:52.8935605Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getdelim.c' from root:root to runner:runner
2025-08-20T19:11:52.8936310Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fopen-safer.o' from root:root to runner:runner
2025-08-20T19:11:52.8936964Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/parse-datetime.c' from root:root to runner:runner
2025-08-20T19:11:52.8937600Z [00:04:11.214]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/version-etc.h' from root:root to runner:runner
2025-08-20T19:11:52.8938326Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/langinfo.in.h' from root:root to runner:runner
2025-08-20T19:11:52.8939061Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/creat-safer.c' from root:root to runner:runner
2025-08-20T19:11:52.8939764Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dev-ino.h' from root:root to runner:runner
2025-08-20T19:11:52.8940574Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/file-type.c' from root:root to runner:runner
2025-08-20T19:11:52.8941250Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getrandom.c' from root:root to runner:runner
2025-08-20T19:11:52.8941897Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/openat-proc.c' from root:root to runner:runner
2025-08-20T19:11:52.8942564Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-solaris.h' from root:root to runner:runner
2025-08-20T19:11:52.8943289Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32to-impl.h' from root:root to runner:runner
2025-08-20T19:11:52.8943909Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/alloca.c' from root:root to runner:runner
2025-08-20T19:11:52.8944524Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/math.c' from root:root to runner:runner
2025-08-20T19:11:52.8945350Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fts-cycle.c' from root:root to runner:runner
2025-08-20T19:11:52.8945995Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/file-set.h' from root:root to runner:runner
2025-08-20T19:11:52.8946633Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/freadahead.c' from root:root to runner:runner
2025-08-20T19:11:52.8947269Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/hard-locale.h' from root:root to runner:runner
2025-08-20T19:11:52.8947954Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c-ctype.o' from root:root to runner:runner
2025-08-20T19:11:52.8948571Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv.c' from root:root to runner:runner
2025-08-20T19:11:52.8949194Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/signbitl.c' from root:root to runner:runner
2025-08-20T19:11:52.8949826Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/skipchars.c' from root:root to runner:runner
2025-08-20T19:11:52.8950613Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-asnprintf.o' from root:root to runner:runner
2025-08-20T19:11:52.8951375Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dup2.c' from root:root to runner:runner
2025-08-20T19:11:52.8952149Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wctype.h' from root:root to runner:runner
2025-08-20T19:11:52.8952862Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/read.c' from root:root to runner:runner
2025-08-20T19:11:52.8953497Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/rpmatch.c' from root:root to runner:runner
2025-08-20T19:11:52.8954127Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/savedir.c' from root:root to runner:runner
2025-08-20T19:11:52.8954761Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/argv-iter.c' from root:root to runner:runner
2025-08-20T19:11:52.8955381Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/savewd.c' from root:root to runner:runner
2025-08-20T19:11:52.8956141Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-timedmutex.c' from root:root to runner:runner
2025-08-20T19:11:52.8956767Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wchar.in.h' from root:root to runner:runner
2025-08-20T19:11:52.8957444Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/time.c' from root:root to runner:runner
2025-08-20T19:11:52.8958128Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-randint.o' from root:root to runner:runner
2025-08-20T19:11:52.8958745Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/close.c' from root:root to runner:runner
2025-08-20T19:11:52.8959442Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-se-context.o' from root:root to runner:runner
2025-08-20T19:11:52.8960070Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strnumcmp.c' from root:root to runner:runner
2025-08-20T19:11:52.8960805Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/utimens.c' from root:root to runner:runner
2025-08-20T19:11:52.8961521Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/rawmemchr.valgrind' from root:root to runner:runner
2025-08-20T19:11:52.8962191Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbrtowc-impl-utf8.h' from root:root to runner:runner
2025-08-20T19:11:52.8962837Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-hpux.h' from root:root to runner:runner
2025-08-20T19:11:52.8963603Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/crc-generate-table.c' from root:root to runner:runner
2025-08-20T19:11:52.8964233Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/at-func2.c' from root:root to runner:runner
2025-08-20T19:11:52.8964979Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-unlinkdir.o' from root:root to runner:runner
2025-08-20T19:11:52.8965642Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/selinux/selinux.h' from root:root to runner:runner
2025-08-20T19:11:52.8966253Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/selinux' from root:root to runner:runner
2025-08-20T19:11:52.8966876Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/chown.c' from root:root to runner:runner
2025-08-20T19:11:52.8967499Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/vzprintf.c' from root:root to runner:runner
2025-08-20T19:11:52.8968224Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fts.c' from root:root to runner:runner
2025-08-20T19:11:52.8968846Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/openat.h' from root:root to runner:runner
2025-08-20T19:11:52.8969476Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/bitrotate.c' from root:root to runner:runner
2025-08-20T19:11:52.8970309Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sha512.o' from root:root to runner:runner
2025-08-20T19:11:52.8971107Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-save-cwd.o' from root:root to runner:runner
2025-08-20T19:11:52.8971754Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fcntl--.h' from root:root to runner:runner
2025-08-20T19:11:52.8972373Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c++defs.h' from root:root to runner:runner
2025-08-20T19:11:52.8973014Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/vaszprintf.c' from root:root to runner:runner
2025-08-20T19:11:52.8973636Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/config.hin' from root:root to runner:runner
2025-08-20T19:11:52.8974257Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/error.c' from root:root to runner:runner
2025-08-20T19:11:52.8974882Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stat-w32.h' from root:root to runner:runner
2025-08-20T19:11:52.8975500Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ftoastr.h' from root:root to runner:runner
2025-08-20T19:11:52.8976228Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/same-inode.c' from root:root to runner:runner
2025-08-20T19:11:52.8976878Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/file-set.c' from root:root to runner:runner
2025-08-20T19:11:52.8977588Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/allocator.c' from root:root to runner:runner
2025-08-20T19:11:52.8978228Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/netdb.in.h' from root:root to runner:runner
2025-08-20T19:11:52.8978845Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/tzset.c' from root:root to runner:runner
2025-08-20T19:11:52.8979474Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype.h' from root:root to runner:runner
2025-08-20T19:11:52.8980110Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xdectoimax.c' from root:root to runner:runner
2025-08-20T19:11:52.8980991Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fd-safer.c' from root:root to runner:runner
2025-08-20T19:11:52.8981688Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbsrtowcs-impl.h' from root:root to runner:runner
2025-08-20T19:11:52.8982471Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stat-w32.c' from root:root to runner:runner
2025-08-20T19:11:52.8983187Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-version-etc.o' from root:root to runner:runner
2025-08-20T19:11:52.8983847Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memset_explicit.c' from root:root to runner:runner
2025-08-20T19:11:52.8984463Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ctype.h' from root:root to runner:runner
2025-08-20T19:11:52.8985093Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wctype-h.c' from root:root to runner:runner
2025-08-20T19:11:52.8985716Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xstrtol.h' from root:root to runner:runner
2025-08-20T19:11:52.8986335Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pipe.c' from root:root to runner:runner
2025-08-20T19:11:52.8986960Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbswidth.h' from root:root to runner:runner
2025-08-20T19:11:52.8987581Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/di-set.c' from root:root to runner:runner
2025-08-20T19:11:52.8988192Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xsize.h' from root:root to runner:runner
2025-08-20T19:11:52.8988912Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mgetgroups.h' from root:root to runner:runner
2025-08-20T19:11:52.8989617Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/exitfail.h' from root:root to runner:runner
2025-08-20T19:11:52.8990303Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/rewinddir.c' from root:root to runner:runner
2025-08-20T19:11:52.8991134Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-filenamecat-lgpl.o' from root:root to runner:runner
2025-08-20T19:11:52.8991802Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/gettimeofday.c' from root:root to runner:runner
2025-08-20T19:11:52.8992437Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fdopendir.c' from root:root to runner:runner
2025-08-20T19:11:52.8993109Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/canonicalize.h' from root:root to runner:runner
2025-08-20T19:11:52.8993905Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/reallocarray.c' from root:root to runner:runner
2025-08-20T19:11:52.8994536Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/symlinkat.c' from root:root to runner:runner
2025-08-20T19:11:52.8995343Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-md5-stream.o' from root:root to runner:runner
2025-08-20T19:11:52.8995969Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/netdb.h' from root:root to runner:runner
2025-08-20T19:11:52.8996619Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-thread.h' from root:root to runner:runner
2025-08-20T19:11:52.8997311Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-nanosleep.o' from root:root to runner:runner
2025-08-20T19:11:52.8997950Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getndelim2.c' from root:root to runner:runner
2025-08-20T19:11:52.8998663Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-acl-errno-valid.o' from root:root to runner:runner
2025-08-20T19:11:52.8999348Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-ino-map.o' from root:root to runner:runner
2025-08-20T19:11:52.8999976Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/closeout.h' from root:root to runner:runner
2025-08-20T19:11:52.9000704Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getpagesize.c' from root:root to runner:runner
2025-08-20T19:11:52.9001470Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/netinet_in.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9002193Z [00:04:11.215]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/localcharset.h' from root:root to runner:runner
2025-08-20T19:11:52.9002976Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-exclude.o' from root:root to runner:runner
2025-08-20T19:11:52.9003633Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getopt-pfx-ext.h' from root:root to runner:runner
2025-08-20T19:11:52.9004251Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fcntl.h' from root:root to runner:runner
2025-08-20T19:11:52.9004878Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicase.h' from root:root to runner:runner
2025-08-20T19:11:52.9005499Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dirname.h' from root:root to runner:runner
2025-08-20T19:11:52.9006254Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fnmatch.c' from root:root to runner:runner
2025-08-20T19:11:52.9006937Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xstrtoul.o' from root:root to runner:runner
2025-08-20T19:11:52.9007700Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fseek.c' from root:root to runner:runner
2025-08-20T19:11:52.9008323Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/itold.c' from root:root to runner:runner
2025-08-20T19:11:52.9008942Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/regex.c' from root:root to runner:runner
2025-08-20T19:11:52.9009572Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/readutmp.c' from root:root to runner:runner
2025-08-20T19:11:52.9010227Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/propername-lite.c' from root:root to runner:runner
2025-08-20T19:11:52.9010953Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strdup.c' from root:root to runner:runner
2025-08-20T19:11:52.9011627Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/filevercmp.c' from root:root to runner:runner
2025-08-20T19:11:52.9012266Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/flexmember.h' from root:root to runner:runner
2025-08-20T19:11:52.9012877Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dirfd.c' from root:root to runner:runner
2025-08-20T19:11:52.9013589Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/config.h' from root:root to runner:runner
2025-08-20T19:11:52.9014261Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdlib-safer.h' from root:root to runner:runner
2025-08-20T19:11:52.9014949Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mini-gmp.c' from root:root to runner:runner
2025-08-20T19:11:52.9015589Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/full-read.c' from root:root to runner:runner
2025-08-20T19:11:52.9016215Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/priv-set.c' from root:root to runner:runner
2025-08-20T19:11:52.9016869Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-mutex.h' from root:root to runner:runner
2025-08-20T19:11:52.9017498Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xbinary-io.h' from root:root to runner:runner
2025-08-20T19:11:52.9018113Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/link.c' from root:root to runner:runner
2025-08-20T19:11:52.9018959Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stpcpy.c' from root:root to runner:runner
2025-08-20T19:11:52.9019611Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/posix_memalign.c' from root:root to runner:runner
2025-08-20T19:11:52.9020357Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdckdint.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9021174Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-base64.o' from root:root to runner:runner
2025-08-20T19:11:52.9021814Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strtoll.c' from root:root to runner:runner
2025-08-20T19:11:52.9022430Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/locale.h' from root:root to runner:runner
2025-08-20T19:11:52.9023057Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mini-mpq.h' from root:root to runner:runner
2025-08-20T19:11:52.9023682Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uchar.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9024379Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-nl_langinfo.o' from root:root to runner:runner
2025-08-20T19:11:52.9024995Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/float.c' from root:root to runner:runner
2025-08-20T19:11:52.9025677Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbrtowc.o' from root:root to runner:runner
2025-08-20T19:11:52.9026450Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-cl-strtold.o' from root:root to runner:runner
2025-08-20T19:11:52.9027116Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/btowc.c' from root:root to runner:runner
2025-08-20T19:11:52.9027814Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdint.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9028429Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/heap.c' from root:root to runner:runner
2025-08-20T19:11:52.9029072Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/msvc-nothrow.c' from root:root to runner:runner
2025-08-20T19:11:52.9029709Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/nl_langinfo.c' from root:root to runner:runner
2025-08-20T19:11:52.9030407Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/scratch_buffer_grow.c' from root:root to runner:runner
2025-08-20T19:11:52.9031439Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-scratch_buffer_grow_preserve.Po' from root:root to runner:runner
2025-08-20T19:11:52.9032225Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-dynarray_at_failure.Po' from root:root to runner:runner
2025-08-20T19:11:52.9033006Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.deps/.dirstamp' from root:root to runner:runner
2025-08-20T19:11:52.9033802Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-dynarray-skeleton.Po' from root:root to runner:runner
2025-08-20T19:11:52.9034570Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-dynarray_resize.Po' from root:root to runner:runner
2025-08-20T19:11:52.9035356Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-dynarray_resize_clear.Po' from root:root to runner:runner
2025-08-20T19:11:52.9036246Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-scratch_buffer_set_array_size.Po' from root:root to runner:runner
2025-08-20T19:11:52.9037039Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-scratch_buffer_grow.Po' from root:root to runner:runner
2025-08-20T19:11:52.9037842Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-dynarray_emplace_enlarge.Po' from root:root to runner:runner
2025-08-20T19:11:52.9038609Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-dynarray_finalize.Po' from root:root to runner:runner
2025-08-20T19:11:52.9039248Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.deps' from root:root to runner:runner
2025-08-20T19:11:52.9039999Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/scratch_buffer.gl.h' from root:root to runner:runner
2025-08-20T19:11:52.9040933Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/scratch_buffer_grow_preserve.c' from root:root to runner:runner
2025-08-20T19:11:52.9041684Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/scratch_buffer_set_array_size.c' from root:root to runner:runner
2025-08-20T19:11:52.9042448Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/libcoreutils_a-dynarray_at_failure.o' from root:root to runner:runner
2025-08-20T19:11:52.9043144Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/dynarray-skeleton.c' from root:root to runner:runner
2025-08-20T19:11:52.9043918Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/libcoreutils_a-dynarray_emplace_enlarge.o' from root:root to runner:runner
2025-08-20T19:11:52.9044572Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.dirstamp' from root:root to runner:runner
2025-08-20T19:11:52.9045370Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/libcoreutils_a-scratch_buffer_grow.o' from root:root to runner:runner
2025-08-20T19:11:52.9046219Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/dynarray_resize_clear.c' from root:root to runner:runner
2025-08-20T19:11:52.9046912Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/dynarray_resize.c' from root:root to runner:runner
2025-08-20T19:11:52.9047631Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/dynarray_emplace_enlarge.c' from root:root to runner:runner
2025-08-20T19:11:52.9048313Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/scratch_buffer.h' from root:root to runner:runner
2025-08-20T19:11:52.9049155Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/libcoreutils_a-dynarray_resize_clear.o' from root:root to runner:runner
2025-08-20T19:11:52.9049882Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/dynarray_finalize.c' from root:root to runner:runner
2025-08-20T19:11:52.9050717Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/libcoreutils_a-dynarray_resize.o' from root:root to runner:runner
2025-08-20T19:11:52.9051466Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/dynarray-skeleton.gl.h' from root:root to runner:runner
2025-08-20T19:11:52.9052145Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/dynarray.gl.h' from root:root to runner:runner
2025-08-20T19:11:52.9053012Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/libcoreutils_a-scratch_buffer_set_array_size.o' from root:root to runner:runner
2025-08-20T19:11:52.9053791Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/dynarray_at_failure.c' from root:root to runner:runner
2025-08-20T19:11:52.9054444Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/dynarray.h' from root:root to runner:runner
2025-08-20T19:11:52.9055252Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/libcoreutils_a-scratch_buffer_grow_preserve.o' from root:root to runner:runner
2025-08-20T19:11:52.9056000Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/libcoreutils_a-dynarray_finalize.o' from root:root to runner:runner
2025-08-20T19:11:52.9056623Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc' from root:root to runner:runner
2025-08-20T19:11:52.9057224Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/crc.h' from root:root to runner:runner
2025-08-20T19:11:52.9057866Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fd-safer-flag.c' from root:root to runner:runner
2025-08-20T19:11:52.9058667Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-strnlen1.o' from root:root to runner:runner
2025-08-20T19:11:52.9059327Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-thread.c' from root:root to runner:runner
2025-08-20T19:11:52.9059966Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unlinkdir.h' from root:root to runner:runner
2025-08-20T19:11:52.9060672Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/af_alg.h' from root:root to runner:runner
2025-08-20T19:11:52.9061465Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strerror-override.c' from root:root to runner:runner
2025-08-20T19:11:52.9062091Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c-ctype.h' from root:root to runner:runner
2025-08-20T19:11:52.9062731Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/obstack.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9063361Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mountlist.c' from root:root to runner:runner
2025-08-20T19:11:52.9064003Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/long-options.h' from root:root to runner:runner
2025-08-20T19:11:52.9064645Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/str-two-way.h' from root:root to runner:runner
2025-08-20T19:11:52.9065296Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getopt-pfx-core.h' from root:root to runner:runner
2025-08-20T19:11:52.9066078Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-mutex.c' from root:root to runner:runner
2025-08-20T19:11:52.9066726Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/di-set.h' from root:root to runner:runner
2025-08-20T19:11:52.9067359Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ldtoastr.c' from root:root to runner:runner
2025-08-20T19:11:52.9067972Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fts_.h' from root:root to runner:runner
2025-08-20T19:11:52.9068609Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbscasecmp.c' from root:root to runner:runner
2025-08-20T19:11:52.9069241Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/openat-die.c' from root:root to runner:runner
2025-08-20T19:11:52.9069873Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getugroups.c' from root:root to runner:runner
2025-08-20T19:11:52.9070690Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iswctype-impl.h' from root:root to runner:runner
2025-08-20T19:11:52.9071347Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistd.h' from root:root to runner:runner
2025-08-20T19:11:52.9071977Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/hash-pjw.h' from root:root to runner:runner
2025-08-20T19:11:52.9072614Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/str_endswith.c' from root:root to runner:runner
2025-08-20T19:11:52.9073311Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-getugroups.o' from root:root to runner:runner
2025-08-20T19:11:52.9074076Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fd-safer.o' from root:root to runner:runner
2025-08-20T19:11:52.9074722Z [00:04:11.216]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbrtoc32.c' from root:root to runner:runner
2025-08-20T19:11:52.9075348Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbswidth.c' from root:root to runner:runner
2025-08-20T19:11:52.9075967Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wcrtomb.c' from root:root to runner:runner
2025-08-20T19:11:52.9076584Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sha512.h' from root:root to runner:runner
2025-08-20T19:11:52.9077270Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-inttostr.o' from root:root to runner:runner
2025-08-20T19:11:52.9077967Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ctype.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9078780Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mkancesdirs.o' from root:root to runner:runner
2025-08-20T19:11:52.9079434Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xstrtol-error.c' from root:root to runner:runner
2025-08-20T19:11:52.9080090Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dup-safer-flag.c' from root:root to runner:runner
2025-08-20T19:11:52.9080809Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/aszprintf.c' from root:root to runner:runner
2025-08-20T19:11:52.9081544Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbslen.o' from root:root to runner:runner
2025-08-20T19:11:52.9082180Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32isprint.c' from root:root to runner:runner
2025-08-20T19:11:52.9082809Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memcasecmp.c' from root:root to runner:runner
2025-08-20T19:11:52.9083569Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicase.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9084211Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/arpa/inet.h' from root:root to runner:runner
2025-08-20T19:11:52.9084817Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/arpa' from root:root to runner:runner
2025-08-20T19:11:52.9085443Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/tempname.c' from root:root to runner:runner
2025-08-20T19:11:52.9086161Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/basename-lgpl.c' from root:root to runner:runner
2025-08-20T19:11:52.9086803Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strerror.c' from root:root to runner:runner
2025-08-20T19:11:52.9087440Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pthread.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9088146Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-printf-args.o' from root:root to runner:runner
2025-08-20T19:11:52.9088783Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/group-member.c' from root:root to runner:runner
2025-08-20T19:11:52.9089424Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32is-impl.h' from root:root to runner:runner
2025-08-20T19:11:52.9090053Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32isdigit.c' from root:root to runner:runner
2025-08-20T19:11:52.9090948Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/file-type.h' from root:root to runner:runner
2025-08-20T19:11:52.9091639Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dirent.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9092279Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/backupfile.h' from root:root to runner:runner
2025-08-20T19:11:52.9092901Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mkdir.c' from root:root to runner:runner
2025-08-20T19:11:52.9093597Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-open-safer.o' from root:root to runner:runner
2025-08-20T19:11:52.9094219Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/endian.h' from root:root to runner:runner
2025-08-20T19:11:52.9094836Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/obstack.c' from root:root to runner:runner
2025-08-20T19:11:52.9095667Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-hard-locale.o' from root:root to runner:runner
2025-08-20T19:11:52.9096358Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-settime.o' from root:root to runner:runner
2025-08-20T19:11:52.9097011Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c-strncasecmp.c' from root:root to runner:runner
2025-08-20T19:11:52.9097635Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/isnanl.c' from root:root to runner:runner
2025-08-20T19:11:52.9098283Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/setlocale_null.h' from root:root to runner:runner
2025-08-20T19:11:52.9099071Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-readtokens.o' from root:root to runner:runner
2025-08-20T19:11:52.9099771Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-math.o' from root:root to runner:runner
2025-08-20T19:11:52.9100410Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/float.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9101190Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/linebuffer.c' from root:root to runner:runner
2025-08-20T19:11:52.9101834Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fpending.h' from root:root to runner:runner
2025-08-20T19:11:52.9102469Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/alloca.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9103229Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-uinttostr.o' from root:root to runner:runner
2025-08-20T19:11:52.9103974Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdio.h' from root:root to runner:runner
2025-08-20T19:11:52.9104640Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-crc.o' from root:root to runner:runner
2025-08-20T19:11:52.9105325Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-ialloc.o' from root:root to runner:runner
2025-08-20T19:11:52.9105943Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/limits.h' from root:root to runner:runner
2025-08-20T19:11:52.9106573Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/freading.h' from root:root to runner:runner
2025-08-20T19:11:52.9107195Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/snprintf.c' from root:root to runner:runner
2025-08-20T19:11:52.9107823Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/physmem.h' from root:root to runner:runner
2025-08-20T19:11:52.9108639Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/setlocale-lock.c' from root:root to runner:runner
2025-08-20T19:11:52.9109270Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mkdir-p.c' from root:root to runner:runner
2025-08-20T19:11:52.9109945Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-same.o' from root:root to runner:runner
2025-08-20T19:11:52.9110668Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/regcomp.c' from root:root to runner:runner
2025-08-20T19:11:52.9111464Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xasprintf.c' from root:root to runner:runner
2025-08-20T19:11:52.9112206Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/printf-frexpl.h' from root:root to runner:runner
2025-08-20T19:11:52.9112868Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/write-any-file.h' from root:root to runner:runner
2025-08-20T19:11:52.9113501Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/msvc-inval.h' from root:root to runner:runner
2025-08-20T19:11:52.9114140Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9114763Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fseterr.h' from root:root to runner:runner
2025-08-20T19:11:52.9115505Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fflush.c' from root:root to runner:runner
2025-08-20T19:11:52.9116240Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-recmutex.h' from root:root to runner:runner
2025-08-20T19:11:52.9116868Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/opendirat.h' from root:root to runner:runner
2025-08-20T19:11:52.9117488Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/streq.h' from root:root to runner:runner
2025-08-20T19:11:52.9118120Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/readtokens0.c' from root:root to runner:runner
2025-08-20T19:11:52.9118752Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stddef.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9119453Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-readtokens0.o' from root:root to runner:runner
2025-08-20T19:11:52.9120098Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/scratch_buffer.h' from root:root to runner:runner
2025-08-20T19:11:52.9121045Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sha512-stream.c' from root:root to runner:runner
2025-08-20T19:11:52.9121760Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-error.o' from root:root to runner:runner
2025-08-20T19:11:52.9122400Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbsrtowcs.c' from root:root to runner:runner
2025-08-20T19:11:52.9123010Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fsync.c' from root:root to runner:runner
2025-08-20T19:11:52.9123632Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ino-map.c' from root:root to runner:runner
2025-08-20T19:11:52.9124330Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/userspec.h' from root:root to runner:runner
2025-08-20T19:11:52.9125133Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32_apply_type_test.c' from root:root to runner:runner
2025-08-20T19:11:52.9125766Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/hash.c' from root:root to runner:runner
2025-08-20T19:11:52.9126446Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fclose.o' from root:root to runner:runner
2025-08-20T19:11:52.9127073Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloca.c' from root:root to runner:runner
2025-08-20T19:11:52.9127764Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xreadlink.o' from root:root to runner:runner
2025-08-20T19:11:52.9128375Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sha1.h' from root:root to runner:runner
2025-08-20T19:11:52.9129785Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/renameat.c' from root:root to runner:runner
2025-08-20T19:11:52.9130745Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fseterr.o' from root:root to runner:runner
2025-08-20T19:11:52.9131407Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbslen.c' from root:root to runner:runner
2025-08-20T19:11:52.9132036Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbsinit.c' from root:root to runner:runner
2025-08-20T19:11:52.9132656Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/isatty.c' from root:root to runner:runner
2025-08-20T19:11:52.9133334Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xstrtol.o' from root:root to runner:runner
2025-08-20T19:11:52.9133952Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/isnan.c' from root:root to runner:runner
2025-08-20T19:11:52.9134786Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/read-file.h' from root:root to runner:runner
2025-08-20T19:11:52.9135482Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbsrtowcs.o' from root:root to runner:runner
2025-08-20T19:11:52.9136134Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/openat-safer.c' from root:root to runner:runner
2025-08-20T19:11:52.9136760Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/inttypes.h' from root:root to runner:runner
2025-08-20T19:11:52.9137473Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/readtokens.c' from root:root to runner:runner
2025-08-20T19:11:52.9138104Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/linkat.c' from root:root to runner:runner
2025-08-20T19:11:52.9138872Z [00:04:11.217]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-careadlinkat.o' from root:root to runner:runner
2025-08-20T19:11:52.9139548Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sched.h' from root:root to runner:runner
2025-08-20T19:11:52.9140177Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/selinux-at.h' from root:root to runner:runner
2025-08-20T19:11:52.9140939Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-once.c' from root:root to runner:runner
2025-08-20T19:11:52.9141677Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-freadseek.o' from root:root to runner:runner
2025-08-20T19:11:52.9142472Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fdatasync.c' from root:root to runner:runner
2025-08-20T19:11:52.9143101Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xstrtold.c' from root:root to runner:runner
2025-08-20T19:11:52.9143725Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/lchmod.c' from root:root to runner:runner
2025-08-20T19:11:52.9144335Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xfts.h' from root:root to runner:runner
2025-08-20T19:11:52.9144981Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-zos.h' from root:root to runner:runner
2025-08-20T19:11:52.9145655Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys-limits.h' from root:root to runner:runner
2025-08-20T19:11:52.9146278Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getlogin.c' from root:root to runner:runner
2025-08-20T19:11:52.9147029Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/printf-frexpl.c' from root:root to runner:runner
2025-08-20T19:11:52.9147663Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_wait.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9148296Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strftime.h' from root:root to runner:runner
2025-08-20T19:11:52.9148919Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistd--.h' from root:root to runner:runner
2025-08-20T19:11:52.9149523Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dup.c' from root:root to runner:runner
2025-08-20T19:11:52.9150246Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/basename-lgpl.h' from root:root to runner:runner
2025-08-20T19:11:52.9151117Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-reallocarray.o' from root:root to runner:runner
2025-08-20T19:11:52.9151826Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pthread-cond.c' from root:root to runner:runner
2025-08-20T19:11:52.9152511Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-hash-pjw.o' from root:root to runner:runner
2025-08-20T19:11:52.9153139Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fpurge.c' from root:root to runner:runner
2025-08-20T19:11:52.9153766Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdbit.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9154460Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sys_socket.o' from root:root to runner:runner
2025-08-20T19:11:52.9155182Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unlink.c' from root:root to runner:runner
2025-08-20T19:11:52.9155811Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/euidaccess.c' from root:root to runner:runner
2025-08-20T19:11:52.9156451Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/argmatch.c' from root:root to runner:runner
2025-08-20T19:11:52.9157092Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistd-safer.h' from root:root to runner:runner
2025-08-20T19:11:52.9157727Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/se-context.c' from root:root to runner:runner
2025-08-20T19:11:52.9158361Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_ioctl.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9158995Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_socket.c' from root:root to runner:runner
2025-08-20T19:11:52.9159733Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/idcache.h' from root:root to runner:runner
2025-08-20T19:11:52.9160543Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-dup-safer-flag.o' from root:root to runner:runner
2025-08-20T19:11:52.9161259Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pipe2.c' from root:root to runner:runner
2025-08-20T19:11:52.9161878Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/chownat.c' from root:root to runner:runner
2025-08-20T19:11:52.9162614Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-recmutex.c' from root:root to runner:runner
2025-08-20T19:11:52.9163309Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-rwlock.c' from root:root to runner:runner
2025-08-20T19:11:52.9164018Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/gettime-res.c' from root:root to runner:runner
2025-08-20T19:11:52.9164670Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ino-map.h' from root:root to runner:runner
2025-08-20T19:11:52.9165328Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pthread_sigmask.c' from root:root to runner:runner
2025-08-20T19:11:52.9165945Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mcel.c' from root:root to runner:runner
2025-08-20T19:11:52.9166646Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32isblank.o' from root:root to runner:runner
2025-08-20T19:11:52.9167408Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xdectoumax.o' from root:root to runner:runner
2025-08-20T19:11:52.9168103Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-gettime-res.o' from root:root to runner:runner
2025-08-20T19:11:52.9168735Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memchr2.c' from root:root to runner:runner
2025-08-20T19:11:52.9169406Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xsize.o' from root:root to runner:runner
2025-08-20T19:11:52.9170046Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fopen-safer.c' from root:root to runner:runner
2025-08-20T19:11:52.9170738Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/obstack.h' from root:root to runner:runner
2025-08-20T19:11:52.9171430Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/root-dev-ino.c' from root:root to runner:runner
2025-08-20T19:11:52.9172206Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fsusage.h' from root:root to runner:runner
2025-08-20T19:11:52.9172877Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getopt-cdefs.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9173566Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-file-set.o' from root:root to runner:runner
2025-08-20T19:11:52.9174277Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-setlocale_null.o' from root:root to runner:runner
2025-08-20T19:11:52.9175000Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/backup-rename.c' from root:root to runner:runner
2025-08-20T19:11:52.9175627Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/gettime.c' from root:root to runner:runner
2025-08-20T19:11:52.9176386Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-strintcmp.o' from root:root to runner:runner
2025-08-20T19:11:52.9177037Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mempcpy.c' from root:root to runner:runner
2025-08-20T19:11:52.9177676Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/faccessat.c' from root:root to runner:runner
2025-08-20T19:11:52.9178318Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memcasecmp.h' from root:root to runner:runner
2025-08-20T19:11:52.9178945Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/randperm.h' from root:root to runner:runner
2025-08-20T19:11:52.9179674Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/base32.h' from root:root to runner:runner
2025-08-20T19:11:52.9180309Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sm3-stream.c' from root:root to runner:runner
2025-08-20T19:11:52.9181104Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xgetcwd.o' from root:root to runner:runner
2025-08-20T19:11:52.9181759Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dirname.c' from root:root to runner:runner
2025-08-20T19:11:52.9182407Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sha256-stream.c' from root:root to runner:runner
2025-08-20T19:11:52.9183083Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-endian.o' from root:root to runner:runner
2025-08-20T19:11:52.9183723Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c-file-type.c' from root:root to runner:runner
2025-08-20T19:11:52.9184475Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dtoastr.c' from root:root to runner:runner
2025-08-20T19:11:52.9185100Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strtol.c' from root:root to runner:runner
2025-08-20T19:11:52.9185786Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-userspec.o' from root:root to runner:runner
2025-08-20T19:11:52.9186617Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c-strcasecmp.o' from root:root to runner:runner
2025-08-20T19:11:52.9187285Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/skipchars.h' from root:root to runner:runner
2025-08-20T19:11:52.9187996Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sig2str.h' from root:root to runner:runner
2025-08-20T19:11:52.9188709Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/chdir-long.h' from root:root to runner:runner
2025-08-20T19:11:52.9189363Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_random.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9189987Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xstrtod.c' from root:root to runner:runner
2025-08-20T19:11:52.9190738Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/copy-file-range.c' from root:root to runner:runner
2025-08-20T19:11:52.9191411Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fcntl.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9192036Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/realloc.c' from root:root to runner:runner
2025-08-20T19:11:52.9192792Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistd.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9193461Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-u64.o' from root:root to runner:runner
2025-08-20T19:11:52.9194111Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/secure_getenv.c' from root:root to runner:runner
2025-08-20T19:11:52.9194845Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-hash-triple-simple.o' from root:root to runner:runner
2025-08-20T19:11:52.9195502Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbsrtoc32s-state.c' from root:root to runner:runner
2025-08-20T19:11:52.9196124Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/offtostr.c' from root:root to runner:runner
2025-08-20T19:11:52.9196740Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/utime.c' from root:root to runner:runner
2025-08-20T19:11:52.9197510Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-exitfail.o' from root:root to runner:runner
2025-08-20T19:11:52.9198129Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/raise.c' from root:root to runner:runner
2025-08-20T19:11:52.9198750Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/yesno.c' from root:root to runner:runner
2025-08-20T19:11:52.9199416Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fseek.o' from root:root to runner:runner
2025-08-20T19:11:52.9200199Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-basename-lgpl.o' from root:root to runner:runner
2025-08-20T19:11:52.9200958Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mkstemp-safer.c' from root:root to runner:runner
2025-08-20T19:11:52.9201713Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getprogname.h' from root:root to runner:runner
2025-08-20T19:11:52.9202388Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fsusage.c' from root:root to runner:runner
2025-08-20T19:11:52.9203095Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-file-has-acl.o' from root:root to runner:runner
2025-08-20T19:11:52.9203716Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/qsort.c' from root:root to runner:runner
2025-08-20T19:11:52.9204405Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-opendirat.o' from root:root to runner:runner
2025-08-20T19:11:52.9205130Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/smack.h' from root:root to runner:runner
2025-08-20T19:11:52.9205764Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/backupfile.c' from root:root to runner:runner
2025-08-20T19:11:52.9206475Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wchar.h' from root:root to runner:runner
2025-08-20T19:11:52.9207118Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/long-options.c' from root:root to runner:runner
2025-08-20T19:11:52.9207816Z [00:04:11.218]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fdutimensat.o' from root:root to runner:runner
2025-08-20T19:11:52.9208490Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/areadlink-with-size.c' from root:root to runner:runner
2025-08-20T19:11:52.9209113Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/utimecmp.c' from root:root to runner:runner
2025-08-20T19:11:52.9209735Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/quote.h' from root:root to runner:runner
2025-08-20T19:11:52.9210372Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unlocked-io.h' from root:root to runner:runner
2025-08-20T19:11:52.9211145Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mkfifoat.c' from root:root to runner:runner
2025-08-20T19:11:52.9211782Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/read-file.c' from root:root to runner:runner
2025-08-20T19:11:52.9212567Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/endian.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9213266Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/byteswap.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9213970Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/canonicalize.c' from root:root to runner:runner
2025-08-20T19:11:52.9214683Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-float.o' from root:root to runner:runner
2025-08-20T19:11:52.9215308Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/langinfo.h' from root:root to runner:runner
2025-08-20T19:11:52.9215953Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/hash-triple.h' from root:root to runner:runner
2025-08-20T19:11:52.9216581Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbsrtoc32s.c' from root:root to runner:runner
2025-08-20T19:11:52.9217208Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fstatat.c' from root:root to runner:runner
2025-08-20T19:11:52.9217948Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/cl-strtod.c' from root:root to runner:runner
2025-08-20T19:11:52.9218646Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-memcasecmp.o' from root:root to runner:runner
2025-08-20T19:11:52.9219388Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbsrtowcs-state.c' from root:root to runner:runner
2025-08-20T19:11:52.9220045Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/gl_openssl.h' from root:root to runner:runner
2025-08-20T19:11:52.9220847Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-acl-internal.o' from root:root to runner:runner
2025-08-20T19:11:52.9221503Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stat-macros.h' from root:root to runner:runner
2025-08-20T19:11:52.9222192Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fd-hook.o' from root:root to runner:runner
2025-08-20T19:11:52.9222866Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-btoc32.o' from root:root to runner:runner
2025-08-20T19:11:52.9223538Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sha1.o' from root:root to runner:runner
2025-08-20T19:11:52.9224166Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/utimecmp.h' from root:root to runner:runner
2025-08-20T19:11:52.9224797Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unlinkdir.c' from root:root to runner:runner
2025-08-20T19:11:52.9225527Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/areadlinkat.c' from root:root to runner:runner
2025-08-20T19:11:52.9226259Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/setlocale_null.c' from root:root to runner:runner
2025-08-20T19:11:52.9226948Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/progname.h' from root:root to runner:runner
2025-08-20T19:11:52.9227580Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getndelim2.h' from root:root to runner:runner
2025-08-20T19:11:52.9228234Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/isnand-nolibm.h' from root:root to runner:runner
2025-08-20T19:11:52.9228855Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/randint.c' from root:root to runner:runner
2025-08-20T19:11:52.9229544Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-timedrecmutex.h' from root:root to runner:runner
2025-08-20T19:11:52.9230254Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sha1.c' from root:root to runner:runner
2025-08-20T19:11:52.9231021Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-realloc.o' from root:root to runner:runner
2025-08-20T19:11:52.9231769Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uinttostr.c' from root:root to runner:runner
2025-08-20T19:11:52.9232385Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbrlen.c' from root:root to runner:runner
2025-08-20T19:11:52.9233023Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strtoimax.c' from root:root to runner:runner
2025-08-20T19:11:52.9233719Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-cycle-check.o' from root:root to runner:runner
2025-08-20T19:11:52.9234337Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/savewd.h' from root:root to runner:runner
2025-08-20T19:11:52.9234953Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/remove.c' from root:root to runner:runner
2025-08-20T19:11:52.9235579Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wmemchr.c' from root:root to runner:runner
2025-08-20T19:11:52.9236205Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/byteswap.c' from root:root to runner:runner
2025-08-20T19:11:52.9236838Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/localename.h' from root:root to runner:runner
2025-08-20T19:11:52.9237523Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strtod.c' from root:root to runner:runner
2025-08-20T19:11:52.9238178Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/acl_entries.c' from root:root to runner:runner
2025-08-20T19:11:52.9238887Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/crc-sliceby8.h' from root:root to runner:runner
2025-08-20T19:11:52.9239598Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sha256-stream.o' from root:root to runner:runner
2025-08-20T19:11:52.9240280Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-memchr2.o' from root:root to runner:runner
2025-08-20T19:11:52.9240982Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sm3.c' from root:root to runner:runner
2025-08-20T19:11:52.9241652Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/freadseek.h' from root:root to runner:runner
2025-08-20T19:11:52.9242381Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/math.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9243025Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fdutimensat.c' from root:root to runner:runner
2025-08-20T19:11:52.9243709Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-qset-acl.o' from root:root to runner:runner
2025-08-20T19:11:52.9244468Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sockets.c' from root:root to runner:runner
2025-08-20T19:11:52.9245096Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strstr.c' from root:root to runner:runner
2025-08-20T19:11:52.9245769Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/isapipe.c' from root:root to runner:runner
2025-08-20T19:11:52.9246422Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/nl_langinfo-lock.c' from root:root to runner:runner
2025-08-20T19:11:52.9247107Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-ldtoastr.o' from root:root to runner:runner
2025-08-20T19:11:52.9247773Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-zos.gperf' from root:root to runner:runner
2025-08-20T19:11:52.9248401Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/access.c' from root:root to runner:runner
2025-08-20T19:11:52.9249034Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdlib.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9249668Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sigprocmask.c' from root:root to runner:runner
2025-08-20T19:11:52.9250405Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/acl-errno-valid.c' from root:root to runner:runner
2025-08-20T19:11:52.9251318Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-solaris.gperf' from root:root to runner:runner
2025-08-20T19:11:52.9252066Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/filenamecat-lgpl.c' from root:root to runner:runner
2025-08-20T19:11:52.9252696Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c-strtold.c' from root:root to runner:runner
2025-08-20T19:11:52.9253399Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-buffer-lcm.o' from root:root to runner:runner
2025-08-20T19:11:52.9254095Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-filevercmp.o' from root:root to runner:runner
2025-08-20T19:11:52.9254725Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/readutmp.h' from root:root to runner:runner
2025-08-20T19:11:52.9255499Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mountlist.o' from root:root to runner:runner
2025-08-20T19:11:52.9256122Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fd-hook.h' from root:root to runner:runner
2025-08-20T19:11:52.9256856Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xbinary-io.c' from root:root to runner:runner
2025-08-20T19:11:52.9257546Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xstrtod.o' from root:root to runner:runner
2025-08-20T19:11:52.9258169Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memcmp2.h' from root:root to runner:runner
2025-08-20T19:11:52.9258802Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stripslash.c' from root:root to runner:runner
2025-08-20T19:11:52.9259490Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getlocalename_l-unsafe.h' from root:root to runner:runner
2025-08-20T19:11:52.9260190Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32isxdigit.o' from root:root to runner:runner
2025-08-20T19:11:52.9260913Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/quotearg.c' from root:root to runner:runner
2025-08-20T19:11:52.9261644Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-chownat.o' from root:root to runner:runner
2025-08-20T19:11:52.9262271Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9263011Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/binary-io.c' from root:root to runner:runner
2025-08-20T19:11:52.9263719Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uniwidth.h' from root:root to runner:runner
2025-08-20T19:11:52.9264408Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/version-etc-fsf.c' from root:root to runner:runner
2025-08-20T19:11:52.9265114Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32isprint.o' from root:root to runner:runner
2025-08-20T19:11:52.9265801Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-cloexec.o' from root:root to runner:runner
2025-08-20T19:11:52.9266426Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mkdirat.c' from root:root to runner:runner
2025-08-20T19:11:52.9267058Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stat-size.h' from root:root to runner:runner
2025-08-20T19:11:52.9267781Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xgetcwd.h' from root:root to runner:runner
2025-08-20T19:11:52.9268398Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdlib.h' from root:root to runner:runner
2025-08-20T19:11:52.9269113Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/imaxtostr.c' from root:root to runner:runner
2025-08-20T19:11:52.9269741Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xmemcoll.c' from root:root to runner:runner
2025-08-20T19:11:52.9270356Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/regex.h' from root:root to runner:runner
2025-08-20T19:11:52.9271086Z [00:04:11.219]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/freadptr.h' from root:root to runner:runner
2025-08-20T19:11:52.9271708Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mkdir-p.h' from root:root to runner:runner
2025-08-20T19:11:52.9272365Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xgethostname.h' from root:root to runner:runner
2025-08-20T19:11:52.9272979Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/float.h' from root:root to runner:runner
2025-08-20T19:11:52.9273663Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32width.o' from root:root to runner:runner
2025-08-20T19:11:52.9274342Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xstrtold.o' from root:root to runner:runner
2025-08-20T19:11:52.9275107Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbschr.o' from root:root to runner:runner
2025-08-20T19:11:52.9275842Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-physmem.o' from root:root to runner:runner
2025-08-20T19:11:52.9276600Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-randperm.o' from root:root to runner:runner
2025-08-20T19:11:52.9277348Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-cl-strtod.o' from root:root to runner:runner
2025-08-20T19:11:52.9277999Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/parse-datetime.y' from root:root to runner:runner
2025-08-20T19:11:52.9278680Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/lc-charset-dispatch.h' from root:root to runner:runner
2025-08-20T19:11:52.9279388Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-printf-parse.o' from root:root to runner:runner
2025-08-20T19:11:52.9280103Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/rmdir.c' from root:root to runner:runner
2025-08-20T19:11:52.9280858Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-freadptr.o' from root:root to runner:runner
2025-08-20T19:11:52.9281665Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-backup-find.o' from root:root to runner:runner
2025-08-20T19:11:52.9282292Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strtoull.c' from root:root to runner:runner
2025-08-20T19:11:52.9282931Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/termios.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9283566Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getfilecon.c' from root:root to runner:runner
2025-08-20T19:11:52.9284182Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/putenv.c' from root:root to runner:runner
2025-08-20T19:11:52.9284834Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/se-selinux.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9285522Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-timespec.o' from root:root to runner:runner
2025-08-20T19:11:52.9286161Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mkancesdirs.c' from root:root to runner:runner
2025-08-20T19:11:52.9286776Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getline.c' from root:root to runner:runner
2025-08-20T19:11:52.9287516Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strerror-override.h' from root:root to runner:runner
2025-08-20T19:11:52.9288160Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/rand-isaac.c' from root:root to runner:runner
2025-08-20T19:11:52.9288828Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sm3.h' from root:root to runner:runner
2025-08-20T19:11:52.9289480Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/cloexec.c' from root:root to runner:runner
2025-08-20T19:11:52.9290110Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ftruncate.c' from root:root to runner:runner
2025-08-20T19:11:52.9290817Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getcwd.c' from root:root to runner:runner
2025-08-20T19:11:52.9291553Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-basename.o' from root:root to runner:runner
2025-08-20T19:11:52.9292198Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u-cpy.h' from root:root to runner:runner
2025-08-20T19:11:52.9293057Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u32-cpy.Po' from root:root to runner:runner
2025-08-20T19:11:52.9293825Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u8-uctomb-aux.Po' from root:root to runner:runner
2025-08-20T19:11:52.9294688Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u8-uctomb.Po' from root:root to runner:runner
2025-08-20T19:11:52.9295368Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/.deps/.dirstamp' from root:root to runner:runner
2025-08-20T19:11:52.9296121Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u32-strcat.Po' from root:root to runner:runner
2025-08-20T19:11:52.9296857Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u32-pcpy.Po' from root:root to runner:runner
2025-08-20T19:11:52.9297610Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u8-mbtoucr.Po' from root:root to runner:runner
2025-08-20T19:11:52.9298358Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u32-strlen.Po' from root:root to runner:runner
2025-08-20T19:11:52.9299095Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u32-chr.Po' from root:root to runner:runner
2025-08-20T19:11:52.9299726Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/.deps' from root:root to runner:runner
2025-08-20T19:11:52.9300610Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/libcoreutils_a-u8-mbtoucr.o' from root:root to runner:runner
2025-08-20T19:11:52.9301352Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u-strlen.h' from root:root to runner:runner
2025-08-20T19:11:52.9302065Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u-pcpy.h' from root:root to runner:runner
2025-08-20T19:11:52.9302726Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u8-uctomb.c' from root:root to runner:runner
2025-08-20T19:11:52.9303387Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u32-strlen.c' from root:root to runner:runner
2025-08-20T19:11:52.9304107Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/libcoreutils_a-u32-pcpy.o' from root:root to runner:runner
2025-08-20T19:11:52.9304830Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/libcoreutils_a-u32-strcat.o' from root:root to runner:runner
2025-08-20T19:11:52.9305559Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/.dirstamp' from root:root to runner:runner
2025-08-20T19:11:52.9306206Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u-strcat.h' from root:root to runner:runner
2025-08-20T19:11:52.9307051Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/libcoreutils_a-u32-chr.o' from root:root to runner:runner
2025-08-20T19:11:52.9307711Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u32-pcpy.c' from root:root to runner:runner
2025-08-20T19:11:52.9308373Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u32-strcat.c' from root:root to runner:runner
2025-08-20T19:11:52.9309021Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u32-chr.c' from root:root to runner:runner
2025-08-20T19:11:52.9309742Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/libcoreutils_a-u8-uctomb.o' from root:root to runner:runner
2025-08-20T19:11:52.9310405Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u8-mbtoucr.c' from root:root to runner:runner
2025-08-20T19:11:52.9311274Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u8-uctomb-aux.c' from root:root to runner:runner
2025-08-20T19:11:52.9311951Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u32-cpy.c' from root:root to runner:runner
2025-08-20T19:11:52.9312662Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/libcoreutils_a-u32-cpy.o' from root:root to runner:runner
2025-08-20T19:11:52.9313495Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/libcoreutils_a-u8-uctomb-aux.o' from root:root to runner:runner
2025-08-20T19:11:52.9314293Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/libcoreutils_a-u32-strlen.o' from root:root to runner:runner
2025-08-20T19:11:52.9314932Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr' from root:root to runner:runner
2025-08-20T19:11:52.9315603Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdc_trailing_zeros.c' from root:root to runner:runner
2025-08-20T19:11:52.9316239Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dynarray.h' from root:root to runner:runner
2025-08-20T19:11:52.9316879Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdio-write.c' from root:root to runner:runner
2025-08-20T19:11:52.9317507Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mkostemp.c' from root:root to runner:runner
2025-08-20T19:11:52.9318237Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strnlen1.c' from root:root to runner:runner
2025-08-20T19:11:52.9318855Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xalloc.h' from root:root to runner:runner
2025-08-20T19:11:52.9319576Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/arpa_inet.c' from root:root to runner:runner
2025-08-20T19:11:52.9320281Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-dtotimespec.o' from root:root to runner:runner
2025-08-20T19:11:52.9321034Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mktime-internal.h' from root:root to runner:runner
2025-08-20T19:11:52.9321718Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/msvc-nothrow.h' from root:root to runner:runner
2025-08-20T19:11:52.9322342Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/chmod.c' from root:root to runner:runner
2025-08-20T19:11:52.9322962Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/local.mk' from root:root to runner:runner
2025-08-20T19:11:52.9323590Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/attribute.h' from root:root to runner:runner
2025-08-20T19:11:52.9324296Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-dirname-lgpl.o' from root:root to runner:runner
2025-08-20T19:11:52.9325008Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-set-permissions.o' from root:root to runner:runner
2025-08-20T19:11:52.9325796Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getlocalename_l-unsafe.c' from root:root to runner:runner
2025-08-20T19:11:52.9326441Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/time_r.c' from root:root to runner:runner
2025-08-20T19:11:52.9327207Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mgetgroups.o' from root:root to runner:runner
2025-08-20T19:11:52.9327910Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xbinary-io.o' from root:root to runner:runner
2025-08-20T19:11:52.9328607Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32tolower.o' from root:root to runner:runner
2025-08-20T19:11:52.9329291Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-savedir.o' from root:root to runner:runner
2025-08-20T19:11:52.9329900Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/time.h' from root:root to runner:runner
2025-08-20T19:11:52.9330755Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-idcache.o' from root:root to runner:runner
2025-08-20T19:11:52.9331433Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/readdir.c' from root:root to runner:runner
2025-08-20T19:11:52.9332172Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/isnand.c' from root:root to runner:runner
2025-08-20T19:11:52.9332802Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/randread.h' from root:root to runner:runner
2025-08-20T19:11:52.9333488Z [00:04:11.220]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbszero.o' from root:root to runner:runner
2025-08-20T19:11:52.9334183Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-se-selinux.o' from root:root to runner:runner
2025-08-20T19:11:52.9334801Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbtowc.c' from root:root to runner:runner
2025-08-20T19:11:52.9335480Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fseeko.o' from root:root to runner:runner
2025-08-20T19:11:52.9336118Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/tls.h' from root:root to runner:runner
2025-08-20T19:11:52.9336849Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/libcoreutils_a-threadlib.o' from root:root to runner:runner
2025-08-20T19:11:52.9337525Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/.deps/.dirstamp' from root:root to runner:runner
2025-08-20T19:11:52.9338358Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/.deps/libcoreutils_a-threadlib.Po' from root:root to runner:runner
2025-08-20T19:11:52.9339158Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/.deps/libcoreutils_a-tls.Po' from root:root to runner:runner
2025-08-20T19:11:52.9339925Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/.deps/libcoreutils_a-once.Po' from root:root to runner:runner
2025-08-20T19:11:52.9340729Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/.deps/libcoreutils_a-lock.Po' from root:root to runner:runner
2025-08-20T19:11:52.9341421Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/.deps' from root:root to runner:runner
2025-08-20T19:11:52.9342133Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/libcoreutils_a-lock.o' from root:root to runner:runner
2025-08-20T19:11:52.9342878Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/.dirstamp' from root:root to runner:runner
2025-08-20T19:11:52.9343566Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/lock.c' from root:root to runner:runner
2025-08-20T19:11:52.9344276Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/libcoreutils_a-tls.o' from root:root to runner:runner
2025-08-20T19:11:52.9345048Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/threadlib.c' from root:root to runner:runner
2025-08-20T19:11:52.9345700Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/lock.h' from root:root to runner:runner
2025-08-20T19:11:52.9346340Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/tls.c' from root:root to runner:runner
2025-08-20T19:11:52.9346982Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/once.c' from root:root to runner:runner
2025-08-20T19:11:52.9347693Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/libcoreutils_a-once.o' from root:root to runner:runner
2025-08-20T19:11:52.9348339Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/once.h' from root:root to runner:runner
2025-08-20T19:11:52.9348958Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread' from root:root to runner:runner
2025-08-20T19:11:52.9349643Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-priv-set.o' from root:root to runner:runner
2025-08-20T19:11:52.9350280Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbrtowc-impl.h' from root:root to runner:runner
2025-08-20T19:11:52.9351100Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libc-config.h' from root:root to runner:runner
2025-08-20T19:11:52.9351865Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-once.h' from root:root to runner:runner
2025-08-20T19:11:52.9352559Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dirname-lgpl.c' from root:root to runner:runner
2025-08-20T19:11:52.9353239Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-yesno.o' from root:root to runner:runner
2025-08-20T19:11:52.9353862Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/verify.h' from root:root to runner:runner
2025-08-20T19:11:52.9354488Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32width.c' from root:root to runner:runner
2025-08-20T19:11:52.9355119Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iswxdigit.c' from root:root to runner:runner
2025-08-20T19:11:52.9355850Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/error.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9356516Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-irix.gperf' from root:root to runner:runner
2025-08-20T19:11:52.9357238Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/full-write.h' from root:root to runner:runner
2025-08-20T19:11:52.9357860Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mpsort.c' from root:root to runner:runner
2025-08-20T19:11:52.9358545Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-dirname.o' from root:root to runner:runner
2025-08-20T19:11:52.9359193Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/parse-datetime.h' from root:root to runner:runner
2025-08-20T19:11:52.9359825Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xgetgroups.c' from root:root to runner:runner
2025-08-20T19:11:52.9360629Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c-strtod.o' from root:root to runner:runner
2025-08-20T19:11:52.9361340Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open.c' from root:root to runner:runner
2025-08-20T19:11:52.9361992Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strnumcmp-in.h' from root:root to runner:runner
2025-08-20T19:11:52.9362626Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/msvc-inval.c' from root:root to runner:runner
2025-08-20T19:11:52.9363424Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sig-handler.o' from root:root to runner:runner
2025-08-20T19:11:52.9364086Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unitypes.h' from root:root to runner:runner
2025-08-20T19:11:52.9364773Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/base64.c' from root:root to runner:runner
2025-08-20T19:11:52.9365429Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/idcache.c' from root:root to runner:runner
2025-08-20T19:11:52.9366059Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xreadlink.c' from root:root to runner:runner
2025-08-20T19:11:52.9366767Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xvasprintf.o' from root:root to runner:runner
2025-08-20T19:11:52.9367389Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/posixtm.c' from root:root to runner:runner
2025-08-20T19:11:52.9368190Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-i-ring.o' from root:root to runner:runner
2025-08-20T19:11:52.9368821Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pthread.h' from root:root to runner:runner
2025-08-20T19:11:52.9369580Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stat.c' from root:root to runner:runner
2025-08-20T19:11:52.9370242Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dtimespec-bound.h' from root:root to runner:runner
2025-08-20T19:11:52.9370956Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/string.h' from root:root to runner:runner
2025-08-20T19:11:52.9371678Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mini-gmp-gnulib.c' from root:root to runner:runner
2025-08-20T19:11:52.9372374Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-selinux-at.o' from root:root to runner:runner
2025-08-20T19:11:52.9373020Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_close.c' from root:root to runner:runner
2025-08-20T19:11:52.9373737Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-propername-lite.o' from root:root to runner:runner
2025-08-20T19:11:52.9374484Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-areadlinkat-with-size.o' from root:root to runner:runner
2025-08-20T19:11:52.9375098Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/frexp.c' from root:root to runner:runner
2025-08-20T19:11:52.9375870Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbrtoc32.o' from root:root to runner:runner
2025-08-20T19:11:52.9376579Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sig-handler.h' from root:root to runner:runner
2025-08-20T19:11:52.9377284Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbtowc-lock.h' from root:root to runner:runner
2025-08-20T19:11:52.9377956Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/intprops.h' from root:root to runner:runner
2025-08-20T19:11:52.9378659Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-long-options.o' from root:root to runner:runner
2025-08-20T19:11:52.9379295Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdlib--.h' from root:root to runner:runner
2025-08-20T19:11:52.9379992Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-full-write.o' from root:root to runner:runner
2025-08-20T19:11:52.9380799Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dirent.h' from root:root to runner:runner
2025-08-20T19:11:52.9381474Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/vfzprintf.c' from root:root to runner:runner
2025-08-20T19:11:52.9382103Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/chmodat.c' from root:root to runner:runner
2025-08-20T19:11:52.9382854Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/termios.h' from root:root to runner:runner
2025-08-20T19:11:52.9383486Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/copy-acl.c' from root:root to runner:runner
2025-08-20T19:11:52.9384129Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/gai_strerror.c' from root:root to runner:runner
2025-08-20T19:11:52.9384839Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-copy-file-range.o' from root:root to runner:runner
2025-08-20T19:11:52.9385548Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-openat-safer.o' from root:root to runner:runner
2025-08-20T19:11:52.9386229Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-set-acl.o' from root:root to runner:runner
2025-08-20T19:11:52.9386929Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-modechange.o' from root:root to runner:runner
2025-08-20T19:11:52.9387563Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getaddrinfo.c' from root:root to runner:runner
2025-08-20T19:11:52.9388258Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/argmatch.h' from root:root to runner:runner
2025-08-20T19:11:52.9388897Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/isnanf.c' from root:root to runner:runner
2025-08-20T19:11:52.9389578Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/assure.h' from root:root to runner:runner
2025-08-20T19:11:52.9390303Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xdectoint.h' from root:root to runner:runner
2025-08-20T19:11:52.9391033Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wctype-impl.h' from root:root to runner:runner
2025-08-20T19:11:52.9391765Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-creat-safer.o' from root:root to runner:runner
2025-08-20T19:11:52.9392446Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-memcmp2.o' from root:root to runner:runner
2025-08-20T19:11:52.9393086Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/canon-host.h' from root:root to runner:runner
2025-08-20T19:11:52.9393773Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-qcopy-acl.o' from root:root to runner:runner
2025-08-20T19:11:52.9394408Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xalloc-die.c' from root:root to runner:runner
2025-08-20T19:11:52.9395165Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/md5.h' from root:root to runner:runner
2025-08-20T19:11:52.9395799Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mkfifo.c' from root:root to runner:runner
2025-08-20T19:11:52.9396429Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/save-cwd.c' from root:root to runner:runner
2025-08-20T19:11:52.9397109Z [00:04:11.221]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-time_rz.o' from root:root to runner:runner
2025-08-20T19:11:52.9397886Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xstrtoumax.o' from root:root to runner:runner
2025-08-20T19:11:52.9398561Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dtimespec-bound.c' from root:root to runner:runner
2025-08-20T19:11:52.9399208Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/cycle-check.c' from root:root to runner:runner
2025-08-20T19:11:52.9399830Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc.c' from root:root to runner:runner
2025-08-20T19:11:52.9400621Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-imaxtostr.o' from root:root to runner:runner
2025-08-20T19:11:52.9401297Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/modechange.c' from root:root to runner:runner
2025-08-20T19:11:52.9402016Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils.a' from root:root to runner:runner
2025-08-20T19:11:52.9402846Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/exclude.h' from root:root to runner:runner
2025-08-20T19:11:52.9403531Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-filemode.o' from root:root to runner:runner
2025-08-20T19:11:52.9404161Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistd.c' from root:root to runner:runner
2025-08-20T19:11:52.9404860Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fprintftime.o' from root:root to runner:runner
2025-08-20T19:11:52.9405496Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/string.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9406179Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-utimecmp.o' from root:root to runner:runner
2025-08-20T19:11:52.9406866Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-tempname.o' from root:root to runner:runner
2025-08-20T19:11:52.9407643Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-backupfile.o' from root:root to runner:runner
2025-08-20T19:11:52.9408284Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/vasnprintf.c' from root:root to runner:runner
2025-08-20T19:11:52.9408913Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/save-cwd.h' from root:root to runner:runner
2025-08-20T19:11:52.9409582Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-pipe2.o' from root:root to runner:runner
2025-08-20T19:11:52.9410328Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-vzprintf.o' from root:root to runner:runner
2025-08-20T19:11:52.9411076Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/settime.c' from root:root to runner:runner
2025-08-20T19:11:52.9411736Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbtowc-lock.c' from root:root to runner:runner
2025-08-20T19:11:52.9412407Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-hash.o' from root:root to runner:runner
2025-08-20T19:11:52.9413055Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pthread-mutex.c' from root:root to runner:runner
2025-08-20T19:11:52.9413684Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/signbitd.c' from root:root to runner:runner
2025-08-20T19:11:52.9414320Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/md5-stream.c' from root:root to runner:runner
2025-08-20T19:11:52.9415168Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32islower.c' from root:root to runner:runner
2025-08-20T19:11:52.9415906Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c-file-type.o' from root:root to runner:runner
2025-08-20T19:11:52.9416547Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xstrtoimax.c' from root:root to runner:runner
2025-08-20T19:11:52.9417171Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xmemcoll.h' from root:root to runner:runner
2025-08-20T19:11:52.9417822Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memchr2.valgrind' from root:root to runner:runner
2025-08-20T19:11:52.9418436Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xtime.h' from root:root to runner:runner
2025-08-20T19:11:52.9419052Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memchr.c' from root:root to runner:runner
2025-08-20T19:11:52.9419871Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-aix.gperf' from root:root to runner:runner
2025-08-20T19:11:52.9420616Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fnmatch_loop.c' from root:root to runner:runner
2025-08-20T19:11:52.9421376Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-freadahead.o' from root:root to runner:runner
2025-08-20T19:11:52.9422013Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/areadlink.c' from root:root to runner:runner
2025-08-20T19:11:52.9422646Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdio-read.c' from root:root to runner:runner
2025-08-20T19:11:52.9423413Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-allocator.o' from root:root to runner:runner
2025-08-20T19:11:52.9424066Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memcmp2.c' from root:root to runner:runner
2025-08-20T19:11:52.9424703Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pipe-safer.c' from root:root to runner:runner
2025-08-20T19:11:52.9425378Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-btowc.o' from root:root to runner:runner
2025-08-20T19:11:52.9426061Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pthread_mutex_timedlock.c' from root:root to runner:runner
2025-08-20T19:11:52.9426686Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/se-label.c' from root:root to runner:runner
2025-08-20T19:11:52.9427380Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xdectoint.c' from root:root to runner:runner
2025-08-20T19:11:52.9428179Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-posixtm.o' from root:root to runner:runner
2025-08-20T19:11:52.9428845Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/intprops-internal.h' from root:root to runner:runner
2025-08-20T19:11:52.9429546Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32isgraph.o' from root:root to runner:runner
2025-08-20T19:11:52.9430181Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/safe-read.h' from root:root to runner:runner
2025-08-20T19:11:52.9431014Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32tolower.c' from root:root to runner:runner
2025-08-20T19:11:52.9431707Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fnmatch.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9432403Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32isalpha.o' from root:root to runner:runner
2025-08-20T19:11:52.9433138Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/same.h' from root:root to runner:runner
2025-08-20T19:11:52.9433829Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbswidth.o' from root:root to runner:runner
2025-08-20T19:11:52.9434474Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/readtokens0.h' from root:root to runner:runner
2025-08-20T19:11:52.9435089Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mknod.c' from root:root to runner:runner
2025-08-20T19:11:52.9435843Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fflush.o' from root:root to runner:runner
2025-08-20T19:11:52.9436545Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32iscntrl.o' from root:root to runner:runner
2025-08-20T19:11:52.9437188Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_stat.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9437889Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-printf-frexp.o' from root:root to runner:runner
2025-08-20T19:11:52.9438562Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fcntl.o' from root:root to runner:runner
2025-08-20T19:11:52.9439254Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-arpa_inet.o' from root:root to runner:runner
2025-08-20T19:11:52.9440007Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-safe-read.o' from root:root to runner:runner
2025-08-20T19:11:52.9440968Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-quotearg.o' from root:root to runner:runner
2025-08-20T19:11:52.9441660Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/rand-isaac.h' from root:root to runner:runner
2025-08-20T19:11:52.9442323Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/explicit_bzero.c' from root:root to runner:runner
2025-08-20T19:11:52.9442929Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/idx.h' from root:root to runner:runner
2025-08-20T19:11:52.9443539Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/hash.h' from root:root to runner:runner
2025-08-20T19:11:52.9444164Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/filemode.h' from root:root to runner:runner
2025-08-20T19:11:52.9444797Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/se-label.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9445634Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-copy-acl.o' from root:root to runner:runner
2025-08-20T19:11:52.9446279Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/acl-internal.c' from root:root to runner:runner
2025-08-20T19:11:52.9447006Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-vfzprintf.o' from root:root to runner:runner
2025-08-20T19:11:52.9447660Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_resource.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9448363Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/version-etc.c' from root:root to runner:runner
2025-08-20T19:11:52.9449042Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/areadlink.h' from root:root to runner:runner
2025-08-20T19:11:52.9449667Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fopen.c' from root:root to runner:runner
2025-08-20T19:11:52.9450311Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-tls.h' from root:root to runner:runner
2025-08-20T19:11:52.9451039Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/freading.c' from root:root to runner:runner
2025-08-20T19:11:52.9451690Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uninorm.h' from root:root to runner:runner
2025-08-20T19:11:52.9452469Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-canonicalize.o' from root:root to runner:runner
2025-08-20T19:11:52.9453282Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mkstemp-safer.o' from root:root to runner:runner
2025-08-20T19:11:52.9453920Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32isxdigit.c' from root:root to runner:runner
2025-08-20T19:11:52.9454557Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/freadseek.c' from root:root to runner:runner
2025-08-20T19:11:52.9455179Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ialloc.h' from root:root to runner:runner
2025-08-20T19:11:52.9455812Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getloadavg.c' from root:root to runner:runner
2025-08-20T19:11:52.9456419Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/md5.c' from root:root to runner:runner
2025-08-20T19:11:52.9457094Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mpsort.o' from root:root to runner:runner
2025-08-20T19:11:52.9457806Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/human.h' from root:root to runner:runner
2025-08-20T19:11:52.9458495Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-file-type.o' from root:root to runner:runner
2025-08-20T19:11:52.9459124Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ftoastr.c' from root:root to runner:runner
2025-08-20T19:11:52.9459794Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mcel.o' from root:root to runner:runner
2025-08-20T19:11:52.9460582Z [00:04:11.222]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xstrtoumax.c' from root:root to runner:runner
2025-08-20T19:11:52.9461319Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbscasecmp.o' from root:root to runner:runner
2025-08-20T19:11:52.9461951Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/umaxtostr.c' from root:root to runner:runner
2025-08-20T19:11:52.9462592Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/filenamecat.h' from root:root to runner:runner
2025-08-20T19:11:52.9463219Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c-strtod.h' from root:root to runner:runner
2025-08-20T19:11:52.9463908Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-ftoastr.o' from root:root to runner:runner
2025-08-20T19:11:52.9464536Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicodeio.c' from root:root to runner:runner
2025-08-20T19:11:52.9465233Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c-strtod.c' from root:root to runner:runner
2025-08-20T19:11:52.9466022Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-progname.o' from root:root to runner:runner
2025-08-20T19:11:52.9466718Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xgetgroups.o' from root:root to runner:runner
2025-08-20T19:11:52.9467423Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-vsnzprintf.o' from root:root to runner:runner
2025-08-20T19:11:52.9468057Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/alignalloc.c' from root:root to runner:runner
2025-08-20T19:11:52.9468695Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xnanosleep.h' from root:root to runner:runner
2025-08-20T19:11:52.9469324Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/propername.h' from root:root to runner:runner
2025-08-20T19:11:52.9470082Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32isalnum.c' from root:root to runner:runner
2025-08-20T19:11:52.9470837Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-stdlib.o' from root:root to runner:runner
2025-08-20T19:11:52.9471547Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wmempcpy.c' from root:root to runner:runner
2025-08-20T19:11:52.9472187Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mpsort.h' from root:root to runner:runner
2025-08-20T19:11:52.9472807Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xstrtoul.c' from root:root to runner:runner
2025-08-20T19:11:52.9473600Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xstrtol-error.o' from root:root to runner:runner
2025-08-20T19:11:52.9474262Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/bitrotate.h' from root:root to runner:runner
2025-08-20T19:11:52.9474975Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-safe-write.o' from root:root to runner:runner
2025-08-20T19:11:52.9475598Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/userspec.c' from root:root to runner:runner
2025-08-20T19:11:52.9476222Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbschr.c' from root:root to runner:runner
2025-08-20T19:11:52.9476838Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/utimens.h' from root:root to runner:runner
2025-08-20T19:11:52.9477572Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/localename-unsafe.c' from root:root to runner:runner
2025-08-20T19:11:52.9478249Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/yesno.h' from root:root to runner:runner
2025-08-20T19:11:52.9478948Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32isupper.o' from root:root to runner:runner
2025-08-20T19:11:52.9479646Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-binary-io.o' from root:root to runner:runner
2025-08-20T19:11:52.9480291Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_socket.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9481091Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pathmax.h' from root:root to runner:runner
2025-08-20T19:11:52.9481829Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-bitrotate.o' from root:root to runner:runner
2025-08-20T19:11:52.9482450Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/tmpdir.h' from root:root to runner:runner
2025-08-20T19:11:52.9483300Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32_apply_type_test.o' from root:root to runner:runner
2025-08-20T19:11:52.9483915Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/crc.c' from root:root to runner:runner
2025-08-20T19:11:52.9484547Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stat-time.h' from root:root to runner:runner
2025-08-20T19:11:52.9485243Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32ispunct.o' from root:root to runner:runner
2025-08-20T19:11:52.9485964Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_utsname.in.h' from root:root to runner:runner
2025-08-20T19:11:52.9486597Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fpending.c' from root:root to runner:runner
2025-08-20T19:11:52.9487300Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/inttostr.h' from root:root to runner:runner
2025-08-20T19:11:52.9487929Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getopt1.c' from root:root to runner:runner
2025-08-20T19:11:52.9488627Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sha1-stream.o' from root:root to runner:runner
2025-08-20T19:11:52.9489255Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strnlen.c' from root:root to runner:runner
2025-08-20T19:11:52.9489844Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib' from root:root to runner:runner
2025-08-20T19:11:52.9490619Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7' from root:root to runner:runner
2025-08-20T19:11:52.9491234Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils.tgz' from root:root to runner:runner
2025-08-20T19:11:52.9491752Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz' from root:root to runner:runner
2025-08-20T19:11:52.9492282Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-d12f6c.o' from root:root to runner:runner
2025-08-20T19:11:52.9492807Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-15ecd8.o' from root:root to runner:runner
2025-08-20T19:11:52.9493333Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-416238.o' from root:root to runner:runner
2025-08-20T19:11:52.9493863Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-a7d8a5.o' from root:root to runner:runner
2025-08-20T19:11:52.9494382Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-88e24b.o' from root:root to runner:runner
2025-08-20T19:11:52.9495064Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-b366db.o' from root:root to runner:runner
2025-08-20T19:11:52.9495591Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-02fca2.o' from root:root to runner:runner
2025-08-20T19:11:52.9496121Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-b22b00.o' from root:root to runner:runner
2025-08-20T19:11:52.9496642Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-9540e7.o' from root:root to runner:runner
2025-08-20T19:11:52.9497166Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-6b0691.o' from root:root to runner:runner
2025-08-20T19:11:52.9497756Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-a57ec5.o' from root:root to runner:runner
2025-08-20T19:11:52.9498314Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-8b6279.o' from root:root to runner:runner
2025-08-20T19:11:52.9498913Z [00:04:11.223]➜  changed ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from root:root to runner:runner
2025-08-20T19:11:52.9499351Z [00:04:11.223]➜  ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T19:11:52.9499811Z [00:04:11.223]➜  ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/coreutils.static.version' retained as runner:runner
2025-08-20T19:11:52.9500190Z [00:04:11.223]➜  ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T19:11:52.9500695Z [00:04:11.223]➜  ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T19:11:52.9501167Z [00:04:11.223]➜  ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/coreutils.version' retained as runner:runner
2025-08-20T19:11:52.9501521Z [00:04:11.223]➜  ownership of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T19:11:52.9502036Z [00:04:11.232]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9502667Z [00:04:11.238]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9503210Z [00:04:11.244]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-df5e3a.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9503757Z [00:04:11.250]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-b8d9bc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9504288Z [00:04:11.257]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-9c7c3d.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9504825Z [00:04:11.263]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-593ac4.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9505357Z [00:04:11.269]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-fdd470.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9505889Z [00:04:11.276]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-9620ea.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9506591Z [00:04:11.282]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-0d92ad.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9507130Z [00:04:11.289]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-62ec22.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9507670Z [00:04:11.295]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-f751d5.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9508202Z [00:04:11.301]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-098982.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9508736Z [00:04:11.308]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-e591b2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9509262Z [00:04:11.314]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-85139b.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9509865Z [00:04:11.321]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-edb052.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9510545Z [00:04:11.327]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-e80a29.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9511208Z [00:04:11.334]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-4e7105.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9511861Z [00:04:11.340]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-e62995.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9512395Z [00:04:11.347]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-a5f750.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
﻿2025-08-20T19:11:52.9515577Z [00:04:11.353]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-f5b96a.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9516116Z [00:04:11.360]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-cea949.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9516657Z [00:04:11.366]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-f56a5f.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9517403Z [00:04:11.373]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-f0a5f6.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9517940Z [00:04:11.379]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-c7e3e3.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9518473Z [00:04:11.386]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-5bb241.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9519053Z [00:04:11.392]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-7213f9.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9519595Z [00:04:11.399]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-91df1d.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9520127Z [00:04:11.405]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-aba1ed.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9520874Z [00:04:11.411]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-1947e5.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9521472Z [00:04:11.418]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-62057c.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9522011Z [00:04:11.424]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-693918.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9522549Z [00:04:11.430]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-06fca2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9523080Z [00:04:11.436]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-947b56.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9523610Z [00:04:11.443]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-834778.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9524255Z [00:04:11.449]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-616162.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9524824Z [00:04:11.455]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-b49c45.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9525445Z [00:04:11.462]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-cd0117.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9526003Z [00:04:11.468]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-e1e495.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9526534Z [00:04:11.474]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-ee70e4.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9527069Z [00:04:11.480]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-a06e28.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9527785Z [00:04:11.486]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-72b567.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9528325Z [00:04:11.493]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-931942.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9528938Z [00:04:11.499]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-69f3e3.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9529470Z [00:04:11.505]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-58f8c4.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9530006Z [00:04:11.511]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-9b7f94.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9530661Z [00:04:11.518]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-3b1c6e.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9531244Z [00:04:11.524]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-5f3dd9.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9531781Z [00:04:11.530]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-8315f6.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9532408Z [00:04:11.537]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/config.log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9533052Z [00:04:11.543]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/.vg-suppressions' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9533622Z [00:04:11.550]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/config.status' retained as 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9534223Z [00:04:11.557]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/cfg.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9534851Z [00:04:11.563]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/aclocal.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9535462Z [00:04:11.569]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/.mailmap' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:52.9536182Z [00:04:11.575]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9536895Z [00:04:11.582]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/rename-tests.diff' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:52.9537600Z [00:04:11.588]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/heap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9538295Z [00:04:11.594]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/link-tests.diff' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:52.9539004Z [00:04:11.600]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/xdectoint' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9539675Z [00:04:11.606]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/fd-reopen' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:52.9540582Z [00:04:11.613]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/targetdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9541413Z [00:04:11.619]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/randread' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9542082Z [00:04:11.625]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/randperm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9542740Z [00:04:11.632]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/randint' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:52.9543411Z [00:04:11.638]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/buffer-lcm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9544102Z [00:04:11.645]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/dtimespec-bound' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9544769Z [00:04:11.651]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/cl-strtod' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:52.9545449Z [00:04:11.657]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/fadvise-tests' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:52.9546099Z [00:04:11.664]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/smack' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:52.9546767Z [00:04:11.671]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/root-dev-ino' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:52.9562902Z [00:04:11.677]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/cl-strtold' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:52.9626989Z [00:04:11.684]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/fadvise' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:52.9689884Z [00:04:11.690]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/strnumcmp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9753604Z [00:04:11.696]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/randread-tests' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:52.9815149Z [00:04:11.702]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/xfts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9878085Z [00:04:11.709]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/modules/skipchars' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:52.9941270Z [00:04:11.715]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/local.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.0005188Z [00:04:11.721]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/tests/test-rand-isaac.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.0068866Z [00:04:11.728]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/tests/test-fadvise.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.0133144Z [00:04:11.734]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/heap.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.0197226Z [00:04:11.741]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/randperm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.0260131Z [00:04:11.747]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/strnumcmp.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:53.0325145Z [00:04:11.753]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/randint.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.0390158Z [00:04:11.760]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/fd-reopen.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.0455227Z [00:04:11.767]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/cl-strtold.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:53.0519897Z [00:04:11.773]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/targetdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.0584019Z [00:04:11.779]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/root-dev-ino.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.0648644Z [00:04:11.786]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/cl-strtod.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:53.0711563Z [00:04:11.792]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/strintcmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.0775090Z [00:04:11.798]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/buffer-lcm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.0839248Z [00:04:11.805]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/fadvise.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.0903150Z [00:04:11.811]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/targetdir.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.0968361Z [00:04:11.818]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/fd-reopen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.1034933Z [00:04:11.824]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/buffer-lcm.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:53.1099199Z [00:04:11.831]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/randread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.1166241Z [00:04:11.837]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/xdectoumax.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.1232321Z [00:04:11.844]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/fadvise.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.1298915Z [00:04:11.851]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/xfts.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.1364132Z [00:04:11.857]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/skipchars.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.1429337Z [00:04:11.864]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/strnumcmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.1499611Z [00:04:11.871]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/xdectoimax.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.1566605Z [00:04:11.878]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/heap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.1633686Z [00:04:11.884]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/xfts.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:53.1699239Z [00:04:11.891]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/root-dev-ino.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.1767665Z [00:04:11.898]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/randperm.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:53.1831920Z [00:04:11.904]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/skipchars.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.1896717Z [00:04:11.911]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/smack.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.1963088Z [00:04:11.917]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/cl-strtod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.2027654Z [00:04:11.924]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/randint.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.2093411Z [00:04:11.930]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/rand-isaac.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.2159674Z [00:04:11.937]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/randread.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.2233719Z [00:04:11.944]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/strnumcmp-in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.2298449Z [00:04:11.951]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/dtimespec-bound.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.2362291Z [00:04:11.957]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/xdectoint.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.2428487Z [00:04:11.964]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/dtimespec-bound.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.2496355Z [00:04:11.971]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/xdectoint.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.2563417Z [00:04:11.977]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gl/lib/rand-isaac.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.2627315Z [00:04:11.984]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/THANKS-to-translators' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.2690771Z [00:04:11.990]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/ABOUT-NLS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.2754645Z [00:04:11.996]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/Makefile.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.2819235Z [00:04:12.003]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/TODO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.2884009Z [00:04:12.009]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/thanks-gen' retained as 0775 (rwxrwxr-x)
2025-08-20T19:11:53.2948217Z [00:04:12.016]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/THANKStt.in' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:53.3013117Z [00:04:12.022]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/configure.ac' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.3082067Z [00:04:12.029]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/COPYING' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:53.3144812Z [00:04:12.035]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/.tarball-version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.3211471Z [00:04:12.042]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/doc/parse-datetime.texi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.3278861Z [00:04:12.049]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/doc/constants.texi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.3345050Z [00:04:12.055]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/doc/version.texi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.3417346Z [00:04:12.063]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/doc/coreutils.info' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.3484230Z [00:04:12.069]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/doc/fdl.texi' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:53.3550821Z [00:04:12.076]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/doc/stamp-vti' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.3617205Z [00:04:12.083]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/doc/perm.texi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.3685191Z [00:04:12.089]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/doc/sort-version.texi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.3750284Z [00:04:12.096]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/doc/coreutils.texi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.3815358Z [00:04:12.102]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/doc/local.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.3882938Z [00:04:12.109]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/zh_CN.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.3948691Z [00:04:12.116]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/zh_TW.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.4014480Z [00:04:12.122]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/LINGUAS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.4078936Z [00:04:12.129]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/gl.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.4146155Z [00:04:12.136]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/Rules-quot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.4209761Z [00:04:12.142]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ms.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.4275354Z [00:04:12.149]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/fr.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.4340183Z [00:04:12.155]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/id.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.4405197Z [00:04:12.161]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ro.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.4469051Z [00:04:12.168]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/sl.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.4535455Z [00:04:12.174]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/sk.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.4600113Z [00:04:12.181]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ta.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.4662875Z [00:04:12.187]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/uk.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.4729764Z [00:04:12.194]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ko.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.4794711Z [00:04:12.200]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/hu.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.4858887Z [00:04:12.207]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ja.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.4923212Z [00:04:12.213]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/be.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.4993555Z [00:04:12.220]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/es.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.5069949Z [00:04:12.228]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/tr.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.5144413Z [00:04:12.235]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/bg.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.5209774Z [00:04:12.242]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/af.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.5272978Z [00:04:12.248]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/zh_CN.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.5339289Z [00:04:12.255]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ga.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.5403768Z [00:04:12.261]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ko.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.5467588Z [00:04:12.268]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/sv.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.5531843Z [00:04:12.274]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ta.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.5602778Z [00:04:12.281]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ia.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.5667811Z [00:04:12.288]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/en@boldquot.header' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.5733534Z [00:04:12.294]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/Makevars' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.5800111Z [00:04:12.301]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/lg.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.5865540Z [00:04:12.307]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/kk.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.5931791Z [00:04:12.314]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ru.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.5997070Z [00:04:12.321]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/it.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.6060954Z [00:04:12.327]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/lg.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.6126520Z [00:04:12.334]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/eo.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.6192148Z [00:04:12.340]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ms.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.6264940Z [00:04:12.347]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/cs.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.6336926Z [00:04:12.355]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/el.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.6401784Z [00:04:12.361]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/nb.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.6469104Z [00:04:12.368]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/insert-header.sin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.6535474Z [00:04:12.375]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/af.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.6601492Z [00:04:12.381]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/et.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.6667770Z [00:04:12.388]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/Makefile.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.6731693Z [00:04:12.394]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/et.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.6800224Z [00:04:12.401]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ru.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.6866654Z [00:04:12.408]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/fr.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.6933901Z [00:04:12.414]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/id.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.7000376Z [00:04:12.421]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/be.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.7067955Z [00:04:12.428]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ga.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.7138395Z [00:04:12.435]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/sv.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.7208181Z [00:04:12.442]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/da.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.7276778Z [00:04:12.449]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/POTFILES.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.7343696Z [00:04:12.455]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/sl.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.7412324Z [00:04:12.462]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/sr.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.7479062Z [00:04:12.469]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/it.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.7547809Z [00:04:12.476]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/lt.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.7614875Z [00:04:12.482]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/eo.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.7681479Z [00:04:12.489]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/pt.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.7747856Z [00:04:12.496]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/stamp-po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.7815883Z [00:04:12.502]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ia.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.7882672Z [00:04:12.509]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ja.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.7951528Z [00:04:12.516]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ka.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.8019112Z [00:04:12.523]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/en@quot.header' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.8087053Z [00:04:12.530]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/gl.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.8156380Z [00:04:12.537]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/boldquot.sed' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.8222704Z [00:04:12.543]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/fi.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.8288776Z [00:04:12.550]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.8355801Z [00:04:12.556]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/kk.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.8421455Z [00:04:12.563]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/nl.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.8486934Z [00:04:12.570]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/sk.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.8553429Z [00:04:12.576]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/coreutils.pot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.8620564Z [00:04:12.583]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ro.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.8687838Z [00:04:12.590]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ka.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.8754505Z [00:04:12.596]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/remove-potcdate.sin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.8822988Z [00:04:12.603]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/eu.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.8888332Z [00:04:12.610]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/el.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.8954095Z [00:04:12.616]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/fi.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.9019663Z [00:04:12.623]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/eu.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.9083756Z [00:04:12.629]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/vi.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.9150706Z [00:04:12.636]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/nb.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.9214974Z [00:04:12.642]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/pt_BR.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.9278941Z [00:04:12.649]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ca.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.9343221Z [00:04:12.655]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/vi.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.9405747Z [00:04:12.662]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/uk.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.9472698Z [00:04:12.668]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/nl.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.9536939Z [00:04:12.675]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/es.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.9598997Z [00:04:12.681]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/de.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.9663106Z [00:04:12.687]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/pl.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.9725918Z [00:04:12.694]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/lt.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.9789830Z [00:04:12.700]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/pt.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.9855032Z [00:04:12.706]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/hr.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.9918502Z [00:04:12.713]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/POTFILES' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:53.9980725Z [00:04:12.719]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/ca.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.0045155Z [00:04:12.725]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/de.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.0110116Z [00:04:12.732]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/hu.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.0173509Z [00:04:12.738]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/pl.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.0238986Z [00:04:12.745]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/cs.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.0302156Z [00:04:12.751]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/sr.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.0366648Z [00:04:12.758]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/bg.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.0428770Z [00:04:12.764]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/quot.sed' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.0490517Z [00:04:12.770]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/Makefile.in.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.0556072Z [00:04:12.777]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/zh_TW.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.0644639Z [00:04:12.785]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/hr.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.0709767Z [00:04:12.792]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/da.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.0776763Z [00:04:12.799]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/tr.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.0844575Z [00:04:12.805]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/po/pt_BR.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.0909551Z [00:04:12.812]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/.prev-version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.0978753Z [00:04:12.819]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/autobuild.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.1044765Z [00:04:12.825]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_resource_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.1109574Z [00:04:12.832]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strftime-fixes.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.1174689Z [00:04:12.838]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strdup.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.1237565Z [00:04:12.845]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/arpa_inet_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.1302522Z [00:04:12.851]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/iswdigit.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.1362239Z [00:04:12.857]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/utimes.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.1427994Z [00:04:12.864]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/00gnulib.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.1492110Z [00:04:12.870]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/readlinkat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.1558378Z [00:04:12.877]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/isnanl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.1625160Z [00:04:12.883]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fopen.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.1690358Z [00:04:12.890]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/save-cwd.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.1755813Z [00:04:12.897]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/backupfile.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.1821929Z [00:04:12.903]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strstr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.1887319Z [00:04:12.910]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/ftello.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.1949282Z [00:04:12.916]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stdlib_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.2014031Z [00:04:12.922]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/nproc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.2079360Z [00:04:12.929]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/nls.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.2142902Z [00:04:12.935]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sha512.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.2206356Z [00:04:12.942]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/md5.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.2268770Z [00:04:12.948]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/time_r.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.2333497Z [00:04:12.954]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/rpmatch.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.2396283Z [00:04:12.961]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.2461301Z [00:04:12.967]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/zzgnulib.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.2524350Z [00:04:12.973]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/timegm.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.2588382Z [00:04:12.980]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/rmdir.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.2651727Z [00:04:12.986]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/gnulib-i18n.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.2715173Z [00:04:12.992]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/alloca.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.2776882Z [00:04:12.999]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/creat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.2841144Z [00:04:13.005]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/regex.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.2904520Z [00:04:13.011]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/lib-ignore.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.2970685Z [00:04:13.018]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sched_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.3038761Z [00:04:13.025]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_time_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.3106393Z [00:04:13.031]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/readlink.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.3172088Z [00:04:13.038]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/minmax.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.3234695Z [00:04:13.044]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getcwd.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.3298249Z [00:04:13.051]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/readdir.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.3364236Z [00:04:13.057]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/read.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.3428466Z [00:04:13.064]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stdint_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.3491986Z [00:04:13.070]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/utime_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.3553420Z [00:04:13.076]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/locale-tr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.3618338Z [00:04:13.083]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/time_rz.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.3685508Z [00:04:13.089]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/reallocarray.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.3751364Z [00:04:13.096]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sleep.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.3816535Z [00:04:13.103]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/jm-winsz1.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.3882633Z [00:04:13.109]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/lstat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.3947183Z [00:04:13.116]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/canon-host.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.4011266Z [00:04:13.122]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/unlinkdir.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.4075920Z [00:04:13.129]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/rawmemchr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.4140071Z [00:04:13.135]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/vasprintf.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.4205893Z [00:04:13.142]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fcntl-safer.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.4269730Z [00:04:13.148]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/ssize_t.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.4335264Z [00:04:13.154]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/wmempcpy.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.4399904Z [00:04:13.161]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/memcasecmp.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.4463512Z [00:04:13.167]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stdarg.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.4528928Z [00:04:13.174]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_stat_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.4593918Z [00:04:13.180]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strtoll.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.4657571Z [00:04:13.187]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/dup.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.4722752Z [00:04:13.193]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/cycle-check.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.4786717Z [00:04:13.200]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/freadptr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.4852684Z [00:04:13.206]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mkfifo.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.4916972Z [00:04:13.213]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pselect.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.4982408Z [00:04:13.219]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/unlinkat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.5046684Z [00:04:13.226]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/base32.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.5110915Z [00:04:13.232]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stat-time.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.5175417Z [00:04:13.238]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/localename.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.5242060Z [00:04:13.245]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fchdir.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.5306501Z [00:04:13.252]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/multiarch.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.5370567Z [00:04:13.258]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/idcache.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.5436932Z [00:04:13.265]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/lcmessage.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.5503619Z [00:04:13.271]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/servent.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.5568000Z [00:04:13.278]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fchownat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.5633828Z [00:04:13.284]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stdalign.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.5697726Z [00:04:13.291]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/nanosleep.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.5762818Z [00:04:13.297]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/isnand.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.5826437Z [00:04:13.304]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/assert.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.5887870Z [00:04:13.310]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/explicit_bzero.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.5950407Z [00:04:13.316]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/largefile.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.6015752Z [00:04:13.323]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getpagesize.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.6078936Z [00:04:13.329]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/timespec.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.6142007Z [00:04:13.335]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/freadseek.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.6206221Z [00:04:13.342]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/frexp.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.6270158Z [00:04:13.348]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getaddrinfo.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.6334448Z [00:04:13.354]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/iswpunct.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.6399144Z [00:04:13.361]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/freading.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.6465083Z [00:04:13.367]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mkancesdirs.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.6531952Z [00:04:13.374]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sha256.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.6599622Z [00:04:13.381]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/builtin-expect.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.6665721Z [00:04:13.387]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sigaction.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.6730050Z [00:04:13.394]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/ioctl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.6797413Z [00:04:13.401]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/snan.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.6862282Z [00:04:13.407]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/codeset.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.6928651Z [00:04:13.414]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/freopen.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.6996573Z [00:04:13.421]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/lib-link.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.7061795Z [00:04:13.427]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getcwd-abort-bug.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.7126564Z [00:04:13.434]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/xalloc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.7193261Z [00:04:13.440]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/locale-ja.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.7260009Z [00:04:13.447]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/msvc-nothrow.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.7325994Z [00:04:13.454]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/build-to-host.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.7389111Z [00:04:13.460]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pthread_mutex_timedlock.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.7454201Z [00:04:13.466]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/vasprintf-posix.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.7516850Z [00:04:13.473]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/c32rtomb.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.7582328Z [00:04:13.479]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/symlink.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.7648113Z [00:04:13.486]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getlogin.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.7708749Z [00:04:13.492]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strtoumax.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.7771929Z [00:04:13.498]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/group-member.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.7834405Z [00:04:13.504]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/nocrash.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.7899508Z [00:04:13.511]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/parse-datetime.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.7964602Z [00:04:13.517]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fpieee.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.8028093Z [00:04:13.524]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mode_t.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.8090351Z [00:04:13.530]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/raise.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.8154031Z [00:04:13.536]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/xstrtod.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.8217777Z [00:04:13.543]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/human.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.8282473Z [00:04:13.549]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getdelim.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.8346806Z [00:04:13.556]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/quote.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.8411224Z [00:04:13.562]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/iconv_open.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.8473254Z [00:04:13.568]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/msvc-inval.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.8537501Z [00:04:13.575]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sm3.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.8602023Z [00:04:13.581]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/timer_time.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.8667510Z [00:04:13.588]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fileblocks.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.8733398Z [00:04:13.594]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/socklen.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.8798060Z [00:04:13.601]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/absolute-header.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.8862775Z [00:04:13.607]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/futimens.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.8927406Z [00:04:13.614]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/hostent.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.8991780Z [00:04:13.620]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/usleep.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.9055979Z [00:04:13.626]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stpcpy.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.9122279Z [00:04:13.633]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fcntl_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.9190580Z [00:04:13.640]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/nullptr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.9258534Z [00:04:13.647]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/tm_gmtoff.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.9324178Z [00:04:13.653]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/inline.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.9393007Z [00:04:13.660]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/build-cc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.9459483Z [00:04:13.667]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_utsname_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.9527421Z [00:04:13.674]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_ioctl_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.9596561Z [00:04:13.680]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/isnanf.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.9664398Z [00:04:13.687]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/d-type.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.9739280Z [00:04:13.694]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sha1.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.9800584Z [00:04:13.701]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getlocalename_l.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.9899403Z [00:04:13.711]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/assert_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:54.9968360Z [00:04:13.718]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getline.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.0035918Z [00:04:13.725]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/localeconv.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.0100272Z [00:04:13.731]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/xnanosleep.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.0166346Z [00:04:13.738]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/setlocale_null.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.0233819Z [00:04:13.744]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/read-file.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.0299740Z [00:04:13.751]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/close.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.0367892Z [00:04:13.758]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mbswidth.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.0434867Z [00:04:13.764]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/iconv_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.0505309Z [00:04:13.771]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/open.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.0574775Z [00:04:13.778]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/snprintf.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.0644818Z [00:04:13.785]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/obstack.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.0710093Z [00:04:13.792]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/savewd.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.0827099Z [00:04:13.804]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strsignal.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.0893640Z [00:04:13.810]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/i-ring.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.0962861Z [00:04:13.817]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fpurge.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.1029026Z [00:04:13.824]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/xsize.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.1094895Z [00:04:13.830]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/environ.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.1162041Z [00:04:13.837]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_cdefs_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.1229511Z [00:04:13.844]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/printf.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.1297657Z [00:04:13.851]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/include_next.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.1360885Z [00:04:13.857]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/euidaccess.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.1424519Z [00:04:13.863]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getndelim2.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.1488407Z [00:04:13.870]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strerrorname_np.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.1549259Z [00:04:13.876]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/select.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.1613053Z [00:04:13.882]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/link-follow.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.1677511Z [00:04:13.889]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sockpfaf.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.1739542Z [00:04:13.895]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/crc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.1801659Z [00:04:13.901]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/lib-ld.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.1866751Z [00:04:13.908]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/cu-progs.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.1929324Z [00:04:13.914]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/wctype_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.1992260Z [00:04:13.920]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pthread_rwlock_rdlock.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.2058169Z [00:04:13.927]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pipe.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.2121327Z [00:04:13.933]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fnmatch_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.2185296Z [00:04:13.939]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strerror.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.2247494Z [00:04:13.946]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/unicase_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.2312321Z [00:04:13.952]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/progtest.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.2376900Z [00:04:13.959]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/isatty.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.2440373Z [00:04:13.965]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/config-h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.2506340Z [00:04:13.972]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/canonicalize.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.2573666Z [00:04:13.978]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pthread-mutex.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.2640036Z [00:04:13.985]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/ctype_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.2707198Z [00:04:13.992]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fstatat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.2775265Z [00:04:13.998]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/rename.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.2840583Z [00:04:14.005]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mkdirat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.2907324Z [00:04:14.012]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/openat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.2974851Z [00:04:14.018]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/chown.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.3042210Z [00:04:14.025]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/utimecmp.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.3110531Z [00:04:14.032]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/copy-file-range.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.3175786Z [00:04:14.039]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/wint_t.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.3239900Z [00:04:14.045]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/extensions.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.3302940Z [00:04:14.051]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/gl-openssl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.3367391Z [00:04:14.058]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/faccessat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.3431158Z [00:04:14.064]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_types_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.3495831Z [00:04:14.071]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/linkat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.3561002Z [00:04:14.077]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pthread_sigmask.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.3624498Z [00:04:14.083]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mbrtowc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.3688613Z [00:04:14.090]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/inttypes.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.3754255Z [00:04:14.096]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/filenamecat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.3818945Z [00:04:14.103]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/crc-x86_64.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.3884578Z [00:04:14.109]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strerror_r.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.3950048Z [00:04:14.116]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_select_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.4013706Z [00:04:14.122]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/isblank.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.4075772Z [00:04:14.129]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/flexmember.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.4140831Z [00:04:14.135]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/access.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.4207227Z [00:04:14.142]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/selinux-label-h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.4271300Z [00:04:14.148]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/math_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.4335672Z [00:04:14.155]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mmap-anon.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.4401388Z [00:04:14.161]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/extern-inline.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.4467711Z [00:04:14.168]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/iswxdigit.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.4537987Z [00:04:14.175]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fdopen.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.4601985Z [00:04:14.181]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/configmake.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.4665169Z [00:04:14.187]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pthread_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.4729304Z [00:04:14.194]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/ftruncate.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.4796398Z [00:04:14.201]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/putenv.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.4862441Z [00:04:14.207]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fcntl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.4928658Z [00:04:14.214]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/realloc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.4993556Z [00:04:14.220]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/filemode.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.5060043Z [00:04:14.227]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/wmemchr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.5128436Z [00:04:14.234]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/uchar_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.5195347Z [00:04:14.240]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/socketlib.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.5261365Z [00:04:14.247]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/wchar_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.5325987Z [00:04:14.254]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/alignalloc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.5390339Z [00:04:14.260]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/freadahead.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.5454897Z [00:04:14.266]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strtoull.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.5519971Z [00:04:14.273]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/yesno.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.5584559Z [00:04:14.279]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/dirent_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.5650039Z [00:04:14.286]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/lib-prefix.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.5715644Z [00:04:14.293]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/localcharset.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.5779434Z [00:04:14.299]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mbrtoc32.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.5846754Z [00:04:14.306]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/isapipe.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.5912209Z [00:04:14.312]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/nan-mips.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.5975483Z [00:04:14.318]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/closedir.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.6041255Z [00:04:14.325]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/float_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.6104975Z [00:04:14.331]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/locale-en.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.6171271Z [00:04:14.338]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getugroups.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.6237386Z [00:04:14.345]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/visibility.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.6303102Z [00:04:14.351]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/wcwidth.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.6367563Z [00:04:14.358]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fsync.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.6433229Z [00:04:14.364]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mbsrtowcs.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.6498587Z [00:04:14.371]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/jm-winsz2.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.6561593Z [00:04:14.377]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getopt.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.6622647Z [00:04:14.383]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/ldexpl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.6686584Z [00:04:14.390]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/posixtm.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.6749957Z [00:04:14.396]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/locale-zh.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.6813294Z [00:04:14.402]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/jm-macros.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.6877997Z [00:04:14.409]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/userspec.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.6943258Z [00:04:14.415]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fstat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.7007854Z [00:04:14.422]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/random_r.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.7075414Z [00:04:14.428]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/time_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.7143911Z [00:04:14.435]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mkfifoat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.7208937Z [00:04:14.442]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fseterr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.7277426Z [00:04:14.449]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/double-slash-root.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.7343659Z [00:04:14.455]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/lchown.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.7409243Z [00:04:14.462]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fchmodat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.7472093Z [00:04:14.468]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/__inline.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.7537104Z [00:04:14.475]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/lchmod.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.7601475Z [00:04:14.481]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/utimensat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.7666041Z [00:04:14.488]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/ftell.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.7730633Z [00:04:14.494]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/settime.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.7795295Z [00:04:14.500]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fflush.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.7860343Z [00:04:14.507]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getloadavg.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.7925342Z [00:04:14.513]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fdatasync.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.7989870Z [00:04:14.520]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/printf-frexp.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.8054618Z [00:04:14.526]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/size_max.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.8119227Z [00:04:14.533]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/once.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.8186511Z [00:04:14.540]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strtoimax.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.8251801Z [00:04:14.546]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/uname.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.8318161Z [00:04:14.553]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getgroups.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.8381036Z [00:04:14.559]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/posix_memalign.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.8444223Z [00:04:14.565]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/inet_pton.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.8507828Z [00:04:14.572]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/locale_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.8571350Z [00:04:14.578]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mpsort.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.8638398Z [00:04:14.585]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/intlmacosx.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.8700767Z [00:04:14.591]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pathmax.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.8761936Z [00:04:14.597]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/intmax_t.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.8825454Z [00:04:14.604]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_socket_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.8889896Z [00:04:14.610]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/setlocale.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.8956167Z [00:04:14.617]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/windows-rc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.9022006Z [00:04:14.623]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/wctype.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.9087077Z [00:04:14.630]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mbtowc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.9151550Z [00:04:14.636]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/iswblank.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.9215158Z [00:04:14.642]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/memchr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.9279739Z [00:04:14.649]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stdbit_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.9345804Z [00:04:14.656]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/quotearg.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.9408156Z [00:04:14.662]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mbslen.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.9471729Z [00:04:14.668]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/vasnprintf.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.9534641Z [00:04:14.674]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mountlist.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.9600186Z [00:04:14.681]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pthread-cond.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.9664099Z [00:04:14.687]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mkstemp.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.9726559Z [00:04:14.694]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/gettime.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.9791005Z [00:04:14.700]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/threadlib.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.9856285Z [00:04:14.707]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/libunistring-base.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.9919927Z [00:04:14.713]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/gnulib-comp.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:55.9985708Z [00:04:14.720]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/clock_time.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.0051548Z [00:04:14.726]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mknod.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.0116386Z [00:04:14.733]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/errno_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.0181084Z [00:04:14.739]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/readutmp.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.0243272Z [00:04:14.745]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/posix-shell.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.0307654Z [00:04:14.752]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/selinux-selinux-h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.0370285Z [00:04:14.758]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/c-strtod.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.0433088Z [00:04:14.764]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/error_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.0497246Z [00:04:14.771]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/tmpdir.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.0560899Z [00:04:14.777]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/xgetcwd.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.0626257Z [00:04:14.784]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/memrchr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.0688721Z [00:04:14.790]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/signal_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.0753531Z [00:04:14.796]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/locale-fr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.0819086Z [00:04:14.803]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stddef_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.0886206Z [00:04:14.810]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strnlen.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.0954452Z [00:04:14.816]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/unictype_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.1016754Z [00:04:14.823]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fclose.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.1080949Z [00:04:14.829]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/gethrxtime.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.1147843Z [00:04:14.836]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fdopendir.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.1216944Z [00:04:14.843]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/physmem.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.1286645Z [00:04:14.850]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mgetgroups.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.1355375Z [00:04:14.857]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/posixver.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.1422949Z [00:04:14.863]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getrusage.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.1488915Z [00:04:14.870]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/off64_t.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.1554595Z [00:04:14.876]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/perl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.1621012Z [00:04:14.883]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/unlink-busy.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.1689815Z [00:04:14.890]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/langinfo_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.1754823Z [00:04:14.896]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/po.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.1818389Z [00:04:14.903]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/inet_ntop.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.1883827Z [00:04:14.909]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/xvasprintf.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.1946694Z [00:04:14.916]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/exponentl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.2009555Z [00:04:14.922]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/dup2.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.2076923Z [00:04:14.929]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/musl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.2140691Z [00:04:14.935]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/nl_langinfo.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.2203156Z [00:04:14.941]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/gettext.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.2266723Z [00:04:14.948]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mkdir.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.2329582Z [00:04:14.954]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/libgmp.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.2393525Z [00:04:14.960]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pthread-rwlock.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.2456006Z [00:04:14.967]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/link.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.2520977Z [00:04:14.973]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/byteswap.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.2581440Z [00:04:14.979]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/utimens.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.2647883Z [00:04:14.986]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/remove.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.2713941Z [00:04:14.992]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/savedir.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.2779811Z [00:04:14.999]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pipe2.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.2845956Z [00:04:15.006]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/intl-thread-locale.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.2908635Z [00:04:15.012]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pthread-thread.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.2971051Z [00:04:15.018]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/utime.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.3035534Z [00:04:15.024]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/tls.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.3102757Z [00:04:15.031]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fsusage.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.3167325Z [00:04:15.038]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/unistd-safer.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.3230000Z [00:04:15.044]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/termios_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.3293542Z [00:04:15.050]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/free.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.3354749Z [00:04:15.056]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/inttostr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.3414842Z [00:04:15.062]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/host-cpu-c-abi.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.3478783Z [00:04:15.069]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/memcoll.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.3542532Z [00:04:15.075]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fstypename.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.3608933Z [00:04:15.082]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/thread.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.3673927Z [00:04:15.088]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/yield.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.3738076Z [00:04:15.095]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/printf-frexpl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.3803531Z [00:04:15.101]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/tempname.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.3875045Z [00:04:15.108]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/malloca.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.3941178Z [00:04:15.115]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mkostemp.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.4008920Z [00:04:15.122]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/error.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.4076909Z [00:04:15.129]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/signalblocking.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.4141496Z [00:04:15.135]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/priv-set.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.4207720Z [00:04:15.142]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mkdir-p.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.4273657Z [00:04:15.148]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stat-prog.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.4338719Z [00:04:15.155]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fpending.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.4404680Z [00:04:15.161]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stat-size.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.4470083Z [00:04:15.168]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/off_t.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.4533140Z [00:04:15.174]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_wait_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.4599413Z [00:04:15.181]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/write-any-file.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.4663741Z [00:04:15.187]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/warnings.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.4726326Z [00:04:15.194]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/modechange.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.4788426Z [00:04:15.200]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/lseek.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.4851800Z [00:04:15.206]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/manywarnings.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.4914747Z [00:04:15.212]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mbstate_t.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.4977530Z [00:04:15.219]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getprogname.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.5042342Z [00:04:15.225]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mbrlen.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.5111098Z [00:04:15.232]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/lock.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.5175428Z [00:04:15.238]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fseeko.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.5239987Z [00:04:15.245]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strtold.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.5306611Z [00:04:15.252]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/netdb_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.5371379Z [00:04:15.258]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/base64.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.5437015Z [00:04:15.265]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fts.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.5506588Z [00:04:15.272]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/nstrftime.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.5573158Z [00:04:15.278]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/unistd_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.5638901Z [00:04:15.285]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/dirfd.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.5703785Z [00:04:15.291]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sig2str.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.5769361Z [00:04:15.298]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/bison.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.5839563Z [00:04:15.305]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stdint.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.5906058Z [00:04:15.311]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getcwd-path-max.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.5971766Z [00:04:15.318]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/check-decl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.6039650Z [00:04:15.325]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/secure_getenv.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.6108585Z [00:04:15.332]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/include-exclude-prog.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.6175034Z [00:04:15.338]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/atoll.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.6239506Z [00:04:15.345]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/xstrtol.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.6302976Z [00:04:15.351]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/time.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.6370020Z [00:04:15.358]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/wcrtomb.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.6437619Z [00:04:15.365]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/perror.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.6502916Z [00:04:15.371]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/chdir-long.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.6568074Z [00:04:15.378]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/random.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.6631763Z [00:04:15.384]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/signbit.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.6697689Z [00:04:15.391]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mempcpy.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.6762651Z [00:04:15.397]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_random_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.6826925Z [00:04:15.404]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/iswctype.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.6892450Z [00:04:15.410]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/open-cloexec.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.6957619Z [00:04:15.417]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/prereq.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.7022074Z [00:04:15.423]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/gettimeofday.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.7088048Z [00:04:15.430]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/strtod.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.7154922Z [00:04:15.436]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/htonl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.7220613Z [00:04:15.443]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/memset_explicit.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.7284781Z [00:04:15.449]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/same.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.7351725Z [00:04:15.456]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/wctomb.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.7417847Z [00:04:15.463]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/exponentf.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.7482759Z [00:04:15.469]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/ungetc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.7547079Z [00:04:15.476]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/rewinddir.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.7615570Z [00:04:15.482]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/exponentd.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.7679491Z [00:04:15.489]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/limits-h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.7741979Z [00:04:15.495]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/semaphore.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.7805686Z [00:04:15.501]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pthread-spin.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.7869865Z [00:04:15.508]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getdtablesize.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.7932439Z [00:04:15.514]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/ldexp.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.7992634Z [00:04:15.520]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/c-bool.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.8056168Z [00:04:15.527]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/pthread-once.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.8119554Z [00:04:15.533]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/malloc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.8187602Z [00:04:15.540]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/open-slash.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.8251027Z [00:04:15.546]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/setenv.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.8315286Z [00:04:15.552]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/opendir.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.8378728Z [00:04:15.559]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/string_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.8445216Z [00:04:15.565]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/unlink.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.8507843Z [00:04:15.572]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/selinux-context-h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.8571364Z [00:04:15.578]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/unicodeio.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.8635873Z [00:04:15.584]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/unlocked-io.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.8699034Z [00:04:15.591]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fcntl-o.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.8761823Z [00:04:15.597]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sched_yield.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.8826602Z [00:04:15.604]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/calloc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.8894442Z [00:04:15.610]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/readtokens.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.8960553Z [00:04:15.617]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/acl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.9025188Z [00:04:15.623]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/endian_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.9089611Z [00:04:15.630]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/tmpfile.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.9153017Z [00:04:15.636]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/inttypes_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.9217362Z [00:04:15.643]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/iconv.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.9281279Z [00:04:15.649]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fnmatch.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.9345999Z [00:04:15.655]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/symlinkat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.9412219Z [00:04:15.662]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/host-os.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.9476570Z [00:04:15.669]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/tzset.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.9540711Z [00:04:15.675]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/uninorm_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.9619099Z [00:04:15.683]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/xattr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.9694967Z [00:04:15.690]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/safe-write.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.9761232Z [00:04:15.697]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/getrandom.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.9825029Z [00:04:15.703]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/fseek.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.9893031Z [00:04:15.710]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sockets.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:56.9958397Z [00:04:15.717]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/write.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.0022470Z [00:04:15.723]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/extensions-aix.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.0088951Z [00:04:15.730]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/longlong.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.0155243Z [00:04:15.736]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/version-etc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.0223617Z [00:04:15.743]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/systemd.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.0296473Z [00:04:15.751]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/wctob.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.0361055Z [00:04:15.757]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/btowc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.0426757Z [00:04:15.764]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/af_alg.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.0493815Z [00:04:15.770]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mktime.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.0559900Z [00:04:15.777]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/frexpl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.0627095Z [00:04:15.784]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/renameat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.0692000Z [00:04:15.790]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/stdio_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.0758294Z [00:04:15.797]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/netinet_in_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.0823045Z [00:04:15.803]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/qsort_r.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.0887996Z [00:04:15.810]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/mbsinit.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.0953557Z [00:04:15.816]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/d-ino.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.1019887Z [00:04:15.823]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/chmod.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.1091933Z [00:04:15.830]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/sys_uio_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.1156982Z [00:04:15.837]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/safe-read.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.1223516Z [00:04:15.843]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/gethostname.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.1285909Z [00:04:15.850]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/m4/gnulib-common.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.1349875Z [00:04:15.856]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.1414380Z [00:04:15.862]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/THANKS.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.1478807Z [00:04:15.869]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/bootstrap' retained as 0755 (rwxr-xr-x)
2025-08-20T19:11:57.1546121Z [00:04:15.876]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/README' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.1611826Z [00:04:15.882]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/configure' retained as 0755 (rwxr-xr-x)
2025-08-20T19:11:57.1678035Z [00:04:15.889]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/maint.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.1743968Z [00:04:15.895]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/AUTHORS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.1807431Z [00:04:15.902]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/NEWS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.1873981Z [00:04:15.908]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/dist-check.mk' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:57.1939875Z [00:04:15.915]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_wc.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.2004119Z [00:04:15.921]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chown' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.2068755Z [00:04:15.928]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/mktemp' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.2135806Z [00:04:15.934]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mkdir.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.2199589Z [00:04:15.941]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_users.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.2265105Z [00:04:15.947]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ln_a-force-link.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.2326925Z [00:04:15.954]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/mv' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.2389981Z [00:04:15.960]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sleep' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.2451513Z [00:04:15.966]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/selinux.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.2514541Z [00:04:15.972]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_unexpand_a-unexpand.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.2576540Z [00:04:15.979]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/test' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.2642087Z [00:04:15.985]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ln.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.2707199Z [00:04:15.992]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/dircolors.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.2768605Z [00:04:15.998]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/group-list.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.2831421Z [00:04:16.004]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/rm' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.2894968Z [00:04:16.010]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chcon.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.2959361Z [00:04:16.017]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_du.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.3023437Z [00:04:16.023]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.3087494Z [00:04:16.030]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chown.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.3153069Z [00:04:16.036]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mknod.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.3220703Z [00:04:16.043]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_touch.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.3282605Z [00:04:16.049]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ginstall_a-force-link.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.3348511Z [00:04:16.056]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/pinky.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.3413475Z [00:04:16.062]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/prog-fprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.3476719Z [00:04:16.069]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/readlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.3539912Z [00:04:16.075]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_nproc.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.3603477Z [00:04:16.081]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_printenv_a-printenv.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.3666744Z [00:04:16.088]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_env_a-operand2sig.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.3730016Z [00:04:16.094]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_runcon_a-runcon.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.3790232Z [00:04:16.100]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.3855512Z [00:04:16.106]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chmod.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.3918351Z [00:04:16.113]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cat_a-cat.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.3981484Z [00:04:16.119]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_rm.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.4045400Z [00:04:16.125]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ginstall_a-selinux.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.4110999Z [00:04:16.132]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_test.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.4177929Z [00:04:16.139]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/runcon' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.4240228Z [00:04:16.145]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/nl' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.4304008Z [00:04:16.151]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/fs-is-local.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.4369324Z [00:04:16.158]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mktemp.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.4432980Z [00:04:16.164]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/df' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.4496477Z [00:04:16.171]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ls_a-ls.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.4559546Z [00:04:16.177]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cut.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.4622435Z [00:04:16.183]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/fold.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.4685007Z [00:04:16.189]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/link' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.4747639Z [00:04:16.196]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sha1sum' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.4811098Z [00:04:16.202]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_echo_a-echo.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.4875429Z [00:04:16.209]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_nl_a-nl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.4937509Z [00:04:16.215]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/temp-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.5001112Z [00:04:16.221]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/printf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.5061867Z [00:04:16.227]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/chown-chown.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.5125635Z [00:04:16.233]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_uname_a-uname-uname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.5190152Z [00:04:16.240]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_sort_a-sort.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.5254382Z [00:04:16.246]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/stty.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.5317275Z [00:04:16.253]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/shuf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.5381455Z [00:04:16.259]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/base64-basenc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.5445650Z [00:04:16.265]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/who.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.5511988Z [00:04:16.272]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/sync.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.5575227Z [00:04:16.278]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mv_a-remove.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.5636732Z [00:04:16.285]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/stat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.5698544Z [00:04:16.291]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_sha512sum_a-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.5758395Z [00:04:16.297]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_tr_a-tr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.5820035Z [00:04:16.303]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_basenc_a-basenc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.5881193Z [00:04:16.309]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libcksum_avx2_a-cksum_avx2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.5942969Z [00:04:16.315]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_tee_a-iopoll.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.6005564Z [00:04:16.321]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/getlimits.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.6068595Z [00:04:16.328]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/chcon.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.6131080Z [00:04:16.334]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/printenv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.6198649Z [00:04:16.341]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_split_a-split.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.6267796Z [00:04:16.348]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/numfmt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.6333071Z [00:04:16.354]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ls_a-ls.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.6396021Z [00:04:16.360]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_true_a-true.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.6459533Z [00:04:16.367]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cat_a-cat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.6521162Z [00:04:16.373]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/ls.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.6582158Z [00:04:16.379]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/make-prime-list.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.6647114Z [00:04:16.386]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_rm_a-rm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.6708919Z [00:04:16.392]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/chown.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.6772221Z [00:04:16.398]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cp_a-cp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.6836428Z [00:04:16.405]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/chroot.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.6902648Z [00:04:16.411]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/chown-core.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.6968055Z [00:04:16.418]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/show-date.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.7033085Z [00:04:16.424]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_tail_a-iopoll.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.7097857Z [00:04:16.431]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/cat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.7162043Z [00:04:16.437]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_sha256sum_a-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.7226928Z [00:04:16.444]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/csplit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.7290210Z [00:04:16.450]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_numfmt_a-numfmt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.7355119Z [00:04:16.456]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/sha224sum-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.7419915Z [00:04:16.463]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_numfmt_a-set-fields.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.7483824Z [00:04:16.469]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/hostid.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.7547377Z [00:04:16.476]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_tty_a-tty.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.7611057Z [00:04:16.482]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cp_a-selinux.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.7673500Z [00:04:16.488]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_wc_a-wc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.7737372Z [00:04:16.495]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/ls-dir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.7801766Z [00:04:16.501]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/du.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.7867484Z [00:04:16.508]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/uname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.7930828Z [00:04:16.514]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/users.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.7995950Z [00:04:16.521]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/tail.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.8063695Z [00:04:16.527]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_pwd_a-pwd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.8130391Z [00:04:16.534]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_date_a-show-date.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.8196660Z [00:04:16.541]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/runcon.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.8264806Z [00:04:16.547]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/expand-common.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.8331262Z [00:04:16.554]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_sleep_a-sleep.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.8396117Z [00:04:16.561]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libcksum_pclmul_a-cksum_pclmul.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.8460123Z [00:04:16.567]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/unlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.8527540Z [00:04:16.574]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/iopoll.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.8590963Z [00:04:16.580]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ls_a-ls-ls.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.8655741Z [00:04:16.587]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/echo.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.8720679Z [00:04:16.593]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/chmod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.8782993Z [00:04:16.599]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_pathchk_a-pathchk.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.8846989Z [00:04:16.606]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cksum_a-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.8911188Z [00:04:16.612]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_rmdir_a-rmdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.8975499Z [00:04:16.619]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_dircolors_a-dircolors.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.9039394Z [00:04:16.625]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ginstall_a-copy.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.9105739Z [00:04:16.632]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ln_a-ln.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.9169830Z [00:04:16.638]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/selinux.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.9235245Z [00:04:16.644]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/relpath.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.9302972Z [00:04:16.651]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_tac_a-temp-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.9369036Z [00:04:16.658]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/env.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.9435616Z [00:04:16.664]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_dir_a-coreutils-dir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.9501750Z [00:04:16.671]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_hostname_a-hostname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.9567074Z [00:04:16.678]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_unexpand_a-unexpand.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.9633461Z [00:04:16.684]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_who_a-who.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.9699569Z [00:04:16.691]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/od.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.9767311Z [00:04:16.698]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_false_a-false.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.9838531Z [00:04:16.705]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_df_a-df.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.9905232Z [00:04:16.711]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_sync_a-sync.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:57.9973884Z [00:04:16.718]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/uniq.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.0038431Z [00:04:16.725]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin___a-lbracket.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.0105134Z [00:04:16.731]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_rm_a-remove.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.0171419Z [00:04:16.738]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/base32-basenc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.0239679Z [00:04:16.745]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/nproc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.0305147Z [00:04:16.751]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_expand_a-expand.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.0367007Z [00:04:16.758]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mkfifo_a-mkfifo.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.0428877Z [00:04:16.764]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cut_a-cut.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.0491136Z [00:04:16.770]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/truncate.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.0556778Z [00:04:16.777]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/sha512sum-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.0623343Z [00:04:16.783]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libcksum_avx512_a-cksum_avx512.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.0688501Z [00:04:16.790]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_uname_a-uname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.0753484Z [00:04:16.796]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/sum-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.0815261Z [00:04:16.802]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/md5sum-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.0879529Z [00:04:16.809]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_od_a-od.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.0943194Z [00:04:16.815]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/sha256sum-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.1006644Z [00:04:16.822]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_env_a-operand2sig.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.1068722Z [00:04:16.828]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_factor_a-factor.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.1131832Z [00:04:16.834]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mv_a-cp-hash.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.1196903Z [00:04:16.841]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/whoami.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.1263847Z [00:04:16.847]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/cut.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.1327857Z [00:04:16.854]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_expand_a-expand-common.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.1392438Z [00:04:16.860]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_chmod_a-chmod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.1456536Z [00:04:16.867]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mkdir_a-selinux.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.1519749Z [00:04:16.873]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.1598809Z [00:04:16.881]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_tsort_a-tsort.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.1664108Z [00:04:16.887]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_chroot_a-chroot.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.1728869Z [00:04:16.894]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mv_a-copy.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.1795771Z [00:04:16.900]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/tty.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.1861951Z [00:04:16.907]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mknod_a-selinux.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.1926423Z [00:04:16.914]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/coreutils-coreutils.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.1992641Z [00:04:16.920]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/uptime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.2054465Z [00:04:16.926]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_fmt_a-fmt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.2117884Z [00:04:16.933]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/split.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.2179598Z [00:04:16.939]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/seq.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.2242397Z [00:04:16.945]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_groups_a-groups.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.2305534Z [00:04:16.951]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/rmdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.2367212Z [00:04:16.958]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_base64_a-basenc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.2432820Z [00:04:16.964]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_nohup_a-nohup.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.2496457Z [00:04:16.971]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/logname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.2558389Z [00:04:16.977]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/dircolors.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.2621112Z [00:04:16.983]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_shred_a-shred.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.2685475Z [00:04:16.989]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/unexpand.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.2748198Z [00:04:16.996]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/set-fields.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.2813280Z [00:04:17.002]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/df.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.2877354Z [00:04:17.009]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_seq_a-seq.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.2940997Z [00:04:17.015]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_uniq_a-uniq.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.3002818Z [00:04:17.021]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_echo_a-echo.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.3066090Z [00:04:17.028]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_stat_a-find-mount-point.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.3133438Z [00:04:17.034]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_tac_a-tac.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.3196795Z [00:04:17.041]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/rm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.3258852Z [00:04:17.047]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mkdir_a-mkdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.3321084Z [00:04:17.053]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_timeout_a-operand2sig.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.3382945Z [00:04:17.059]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_chown_a-chown-chown.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.3448299Z [00:04:17.066]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_logname_a-logname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.3510961Z [00:04:17.072]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_pr_a-pr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.3572276Z [00:04:17.078]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_readlink_a-readlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.3634590Z [00:04:17.084]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_hostid_a-hostid.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.3697276Z [00:04:17.091]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_stat_a-stat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.3758524Z [00:04:17.097]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_nice_a-nice.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.3820926Z [00:04:17.103]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_chgrp_a-coreutils-chgrp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.3884227Z [00:04:17.109]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/sum-sum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.3947374Z [00:04:17.116]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/mkfifo.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.4009878Z [00:04:17.122]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/copy.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.4072419Z [00:04:17.128]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/dd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.4134326Z [00:04:17.134]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_kill_a-kill.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.4197515Z [00:04:17.141]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cksum_a-sum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.4263987Z [00:04:17.147]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/force-link.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.4325738Z [00:04:17.154]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/tr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.4388027Z [00:04:17.160]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_yes_a-yes.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.4451350Z [00:04:17.166]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ginstall_a-selinux.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.4515452Z [00:04:17.173]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/install.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.4579899Z [00:04:17.179]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/date.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.4646022Z [00:04:17.186]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/operand2sig.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.4711350Z [00:04:17.192]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_whoami_a-whoami.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.4779031Z [00:04:17.199]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_tee_a-tee.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.4844610Z [00:04:17.205]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/false.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.4908417Z [00:04:17.212]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mktemp_a-mktemp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.4974538Z [00:04:17.218]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/fmt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.5038350Z [00:04:17.225]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_nproc_a-nproc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.5102743Z [00:04:17.231]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/basename.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.5167908Z [00:04:17.238]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cut_a-set-fields.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.5232085Z [00:04:17.244]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_id_a-group-list.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.5296481Z [00:04:17.251]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/paste.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.5357999Z [00:04:17.257]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ginstall_a-force-link.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.5420781Z [00:04:17.263]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ginstall_a-prog-fprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.5485367Z [00:04:17.269]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/cksum-cksum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.5550123Z [00:04:17.276]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/factor.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.5613490Z [00:04:17.282]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/id.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.5676744Z [00:04:17.289]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/remove.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.5739809Z [00:04:17.295]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cp_a-copy.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.5801229Z [00:04:17.301]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/stdbuf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.5863211Z [00:04:17.307]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ginstall_a-cp-hash.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.5926190Z [00:04:17.314]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_stty_a-stty.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.5990171Z [00:04:17.320]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_fold_a-fold.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.6052737Z [00:04:17.326]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_printenv_a-printenv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.6116241Z [00:04:17.333]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_sum_a-sum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.6179616Z [00:04:17.339]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/cksum-sum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.6244226Z [00:04:17.345]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/pwd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.6308965Z [00:04:17.352]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_head_a-head.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.6372439Z [00:04:17.358]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_join_a-join.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.6438000Z [00:04:17.365]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_timeout_a-timeout.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.6501944Z [00:04:17.371]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_vdir_a-coreutils-vdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.6565811Z [00:04:17.377]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/nice.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.6632392Z [00:04:17.384]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_realpath_a-realpath.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.6698040Z [00:04:17.391]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/wc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.6763817Z [00:04:17.397]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_split_a-temp-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.6826896Z [00:04:17.404]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/mknod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.6891970Z [00:04:17.410]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mknod_a-mknod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.6955108Z [00:04:17.416]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mv_a-force-link.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.7020231Z [00:04:17.423]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_shuf_a-shuf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.7082573Z [00:04:17.429]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/touch.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.7146632Z [00:04:17.436]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/sha1sum-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.7212200Z [00:04:17.442]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_df_a-find-mount-point.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.7278499Z [00:04:17.449]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/sort.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.7343706Z [00:04:17.455]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/find-mount-point.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.7407183Z [00:04:17.462]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/ptx.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.7471234Z [00:04:17.468]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/nohup.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.7535752Z [00:04:17.474]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ginstall_a-install.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.7598529Z [00:04:17.481]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/b2sum-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.7663893Z [00:04:17.487]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_sha224sum_a-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.7728042Z [00:04:17.494]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/ln.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.7792618Z [00:04:17.500]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_sha384sum_a-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.7857073Z [00:04:17.507]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cksum_a-cksum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.7923874Z [00:04:17.513]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/kill.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.7987490Z [00:04:17.520]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_realpath_a-relpath.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.8052663Z [00:04:17.526]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/link.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.8117652Z [00:04:17.533]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/lbracket.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.8183683Z [00:04:17.539]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/group-list.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.8246713Z [00:04:17.546]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libcksum_vmull_a-cksum_vmull.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.8309759Z [00:04:17.552]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_link_a-link.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.8376768Z [00:04:17.559]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/fold.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.8442414Z [00:04:17.565]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ln_a-force-link.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.8505374Z [00:04:17.571]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ptx_a-ptx.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.8569739Z [00:04:17.578]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/cksum-crctab.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.8636933Z [00:04:17.585]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_md5sum_a-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.8701124Z [00:04:17.591]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_rmdir_a-prog-fprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.8766904Z [00:04:17.598]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_kill_a-operand2sig.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.8833389Z [00:04:17.604]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/ls-ls.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.8898198Z [00:04:17.611]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/uname-uname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.8965171Z [00:04:17.617]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_b2sum_a-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.9032154Z [00:04:17.624]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_env_a-env.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.9098362Z [00:04:17.631]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/test.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.9163762Z [00:04:17.637]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_unexpand_a-expand-common.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.9229901Z [00:04:17.644]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/nl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.9297338Z [00:04:17.651]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/mv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.9364500Z [00:04:17.657]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/mkdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.9430054Z [00:04:17.664]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_expr_a-expr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.9494824Z [00:04:17.670]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/hostname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.9560218Z [00:04:17.677]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_du_a-show-date.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.9627686Z [00:04:17.684]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_ln_a-relpath.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.9694465Z [00:04:17.690]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_csplit_a-csplit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.9759279Z [00:04:17.697]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_basename_a-basename.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.9824558Z [00:04:17.703]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_date_a-date.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.9887753Z [00:04:17.710]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_touch_a-touch.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:58.9951236Z [00:04:17.716]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/comm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.0016380Z [00:04:17.723]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_dirname_a-dirname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.0081181Z [00:04:17.729]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/tac.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.0148197Z [00:04:17.736]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/cp-hash.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.0214484Z [00:04:17.742]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_dd_a-dd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.0283923Z [00:04:17.749]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/version.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.0349498Z [00:04:17.756]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/head.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.0417410Z [00:04:17.763]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_comm_a-comm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.0483696Z [00:04:17.769]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mv_a-selinux.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.0551146Z [00:04:17.776]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/groups.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.0618367Z [00:04:17.783]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_groups_a-group-list.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.0686109Z [00:04:17.789]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/yes.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.0752661Z [00:04:17.796]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_runcon_a-runcon.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.0820158Z [00:04:17.803]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libstdbuf_so-libstdbuf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.0885969Z [00:04:17.809]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mv_a-mv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.0950780Z [00:04:17.816]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_sha1sum_a-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.1016422Z [00:04:17.823]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/pr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.1078958Z [00:04:17.829]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cp_a-force-link.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.1144889Z [00:04:17.835]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/true.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.1212207Z [00:04:17.842]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/cp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.1280729Z [00:04:17.849]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/cksum-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.1346644Z [00:04:17.856]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/mktemp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.1414284Z [00:04:17.862]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_chcon_a-chcon.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.1480168Z [00:04:17.869]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_du_a-du.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.1547921Z [00:04:17.876]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/prog-fprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.1614125Z [00:04:17.882]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/chown-chgrp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.1679216Z [00:04:17.889]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libwc_avx2_a-wc_avx2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.1744790Z [00:04:17.895]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mkdir_a-prog-fprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.1809366Z [00:04:17.902]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/readlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.1872817Z [00:04:17.908]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/shred.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.1936425Z [00:04:17.915]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/ls-vdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.2014742Z [00:04:17.921]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_pinky_a-pinky.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.2066871Z [00:04:17.928]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_chown_a-chown.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.2131996Z [00:04:17.934]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_stdbuf_a-stdbuf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.2194451Z [00:04:17.940]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/uname-arch.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.2255561Z [00:04:17.947]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cksum_a-crctab.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.2320678Z [00:04:17.953]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/pinky.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.2385438Z [00:04:17.959]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_printf_a-printf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.2451346Z [00:04:17.966]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_base32_a-basenc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.2514516Z [00:04:17.972]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/timeout.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.2577682Z [00:04:17.979]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_users_a-users.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.2641183Z [00:04:17.985]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_test_a-test.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.2705253Z [00:04:17.991]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/expand.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.2767771Z [00:04:17.998]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/realpath.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.2829827Z [00:04:18.004]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/tee.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.2892088Z [00:04:18.010]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_arch_a-coreutils-arch.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.2955285Z [00:04:18.016]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/pathchk.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.3019132Z [00:04:18.023]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/basenc-basenc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.3086338Z [00:04:18.030]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/tsort.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.3152202Z [00:04:18.036]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_cp_a-cp-hash.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.3218589Z [00:04:18.043]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/dirname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.3285958Z [00:04:18.049]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/join.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.3350697Z [00:04:18.056]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/sleep.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.3414422Z [00:04:18.062]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_mkfifo_a-selinux.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.3480944Z [00:04:18.069]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_tail_a-tail.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.3547340Z [00:04:18.076]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_sum_a-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.3612513Z [00:04:18.082]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/expr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.3680838Z [00:04:18.089]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_truncate_a-truncate.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.3747573Z [00:04:18.096]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_chown_a-chown-core.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.3815979Z [00:04:18.102]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_paste_a-paste.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.3880347Z [00:04:18.109]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_uptime_a-uptime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.3945327Z [00:04:18.115]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/sha384sum-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.4011958Z [00:04:18.122]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_unlink_a-unlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.4078087Z [00:04:18.129]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.deps/libsinglebin_id_a-id.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.4144422Z [00:04:18.135]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/uname-arch.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:59.4210024Z [00:04:18.142]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_basenc_a-basenc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.4278464Z [00:04:18.149]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mv_a-remove.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.4345602Z [00:04:18.155]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/pathchk' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.4409506Z [00:04:18.162]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_kill.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.4474041Z [00:04:18.168]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sum_a-sum.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.4537364Z [00:04:18.175]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/b2sum.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:59.4601228Z [00:04:18.181]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/.deps/libsinglebin_cksum_a-blake2b-ref.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.4664643Z [00:04:18.187]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/.deps/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.4730762Z [00:04:18.194]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/.deps/cksum-b2sum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.4795078Z [00:04:18.200]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/.deps/b2sum-blake2b-ref.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.4858341Z [00:04:18.207]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/.deps/libsinglebin_b2sum_a-blake2b-ref.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.4924343Z [00:04:18.213]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/.deps/cksum-blake2b-ref.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.4988393Z [00:04:18.220]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/.deps/b2sum-b2sum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.5051931Z [00:04:18.226]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/.deps/libsinglebin_cksum_a-b2sum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.5118238Z [00:04:18.233]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/.deps/libsinglebin_b2sum_a-b2sum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.5182738Z [00:04:18.239]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/blake2b-ref.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:59.5249056Z [00:04:18.246]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/b2sum.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.5314733Z [00:04:18.252]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/libsinglebin_b2sum_a-blake2b-ref.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.5378130Z [00:04:18.259]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.5441542Z [00:04:18.265]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/libsinglebin_cksum_a-b2sum.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.5503357Z [00:04:18.271]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/blake2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.5566215Z [00:04:18.278]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/libsinglebin_cksum_a-blake2b-ref.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.5628726Z [00:04:18.284]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/blake2-impl.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:59.5692827Z [00:04:18.290]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/blake2/libsinglebin_b2sum_a-b2sum.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.5756558Z [00:04:18.297]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sha256sum.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.5820158Z [00:04:18.303]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.5884104Z [00:04:18.309]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/id.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.5947510Z [00:04:18.316]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_pr_a-pr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.6011729Z [00:04:18.322]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_env.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.6075984Z [00:04:18.329]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/basenc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.6142200Z [00:04:18.335]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_split_a-temp-stream.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.6206721Z [00:04:18.342]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sha224sum_a-digest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.6270658Z [00:04:18.348]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/od' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.6333313Z [00:04:18.354]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_unlink_a-unlink.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.6396416Z [00:04:18.361]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mkfifo.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.6460406Z [00:04:18.367]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.6524031Z [00:04:18.373]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_numfmt_a-numfmt.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.6587888Z [00:04:18.380]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_md5sum_a-digest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.6650690Z [00:04:18.386]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_od.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.6712063Z [00:04:18.392]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/seq.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.6776183Z [00:04:18.399]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_dircolors_a-dircolors.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.6839205Z [00:04:18.405]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/paste' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.6901697Z [00:04:18.411]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tail.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.6968451Z [00:04:18.418]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_realpath.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.7031423Z [00:04:18.424]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/fmt' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.7092916Z [00:04:18.430]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/find-mount-point.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.7154960Z [00:04:18.436]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_factor.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.7217880Z [00:04:18.443]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_rmdir_a-rmdir.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.7282825Z [00:04:18.449]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/dircolors' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.7348591Z [00:04:18.456]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mkdir_a-mkdir.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.7414796Z [00:04:18.462]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_rm_a-rm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.7480402Z [00:04:18.469]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/fs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.7546297Z [00:04:18.476]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/expr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.7613452Z [00:04:18.482]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/echo' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.7676276Z [00:04:18.489]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/expr' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.7741290Z [00:04:18.495]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_nl_a-nl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.7809249Z [00:04:18.502]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/whoami.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.7872217Z [00:04:18.508]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_base64.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.7936779Z [00:04:18.515]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_who.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.8000988Z [00:04:18.521]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/timeout.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.8064955Z [00:04:18.527]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/date' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.8129286Z [00:04:18.534]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/coreutils-coreutils.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.8192241Z [00:04:18.540]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_groups_a-group-list.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.8257076Z [00:04:18.547]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_stty.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.8322382Z [00:04:18.553]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_b2sum.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.8387689Z [00:04:18.560]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tac_a-temp-stream.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.8453629Z [00:04:18.566]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tty' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.8519551Z [00:04:18.573]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/install.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.8585795Z [00:04:18.579]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_timeout.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.8649697Z [00:04:18.586]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/who.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.8712302Z [00:04:18.592]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ioblksize.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.8776289Z [00:04:18.599]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/[' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.8839243Z [00:04:18.605]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/realpath' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.8902505Z [00:04:18.611]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/dir' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.8965473Z [00:04:18.617]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/du' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.9029411Z [00:04:18.624]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/prog-fprintf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.9098174Z [00:04:18.631]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tee_a-iopoll.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.9173413Z [00:04:18.638]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/extract-magic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.9238102Z [00:04:18.645]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/who' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.9302556Z [00:04:18.651]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ls.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.9367184Z [00:04:18.658]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/hostname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.9432088Z [00:04:18.664]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chown-core.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.9496286Z [00:04:18.671]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/force-link.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:11:59.9561868Z [00:04:18.677]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/csplit' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.9628121Z [00:04:18.684]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ginstall_a-install.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.9692872Z [00:04:18.690]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_dd.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.9759740Z [00:04:18.697]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/env' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.9832715Z [00:04:18.704]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mkfifo_a-mkfifo.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.9897280Z [00:04:18.711]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/dirname' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:11:59.9966456Z [00:04:18.718]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chown_a-chown-core.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.0037724Z [00:04:18.725]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_csplit.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.0107042Z [00:04:18.732]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_readlink.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.0175468Z [00:04:18.739]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/mv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.0244162Z [00:04:18.745]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_dir_a-coreutils-dir.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.0313876Z [00:04:18.752]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sha512sum_a-digest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.0383664Z [00:04:18.759]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tty.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.0456602Z [00:04:18.767]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/printenv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.0525155Z [00:04:18.773]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cksum.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.0593710Z [00:04:18.780]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/coreutils-dir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.0664560Z [00:04:18.787]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_pwd.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.0735439Z [00:04:18.795]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sum_a-digest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.0803583Z [00:04:18.801]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/shred' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.0869572Z [00:04:18.808]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/temp-stream.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.0937296Z [00:04:18.815]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/comm' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.1005881Z [00:04:18.822]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cp_a-copy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.1069775Z [00:04:18.828]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tsort.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.1134645Z [00:04:18.834]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tail_a-iopoll.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.1196997Z [00:04:18.841]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/relpath.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.1260213Z [00:04:18.847]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sum.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.1321005Z [00:04:18.853]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/nproc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.1383776Z [00:04:18.859]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_fmt.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.1447206Z [00:04:18.866]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cksum_vmull.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.1511243Z [00:04:18.872]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sha1sum.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.1574653Z [00:04:18.878]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sha256sum' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.1638379Z [00:04:18.885]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mknod_a-selinux.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.1702545Z [00:04:18.891]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cksum' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.1767860Z [00:04:18.898]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sync' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.1833904Z [00:04:18.904]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/uname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.1897378Z [00:04:18.911]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cat.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.1962863Z [00:04:18.917]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/kill' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.2025701Z [00:04:18.924]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/mktemp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.2088739Z [00:04:18.930]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_shred.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.2153882Z [00:04:18.936]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.2220312Z [00:04:18.943]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/pathchk.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.2286565Z [00:04:18.950]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/wc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.2355286Z [00:04:18.956]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sum.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.2423832Z [00:04:18.963]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/unexpand.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.2490334Z [00:04:18.970]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/basename.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.2557355Z [00:04:18.977]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/group-list.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.2624265Z [00:04:18.983]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/digest.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.2687638Z [00:04:18.990]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/md5sum' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.2752960Z [00:04:18.996]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_uptime_a-uptime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.2817935Z [00:04:19.003]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_yes.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.2882668Z [00:04:19.009]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chroot.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.2948361Z [00:04:19.016]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_runcon.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.3011025Z [00:04:19.022]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_seq.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.3075375Z [00:04:19.028]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chown_a-chown.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.3138763Z [00:04:19.035]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sha224sum.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.3201912Z [00:04:19.041]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/wc' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.3265982Z [00:04:19.048]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_who_a-who.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.3329733Z [00:04:19.054]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_du_a-du.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.3392783Z [00:04:19.060]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chroot_a-chroot.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.3456743Z [00:04:19.067]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_logname.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.3524168Z [00:04:19.073]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_id.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.3587030Z [00:04:19.080]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/version.c' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.3651783Z [00:04:19.086]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_head.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.3717162Z [00:04:19.093]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_uname_a-uname-uname.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.3780903Z [00:04:19.099]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_false.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.3846711Z [00:04:19.106]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chgrp_a-coreutils-chgrp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.3910080Z [00:04:19.112]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/uniq' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.3973167Z [00:04:19.118]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_unlink.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.4037530Z [00:04:19.125]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.4099333Z [00:04:19.131]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/timeout' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.4161396Z [00:04:19.137]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_date_a-date.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.4224607Z [00:04:19.143]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cp_a-force-link.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.4287522Z [00:04:19.150]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tac.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.4349983Z [00:04:19.156]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_truncate.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.4410067Z [00:04:19.162]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/head.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.4472645Z [00:04:19.168]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_nohup.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.4537284Z [00:04:19.175]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_md5sum.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.4601006Z [00:04:19.181]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_nl.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.4667184Z [00:04:19.188]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/expand' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.4732060Z [00:04:19.194]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/getlimits' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:00.4797294Z [00:04:19.201]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/join' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.4860785Z [00:04:19.207]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/operand2sig.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.4924977Z [00:04:19.213]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/numfmt' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.4989352Z [00:04:19.220]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/getlimits.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.5052552Z [00:04:19.226]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ls_a-ls-ls.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.5119666Z [00:04:19.233]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_comm_a-comm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.5181678Z [00:04:19.239]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/printf' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.5245486Z [00:04:19.246]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/yes.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.5307273Z [00:04:19.252]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_pathchk.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.5370688Z [00:04:19.258]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_od_a-od.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.5433387Z [00:04:19.264]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_printenv.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.5494839Z [00:04:19.270]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/runcon.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.5558442Z [00:04:19.277]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/du.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.5622976Z [00:04:19.283]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/false' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.5686688Z [00:04:19.290]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/octhexdigits.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.5751388Z [00:04:19.296]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/realpath.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.5815567Z [00:04:19.303]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/coreutils-chgrp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.5878965Z [00:04:19.309]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/make-prime-list' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:00.5944718Z [00:04:19.315]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_head_a-head.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.6006874Z [00:04:19.322]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cksum_a-cksum.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.6070078Z [00:04:19.328]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sha1sum_a-digest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.6133294Z [00:04:19.334]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chown.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.6195836Z [00:04:19.341]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/echo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.6258538Z [00:04:19.347]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_dir.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.6321934Z [00:04:19.353]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tsort_a-tsort.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.6387369Z [00:04:19.360]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_stdbuf.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.6453998Z [00:04:19.366]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tac.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.6515878Z [00:04:19.373]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/join.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.6580388Z [00:04:19.379]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/df.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.6642882Z [00:04:19.385]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chroot' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.6706904Z [00:04:19.392]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/hostid' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.6768708Z [00:04:19.398]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_expand_a-expand.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.6832659Z [00:04:19.404]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ginstall_a-copy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.6894815Z [00:04:19.410]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tail' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.6960783Z [00:04:19.417]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tee' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.7023164Z [00:04:19.423]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/dircolors.hin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.7086143Z [00:04:19.430]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_pinky.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.7148772Z [00:04:19.436]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/wc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.7212457Z [00:04:19.442]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/whoami' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.7275809Z [00:04:19.448]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sha256sum_a-digest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.7339782Z [00:04:19.455]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ginstall' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.7414377Z [00:04:19.462]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_paste_a-paste.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.7490571Z [00:04:19.470]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_b2sum_a-digest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.7554947Z [00:04:19.476]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libcksum_vmull_a-cksum_vmull.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.7618406Z [00:04:19.483]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_arch_a-coreutils-arch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.7681980Z [00:04:19.489]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/make-prime-list.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.7745131Z [00:04:19.495]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/stty' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.7807234Z [00:04:19.502]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/true.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.7867210Z [00:04:19.508]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cut.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.7927895Z [00:04:19.514]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chgrp.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.7992147Z [00:04:19.520]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/factor' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.8054746Z [00:04:19.526]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_whoami_a-whoami.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.8116600Z [00:04:19.533]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libcksum_vmull.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.8177706Z [00:04:19.539]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_users_a-users.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.8239667Z [00:04:19.545]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/shred.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.8303921Z [00:04:19.551]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mv_a-selinux.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.8366231Z [00:04:19.558]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cp.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.8428092Z [00:04:19.564]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_test_a-test.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.8490018Z [00:04:19.570]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.8553731Z [00:04:19.576]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mkfifo_a-selinux.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.8615663Z [00:04:19.582]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sync.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.8676440Z [00:04:19.589]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/statx.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.8741405Z [00:04:19.595]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_hostname.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.8802631Z [00:04:19.601]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tee.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.8864346Z [00:04:19.607]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/groups' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.8927596Z [00:04:19.614]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ls-vdir.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:00.8991711Z [00:04:19.620]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cp' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.9059266Z [00:04:19.627]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/basenc' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.9124046Z [00:04:19.633]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_seq_a-seq.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.9187286Z [00:04:19.640]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/csplit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.9251573Z [00:04:19.646]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/nl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.9313999Z [00:04:19.652]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ginstall_a-prog-fprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.9374689Z [00:04:19.658]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_expand.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.9438695Z [00:04:19.665]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/show-date.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.9502244Z [00:04:19.671]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/numfmt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.9566128Z [00:04:19.677]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/logname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.9628207Z [00:04:19.684]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/false.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:00.9690407Z [00:04:19.690]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/hostid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.9753991Z [00:04:19.696]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/shuf' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.9818968Z [00:04:19.703]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/coreutils-vdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.9882194Z [00:04:19.709]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_dirname_a-dirname.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:00.9941790Z [00:04:19.715]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/dd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.0005422Z [00:04:19.721]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_nproc_a-nproc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.0067817Z [00:04:19.728]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/lbracket.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:01.0130352Z [00:04:19.734]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/rmdir' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.0193444Z [00:04:19.740]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_pinky_a-pinky.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.0254825Z [00:04:19.746]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chmod_a-chmod.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.0318526Z [00:04:19.753]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ptx_a-ptx.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.0383065Z [00:04:19.759]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/mkdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.0447031Z [00:04:19.766]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_shuf_a-shuf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.0509576Z [00:04:19.772]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_timeout_a-operand2sig.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.0574231Z [00:04:19.778]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_arch.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.0642521Z [00:04:19.785]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/iopoll.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:01.0708402Z [00:04:19.792]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_split_a-split.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.0772119Z [00:04:19.798]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/system.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.0839793Z [00:04:19.805]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mv_a-mv.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.0903332Z [00:04:19.811]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cp-hash.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.0969073Z [00:04:19.818]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/expand-common.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.1036699Z [00:04:19.825]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cp-hash.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:01.1103759Z [00:04:19.831]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_link.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.1169758Z [00:04:19.838]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/printf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.1235560Z [00:04:19.844]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mv_a-copy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.1301359Z [00:04:19.851]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_rmdir_a-prog-fprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.1366685Z [00:04:19.858]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_pr.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.1431909Z [00:04:19.864]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/force-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.1500653Z [00:04:19.871]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_base64_a-basenc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.1568470Z [00:04:19.878]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/unlink' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.1635711Z [00:04:19.884]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_printf.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.1702124Z [00:04:19.891]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_fold_a-fold.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.1767058Z [00:04:19.898]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_unexpand.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.1831936Z [00:04:19.904]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sort_a-sort.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.1898323Z [00:04:19.911]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/relpath.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.1963504Z [00:04:19.917]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_expr_a-expr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.2026393Z [00:04:19.924]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_pathchk_a-pathchk.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.2093702Z [00:04:19.930]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_df_a-find-mount-point.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.2158260Z [00:04:19.937]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_stat.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.2225617Z [00:04:19.944]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/temp-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.2292783Z [00:04:19.950]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/stat' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.2359202Z [00:04:19.957]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/expand.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.2428116Z [00:04:19.964]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ls-ls.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:01.2495285Z [00:04:19.970]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/od.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.2565540Z [00:04:19.977]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/find-mount-point.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.2634195Z [00:04:19.984]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/wc_avx2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.2699833Z [00:04:19.991]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_dirname.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.2767499Z [00:04:19.998]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_df.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.2832614Z [00:04:20.004]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cu-progs.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.2897142Z [00:04:20.011]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tee_a-tee.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.2963100Z [00:04:20.017]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/set-fields.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.3028129Z [00:04:20.024]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sum.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:01.3094104Z [00:04:20.030]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/coreutils_shebangs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.3161471Z [00:04:20.037]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tty_a-tty.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.3226399Z [00:04:20.044]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/primes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.3294667Z [00:04:20.050]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_vdir_a-coreutils-vdir.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.3361292Z [00:04:20.057]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_df_a-df.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.3426925Z [00:04:20.064]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/yes' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.3494765Z [00:04:20.070]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tail.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.3558506Z [00:04:20.077]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chown_a-chown-chown.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.3622818Z [00:04:20.083]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_nice.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.3688917Z [00:04:20.090]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_true_a-true.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.3753710Z [00:04:20.096]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/unlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.3819002Z [00:04:20.103]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chcon' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.3887433Z [00:04:20.110]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_touch_a-touch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.3953586Z [00:04:20.116]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/dd' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.4020536Z [00:04:20.123]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin___a-lbracket.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.4087993Z [00:04:20.130]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/expand-common.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.4153624Z [00:04:20.136]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/nice.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.4219186Z [00:04:20.143]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ln.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.4285467Z [00:04:20.150]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_uniq.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.4352399Z [00:04:20.156]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sync_a-sync.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.4416751Z [00:04:20.163]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sum' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.4481921Z [00:04:20.169]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chown-chgrp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.4546889Z [00:04:20.176]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/head' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.4613990Z [00:04:20.182]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/pinky' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.4681266Z [00:04:20.189]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/true' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.4749062Z [00:04:20.196]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chcon_a-chcon.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.4814463Z [00:04:20.202]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_fmt_a-fmt.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.4881978Z [00:04:20.209]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/factor.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.4947379Z [00:04:20.216]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mktemp_a-mktemp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.5011630Z [00:04:20.222]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mv.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.5073935Z [00:04:20.228]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cut_a-cut.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.5153442Z [00:04:20.236]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/b2sum' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.5217306Z [00:04:20.243]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tac_a-tac.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.5280104Z [00:04:20.249]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/nohup' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.5342708Z [00:04:20.255]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cksum_avx512.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.5406554Z [00:04:20.262]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/dirname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.5471395Z [00:04:20.268]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_link_a-link.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.5537703Z [00:04:20.275]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/stty.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.5600885Z [00:04:20.281]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/version.h' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.5665817Z [00:04:20.287]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_join.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.5731171Z [00:04:20.294]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ln' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.5795113Z [00:04:20.300]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_id_a-group-list.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.5858399Z [00:04:20.307]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_csplit_a-csplit.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.5921359Z [00:04:20.313]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_timeout_a-timeout.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.5985298Z [00:04:20.319]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_stat_a-find-mount-point.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.6049312Z [00:04:20.326]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_date.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.6114147Z [00:04:20.332]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/uname' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.6177591Z [00:04:20.339]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cksum.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.6241161Z [00:04:20.345]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_id_a-id.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.6303465Z [00:04:20.351]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tr_a-tr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.6367168Z [00:04:20.358]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/logname' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.6431354Z [00:04:20.364]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/basename' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.6495870Z [00:04:20.371]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/nohup.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.6560280Z [00:04:20.377]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_shuf.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.6627038Z [00:04:20.384]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_uname.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.6691947Z [00:04:20.390]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_paste.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.6754616Z [00:04:20.396]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ginstall.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.6819965Z [00:04:20.403]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sort.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.6883606Z [00:04:20.409]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_uname_a-uname.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.6946385Z [00:04:20.416]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ptx.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.7011051Z [00:04:20.422]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/uptime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.7072976Z [00:04:20.428]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/nice' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.7136678Z [00:04:20.435]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tty.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.7199491Z [00:04:20.441]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/coreutils.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.7264194Z [00:04:20.447]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/seq' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.7328880Z [00:04:20.454]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/dcgen' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:01.7392217Z [00:04:20.460]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_stdbuf_a-stdbuf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.7455852Z [00:04:20.467]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ln_a-relpath.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.7519421Z [00:04:20.473]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chcon.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.7583631Z [00:04:20.479]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/pr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.7647143Z [00:04:20.486]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/crctab.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.7709869Z [00:04:20.492]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_groups_a-groups.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.7774209Z [00:04:20.498]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mv_a-cp-hash.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.7836834Z [00:04:20.505]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/test.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.7903073Z [00:04:20.511]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/remove.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.7965056Z [00:04:20.517]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_du_a-show-date.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.8029025Z [00:04:20.524]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_comm.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.8092065Z [00:04:20.530]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/mkdir' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.8153727Z [00:04:20.536]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_numfmt.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.8215651Z [00:04:20.542]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_rm_a-remove.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.8278663Z [00:04:20.549]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libver.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.8346128Z [00:04:20.556]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_kill_a-kill.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.8411570Z [00:04:20.562]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_chown.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.8474837Z [00:04:20.568]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/touch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.8537896Z [00:04:20.575]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/touch' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.8597668Z [00:04:20.581]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/env.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.8658249Z [00:04:20.587]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/vdir' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.8719991Z [00:04:20.593]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_true.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.8781231Z [00:04:20.599]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sleep_a-sleep.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.8841769Z [00:04:20.605]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/shuf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.8905973Z [00:04:20.612]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chgrp' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.8967735Z [00:04:20.618]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_env_a-env.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.9030712Z [00:04:20.624]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cksum_pclmul.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.9094914Z [00:04:20.630]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tail_a-tail.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.9160150Z [00:04:20.637]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sha384sum.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.9225633Z [00:04:20.644]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sha224sum' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.9294824Z [00:04:20.650]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libstdbuf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.9360599Z [00:04:20.657]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/getlimits.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.9428358Z [00:04:20.664]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chroot.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.9494849Z [00:04:20.670]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_stty_a-stty.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.9559077Z [00:04:20.677]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/date.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.9620921Z [00:04:20.683]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cat' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.9685966Z [00:04:20.690]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/id' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.9750377Z [00:04:20.696]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/mkfifo' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.9813772Z [00:04:20.702]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sleep.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.9875352Z [00:04:20.708]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/show-date.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:01.9942283Z [00:04:20.715]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_groups.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.0006604Z [00:04:20.722]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_truncate_a-truncate.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.0071101Z [00:04:20.728]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/groups.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.0137840Z [00:04:20.735]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/operand2sig.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.0204521Z [00:04:20.741]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/users.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.0287339Z [00:04:20.750]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tsort' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.0354452Z [00:04:20.756]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/rmdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.0427207Z [00:04:20.764]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_basename_a-basename.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.0494111Z [00:04:20.770]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_yes_a-yes.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.0560930Z [00:04:20.777]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sync.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.0628733Z [00:04:20.784]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/selinux.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.0698113Z [00:04:20.791]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/truncate.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.0763452Z [00:04:20.797]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_factor_a-factor.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.0832141Z [00:04:20.804]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cp_a-cp-hash.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.0897432Z [00:04:20.811]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_unexpand_a-expand-common.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.0961001Z [00:04:20.817]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chown-chown.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.1026603Z [00:04:20.824]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_false_a-false.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.1090171Z [00:04:20.830]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_dd_a-dd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.1154182Z [00:04:20.836]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chmod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.1217820Z [00:04:20.843]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/nproc' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.1282660Z [00:04:20.849]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/local.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.1345414Z [00:04:20.855]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_readlink_a-readlink.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.1408283Z [00:04:20.862]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_hostid_a-hostid.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.1472267Z [00:04:20.868]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/readlink' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.1534925Z [00:04:20.874]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_whoami.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.1598935Z [00:04:20.881]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/single-binary.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.1662873Z [00:04:20.887]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_hostid.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.1726062Z [00:04:20.894]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/copy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.1792196Z [00:04:20.900]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sha384sum' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.1859157Z [00:04:20.907]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_nice_a-nice.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.1923666Z [00:04:20.913]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/unexpand' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.1987068Z [00:04:20.920]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_dircolors.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.2050272Z [00:04:20.926]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mkdir_a-prog-fprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.2113347Z [00:04:20.932]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ls' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.2177605Z [00:04:20.939]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/fold' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.2242609Z [00:04:20.945]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_split.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.2309976Z [00:04:20.952]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ls.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:02.2376571Z [00:04:20.959]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/stat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.2439881Z [00:04:20.965]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/kill.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.2503289Z [00:04:20.971]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ln_a-ln.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.2565286Z [00:04:20.978]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_shred_a-shred.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.2627969Z [00:04:20.984]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/comm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.2694552Z [00:04:20.990]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/coreutils-arch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.2762712Z [00:04:20.997]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/uptime' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.2828948Z [00:04:21.004]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chmod' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.2892927Z [00:04:21.010]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sort' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.2957488Z [00:04:21.017]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tsort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.3022980Z [00:04:21.023]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/mkfifo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.3088542Z [00:04:21.030]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_vdir.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.3154294Z [00:04:21.036]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/fmt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.3217836Z [00:04:21.043]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_realpath_a-relpath.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.3283742Z [00:04:21.049]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_ginstall_a-cp-hash.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.3348219Z [00:04:21.056]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_realpath_a-realpath.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.3414550Z [00:04:21.062]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sha384sum_a-digest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.3479353Z [00:04:21.069]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/set-fields.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.3545144Z [00:04:21.075]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cksum.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.3610916Z [00:04:21.082]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_nohup_a-nohup.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.3673335Z [00:04:21.088]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/pr' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.3737953Z [00:04:21.095]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_expr.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.3800751Z [00:04:21.101]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cut' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.3865072Z [00:04:21.107]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_rmdir.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.3929951Z [00:04:21.114]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_uptime.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.3995004Z [00:04:21.120]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/uname-uname.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:02.4059827Z [00:04:21.127]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_wc_a-wc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.4122370Z [00:04:21.133]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/users' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.4186125Z [00:04:21.140]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/version.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.4248279Z [00:04:21.146]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_kill_a-operand2sig.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.4309680Z [00:04:21.152]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/split.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.4372477Z [00:04:21.158]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/sha512sum' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.4436834Z [00:04:21.165]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_logname_a-logname.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.4499434Z [00:04:21.171]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/iopoll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.4562138Z [00:04:21.177]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/split' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.4625557Z [00:04:21.183]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_join_a-join.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.4687799Z [00:04:21.190]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/paste.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.4751421Z [00:04:21.196]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/dircolors.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.4815831Z [00:04:21.203]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_basenc.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.4883580Z [00:04:21.209]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/mknod' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.4945260Z [00:04:21.215]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ls.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.5008177Z [00:04:21.222]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/pwd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.5072549Z [00:04:21.228]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cksum_a-crctab.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.5136022Z [00:04:21.235]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/printenv' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.5199384Z [00:04:21.241]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/base32' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.5261011Z [00:04:21.247]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_echo.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.5324973Z [00:04:21.253]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/stdbuf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.5388838Z [00:04:21.260]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin__.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.5453317Z [00:04:21.266]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/make-prime-list.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.5521567Z [00:04:21.273]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_fold.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.5586601Z [00:04:21.280]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/pwd' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.5652390Z [00:04:21.286]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cp_a-selinux.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.5718085Z [00:04:21.293]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/chown-core.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.5784356Z [00:04:21.299]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/mknod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.5850109Z [00:04:21.306]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/cksum_avx2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.5914930Z [00:04:21.312]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ls-dir.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:02.5977165Z [00:04:21.319]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_hostname_a-hostname.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.6039963Z [00:04:21.325]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cut_a-set-fields.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.6105206Z [00:04:21.331]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/coreutils.h' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.6178549Z [00:04:21.339]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/longlong.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.6241433Z [00:04:21.345]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mv_a-force-link.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.6305567Z [00:04:21.351]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/uniq.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.6371864Z [00:04:21.358]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_stat_a-stat.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.6437884Z [00:04:21.365]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tr' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.6504028Z [00:04:21.371]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/rm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.6567953Z [00:04:21.378]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_base32_a-basenc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.6630354Z [00:04:21.384]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/truncate' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.6692897Z [00:04:21.390]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_sha512sum.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.6755771Z [00:04:21.397]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_base32.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.6818816Z [00:04:21.403]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tac-pipe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.6883079Z [00:04:21.409]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_pwd_a-pwd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.6947997Z [00:04:21.416]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/uname.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:02.7014174Z [00:04:21.422]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_basename.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.7080108Z [00:04:21.429]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_date_a-show-date.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.7145408Z [00:04:21.435]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/base64' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.7210320Z [00:04:21.442]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cp_a-cp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.7276322Z [00:04:21.449]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mkdir_a-selinux.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.7342049Z [00:04:21.455]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_numfmt_a-set-fields.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.7407618Z [00:04:21.462]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/remove.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.7472826Z [00:04:21.468]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_printf_a-printf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.7538328Z [00:04:21.475]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/copy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.7606317Z [00:04:21.482]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cksum_a-digest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.7671191Z [00:04:21.488]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_expand_a-expand-common.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.7737937Z [00:04:21.495]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tee.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.7805408Z [00:04:21.501]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_uniq_a-uniq.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.7870135Z [00:04:21.508]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_tr.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.7936627Z [00:04:21.515]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/tac' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.7999220Z [00:04:21.521]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ptx.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.8062136Z [00:04:21.527]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_cksum_a-sum.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.8125692Z [00:04:21.534]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/libsinglebin_mknod_a-mknod.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.8187983Z [00:04:21.540]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/src/ptx' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.8253186Z [00:04:21.546]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/bootstrap.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.8318995Z [00:04:21.553]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/ChangeLog' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.8387633Z [00:04:21.560]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/GNUmakefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.8454964Z [00:04:21.566]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/init.cfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.8522850Z [00:04:21.573]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/README-install' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.8588427Z [00:04:21.580]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/join.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.8652923Z [00:04:21.586]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/du.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.8720538Z [00:04:21.593]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/chmod.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.8787732Z [00:04:21.600]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/arch.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.8855333Z [00:04:21.606]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/unlink.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.8945261Z [00:04:21.615]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/nohup.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:02.9012120Z [00:04:21.622]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/rm.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.9078661Z [00:04:21.629]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/split.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:02.9143801Z [00:04:21.635]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/coreutils.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:02.9207684Z [00:04:21.642]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/uname.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.9274138Z [00:04:21.648]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/seq.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.9337623Z [00:04:21.655]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tsort.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.9400935Z [00:04:21.661]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/mktemp.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:02.9464821Z [00:04:21.667]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/vdir.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:02.9529645Z [00:04:21.674]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/stat.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:02.9597394Z [00:04:21.681]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sha256sum.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:02.9663750Z [00:04:21.687]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/nohup.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.9731414Z [00:04:21.694]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/truncate.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.9793899Z [00:04:21.700]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tail.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:02.9857212Z [00:04:21.707]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/fmt.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.9921421Z [00:04:21.713]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/whoami.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:02.9987022Z [00:04:21.720]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/mkdir.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.0051322Z [00:04:21.726]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/split.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.0114414Z [00:04:21.732]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/date.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.0179824Z [00:04:21.739]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/touch.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.0244617Z [00:04:21.745]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/nl.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.0310355Z [00:04:21.752]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/realpath.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.0374123Z [00:04:21.758]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/fold.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.0441206Z [00:04:21.765]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/date.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.0507534Z [00:04:21.772]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/unlink.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.0572198Z [00:04:21.778]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/factor.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.0636646Z [00:04:21.785]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/base32.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.0701882Z [00:04:21.791]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/pathchk.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.0767668Z [00:04:21.798]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/mkfifo.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.0832954Z [00:04:21.804]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/readlink.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.0897476Z [00:04:21.811]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/paste.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.0961369Z [00:04:21.817]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/shuf.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.1026759Z [00:04:21.824]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tsort.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.1090554Z [00:04:21.830]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/ln.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.1157787Z [00:04:21.837]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/ln.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.1220073Z [00:04:21.843]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/nl.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.1285474Z [00:04:21.849]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/od.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.1349165Z [00:04:21.856]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tty.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.1415298Z [00:04:21.862]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/df.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.1478949Z [00:04:21.869]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sha1sum.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.1543477Z [00:04:21.875]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/csplit.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.1606337Z [00:04:21.882]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/expr.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.1671962Z [00:04:21.888]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/dir.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.1734219Z [00:04:21.894]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/mknod.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.1798726Z [00:04:21.901]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/fold.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.1863812Z [00:04:21.907]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/expr.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.1925959Z [00:04:21.914]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/numfmt.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.1988925Z [00:04:21.920]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/false.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.2049514Z [00:04:21.926]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/wc.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.2111684Z [00:04:21.932]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/printf.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.2172230Z [00:04:21.938]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/printf.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.2234202Z [00:04:21.944]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/true.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.2296861Z [00:04:21.951]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/env.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.2360330Z [00:04:21.957]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sleep.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.2424410Z [00:04:21.963]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/ptx.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.2486729Z [00:04:21.970]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/users.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.2549573Z [00:04:21.976]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/b2sum.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.2616207Z [00:04:21.983]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/pwd.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.2680667Z [00:04:21.989]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/coreutils.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.2743125Z [00:04:21.995]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/md5sum.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.2804890Z [00:04:22.001]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/uname.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.2866207Z [00:04:22.008]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sha1sum.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.2925693Z [00:04:22.014]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/comm.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.2987144Z [00:04:22.020]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/csplit.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.3049960Z [00:04:22.026]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tac.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.3114658Z [00:04:22.032]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/logname.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.3176404Z [00:04:22.039]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sha512sum.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.3243504Z [00:04:22.045]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/mknod.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.3308838Z [00:04:22.052]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/dircolors.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.3374493Z [00:04:22.058]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/cut.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.3443079Z [00:04:22.065]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/uptime.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.3509672Z [00:04:22.072]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/dd.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.3578892Z [00:04:22.079]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/nice.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.3646141Z [00:04:22.085]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/arch.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.3712324Z [00:04:22.092]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/chown.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.3777257Z [00:04:22.099]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/kill.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.3842427Z [00:04:22.105]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sha384sum.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.3907104Z [00:04:22.112]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/rmdir.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.4021982Z [00:04:22.118]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/cat.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.4033888Z [00:04:22.124]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/pathchk.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.4107447Z [00:04:22.132]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/ls.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.4168092Z [00:04:22.138]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/kill.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.4231384Z [00:04:22.144]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/install.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.4296045Z [00:04:22.151]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/expand.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.4361523Z [00:04:22.157]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/chgrp.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.4425481Z [00:04:22.163]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/yes.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.4491151Z [00:04:22.170]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/groups.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.4557044Z [00:04:22.177]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/ls.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.4621477Z [00:04:22.183]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/basenc.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.4685572Z [00:04:22.189]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/hostid.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.4752372Z [00:04:22.196]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/runcon.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.4818078Z [00:04:22.203]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tee.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.4886767Z [00:04:22.210]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tee.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.4954639Z [00:04:22.216]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/chroot.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.5021501Z [00:04:22.223]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/touch.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.5088092Z [00:04:22.230]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/basename.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.5154857Z [00:04:22.236]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/cut.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.5218380Z [00:04:22.243]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/factor.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.5284341Z [00:04:22.249]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/head.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.5346985Z [00:04:22.256]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/link.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.5410576Z [00:04:22.262]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/mv.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.5480395Z [00:04:22.269]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sha224sum.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.5546103Z [00:04:22.276]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/expand.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.5610421Z [00:04:22.282]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/paste.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.5675651Z [00:04:22.289]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/chown.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.5738728Z [00:04:22.295]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/df.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.5803740Z [00:04:22.301]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/stty.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.5869428Z [00:04:22.308]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/nproc.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.5937710Z [00:04:22.315]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/pwd.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.6000998Z [00:04:22.321]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/true.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.6066251Z [00:04:22.327]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/realpath.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.6130009Z [00:04:22.334]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/timeout.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.6198481Z [00:04:22.341]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tr.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.6267141Z [00:04:22.348]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/mv.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.6332243Z [00:04:22.354]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/id.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.6398074Z [00:04:22.361]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sync.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.6464988Z [00:04:22.367]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/readlink.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.6530933Z [00:04:22.374]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/mktemp.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.6599154Z [00:04:22.381]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/shuf.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.6681705Z [00:04:22.389]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/echo.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.6759685Z [00:04:22.397]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/who.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.6823939Z [00:04:22.403]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/chroot.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.6889745Z [00:04:22.410]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/chmod.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.6953561Z [00:04:22.416]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sha224sum.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.7015859Z [00:04:22.422]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/whoami.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.7078760Z [00:04:22.429]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/runcon.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.7145725Z [00:04:22.435]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/cp.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.7210969Z [00:04:22.442]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/shred.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.7275739Z [00:04:22.449]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/du.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.7339873Z [00:04:22.455]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/pinky.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.7406543Z [00:04:22.462]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/wc.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.7471117Z [00:04:22.468]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/pr.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.7533789Z [00:04:22.474]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/stdbuf.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.7599603Z [00:04:22.481]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/rm.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.7667542Z [00:04:22.488]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sha256sum.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.7731485Z [00:04:22.494]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/truncate.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.7796186Z [00:04:22.501]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/cat.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.7860902Z [00:04:22.507]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sum.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.7926566Z [00:04:22.514]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/dirname.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.7991896Z [00:04:22.520]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/nice.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.8057784Z [00:04:22.527]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/dirname.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.8123357Z [00:04:22.533]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/stat.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.8189429Z [00:04:22.540]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/basenc.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.8256342Z [00:04:22.547]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/env.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.8322100Z [00:04:22.553]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/cksum.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.8391350Z [00:04:22.560]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/uniq.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.8455642Z [00:04:22.566]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/head.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.8521738Z [00:04:22.573]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/base64.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.8587097Z [00:04:22.580]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/unexpand.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.8650407Z [00:04:22.586]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/hostid.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.8716167Z [00:04:22.593]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sort.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.8780958Z [00:04:22.599]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/stty.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.8845383Z [00:04:22.606]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/numfmt.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.8910184Z [00:04:22.612]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/unexpand.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.8976362Z [00:04:22.619]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tac.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.9042073Z [00:04:22.625]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/shred.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.9109399Z [00:04:22.632]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/md5sum.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.9176832Z [00:04:22.639]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/dd.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.9239958Z [00:04:22.645]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/echo.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.9301515Z [00:04:22.651]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/dircolors.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.9366296Z [00:04:22.658]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/test.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.9428742Z [00:04:22.664]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/pinky.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.9493046Z [00:04:22.670]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/basename.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.9556052Z [00:04:22.677]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/who.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.9620372Z [00:04:22.683]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/vdir.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.9681995Z [00:04:22.689]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/pr.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.9744425Z [00:04:22.695]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/comm.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:03.9806571Z [00:04:22.702]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/timeout.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.9872687Z [00:04:22.708]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/chcon.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:03.9938335Z [00:04:22.715]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/uptime.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.0004473Z [00:04:22.721]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/stdbuf.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.0069107Z [00:04:22.728]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/yes.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:04.0133502Z [00:04:22.734]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/local.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.0199674Z [00:04:22.741]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/mkdir.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.0265441Z [00:04:22.748]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/base64.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:04.0329989Z [00:04:22.754]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/uniq.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.0394561Z [00:04:22.760]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/dir.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.0459527Z [00:04:22.767]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/cksum.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.0523654Z [00:04:22.773]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/link.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:04.0589945Z [00:04:22.780]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/seq.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:04.0652782Z [00:04:22.786]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/ptx.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.0716629Z [00:04:22.793]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/base32.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:04.0781636Z [00:04:22.799]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/false.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:04.0846523Z [00:04:22.806]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/join.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:04.0913984Z [00:04:22.812]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/printenv.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.0981416Z [00:04:22.819]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/test.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.1045512Z [00:04:22.825]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/chcon.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:04.1109917Z [00:04:22.832]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sort.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:04.1176029Z [00:04:22.839]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/printenv.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:04.1240938Z [00:04:22.845]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sha512sum.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.1306595Z [00:04:22.852]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/help2man' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.1370724Z [00:04:22.858]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tail.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.1438406Z [00:04:22.865]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tty.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.1504315Z [00:04:22.871]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/fmt.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:04.1565883Z [00:04:22.878]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/groups.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.1628740Z [00:04:22.884]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/id.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.1692590Z [00:04:22.890]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/cp.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.1757736Z [00:04:22.897]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/install.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.1822547Z [00:04:22.903]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sum.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:04.1886545Z [00:04:22.910]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/hostname.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:04.1950139Z [00:04:22.916]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/nproc.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.2012113Z [00:04:22.922]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/rmdir.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:04.2076655Z [00:04:22.929]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/od.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.2138462Z [00:04:22.935]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/mkfifo.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:04.2204233Z [00:04:22.941]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/tr.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:04.2268299Z [00:04:22.948]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/b2sum.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:04.2332570Z [00:04:22.954]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/logname.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:04.2395027Z [00:04:22.960]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sleep.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.2458227Z [00:04:22.967]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/dummy-man' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:04.2522041Z [00:04:22.973]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sync.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.2584786Z [00:04:22.979]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/users.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.2647867Z [00:04:22.986]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/sha384sum.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:04.2709522Z [00:04:22.992]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/chgrp.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:04.2771160Z [00:04:22.998]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/man/hostname.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.2832929Z [00:04:23.004]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/announce-gen' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.2895570Z [00:04:23.011]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/gnu-web-doc-update' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.2958817Z [00:04:23.017]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/vc-list-files' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.3020893Z [00:04:23.023]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/depcomp' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.3087106Z [00:04:23.030]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/ylwrap' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.3149285Z [00:04:23.036]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/compile' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.3213932Z [00:04:23.042]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/config.guess' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.3277734Z [00:04:23.049]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/config.sub' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.3339949Z [00:04:23.055]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/test-driver' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.3400690Z [00:04:23.061]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/gen-single-binary.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:04.3463465Z [00:04:23.067]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/gen-lists-of-programs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.3526642Z [00:04:23.074]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/install-sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.3593630Z [00:04:23.080]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/gnupload' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.3659375Z [00:04:23.087]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/gitlog-to-changelog' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.3724858Z [00:04:23.093]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/useless-if-before-free' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.3789439Z [00:04:23.100]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/update-copyright' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.3855987Z [00:04:23.106]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/texinfo.tex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.3921051Z [00:04:23.113]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/missing' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.3987184Z [00:04:23.120]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/gendocs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.4055003Z [00:04:23.126]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/mdate-sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.4119778Z [00:04:23.133]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/config.rpath' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.4184996Z [00:04:23.139]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/do-release-commit-and-tag' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.4250617Z [00:04:23.146]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/build-aux/git-version-gen' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.4314839Z [00:04:23.152]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/INSTALL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:04.4379993Z [00:04:23.159]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chown/preserve-root.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.4443050Z [00:04:23.165]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chown/separator.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.4509466Z [00:04:23.172]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chown/basic.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.4580690Z [00:04:23.179]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chown/deref.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.4653969Z [00:04:23.186]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/filefrag-extent-compare' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:04.4719625Z [00:04:23.193]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/part-hardlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.4786607Z [00:04:23.200]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/no-copy.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.4853700Z [00:04:23.206]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/leak-fd.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.4919712Z [00:04:23.213]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/mv-special-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.4986013Z [00:04:23.220]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/i-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.5051822Z [00:04:23.226]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/partition-perm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.5116225Z [00:04:23.233]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/mv-exchange.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.5182540Z [00:04:23.239]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/hard-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.5250003Z [00:04:23.246]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/part-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.5315837Z [00:04:23.252]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/mv-n.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.5379900Z [00:04:23.259]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/force.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.5443773Z [00:04:23.265]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/atomic.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.5504996Z [00:04:23.271]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/update.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.5574722Z [00:04:23.278]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/i-link-no.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.5647504Z [00:04:23.286]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/backup-dir.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.5712896Z [00:04:23.292]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/i-1.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.5776565Z [00:04:23.299]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/dir-file.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.5840869Z [00:04:23.305]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/symlink-onto-hardlink-to-self.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.5903825Z [00:04:23.311]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/part-fail.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.5967130Z [00:04:23.318]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/hard-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.6031489Z [00:04:23.324]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/into-self-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.6094326Z [00:04:23.330]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/hard-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.6158164Z [00:04:23.337]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/hard-link-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.6221899Z [00:04:23.343]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/hardlink-case.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.6287220Z [00:04:23.350]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/dir2dir.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.6351860Z [00:04:23.356]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/diag.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.6415742Z [00:04:23.363]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/no-target-dir.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.6482125Z [00:04:23.369]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/into-self-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.6547137Z [00:04:23.376]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/i-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.6614158Z [00:04:23.382]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/sticky-to-xpart.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.6675299Z [00:04:23.388]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/acl.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.6739601Z [00:04:23.395]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/i-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.6806137Z [00:04:23.402]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/symlink-onto-hardlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.6870050Z [00:04:23.408]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/backup-is-src.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.6936109Z [00:04:23.415]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/i-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.6998752Z [00:04:23.421]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/perm-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.7063549Z [00:04:23.427]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/into-self.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.7129555Z [00:04:23.434]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/to-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.7196328Z [00:04:23.441]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/into-self-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.7262917Z [00:04:23.447]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/dup-source.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.7328997Z [00:04:23.454]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/childproof.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.7394535Z [00:04:23.460]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/trailing-slash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.7459242Z [00:04:23.467]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/atomic2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.7524819Z [00:04:23.473]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mv/part-rename.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.7590536Z [00:04:23.480]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/test/test-diag.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.7656164Z [00:04:23.487]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/test/test.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.7720858Z [00:04:23.493]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/test/test-N.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.7784873Z [00:04:23.499]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/read-only.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.7848719Z [00:04:23.506]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/r-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.7911376Z [00:04:23.512]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/r-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.7974736Z [00:04:23.518]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/rm3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.8039115Z [00:04:23.525]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/deep-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.8103637Z [00:04:23.531]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/sunos-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.8167372Z [00:04:23.538]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/deep-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.8228945Z [00:04:23.544]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/empty-immutable-skip.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.8290873Z [00:04:23.550]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/empty-inacc.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.8354147Z [00:04:23.556]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/fail-eperm.xpl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.8418875Z [00:04:23.563]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/fail-2eperm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.8483653Z [00:04:23.569]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/r-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.8546842Z [00:04:23.576]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/fail-eacces.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.8611213Z [00:04:23.582]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/dir-nonrecur.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.8673236Z [00:04:23.588]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/rm5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.8737343Z [00:04:23.595]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/i-never.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.8800848Z [00:04:23.601]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/rm1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.8863735Z [00:04:23.607]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/rm-readdir-fail.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.8927116Z [00:04:23.614]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/ir-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.8991402Z [00:04:23.620]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/f-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.9056555Z [00:04:23.627]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/d-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.9124438Z [00:04:23.633]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/no-give-up.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.9187945Z [00:04:23.640]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/inaccessible.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.9251802Z [00:04:23.646]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/i-no-r.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.9313733Z [00:04:23.652]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/empty-name.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.9375060Z [00:04:23.658]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/hash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.9435241Z [00:04:23.664]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/unread2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.9497715Z [00:04:23.671]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/readdir-bug.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.9561349Z [00:04:23.677]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/isatty.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.9623339Z [00:04:23.683]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/unreadable.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.9686203Z [00:04:23.690]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/ext3-perf.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.9747539Z [00:04:23.696]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/one-file-system2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.9811238Z [00:04:23.702]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/one-file-system.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.9874954Z [00:04:23.708]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/cycle.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.9936441Z [00:04:23.715]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/interactive-always.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:04.9999978Z [00:04:23.721]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/r-root.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.0066678Z [00:04:23.728]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/dir-no-w.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.0131308Z [00:04:23.734]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/many-dir-entries-vs-OOM.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.0195806Z [00:04:23.741]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/d-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.0260295Z [00:04:23.747]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/d-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.0327228Z [00:04:23.754]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/r-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.0393199Z [00:04:23.760]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/interactive-once.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.0458264Z [00:04:23.767]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/i-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.0522963Z [00:04:23.773]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/dot-rel.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.0588758Z [00:04:23.780]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/dangling-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.0655446Z [00:04:23.786]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/unread3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.0722081Z [00:04:23.793]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/rm4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.0785199Z [00:04:23.799]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/rm2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.0849727Z [00:04:23.806]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/v-slash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.0913805Z [00:04:23.812]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rm/ignorable.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.0977917Z [00:04:23.819]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/runcon/runcon-no-reorder.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.1038602Z [00:04:23.825]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/runcon/runcon-compute.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.1103991Z [00:04:23.831]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/header.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.1168767Z [00:04:23.838]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/no-mtab-status.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.1231718Z [00:04:23.844]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/df-output.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.1293632Z [00:04:23.850]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/skip-rootfs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.1353885Z [00:04:23.856]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/over-mount-device.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.1414371Z [00:04:23.862]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/problematic-chars.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.1476095Z [00:04:23.869]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/df-P.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.1538400Z [00:04:23.875]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/total-unprocessed.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.1599861Z [00:04:23.881]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/df-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.1663436Z [00:04:23.887]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/skip-duplicates.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.1727485Z [00:04:23.894]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/total-verify.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.1793951Z [00:04:23.900]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/df/unreadable.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.1860104Z [00:04:23.907]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/CuSkip.pm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:05.1924384Z [00:04:23.913]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/od/od-N.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.1987049Z [00:04:23.920]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/od/od-j.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.2050532Z [00:04:23.926]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/od/od-multiple-t.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.2113136Z [00:04:23.932]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/od/od-endian.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.2178519Z [00:04:23.939]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/od/od-x8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.2244735Z [00:04:23.945]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/od/od.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.2308363Z [00:04:23.952]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/od/od-float.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.2372676Z [00:04:23.958]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/fmt/base.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.2434908Z [00:04:23.964]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/fmt/long-line.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.2497049Z [00:04:23.971]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/fmt/goal-option.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.2559500Z [00:04:23.977]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/fmt/non-space.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.2626991Z [00:04:23.984]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/expr/expr.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.2695258Z [00:04:23.990]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/expr/expr-multibyte.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.2762404Z [00:04:23.997]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/date/date-tz.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.2830226Z [00:04:24.004]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/date/date-sec.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.2896127Z [00:04:24.011]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/date/date-debug.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.2962600Z [00:04:24.017]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/date/date.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.3023127Z [00:04:24.023]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/date/date-next-dow.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.3086838Z [00:04:24.030]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tty/tty.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.3149019Z [00:04:24.036]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tty/tty-eof.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.3212439Z [00:04:24.042]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/install/install-Z-selinux.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.3276852Z [00:04:24.049]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/install/install-C-root.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.3340575Z [00:04:24.055]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/install/strip-program.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.3404847Z [00:04:24.061]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/install/install-C.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.3466971Z [00:04:24.068]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/install/create-leading.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.3529596Z [00:04:24.074]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/install/install-C-selinux.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.3594114Z [00:04:24.080]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/install/trap.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.3658413Z [00:04:24.087]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/install/basic-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.3726209Z [00:04:24.094]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/install/d-slashdot.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.3789960Z [00:04:24.100]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/apparent.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.3856001Z [00:04:24.107]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/files0-from.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.3919638Z [00:04:24.113]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/deref-args.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.3984229Z [00:04:24.119]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/two-args.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.4047141Z [00:04:24.126]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/inodes.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.4110590Z [00:04:24.132]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/long-from-unreadable.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.4173732Z [00:04:24.138]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/bind-mount-dir-cycle.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.4237865Z [00:04:24.145]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/restore-wd.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.4305151Z [00:04:24.151]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/files0-from-dir.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.4373727Z [00:04:24.158]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/2g.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.4441171Z [00:04:24.165]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/exclude.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.4508296Z [00:04:24.172]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/inacc-dest.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.4577338Z [00:04:24.179]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/hard-link.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.4644932Z [00:04:24.185]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/inacc-dir.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.4711200Z [00:04:24.192]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/slash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.4778067Z [00:04:24.199]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/bind-mount-dir-cycle-v2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.4844165Z [00:04:24.205]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/long-sloop.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.4911244Z [00:04:24.212]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/bigtime.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.4977754Z [00:04:24.219]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/one-file-system.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.5042089Z [00:04:24.225]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/move-dir-while-traversing.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.5107985Z [00:04:24.232]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/inaccessible-cwd.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.5175433Z [00:04:24.238]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/threshold.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.5240087Z [00:04:24.245]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/basic.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.5303605Z [00:04:24.251]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/fd-leak.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.5368414Z [00:04:24.258]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/no-x.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.5434521Z [00:04:24.264]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/max-depth.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.5497883Z [00:04:24.271]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/trailing-slash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.5561913Z [00:04:24.277]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/no-deref.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.5628490Z [00:04:24.284]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/8gb.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.5691840Z [00:04:24.290]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/du/deref.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.5759785Z [00:04:24.297]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/csplit/csplit.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.5824935Z [00:04:24.303]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/csplit/csplit-heap.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.5888354Z [00:04:24.310]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/csplit/csplit-suppress-matched.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.5951185Z [00:04:24.316]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/csplit/csplit-1000.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.6031909Z [00:04:24.324]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/csplit/csplit-io-err.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.6095712Z [00:04:24.330]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/env/env-S-script.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.6159179Z [00:04:24.337]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/env/env-S.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.6222337Z [00:04:24.343]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/env/env-signal-handler.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.6284577Z [00:04:24.349]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/env/env-null.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.6347047Z [00:04:24.356]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/env/env.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.6413023Z [00:04:24.362]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/shred/shred-exact.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.6477255Z [00:04:24.369]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/shred/shred-passes.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.6540814Z [00:04:24.375]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/shred/shred-size.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.6605050Z [00:04:24.381]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/shred/shred-remove.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.6669781Z [00:04:24.388]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/seek-data-capable' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:05.6733692Z [00:04:24.394]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/sm3sum.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.6795552Z [00:04:24.400]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/md5sum-newline.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.6858261Z [00:04:24.407]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/sha1sum.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.6923045Z [00:04:24.413]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/md5sum-parallel.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.6987348Z [00:04:24.420]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/sum.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.7048461Z [00:04:24.426]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/sha256sum.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.7111329Z [00:04:24.432]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/sha1sum-vec.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.7171093Z [00:04:24.438]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/cksum-base64.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.7233973Z [00:04:24.444]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/cksum-raw.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.7297065Z [00:04:24.451]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/sha512sum.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.7361148Z [00:04:24.457]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/md5sum-bsd.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.7424874Z [00:04:24.463]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/cksum-c.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.7487572Z [00:04:24.470]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/sum-sysv.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.7552923Z [00:04:24.476]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/sha224sum.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.7612617Z [00:04:24.482]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/sha384sum.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.7675575Z [00:04:24.489]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/cksum-a.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.7739284Z [00:04:24.495]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/md5sum.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.7800721Z [00:04:24.501]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/cksum.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.7863648Z [00:04:24.507]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cksum/b2sum.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.7929865Z [00:04:24.514]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/wc/wc-nbsp.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.7997216Z [00:04:24.521]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/wc/wc.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.8064994Z [00:04:24.527]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/wc/wc-files0.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.8135789Z [00:04:24.535]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/wc/wc-total.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.8202388Z [00:04:24.541]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/wc/wc-parallel.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.8270626Z [00:04:24.548]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/wc/wc-files0-from.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.8340242Z [00:04:24.555]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/wc/wc-proc.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.8405883Z [00:04:24.562]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/uniq/uniq.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.8469851Z [00:04:24.568]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/uniq/uniq-collate.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.8534691Z [00:04:24.574]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/uniq/uniq-perf.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.8599006Z [00:04:24.581]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/timeout/timeout-group.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.8659792Z [00:04:24.587]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/timeout/timeout-parameters.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.8721408Z [00:04:24.593]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/timeout/timeout.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.8783560Z [00:04:24.599]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/timeout/timeout-blocked.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.8847126Z [00:04:24.606]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/timeout/timeout-large-parameters.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.8915061Z [00:04:24.612]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/join/join.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.8980773Z [00:04:24.619]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/join/join-utf8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.9048622Z [00:04:24.626]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/printf/printf-quote.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.9114298Z [00:04:24.632]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/printf/printf-hex.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.9179191Z [00:04:24.639]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/printf/printf-indexed.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.9246033Z [00:04:24.646]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/printf/printf.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.9312573Z [00:04:24.652]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/printf/printf-mb.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.9381128Z [00:04:24.659]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/printf/printf-cov.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.9449595Z [00:04:24.666]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/printf/printf-surprise.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.9516560Z [00:04:24.673]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/no-perl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:05.9592442Z [00:04:24.680]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chroot/chroot-fail.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.9658931Z [00:04:24.687]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chroot/chroot-credentials.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.9724507Z [00:04:24.693]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/inotify-race2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.9787740Z [00:04:24.700]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/append-only.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.9853674Z [00:04:24.706]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/descriptor-vs-rename.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.9917773Z [00:04:24.713]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/end-of-device.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:05.9980387Z [00:04:24.719]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/tail-sysfs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.0045180Z [00:04:24.725]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/inotify-rotate.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.0108605Z [00:04:24.732]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/start-middle.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.0172845Z [00:04:24.738]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/follow-stdin.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.0240000Z [00:04:24.745]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/proc-ksyms.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.0302089Z [00:04:24.751]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/inotify-only-regular.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.0366775Z [00:04:24.758]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/tail-n0f.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.0429757Z [00:04:24.764]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/F-vs-missing.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.0491578Z [00:04:24.770]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/retry.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.0555430Z [00:04:24.777]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/F-vs-rename.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.0616017Z [00:04:24.783]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/wait.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.0677590Z [00:04:24.789]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.0741060Z [00:04:24.795]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/pipe-f.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.0806671Z [00:04:24.802]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/pid-pipe.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.0873015Z [00:04:24.808]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/overlay-headers.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.0933623Z [00:04:24.814]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/tail.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.0997028Z [00:04:24.821]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/tail-c.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.1060081Z [00:04:24.827]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/big-4gb.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.1124439Z [00:04:24.833]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/truncate.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.1191285Z [00:04:24.840]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/assert.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.1255391Z [00:04:24.847]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/assert-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.1320888Z [00:04:24.853]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/pipe-f2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.1385283Z [00:04:24.859]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/F-headers.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.1448524Z [00:04:24.866]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/pid.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.1510040Z [00:04:24.872]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/inotify-rotate-resources.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.1572381Z [00:04:24.878]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/flush-initial.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.1634371Z [00:04:24.884]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/inotify-hash-abuse.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.1694868Z [00:04:24.890]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/inotify-hash-abuse2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.1757689Z [00:04:24.897]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/inotify-race.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.1821092Z [00:04:24.903]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/follow-name.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.1885149Z [00:04:24.909]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tail/inotify-dir-recreate.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.1947602Z [00:04:24.916]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stty/stty-row-col.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.2008642Z [00:04:24.922]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stty/stty-pairs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.2071497Z [00:04:24.928]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stty/stty.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.2134822Z [00:04:24.934]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stty/stty-invalid.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.2200086Z [00:04:24.941]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/factor/factor.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.2265860Z [00:04:24.948]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/factor/run.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.2331419Z [00:04:24.954]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/factor/create-test.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.2398174Z [00:04:24.961]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/factor/factor-parallel.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.2464600Z [00:04:24.967]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/groups/groups-dash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.2529031Z [00:04:24.974]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/groups/groups-process-all.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.2593807Z [00:04:24.980]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/groups/groups-version.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.2658074Z [00:04:24.987]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/cp-mv-backup.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.2719778Z [00:04:24.993]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/symlink-slash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.2784373Z [00:04:24.999]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/sparse-extents.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.2845350Z [00:04:25.006]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/sparse-to-pipe.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.2906897Z [00:04:25.012]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/proc-zero-len.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.2968676Z [00:04:25.018]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/link-no-deref.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.3031583Z [00:04:25.024]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/deref-slink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.3093330Z [00:04:25.030]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/perm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.3156027Z [00:04:25.037]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/src-base-dot.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.3220622Z [00:04:25.043]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/cp-mv-enotsup-xattr.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.3285746Z [00:04:25.050]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/no-deref-link2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.3350611Z [00:04:25.056]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/sparse-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.3417297Z [00:04:25.063]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/sparse-perf.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.3482173Z [00:04:25.069]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/cp-i.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.3546928Z [00:04:25.076]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/preserve-gid.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.3608561Z [00:04:25.082]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/cross-dev-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.3672058Z [00:04:25.088]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/capability.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.3735494Z [00:04:25.094]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/r-vs-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.3799087Z [00:04:25.101]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/dir-slash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.3861381Z [00:04:25.107]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/no-deref-link3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.3922844Z [00:04:25.113]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/backup-dir.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.3984059Z [00:04:25.119]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/fail-perm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.4046153Z [00:04:25.126]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/existing-perm-dir.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.4109604Z [00:04:25.132]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/parent-perm-race.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.4174798Z [00:04:25.138]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/backup-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.4235234Z [00:04:25.144]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/no-ctx.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.4295095Z [00:04:25.150]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/link-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.4364852Z [00:04:25.157]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/copy-FMR.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.4444395Z [00:04:25.165]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/link.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.4514342Z [00:04:25.172]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/keep-directory-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.4577526Z [00:04:25.179]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/reflink-auto.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.4640560Z [00:04:25.185]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/link-preserve.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.4702496Z [00:04:25.191]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/no-deref-link1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.4766377Z [00:04:25.198]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/cp-a-selinux.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.4832030Z [00:04:25.204]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/cp-parents.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.4896910Z [00:04:25.211]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/parent-perm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.4965769Z [00:04:25.218]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/preserve-mode.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.5029139Z [00:04:25.224]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/debug.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.5093100Z [00:04:25.230]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/slink-2-slink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.5157498Z [00:04:25.237]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/special-bits.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.5224529Z [00:04:25.243]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/dir-vs-file.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.5287372Z [00:04:25.250]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/same-file.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.5353690Z [00:04:25.256]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/preserve-slink-time.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.5416052Z [00:04:25.263]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/link-heap.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.5480821Z [00:04:25.269]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/existing-perm-race.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.5544301Z [00:04:25.275]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/acl.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.5608982Z [00:04:25.282]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/sparse-extents-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.5672000Z [00:04:25.288]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/attr-existing.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.5733639Z [00:04:25.294]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/preserve-link.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.5795130Z [00:04:25.300]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/nfs-removal-race.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.5858178Z [00:04:25.307]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/thru-dangling.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.5922383Z [00:04:25.313]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/cp-HL.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.5984807Z [00:04:25.319]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/backup-is-src.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.6049103Z [00:04:25.326]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/abuse.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.6115160Z [00:04:25.332]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/into-self.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.6181401Z [00:04:25.339]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/sparse.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.6246255Z [00:04:25.346]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/reflink-perm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.6309847Z [00:04:25.352]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/cp-deref.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.6372007Z [00:04:25.358]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/preserve-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.6434432Z [00:04:25.364]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/file-perm-race.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.6497402Z [00:04:25.371]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/link-deref.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.6560041Z [00:04:25.377]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/dir-rm-dest.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.6623882Z [00:04:25.383]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/proc-short-read.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.6686105Z [00:04:25.390]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cp/special-f.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.6752433Z [00:04:25.396]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/basenc/base64.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.6816559Z [00:04:25.403]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/basenc/basenc.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.6881000Z [00:04:25.409]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/help/help-version-getopt.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.6943866Z [00:04:25.415]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/help/help-version.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.7007670Z [00:04:25.422]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/shuf/shuf-reservoir.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.7071743Z [00:04:25.428]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/shuf/shuf.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.7135763Z [00:04:25.435]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/envvar-check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:06.7199797Z [00:04:25.441]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rmdir/symlink-errors.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.7265286Z [00:04:25.448]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rmdir/fail-perm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.7331195Z [00:04:25.454]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rmdir/ignore.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.7395004Z [00:04:25.460]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/rmdir/t-slash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.7460386Z [00:04:25.467]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stat/stat-nanoseconds.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.7523675Z [00:04:25.473]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stat/stat-hyphen.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.7588410Z [00:04:25.480]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stat/stat-fmt.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.7650412Z [00:04:25.486]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stat/stat-slash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.7715692Z [00:04:25.493]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stat/stat-printf.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.7780890Z [00:04:25.499]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stat/stat-birthtime.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.7842657Z [00:04:25.505]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/stat/stat-mount.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.7904779Z [00:04:25.511]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sample-test' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:06.7965039Z [00:04:25.517]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chcon/chcon-fail.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.8027748Z [00:04:25.524]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chcon/chcon.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.8091076Z [00:04:25.530]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/other-fs-tmpdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:06.8153473Z [00:04:25.536]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/skip-seek-past-dev.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.8216109Z [00:04:25.543]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/misc.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.8281183Z [00:04:25.549]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/skip-seek.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.8345803Z [00:04:25.556]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/no-allocate.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.8409242Z [00:04:25.562]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/unblock.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.8472607Z [00:04:25.568]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/stderr.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.8535997Z [00:04:25.575]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/skip-seek2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.8600851Z [00:04:25.581]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/unblock-sync.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.8664905Z [00:04:25.587]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/stats.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.8729738Z [00:04:25.594]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/nocache_fail.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.8795466Z [00:04:25.600]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/skip-seek-past-file.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.8859332Z [00:04:25.607]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/nocache_eof.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.8923964Z [00:04:25.613]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/nocache.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.8987403Z [00:04:25.620]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/bytes.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.9052379Z [00:04:25.626]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/direct.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.9118611Z [00:04:25.633]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/ascii.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.9182637Z [00:04:25.639]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/reblock.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.9247093Z [00:04:25.646]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/sparse.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.9310899Z [00:04:25.652]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/dd/not-rewound.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.9379096Z [00:04:25.659]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/head/head.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.9444513Z [00:04:25.665]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/head/head-elide-tail.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.9513320Z [00:04:25.672]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/head/head-pos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.9578926Z [00:04:25.679]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/head/head-write-error.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.9657695Z [00:04:25.687]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/head/head-c.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.9722779Z [00:04:25.693]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ln/slash-decorated-nonexistent-dest.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.9788530Z [00:04:25.700]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ln/misc.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.9858178Z [00:04:25.707]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ln/relative.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.9924421Z [00:04:25.713]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ln/hard-backup.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:06.9990086Z [00:04:25.720]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ln/sf-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.0057186Z [00:04:25.727]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ln/hard-to-sym.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.0121137Z [00:04:25.733]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ln/backup-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.0184813Z [00:04:25.739]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ln/target-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.0250055Z [00:04:25.746]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/nice/nice.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.0314860Z [00:04:25.752]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/nice/nice-fail.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.0383689Z [00:04:25.759]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/seq/seq-extra-number.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.0448216Z [00:04:25.766]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/seq/seq-epipe.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.0514883Z [00:04:25.772]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/seq/seq.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.0579574Z [00:04:25.779]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/seq/seq-precision.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.0646032Z [00:04:25.786]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/seq/seq-io-errors.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.0710817Z [00:04:25.792]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/seq/seq-locale.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.0776968Z [00:04:25.799]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/seq/seq-long-double.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.0846155Z [00:04:25.805]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/p-acl.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.0911190Z [00:04:25.812]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/perm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.0975795Z [00:04:25.819]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/p-slashdot.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.1041398Z [00:04:25.825]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/p-thru-slink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.1106515Z [00:04:25.832]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/p-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.1173621Z [00:04:25.838]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/restorecon.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.1238358Z [00:04:25.845]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/parents.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.1302817Z [00:04:25.851]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/smack-root.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.1366708Z [00:04:25.858]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/smack-no-root.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.1430017Z [00:04:25.864]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/selinux.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.1495578Z [00:04:25.871]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/p-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.1560841Z [00:04:25.877]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/p-v.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.1626290Z [00:04:25.884]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/t-slash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.1691405Z [00:04:25.890]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/special-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.1754778Z [00:04:25.896]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/p-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.1819911Z [00:04:25.903]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/mkdir/writable-under-readonly.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.1887404Z [00:04:25.910]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/read-only.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.1948558Z [00:04:25.916]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/relative.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.2011065Z [00:04:25.922]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/60-seconds.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.2076237Z [00:04:25.929]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/now-owned-by-other.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.2139279Z [00:04:25.935]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/no-dereference.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.2203958Z [00:04:25.941]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/not-owner.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.2270056Z [00:04:25.948]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/fifo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.2335027Z [00:04:25.954]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/no-create-missing.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.2403113Z [00:04:25.961]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/fail-diag.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.2469447Z [00:04:25.968]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/dir-1.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:07.2536192Z [00:04:25.975]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/trailing-slash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.2602978Z [00:04:25.981]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/dangling-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.2668022Z [00:04:25.988]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/no-rights.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.2733503Z [00:04:25.994]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/empty-file.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.2794585Z [00:04:26.000]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/touch/obsolescent.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.2859967Z [00:04:26.007]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chgrp/posix-H.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.2923252Z [00:04:26.013]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chgrp/from.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.2986335Z [00:04:26.020]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chgrp/basic.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.3053375Z [00:04:26.026]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chgrp/default-no-deref.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.3114739Z [00:04:26.032]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chgrp/no-x.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.3179108Z [00:04:26.039]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chgrp/recurse.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.3240277Z [00:04:26.045]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chgrp/deref.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.3302265Z [00:04:26.051]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cat/cat-buf.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.3366195Z [00:04:26.058]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cat/cat-self.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.3431659Z [00:04:26.064]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cat/cat-E.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.3495831Z [00:04:26.071]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cat/cat-proc.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.3561410Z [00:04:26.077]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/Coreutils.pm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:07.3627564Z [00:04:26.084]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/id/gnu-zero-uids.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.3691250Z [00:04:26.090]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/id/uid.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.3757601Z [00:04:26.097]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/id/zero.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.3825014Z [00:04:26.103]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/id/smack.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.3891306Z [00:04:26.110]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/id/setgid.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.3957398Z [00:04:26.117]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/id/no-context.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.4027136Z [00:04:26.124]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/id/context.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.4094749Z [00:04:26.130]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/lang-default' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:07.4162770Z [00:04:26.137]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/CuTmpdir.pm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:07.4229672Z [00:04:26.144]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/nproc/nproc-override.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.4296564Z [00:04:26.151]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/nproc/nproc-positive.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.4363214Z [00:04:26.157]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/nproc/nproc-avail.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.4430904Z [00:04:26.164]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/local.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:07.4498304Z [00:04:26.171]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/readlink/readlink-fp-loop.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.4564720Z [00:04:26.177]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/readlink/can-e.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.4628056Z [00:04:26.184]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/readlink/rl-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.4692614Z [00:04:26.190]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/readlink/multi.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.4758222Z [00:04:26.197]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/readlink/readlink-root.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.4822634Z [00:04:26.203]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/readlink/can-f.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.4887952Z [00:04:26.210]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/readlink/can-m.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.4951609Z [00:04:26.216]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/stdbuf.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.5017139Z [00:04:26.223]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/false-status.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.5081218Z [00:04:26.229]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/paste.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.5144807Z [00:04:26.235]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/sleep.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.5208686Z [00:04:26.242]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/expand.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.5281534Z [00:04:26.249]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/numfmt.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.5358484Z [00:04:26.257]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/read-errors.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.5420227Z [00:04:26.263]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/tsort.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.5485693Z [00:04:26.270]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/pathchk.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.5546802Z [00:04:26.276]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/printenv.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.5608900Z [00:04:26.282]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/write-errors.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.5668939Z [00:04:26.288]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/comm.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.5731712Z [00:04:26.294]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/unexpand.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.5797716Z [00:04:26.301]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/selinux.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.5863028Z [00:04:26.307]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/nl.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.5926453Z [00:04:26.314]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/xattr.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.5989467Z [00:04:26.320]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/usage_vs_getopt.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.6052319Z [00:04:26.326]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/yes.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.6128136Z [00:04:26.334]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/echo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.6193673Z [00:04:26.340]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/arch.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.6253027Z [00:04:26.346]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/realpath.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.6316388Z [00:04:26.353]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/time-style.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.6378977Z [00:04:26.359]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/dirname.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.6440903Z [00:04:26.365]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/fold.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.6504376Z [00:04:26.371]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/mktemp.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.6568101Z [00:04:26.378]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/close-stdout.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.6634506Z [00:04:26.384]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/nohup.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.6698385Z [00:04:26.391]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/coreutils.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.6762696Z [00:04:26.397]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/dircolors.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.6827572Z [00:04:26.404]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/sync.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.6893826Z [00:04:26.410]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/mknod.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.6957001Z [00:04:26.417]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/tee.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.7023081Z [00:04:26.423]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/basename.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.7086764Z [00:04:26.430]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/invalid-opt.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.7151331Z [00:04:26.436]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/xstrtol.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.7214686Z [00:04:26.442]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/misc/kill.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.7279482Z [00:04:26.449]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/removed-directory.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.7345702Z [00:04:26.456]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/symlink-slash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.7410725Z [00:04:26.462]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/abmon-align.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.7475056Z [00:04:26.468]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/size-align.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.7538272Z [00:04:26.475]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/time-style-diag.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.7604645Z [00:04:26.481]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/stat-free-symlinks.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.7668791Z [00:04:26.488]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/follow-slink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.7732478Z [00:04:26.494]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/classify.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.7796571Z [00:04:26.501]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/color-ext.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.7876143Z [00:04:26.509]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/recursive.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.7941540Z [00:04:26.515]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/stat-vs-dirent.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.8006990Z [00:04:26.522]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/no-cap.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.8071469Z [00:04:26.528]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/zero-option.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.8137365Z [00:04:26.535]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/capability.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.8203488Z [00:04:26.541]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/block-size.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.8267261Z [00:04:26.548]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/a-option.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.8331375Z [00:04:26.554]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/getxattr-speedup.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.8394090Z [00:04:26.560]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/rt-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.8458011Z [00:04:26.567]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/slink-acl.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.8520867Z [00:04:26.573]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/root-rel-symlink-color.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.8581986Z [00:04:26.579]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/sort-width-option.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.8643440Z [00:04:26.585]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/dired.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.8704086Z [00:04:26.591]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/selinux-segfault.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.8764952Z [00:04:26.597]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/selinux.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.8826980Z [00:04:26.604]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/stat-dtype.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.8889739Z [00:04:26.610]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/color-norm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.8951068Z [00:04:26.616]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/color-clear-to-eol.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.9017549Z [00:04:26.623]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/m-option.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.9082203Z [00:04:26.629]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/stat-failed.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.9149390Z [00:04:26.636]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/birthtime.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.9220347Z [00:04:26.643]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/stat-free-color.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.9286787Z [00:04:26.650]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/acl.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.9354471Z [00:04:26.656]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/no-arg.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.9421072Z [00:04:26.663]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/infloop.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.9485149Z [00:04:26.669]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/group-dirs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.9550753Z [00:04:26.676]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/symlink-loop.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.9616839Z [00:04:26.683]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/w-option.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.9680115Z [00:04:26.689]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/x-option.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.9745233Z [00:04:26.695]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/ls-misc.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.9808431Z [00:04:26.702]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/multihardlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.9872694Z [00:04:26.708]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/nameless-uid.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:07.9938761Z [00:04:26.715]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/hyperlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.0004131Z [00:04:26.721]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/file-type.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.0073796Z [00:04:26.728]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/color-term.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.0139124Z [00:04:26.735]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/quote-align.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.0206210Z [00:04:26.742]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/ls-time.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.0270568Z [00:04:26.748]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/dangle.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.0336521Z [00:04:26.755]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/symlink-quote.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.0403968Z [00:04:26.761]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/color-dtype-dir.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.0468437Z [00:04:26.768]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/readdir-mountpoint-inode.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.0530225Z [00:04:26.774]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/inode.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.0596496Z [00:04:26.781]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ls/hex-option.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.0660617Z [00:04:26.787]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/GNUmakefile' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.0723951Z [00:04:26.793]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/usage.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.0787119Z [00:04:26.800]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/equals.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.0849636Z [00:04:26.806]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/umask-x.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.0913122Z [00:04:26.812]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/equal-x.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.0976096Z [00:04:26.819]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/octal.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.1039910Z [00:04:26.825]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/inaccessible.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.1103922Z [00:04:26.831]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/silent.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.1168667Z [00:04:26.838]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/setgid.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.1234364Z [00:04:26.844]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/thru-dangling.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.1298716Z [00:04:26.851]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/ignore-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.1363443Z [00:04:26.857]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/c-option.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.1427023Z [00:04:26.864]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/no-x.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.1492877Z [00:04:26.870]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/chmod/symlinks.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.1558972Z [00:04:26.877]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-debug-warn.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.1626302Z [00:04:26.884]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-merge-fdlimit.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.1694606Z [00:04:26.890]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-h-thousands-sep.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.1759320Z [00:04:26.897]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-spinlock-abuse.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.1823070Z [00:04:26.903]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-merge.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.1888555Z [00:04:26.910]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-NaN-infloop.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.1953424Z [00:04:26.916]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-unique-segv.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.2018143Z [00:04:26.923]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-exit-early.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.2079540Z [00:04:26.929]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-month.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.2142798Z [00:04:26.935]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-continue.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.2206472Z [00:04:26.942]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-debug-keys.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.2271988Z [00:04:26.948]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-compress-proc.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.2337722Z [00:04:26.955]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-benchmark-random.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.2401693Z [00:04:26.961]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-compress.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.2474319Z [00:04:26.968]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-rand.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.2553915Z [00:04:26.976]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-compress-hang.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.2622507Z [00:04:26.983]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-discrim.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.2687526Z [00:04:26.990]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-unique.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.2752576Z [00:04:26.996]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-files0-from.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.2815551Z [00:04:27.003]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-u-FMR.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.2882390Z [00:04:27.009]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-stale-thread-mem.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.2949265Z [00:04:27.016]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-version.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.3015097Z [00:04:27.022]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort-float.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.3082262Z [00:04:27.029]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/sort/sort.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.3151698Z [00:04:27.036]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/b3f-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.3214450Z [00:04:27.042]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/0FnFt' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.3277343Z [00:04:27.049]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tt-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.3342510Z [00:04:27.055]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ml24-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.3406872Z [00:04:27.062]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3ml24-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.3472388Z [00:04:27.068]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/b3f-0F' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.3538820Z [00:04:27.075]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/o3mSnl24fbltn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.3603091Z [00:04:27.081]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/a3f-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.3666090Z [00:04:27.087]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/o3b3Sl24f-tn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.3730301Z [00:04:27.094]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/b3l15-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.3793285Z [00:04:27.100]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W35Jb3l24f-lm' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.3854792Z [00:04:27.106]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+2l24f-bl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.3916303Z [00:04:27.113]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ml24f-0F' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.3976123Z [00:04:27.119]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/o3mSl24f-bl-tn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.4036626Z [00:04:27.125]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ttb3-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.4100717Z [00:04:27.131]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tFFt-ll' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.4162442Z [00:04:27.137]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/0F' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.4225336Z [00:04:27.144]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/loli' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.4289512Z [00:04:27.150]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W72Jl24f-ll' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.4351957Z [00:04:27.156]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/l24-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.4418954Z [00:04:27.163]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tn2e8o3-t_tab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.4483997Z [00:04:27.169]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/pr-tests.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:08.4545914Z [00:04:27.176]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/Ja3l24f-lm' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.4611545Z [00:04:27.182]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tn2e5o3-t_tab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.4674405Z [00:04:27.188]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W26l24f-ll' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.4737921Z [00:04:27.195]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+3ml24f-bl-tn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.4799996Z [00:04:27.201]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tn2e8-t_tab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.4864934Z [00:04:27.207]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/t-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.4928047Z [00:04:27.214]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+6a2l17-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.4992913Z [00:04:27.220]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.5058322Z [00:04:27.227]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tt-bl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.5122539Z [00:04:27.233]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/nN15l24f-bl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.5187440Z [00:04:27.240]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3b3f-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.5255576Z [00:04:27.246]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/Jml24f-lm-lo' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.5318798Z [00:04:27.253]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3f-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.5383143Z [00:04:27.259]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+7l24-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.5447082Z [00:04:27.266]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+3ml20f-bl-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.5509590Z [00:04:27.272]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/b2l15-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.5573837Z [00:04:27.278]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ml24f-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.5635156Z [00:04:27.284]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/FnFn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.5698608Z [00:04:27.291]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+5a3l13f-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.5763596Z [00:04:27.297]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/nSml20-t-tFFFF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.5824140Z [00:04:27.303]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/t_tab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.5884229Z [00:04:27.309]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W20l24f-ll' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.5945320Z [00:04:27.316]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/b3-0F' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.6006553Z [00:04:27.322]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/2w60f-t_notab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.6066344Z [00:04:27.328]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/FFn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.6128821Z [00:04:27.334]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tb3-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.6191220Z [00:04:27.340]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/0Fnt' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.6253977Z [00:04:27.346]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tta3-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.6314224Z [00:04:27.352]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tt-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.6373402Z [00:04:27.358]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3a3l15-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.6436294Z [00:04:27.365]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/o3b3Snl24f-tn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.6499949Z [00:04:27.371]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/nJml24f-lmlolm' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.6563101Z [00:04:27.377]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/Jb3l24f-lm' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.6626438Z [00:04:27.384]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/t-bl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.6689934Z [00:04:27.390]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W35Jml24f-lmlo' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.6752488Z [00:04:27.396]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/l24f-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.6813632Z [00:04:27.402]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/a3-0F' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.6875471Z [00:04:27.408]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ta3-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.6940104Z [00:04:27.415]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3f-0F' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.7006705Z [00:04:27.422]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/2s_f-t_notab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.7074063Z [00:04:27.428]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/a3l15f-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.7141487Z [00:04:27.435]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tFFt-lm' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.7209147Z [00:04:27.442]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/2s_w60f-t_nota' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.7275794Z [00:04:27.449]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3a3f-0F' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.7342936Z [00:04:27.455]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W35Ja3l24f-lm' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.7409282Z [00:04:27.462]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/b3f-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.7475647Z [00:04:27.469]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tFnFt' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.7541966Z [00:04:27.475]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/b2l17-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.7608055Z [00:04:27.482]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ml24f-lm-lo' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.7674929Z [00:04:27.488]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/nN1+3l24f-bl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.7742247Z [00:04:27.495]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tFFt-bl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.7805655Z [00:04:27.501]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/t_notab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.7868762Z [00:04:27.508]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3l24f-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.7932716Z [00:04:27.514]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/a3f-0F' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.7998440Z [00:04:27.521]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/o3a3Snl24f-tn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.8064344Z [00:04:27.527]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/0FFt' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.8125593Z [00:04:27.533]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tt-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.8189878Z [00:04:27.540]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3b3f-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.8255877Z [00:04:27.547]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+4-8a2l17-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.8320092Z [00:04:27.553]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tne8o3-t_tab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.8381568Z [00:04:27.559]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/o3ml24f-bl-tn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.8445789Z [00:04:27.565]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/b3l24f-lm' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.8509108Z [00:04:27.572]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/nSml20-t-t-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.8571359Z [00:04:27.578]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+3l24f-bl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.8634551Z [00:04:27.584]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/l24-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.8697200Z [00:04:27.591]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/a3f-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.8762326Z [00:04:27.597]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W35ml24f-lm-lo' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.8826450Z [00:04:27.604]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/nJml24f-lmlmlo' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.8888629Z [00:04:27.610]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/a3l15-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.8950337Z [00:04:27.616]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tFFt' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.9012892Z [00:04:27.622]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/0Ft' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.9076156Z [00:04:27.629]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/2-S_f-t_notab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.9140115Z [00:04:27.635]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/2sw60f-t_notab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.9205707Z [00:04:27.641]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+3l24f-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.9269599Z [00:04:27.648]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+2l24f-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.9334896Z [00:04:27.654]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/t-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.9399134Z [00:04:27.661]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/t-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.9461241Z [00:04:27.667]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/t_tab_' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.9523215Z [00:04:27.673]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/a3l24f-lm' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.9584133Z [00:04:27.679]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3b3l15-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.9644646Z [00:04:27.685]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ml24-t-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.9707765Z [00:04:27.692]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/2-Sf-t_notab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.9774459Z [00:04:27.698]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3b3l15f-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.9838771Z [00:04:27.705]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.9900099Z [00:04:27.711]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ta3-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:08.9963768Z [00:04:27.717]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3b3f-0F' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.0025692Z [00:04:27.723]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/2sf-t_notab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.0089231Z [00:04:27.730]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/o3a3Sl24f-tn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.0152958Z [00:04:27.736]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3ml24f-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.0216394Z [00:04:27.743]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tta3-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.0281181Z [00:04:27.749]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tne8-t_tab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.0344151Z [00:04:27.755]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/nSml24-t-t-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.0409085Z [00:04:27.762]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.0475545Z [00:04:27.768]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3-5l24f-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.0539257Z [00:04:27.775]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+4b2l17f-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.0601902Z [00:04:27.781]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/2f-t_notab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.0668143Z [00:04:27.788]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W35b3l24f-lm' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.0734158Z [00:04:27.794]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+3ml24f-tn-bl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.0800961Z [00:04:27.801]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ttb3-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.0868966Z [00:04:27.808]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.0937259Z [00:04:27.815]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ml20-FF-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.1003822Z [00:04:27.821]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W27l24f-ll' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.1068304Z [00:04:27.828]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3-0F' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.1133982Z [00:04:27.834]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tn_2e8S-t_tab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.1196233Z [00:04:27.841]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/4l24-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.1260161Z [00:04:27.847]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/nSml24-t-tFFFF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.1330371Z [00:04:27.854]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W28l24f-ll' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.1396139Z [00:04:27.861]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tFFn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.1461248Z [00:04:27.867]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/a2l15-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.1527108Z [00:04:27.874]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/b3l15f-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.1593066Z [00:04:27.880]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/0FnFnt' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.1659806Z [00:04:27.887]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3l24-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.1726949Z [00:04:27.894]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/o3b3l24f-tn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.1793873Z [00:04:27.900]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3a3l15f-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.1858274Z [00:04:27.907]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/o3a3l24f-tn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.1921960Z [00:04:27.913]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/a2l17-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.1987397Z [00:04:27.920]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tb3-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.2052394Z [00:04:27.926]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ml24f-t-0F' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.2118259Z [00:04:27.933]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W35a3l24f-lm' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.2187100Z [00:04:27.940]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+3-7l24-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.2252088Z [00:04:27.946]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/o3Jml24f-lm-lo' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.2317849Z [00:04:27.953]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/4-7l24-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.2383214Z [00:04:27.959]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+2-5l24f-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.2450809Z [00:04:27.966]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+8l20-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.2516359Z [00:04:27.973]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3b2l17-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.2580912Z [00:04:27.979]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/nSml20-bl-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.2643431Z [00:04:27.985]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3ml24-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.2706260Z [00:04:27.992]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/W-72l24f-ll' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.2768711Z [00:04:27.998]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3ml24-t-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.2831825Z [00:04:28.004]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/nSml24-bl-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.2896148Z [00:04:28.011]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/3a2l17-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.2962657Z [00:04:28.017]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/tn_2e8-t_tab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.3026261Z [00:04:28.024]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/nl24f-bl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.3092786Z [00:04:28.030]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/0FFnt' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.3159034Z [00:04:28.037]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+6b3l13f-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.3225662Z [00:04:28.044]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/FFtn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.3291269Z [00:04:28.050]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/ml24-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.3355669Z [00:04:28.057]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/w72l24f-ll' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.3431394Z [00:04:28.064]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pr/n+5-8b3l17f-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.3496551Z [00:04:28.071]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cut/cut-huge-range.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.3564231Z [00:04:28.077]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/cut/cut.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.3629903Z [00:04:28.084]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/init.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.3696192Z [00:04:28.091]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/record-sep.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.3762770Z [00:04:28.097]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/line-bytes.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.3825449Z [00:04:28.104]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/suffix-length.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.3888734Z [00:04:28.110]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/guard-input.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.3955349Z [00:04:28.116]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/suffix-auto-length.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.4022099Z [00:04:28.123]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/r-chunk.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.4086338Z [00:04:28.130]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/l-chunk-root.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.4152588Z [00:04:28.136]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/additional-suffix.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.4220034Z [00:04:28.143]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/lines.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.4287097Z [00:04:28.150]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/numeric.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.4351709Z [00:04:28.156]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/fail.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.4416387Z [00:04:28.163]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/b-chunk.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.4483622Z [00:04:28.169]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/l-chunk.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.4548134Z [00:04:28.176]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/split/filter.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.4615971Z [00:04:28.183]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pwd/pwd-option.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.4696235Z [00:04:28.191]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/pwd/pwd-long.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.4769565Z [00:04:28.198]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tr/tr-case-class.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.4837306Z [00:04:28.205]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tr/tr.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.4907573Z [00:04:28.212]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/truncate/truncate-no-create-missing.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.4976313Z [00:04:28.219]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/truncate/truncate-fifo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.5045197Z [00:04:28.225]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/truncate/truncate-overflow.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.5111522Z [00:04:28.232]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/truncate/truncate-dir-fail.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.5176331Z [00:04:28.239]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/truncate/truncate-fail-diag.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.5242351Z [00:04:28.245]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/truncate/truncate-relative.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.5307554Z [00:04:28.252]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/truncate/truncate-owned-by-other.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.5372289Z [00:04:28.258]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/truncate/truncate-parameters.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.5437367Z [00:04:28.265]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/truncate/truncate-dangling-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.5501908Z [00:04:28.271]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tac/tac-2-nonseekable.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.5565800Z [00:04:28.277]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tac/tac-continue.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.5627131Z [00:04:28.284]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/tac/tac.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.5690814Z [00:04:28.290]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/d_type-check' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:09.5753757Z [00:04:28.296]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ptx/ptx-overrun.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.5817291Z [00:04:28.303]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/tests/ptx/ptx.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.5880262Z [00:04:28.309]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/Makefile.am' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.5945750Z [00:04:28.316]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-set-mode-acl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.6007433Z [00:04:28.322]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-readlinkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.6072510Z [00:04:28.328]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtod1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.6138024Z [00:04:28.335]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-w32-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.6200630Z [00:04:28.341]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/concat-filename.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.6262671Z [00:04:28.347]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-error.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.6326490Z [00:04:28.354]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-w32-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.6392383Z [00:04:28.360]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.6455479Z [00:04:28.366]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-btoc32-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.6516841Z [00:04:28.373]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/windows-initguard.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.6580647Z [00:04:28.379]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-select-stdin.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.6643880Z [00:04:28.385]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fseeko4.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:09.6702790Z [00:04:28.391]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-quotearg.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.6762462Z [00:04:28.397]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-stat-time.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.6821775Z [00:04:28.403]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/setlocale-fixes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.6885609Z [00:04:28.409]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-renameat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.6948399Z [00:04:28.416]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/timespec-sub.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.7012556Z [00:04:28.422]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-lstat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.7075411Z [00:04:28.428]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-vfzprintf-posix.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.7138032Z [00:04:28.435]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-assert.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.7201192Z [00:04:28.441]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-creat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.7264581Z [00:04:28.447]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_resource-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.7327756Z [00:04:28.454]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtowcs-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.7390810Z [00:04:28.460]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-vfzprintf-posix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.7454800Z [00:04:28.466]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-iswctype.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.7518899Z [00:04:28.473]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isxdigit.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.7583260Z [00:04:28.479]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pthread-thread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.7646505Z [00:04:28.486]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-rename.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.7709516Z [00:04:28.492]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/locale.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.7773655Z [00:04:28.498]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isspace.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.7836977Z [00:04:28.505]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fdopen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.7901164Z [00:04:28.511]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/localename.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.7963482Z [00:04:28.517]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-reallocarray.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.8025124Z [00:04:28.523]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/connect.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.8085248Z [00:04:28.529]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:09.8147506Z [00:04:28.536]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-string-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.8211912Z [00:04:28.542]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_space.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.8277053Z [00:04:28.549]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_digit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.8341437Z [00:04:28.555]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_xdigit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.8405796Z [00:04:28.562]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_blank.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.8469513Z [00:04:28.568]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_print.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.8533851Z [00:04:28.574]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_space.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.8599862Z [00:04:28.581]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_cntrl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.8664646Z [00:04:28.587]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_punct.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.8730541Z [00:04:28.594]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_lower.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.8794498Z [00:04:28.600]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_graph.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.8860904Z [00:04:28.607]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_alpha.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.8925045Z [00:04:28.613]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_alnum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.8990953Z [00:04:28.620]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_upper.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.9054414Z [00:04:28.626]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_digit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.9120424Z [00:04:28.633]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_upper.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.9184533Z [00:04:28.639]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_punct.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.9248871Z [00:04:28.646]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_blank.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.9315394Z [00:04:28.652]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_graph.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.9384310Z [00:04:28.659]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_alpha.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.9452501Z [00:04:28.666]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_lower.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.9518691Z [00:04:28.673]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_xdigit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.9585615Z [00:04:28.679]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-predicate-part2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.9651550Z [00:04:28.686]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_cntrl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.9715419Z [00:04:28.692]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-predicate-part1.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.9778674Z [00:04:28.699]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_print.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.9845237Z [00:04:28.705]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unictype/test-ctype_alnum.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.9910864Z [00:04:28.712]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/_Noreturn.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:09.9977438Z [00:04:28.719]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ino-map.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.0042806Z [00:04:28.725]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-readtokens.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.0108135Z [00:04:28.732]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:10.0172887Z [00:04:28.738]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbslen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.0239192Z [00:04:28.745]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isdigit.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:10.0305430Z [00:04:28.751]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-nullptr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.0372474Z [00:04:28.758]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/sleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.0439857Z [00:04:28.765]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-7.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:10.0504873Z [00:04:28.771]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isgraph.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.0572160Z [00:04:28.778]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:10.0636653Z [00:04:28.785]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-freadptr.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:10.0701618Z [00:04:28.791]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtoll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.0766494Z [00:04:28.798]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-link.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.0831367Z [00:04:28.804]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.0893696Z [00:04:28.810]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isprint.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:10.0957735Z [00:04:28.817]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-freadseek.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.1022882Z [00:04:28.823]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pthread-cond.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.1087997Z [00:04:28.830]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-environ.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.1154827Z [00:04:28.836]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-nl_langinfo-mt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.1222144Z [00:04:28.843]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-libgmp-mpz.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.1286901Z [00:04:28.850]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench_sha1-bench-sha1.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.1354318Z [00:04:28.856]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-inttostr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.1421664Z [00:04:28.863]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-md5.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.1487311Z [00:04:28.870]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-htonl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.1553967Z [00:04:28.876]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-isnanl-nolibm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.1619358Z [00:04:28.883]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-w32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.1686605Z [00:04:28.890]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-areadlinkat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.1753866Z [00:04:28.896]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-argv-iter.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.1820413Z [00:04:28.903]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test_xvasprintf-test-xvasprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.1886779Z [00:04:28.910]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-iswblank.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.1951874Z [00:04:28.916]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fchmodat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.2016855Z [00:04:28.923]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fnmatch-w32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.2083195Z [00:04:28.929]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-futimens.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.2148933Z [00:04:28.936]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32iscntrl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.2216094Z [00:04:28.943]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-dirent-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.2281827Z [00:04:28.949]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/bench_sha256-bench-sha256.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.2349151Z [00:04:28.956]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-xfprintf-posix.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.2415534Z [00:04:28.962]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-ftell3.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.2479653Z [00:04:28.969]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c-strncasecmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.2544654Z [00:04:28.975]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c-strcasestr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.2615862Z [00:04:28.982]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-scratch-buffer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.2680915Z [00:04:28.989]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-lchown.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.2742585Z [00:04:28.995]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/bench_crc-randomb.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.2804919Z [00:04:29.001]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c-strtold-mt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.2869675Z [00:04:29.008]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sys_types-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.2933438Z [00:04:29.014]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32rtomb.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.2996379Z [00:04:29.021]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-remove.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.3058783Z [00:04:29.027]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-ioctl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.3121288Z [00:04:29.033]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32tolower.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.3183822Z [00:04:29.039]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-wctype.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.3247408Z [00:04:29.046]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-alignof.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.3313025Z [00:04:29.052]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-localcharset-w32utf8.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.3377706Z [00:04:29.059]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-renameat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.3444265Z [00:04:29.065]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strerror.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.3508622Z [00:04:29.072]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-localtime_r.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.3573629Z [00:04:29.078]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-memrchr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.3637517Z [00:04:29.085]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-signal-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.3699910Z [00:04:29.091]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/randomb.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.3766172Z [00:04:29.098]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fcntl-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.3830678Z [00:04:29.104]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mountlist.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.3894141Z [00:04:29.110]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pipe.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.3959864Z [00:04:29.117]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-limits-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.4024638Z [00:04:29.123]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/strftime-fixes.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.4086536Z [00:04:29.130]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-crc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.4153495Z [00:04:29.136]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-rename.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.4219172Z [00:04:29.143]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/socket.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.4285385Z [00:04:29.149]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mkdirat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.4352044Z [00:04:29.156]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-chdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.4416915Z [00:04:29.163]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strtoimax.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.4483003Z [00:04:29.169]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/localename-unsafe.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.4545758Z [00:04:29.176]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-xstrtoimax.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.4605820Z [00:04:29.182]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-stat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.4666754Z [00:04:29.188]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/timespec-sub.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.4728642Z [00:04:29.194]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fopen-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.4790204Z [00:04:29.200]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/getrusage.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.4854743Z [00:04:29.206]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/localename-environ.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.4917566Z [00:04:29.213]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c-ctype.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.4981158Z [00:04:29.219]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/bind.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.5043844Z [00:04:29.225]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/tmpfile.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.5106059Z [00:04:29.231]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fcntl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.5171265Z [00:04:29.238]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-iswpunct.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.5238464Z [00:04:29.245]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-symlinkat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.5302612Z [00:04:29.251]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getopt-posix.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.5371659Z [00:04:29.258]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sys_ioctl-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.5455119Z [00:04:29.266]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-euidaccess.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.5524259Z [00:04:29.273]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-xstrtol.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.5590722Z [00:04:29.280]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c-strtod-mt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.5656913Z [00:04:29.287]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/perror.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.5722331Z [00:04:29.293]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-malloc-posix.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.5785044Z [00:04:29.299]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/xgetcwd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.5847726Z [00:04:29.306]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-iconv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.5911781Z [00:04:29.312]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-exclude.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.5974261Z [00:04:29.318]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-verror.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.6035483Z [00:04:29.324]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sha256-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.6099213Z [00:04:29.331]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-assert.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.6161358Z [00:04:29.337]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test_lock-test-lock.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.6224124Z [00:04:29.343]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-endian.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.6288446Z [00:04:29.350]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fchownat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.6351054Z [00:04:29.356]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-lchmod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.6413366Z [00:04:29.362]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sleep.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.6476603Z [00:04:29.369]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-thread_create.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.6538315Z [00:04:29.375]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/random.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.6602908Z [00:04:29.381]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/sched_yield.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.6666936Z [00:04:29.388]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-symlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.6731002Z [00:04:29.394]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/locale.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.6794612Z [00:04:29.400]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pthread-cond.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.6857216Z [00:04:29.407]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-areadlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.6918274Z [00:04:29.413]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-localename.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.6977806Z [00:04:29.419]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getrusage.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.7038912Z [00:04:29.425]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-putenv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.7098838Z [00:04:29.431]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-year2038.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.7161922Z [00:04:29.437]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pthread-rwlock.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.7224111Z [00:04:29.443]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getcwd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.7287258Z [00:04:29.450]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-netdb-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.7351789Z [00:04:29.456]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fcntl-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.7414725Z [00:04:29.462]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strtoll.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.7475711Z [00:04:29.468]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-time-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.7536101Z [00:04:29.475]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strnlen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.7599162Z [00:04:29.481]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-setlocale_null-unlocked.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.7660108Z [00:04:29.487]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbrtoc32-w32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.7718956Z [00:04:29.493]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sys_resource-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.7776982Z [00:04:29.499]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-timespec.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.7838451Z [00:04:29.505]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getndelim2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.7898100Z [00:04:29.511]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-stdckdint-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.7959095Z [00:04:29.517]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-verify-try.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.8018086Z [00:04:29.523]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/randoml.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.8078468Z [00:04:29.529]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-xstrtoul.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.8137798Z [00:04:29.535]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-utimensat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.8196560Z [00:04:29.541]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sys_wait-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.8256979Z [00:04:29.547]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c-strtod1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.8317200Z [00:04:29.553]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-memchr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.8379556Z [00:04:29.559]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/random_r.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.8439909Z [00:04:29.565]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-windows-timedmutex-type.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.8500159Z [00:04:29.571]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fseterr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.8561622Z [00:04:29.577]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-free.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.8620706Z [00:04:29.583]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/vma-iter.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.8680712Z [00:04:29.589]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/bench_sha384-bench-sha384.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.8739718Z [00:04:29.595]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-nl_langinfo2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.8801733Z [00:04:29.601]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-read.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.8866615Z [00:04:29.608]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-closein.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.8930879Z [00:04:29.614]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-alignalloc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.8996515Z [00:04:29.621]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-linkat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.9061658Z [00:04:29.627]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/bench_sha512-bench-sha512.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.9126904Z [00:04:29.634]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pthread-thread.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.9189247Z [00:04:29.640]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/c-strcasestr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.9251349Z [00:04:29.646]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sigaction.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.9311912Z [00:04:29.652]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-alignasof.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.9374806Z [00:04:29.658]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c-strtold.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.9438724Z [00:04:29.665]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-netinet_in-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.9502360Z [00:04:29.671]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-canonicalize.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.9577309Z [00:04:29.679]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbrlen-w32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.9641897Z [00:04:29.685]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strerror_r.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.9704600Z [00:04:29.691]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/localename.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.9771088Z [00:04:29.698]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fdopendir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.9837093Z [00:04:29.705]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-connect.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.9905187Z [00:04:29.711]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-xprintf-posix.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:10.9970779Z [00:04:29.718]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-areadlinkat-with-size.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.0035926Z [00:04:29.724]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-gettext-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.0099380Z [00:04:29.731]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-creat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.0164746Z [00:04:29.737]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-wmemchr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.0226098Z [00:04:29.743]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-arpa_inet-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.0289211Z [00:04:29.750]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-select-stdin.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.0352306Z [00:04:29.756]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fgetc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.0416726Z [00:04:29.763]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-setsockopt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.0481239Z [00:04:29.769]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-memchr2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.0546318Z [00:04:29.776]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pthread-once1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.0609838Z [00:04:29.782]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-wctype-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.0671397Z [00:04:29.788]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fseeko.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.0732465Z [00:04:29.794]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sys_random-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.0796561Z [00:04:29.801]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-btowc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.0859560Z [00:04:29.807]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fopen-gnu.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.0921476Z [00:04:29.813]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-unlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.0984780Z [00:04:29.819]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-chmod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.1047909Z [00:04:29.826]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-malloc-gnu.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.1112737Z [00:04:29.832]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-string-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.1177998Z [00:04:29.839]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-priv-set.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.1242186Z [00:04:29.845]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getcwd-lgpl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.1304889Z [00:04:29.851]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fdopen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.1370081Z [00:04:29.858]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-random-mt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.1436914Z [00:04:29.865]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-localeconv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.1501737Z [00:04:29.871]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-servent.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.1566391Z [00:04:29.878]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32isblank.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.1632450Z [00:04:29.884]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-iswxdigit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.1696913Z [00:04:29.891]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-listen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.1770246Z [00:04:29.897]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strtod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.1825810Z [00:04:29.904]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fdutimensat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.1890058Z [00:04:29.910]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-physmem.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.1956561Z [00:04:29.917]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fsync.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.2021361Z [00:04:29.923]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-qsort_r.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.2085556Z [00:04:29.930]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-utime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.2150925Z [00:04:29.936]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pthread-mutex.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.2218868Z [00:04:29.943]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getgroups.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.2283280Z [00:04:29.949]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-localtime_r-mt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.2348525Z [00:04:29.956]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fnmatch-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.2415782Z [00:04:29.962]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/connect.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.2483100Z [00:04:29.969]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pselect.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.2549078Z [00:04:29.976]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-unicodeio.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.2615525Z [00:04:29.982]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-file-has-acl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.2683720Z [00:04:29.989]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-version-etc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.2752439Z [00:04:29.996]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fflush.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.2818355Z [00:04:30.003]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-iswctype.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.2882383Z [00:04:30.009]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32rtomb-w32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.2946552Z [00:04:30.016]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fopen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.3011344Z [00:04:30.022]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-hash.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.3074692Z [00:04:30.028]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/pthread-rwlock.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.3138871Z [00:04:30.035]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-windows-recmutex-type.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.3202722Z [00:04:30.041]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-filevercmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.3267295Z [00:04:30.048]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/ioctl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.3331556Z [00:04:30.054]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fread.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.3396821Z [00:04:30.061]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/listen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.3463913Z [00:04:30.067]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pthread_sigmask1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.3528288Z [00:04:30.074]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/timespec-add.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.3592206Z [00:04:30.080]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/creat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.3656925Z [00:04:30.087]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbscasecmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.3722514Z [00:04:30.093]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-dup2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.3788512Z [00:04:30.100]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-posixtm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.3854119Z [00:04:30.106]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-chown.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.3918553Z [00:04:30.113]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strtold1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.3983842Z [00:04:30.119]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-hard-locale.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.4045987Z [00:04:30.126]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-regex.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.4111185Z [00:04:30.132]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-htonl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.4176517Z [00:04:30.139]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/getlocalename_l-unsafe.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.4242590Z [00:04:30.145]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-xstrtold.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.4309138Z [00:04:30.152]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-wchar-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.4375961Z [00:04:30.158]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-termios-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.4441489Z [00:04:30.165]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-memset_explicit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.4507578Z [00:04:30.172]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-raise.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.4571909Z [00:04:30.178]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-langinfo-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.4637320Z [00:04:30.185]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-ftruncate.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.4703547Z [00:04:30.191]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-readutmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.4767567Z [00:04:30.198]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-setlocale_null-mt-all.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.4832582Z [00:04:30.204]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-faccessat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.4896488Z [00:04:30.211]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getaddrinfo.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.4958609Z [00:04:30.217]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fseeko4.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.5022895Z [00:04:30.223]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-nl_langinfo1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.5086878Z [00:04:30.230]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-nullptr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.5150753Z [00:04:30.236]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-wcrtomb-w32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.5215550Z [00:04:30.242]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbrtoc32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.5280561Z [00:04:30.249]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32islower.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.5344044Z [00:04:30.255]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-thread_self.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.5408555Z [00:04:30.262]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-posix_memalign.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.5471095Z [00:04:30.268]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/setsockopt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.5532644Z [00:04:30.274]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-stdbit-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.5595907Z [00:04:30.280]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-verify.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.5659698Z [00:04:30.287]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32_get_type_test.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.5723025Z [00:04:30.293]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-isatty.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.5785575Z [00:04:30.299]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/atoll.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.5848625Z [00:04:30.306]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-inet_pton.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.5909488Z [00:04:30.312]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-freadseek.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.5971855Z [00:04:30.318]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-freading.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.6036372Z [00:04:30.325]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-freadptr2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.6099224Z [00:04:30.331]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sha1-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.6161399Z [00:04:30.337]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32isxdigit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.6225408Z [00:04:30.343]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sha1-buffer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.6288434Z [00:04:30.350]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-lstat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.6351887Z [00:04:30.356]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-frexp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.6414932Z [00:04:30.362]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sys_socket-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.6478849Z [00:04:30.369]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-argmatch.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.6542376Z [00:04:30.375]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fadvise.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.6606408Z [00:04:30.382]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-localename-w32utf8.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.6671816Z [00:04:30.388]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-u64.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.6740961Z [00:04:30.395]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-bitrotate.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.6806889Z [00:04:30.402]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-quotearg-simple.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.6870337Z [00:04:30.408]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-setlocale1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.6934285Z [00:04:30.414]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-vasprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.6998690Z [00:04:30.421]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c-strtold1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.7065570Z [00:04:30.428]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-printf-frexpl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.7142304Z [00:04:30.435]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32width.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.7208131Z [00:04:30.442]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbrtowc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.7273656Z [00:04:30.448]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pthread-mutex-type.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.7338467Z [00:04:30.455]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-open.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.7411910Z [00:04:30.462]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32isgraph.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.7473399Z [00:04:30.468]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/concat-filename.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.7539989Z [00:04:30.475]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-setlocale-w32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.7606083Z [00:04:30.482]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-error.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.7672947Z [00:04:30.488]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-freadahead.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.7739347Z [00:04:30.495]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-byteswap.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.7805686Z [00:04:30.502]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-setenv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.7870959Z [00:04:30.508]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-filenamecat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.7933061Z [00:04:30.514]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-setlocale2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.7997925Z [00:04:30.521]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-gettimeofday.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.8063269Z [00:04:30.527]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-xstrtoumax.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.8125626Z [00:04:30.533]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/bench_md5-bench-md5.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.8188688Z [00:04:30.540]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-dynarray.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.8251581Z [00:04:30.546]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getrandom.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.8314666Z [00:04:30.552]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-unsetenv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.8378243Z [00:04:30.559]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-windows-timedrecmutex-type.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.8440681Z [00:04:30.565]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-xstrtod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.8503288Z [00:04:30.571]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-ftello3.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.8566000Z [00:04:30.578]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-calloc-gnu.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.8629332Z [00:04:30.584]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-openat-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.8692967Z [00:04:30.590]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-rand-isaac.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.8756369Z [00:04:30.597]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbrtowc-w32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.8818570Z [00:04:30.603]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-write.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.8885694Z [00:04:30.609]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-di-set.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.8949788Z [00:04:30.616]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32isupper.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.9014932Z [00:04:30.622]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/c32rtomb.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.9080923Z [00:04:30.629]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-isnand-nolibm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.9145951Z [00:04:30.636]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sig2str.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.9207918Z [00:04:30.642]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-isnanf-nolibm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.9269997Z [00:04:30.648]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-utimens.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.9333673Z [00:04:30.654]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-cloexec.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.9396470Z [00:04:30.661]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbrtowc-w32utf8.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.9457249Z [00:04:30.667]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mkfifoat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.9519829Z [00:04:30.673]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-dup-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.9582861Z [00:04:30.679]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/windows-timedrwlock.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.9644658Z [00:04:30.685]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-btoc32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.9706706Z [00:04:30.692]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sigprocmask.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.9772387Z [00:04:30.698]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mcel.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.9837705Z [00:04:30.705]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fpending.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.9902605Z [00:04:30.711]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-math-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:11.9967031Z [00:04:30.718]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sys_uio-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.0032611Z [00:04:30.724]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-md5-buffer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.0096726Z [00:04:30.731]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32isalpha.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.0163419Z [00:04:30.737]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-setlocale_null.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.0228278Z [00:04:30.744]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strtoumax.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.0292435Z [00:04:30.750]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-stat-time.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.0354028Z [00:04:30.756]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-yesno.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.0445785Z [00:04:30.765]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-printf-frexp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.0526437Z [00:04:30.774]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-usleep.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.0589793Z [00:04:30.780]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-calloc-posix.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.0653637Z [00:04:30.786]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getdtablesize.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.0719857Z [00:04:30.793]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-renameatu.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.0780366Z [00:04:30.799]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-parse-datetime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.0843629Z [00:04:30.805]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-ignore-value.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.0907243Z [00:04:30.812]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getloadavg.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.0973083Z [00:04:30.818]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fwrite.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.1036185Z [00:04:30.825]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbslen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.1099671Z [00:04:30.831]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/bench_crc-bench-crc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.1162827Z [00:04:30.837]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-explicit_bzero.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.1226955Z [00:04:30.844]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strtod1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.1289119Z [00:04:30.850]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/accept.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.1352769Z [00:04:30.856]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-realloc-posix.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.1416076Z [00:04:30.863]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fstat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.1476943Z [00:04:30.869]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32_apply_type_test.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.1541850Z [00:04:30.875]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-localcharset.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.1606467Z [00:04:30.882]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-ftello.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.1671400Z [00:04:30.888]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fputc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.1736692Z [00:04:30.895]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-gmtime_r-mt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.1801502Z [00:04:30.901]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-frexpl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.1869296Z [00:04:30.908]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/bench_sha224-bench-sha224.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.1938389Z [00:04:30.915]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-signbit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.2005450Z [00:04:30.921]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-access.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.2070573Z [00:04:30.928]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-rawmemchr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.2147394Z [00:04:30.936]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getopt-gnu.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.2218180Z [00:04:30.943]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-dirname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.2285591Z [00:04:30.949]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-memcasecmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.2351519Z [00:04:30.956]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getprogname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.2417127Z [00:04:30.963]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sys_select-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.2481626Z [00:04:30.969]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-i-ring.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.2545539Z [00:04:30.975]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-openat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.2606882Z [00:04:30.982]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-readlinkat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.2668470Z [00:04:30.988]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mkfifo.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.2731412Z [00:04:30.994]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-isblank.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.2795422Z [00:04:31.001]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-libgmp-mpz.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.2857960Z [00:04:31.007]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-reallocarray.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.2921568Z [00:04:31.013]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-set-mode-acl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.2988231Z [00:04:31.020]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-iswdigit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.3052972Z [00:04:31.026]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-random.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.3117988Z [00:04:31.033]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-uname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.3182112Z [00:04:31.039]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sys_time-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.3246660Z [00:04:31.046]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-locale-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.3308363Z [00:04:31.052]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-once.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.3372175Z [00:04:31.058]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-select.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.3436158Z [00:04:31.065]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-errno-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.3501753Z [00:04:31.071]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strsignal.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.3562008Z [00:04:31.077]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-copy-acl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.3634059Z [00:04:31.084]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-iconv-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.3709359Z [00:04:31.092]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbschr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.3772706Z [00:04:31.098]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sys_utsname-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.3837863Z [00:04:31.105]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mknod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.3902068Z [00:04:31.111]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-binary-io.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.3966589Z [00:04:31.118]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-ftell.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.4029117Z [00:04:31.124]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-isnanl-nolibm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.4091690Z [00:04:31.130]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/c32tob.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.4155062Z [00:04:31.136]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/localename-table.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.4222026Z [00:04:31.143]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-unlinkat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.4286865Z [00:04:31.150]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-accept.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.4350287Z [00:04:31.156]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fseek.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.4415294Z [00:04:31.162]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/str_startswith.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.4478252Z [00:04:31.169]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-dup.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.4541224Z [00:04:31.175]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-largefile.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.4604429Z [00:04:31.181]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-str_startswith.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.4667257Z [00:04:31.188]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-gettime-res.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.4728828Z [00:04:31.194]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-select-fd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.4793039Z [00:04:31.200]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pthread-once2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.4855742Z [00:04:31.207]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mkdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.4919509Z [00:04:31.213]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test_tls-test-tls.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.4983782Z [00:04:31.219]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getdelim.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.5047499Z [00:04:31.226]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/setlocale.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.5110380Z [00:04:31.232]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-xalloc-die.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.5174053Z [00:04:31.238]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/wctob.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.5240713Z [00:04:31.245]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-gmtime_r.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.5307276Z [00:04:31.252]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-perror2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.5374639Z [00:04:31.258]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbrlen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.5442043Z [00:04:31.265]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbsrtoc32s.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.5506226Z [00:04:31.272]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-intprops.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.5570412Z [00:04:31.278]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-vasnprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.5637229Z [00:04:31.285]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-array-mergesort.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.5704706Z [00:04:31.291]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fflush2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.5769745Z [00:04:31.298]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/strerror_r.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.5837206Z [00:04:31.305]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-base32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.5907359Z [00:04:31.312]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbsinit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.5973678Z [00:04:31.318]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-base64.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.6039695Z [00:04:31.325]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-read-file.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.6104960Z [00:04:31.331]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-uchar-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.6171526Z [00:04:31.338]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32isspace.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.6236840Z [00:04:31.345]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-freopen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.6304646Z [00:04:31.351]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-bind.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.6372054Z [00:04:31.358]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getlogin.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.6437272Z [00:04:31.365]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-stdio-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.6504214Z [00:04:31.371]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/setlocale-fixes.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.6571853Z [00:04:31.378]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-lseek.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.6637828Z [00:04:31.385]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fclose.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.6706076Z [00:04:31.392]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pthread_sigmask2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.6775155Z [00:04:31.398]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-readtokens.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.6844155Z [00:04:31.405]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fpurge.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.6913245Z [00:04:31.412]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-inttostr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.6981496Z [00:04:31.419]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fstatat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.7048664Z [00:04:31.426]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sys_stat-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.7117009Z [00:04:31.433]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-wcwidth.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.7186153Z [00:04:31.440]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-malloca.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.7255049Z [00:04:31.446]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-snprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.7321963Z [00:04:31.453]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sameacls.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.7389382Z [00:04:31.460]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-userspec.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.7456912Z [00:04:31.467]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-nanosleep.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.7519740Z [00:04:31.473]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32isalnum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.7584490Z [00:04:31.479]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-stddef-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.7649861Z [00:04:31.486]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-alloca-opt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.7715161Z [00:04:31.492]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-str_endswith.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.7777478Z [00:04:31.499]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-gethostname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.7845461Z [00:04:31.505]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-windows-mutex-type.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.7910212Z [00:04:31.512]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-close.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.7976498Z [00:04:31.519]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-vasprintf-posix.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.8041980Z [00:04:31.525]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fchdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.8108493Z [00:04:31.532]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-inet_ntop.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.8175056Z [00:04:31.538]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-setlocale-w32utf8.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.8241180Z [00:04:31.545]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-nstrftime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.8308254Z [00:04:31.552]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fseeko3.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.8375496Z [00:04:31.558]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-float-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.8439461Z [00:04:31.565]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-setlocale_null-mt-one.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.8503500Z [00:04:31.571]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-inttypes-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.8568383Z [00:04:31.578]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-perror.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.8632343Z [00:04:31.584]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/wctomb.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.8696739Z [00:04:31.591]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-md5-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.8759778Z [00:04:31.597]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-stdlib-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.8825990Z [00:04:31.604]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pthread.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.8892364Z [00:04:31.610]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strtoull.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.8956707Z [00:04:31.617]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32ispunct.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.9022022Z [00:04:31.623]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pathmax.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.9089631Z [00:04:31.630]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-readlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.9155755Z [00:04:31.636]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-libgmp-mpq.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.9224286Z [00:04:31.643]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-environ.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.9291196Z [00:04:31.650]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-freadptr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.9357140Z [00:04:31.657]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-random_r.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.9422406Z [00:04:31.663]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-getline.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.9487805Z [00:04:31.670]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-unistd-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.9551717Z [00:04:31.676]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sockets.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.9614863Z [00:04:31.682]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sm3-buffer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.9678843Z [00:04:31.689]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/usleep.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.9748427Z [00:04:31.696]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-mbsrtowcs.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.9817295Z [00:04:31.703]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-pipe2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.9885104Z [00:04:31.709]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/randomd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:12.9951288Z [00:04:31.716]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-dirfd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.0016054Z [00:04:31.722]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-vfzprintf-posix.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.0081734Z [00:04:31.729]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-utime-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.0144620Z [00:04:31.735]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fdatasync.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.0208829Z [00:04:31.742]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-nl_langinfo-mt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.0276347Z [00:04:31.749]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-bool.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.0341134Z [00:04:31.755]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sched-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.0402786Z [00:04:31.761]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-rwlock1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.0466088Z [00:04:31.768]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32isdigit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.0529888Z [00:04:31.774]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-rmdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.0591834Z [00:04:31.780]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-stdint-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.0655077Z [00:04:31.786]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-ino-map.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.0718186Z [00:04:31.793]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c-strcasecmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.0780078Z [00:04:31.799]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-link.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.0842815Z [00:04:31.805]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-freopen-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.0906278Z [00:04:31.812]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/bench_sha1-bench-sha1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.0967364Z [00:04:31.818]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/sleep.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.1030801Z [00:04:31.824]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-vzprintf-posix.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.1093375Z [00:04:31.830]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-memcoll.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.1155909Z [00:04:31.837]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-time.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.1219085Z [00:04:31.843]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-filemode.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.1281059Z [00:04:31.849]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-ctype-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.1341560Z [00:04:31.855]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c32isprint.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.1405993Z [00:04:31.862]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-strtold.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.1469266Z [00:04:31.868]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-areadlink-with-size.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.1533286Z [00:04:31.874]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/xconcat-filename.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.1596097Z [00:04:31.881]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-fnmatch.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.1660696Z [00:04:31.887]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-wcrtomb.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.1723787Z [00:04:31.893]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-c-strtod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.1787339Z [00:04:31.900]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-ftello4.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.1851303Z [00:04:31.906]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/.deps/test-sha512-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.1912217Z [00:04:31.912]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtoc32s-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:13.1975641Z [00:04:31.918]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/array-mergesort.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.2038089Z [00:04:31.925]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-verify.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.2103073Z [00:04:31.931]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-verify.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:13.2167273Z [00:04:31.938]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strtold-mt.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:13.2232900Z [00:04:31.944]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/randoml.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.2298136Z [00:04:31.951]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-rand-isaac.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.2361321Z [00:04:31.957]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-lchown.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.2426535Z [00:04:31.964]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/arg-nonnull.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.2490646Z [00:04:31.970]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wcrtomb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.2554787Z [00:04:31.976]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-nstrftime.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.2620091Z [00:04:31.983]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strtod1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.2687481Z [00:04:31.990]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getgroups.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.2751537Z [00:04:31.996]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/uniwidth/.deps/test-uc_width2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.2815901Z [00:04:32.003]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/uniwidth/.deps/test-uc_width.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.2879116Z [00:04:32.009]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/uniwidth/test-uc_width.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.2944127Z [00:04:32.015]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/uniwidth/test-uc_width2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.3024184Z [00:04:32.023]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/uniwidth/test-uc_width2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:13.3089880Z [00:04:32.030]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/windows-utf8.manifest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.3156390Z [00:04:32.037]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.3224774Z [00:04:32.043]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/getrusage.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.3292928Z [00:04:32.050]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/null-ptr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.3360944Z [00:04:32.057]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:13.3428446Z [00:04:32.064]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-qsort_r.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.3496264Z [00:04:32.071]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/macros.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.3564916Z [00:04:32.077]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/c-strcasestr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.3630014Z [00:04:32.084]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-closein.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:13.3694398Z [00:04:32.090]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xstrtoimax.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:13.3758304Z [00:04:32.097]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-freadptr2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.3823481Z [00:04:32.103]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-version-etc.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:13.3888644Z [00:04:32.110]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-select-fd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.3950668Z [00:04:32.116]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pthread-mutex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.4012812Z [00:04:32.122]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/str_startswith.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.4078533Z [00:04:32.129]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-windows-timedmutex-type.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.4141675Z [00:04:32.135]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtoc32s-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:13.4204896Z [00:04:32.141]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fpurge.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.4266245Z [00:04:32.148]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftell2.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:13.4330134Z [00:04:32.154]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-read.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.4396348Z [00:04:32.161]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-btowc-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:13.4457823Z [00:04:32.167]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-version-etc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.4518332Z [00:04:32.173]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fdopendir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.4579821Z [00:04:32.179]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-sha1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.4644312Z [00:04:32.185]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32islower.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:13.4708639Z [00:04:32.192]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-perror.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.4773729Z [00:04:32.198]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fpending.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:13.4839330Z [00:04:32.205]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-stat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.4903124Z [00:04:32.211]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-nl_langinfo2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.4969125Z [00:04:32.218]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/localename-environ.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.5033744Z [00:04:32.224]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mountlist.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.5101092Z [00:04:32.231]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pthread-once2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.5165813Z [00:04:32.238]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtowcs-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:13.5232693Z [00:04:32.244]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.5296821Z [00:04:32.251]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-unlinkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.5361340Z [00:04:32.257]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-raise.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.5428071Z [00:04:32.264]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fpending.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.5492345Z [00:04:32.270]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-w32-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:13.5560277Z [00:04:32.277]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-calloc-posix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.5626358Z [00:04:32.284]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-w32-7.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:13.5692068Z [00:04:32.290]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:13.5757071Z [00:04:32.297]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-servent.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.5822120Z [00:04:32.303]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/nap.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.5887343Z [00:04:32.310]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtoc32s-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:13.5952004Z [00:04:32.316]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-inet_ntop.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.6016315Z [00:04:32.323]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/xconcat-filename.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.6078694Z [00:04:32.329]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-iconv-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.6143005Z [00:04:32.335]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-nl_langinfo1.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:13.6207965Z [00:04:32.342]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-unicodeio1.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:13.6270426Z [00:04:32.348]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-w32-6.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:13.6335720Z [00:04:32.354]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getndelim2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.6399691Z [00:04:32.361]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-stdio-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.6462893Z [00:04:32.367]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_wait-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.6528667Z [00:04:32.374]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-lseek.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.6593720Z [00:04:32.380]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-isatty.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.6656070Z [00:04:32.387]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/getlocalename_l-unsafe.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.6722015Z [00:04:32.393]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtoull.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.6787972Z [00:04:32.400]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:13.6854426Z [00:04:32.406]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbscasecmp.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:13.6917912Z [00:04:32.413]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:13.6983331Z [00:04:32.419]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-vasprintf-posix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.7048655Z [00:04:32.426]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-frexpl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.7114571Z [00:04:32.432]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fwrite.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.7180731Z [00:04:32.439]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32rtomb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.7245107Z [00:04:32.445]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-dup-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.7309271Z [00:04:32.452]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-nstrftime-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:13.7375107Z [00:04:32.458]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/atomic-int-gnulib.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.7439497Z [00:04:32.465]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strtod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.7505635Z [00:04:32.472]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wchar-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.7573575Z [00:04:32.478]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-verify-try.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.7638795Z [00:04:32.485]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-i-ring.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.7704688Z [00:04:32.491]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftello2.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:13.7772184Z [00:04:32.498]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/gnulib.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.7838206Z [00:04:32.505]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-memrchr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.7905009Z [00:04:32.511]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-calloc-gnu.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.7972215Z [00:04:32.518]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setlocale2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.8038511Z [00:04:32.525]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unicase/.deps/test-uc_tolower.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.8101699Z [00:04:32.531]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unicase/test-mapping-part1.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.8163510Z [00:04:32.537]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unicase/test-mapping-part2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.8227445Z [00:04:32.544]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unicase/test-uc_tolower.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.8290880Z [00:04:32.550]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-access.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.8354733Z [00:04:32.556]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-hash.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.8421153Z [00:04:32.563]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-gettimeofday.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.8487584Z [00:04:32.570]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-freadptr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.8554169Z [00:04:32.576]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-libgmp-mpq.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.8622083Z [00:04:32.583]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/ioctl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.8693114Z [00:04:32.590]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strncasecmp.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:13.8762138Z [00:04:32.597]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/c-strcasestr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.8831338Z [00:04:32.604]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtoumax.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.8899662Z [00:04:32.611]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-write.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.8968788Z [00:04:32.618]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-windows-recmutex-type.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.9035162Z [00:04:32.624]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-exclude3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:13.9103281Z [00:04:32.631]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-remove.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.9170801Z [00:04:32.638]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_ioctl-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.9241566Z [00:04:32.645]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/w32sock.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.9306901Z [00:04:32.652]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-iswxdigit.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:13.9374352Z [00:04:32.658]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-digest.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.9443322Z [00:04:32.665]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-arpa_inet-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.9512550Z [00:04:32.672]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isupper.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.9584381Z [00:04:32.679]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-dup.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.9650338Z [00:04:32.686]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-lseek.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:13.9716270Z [00:04:32.693]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftruncate.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:13.9784238Z [00:04:32.699]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/current-locale' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:13.9849997Z [00:04:32.706]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strtold.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.9916637Z [00:04:32.713]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-freading.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:13.9981489Z [00:04:32.719]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setlocale_null.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.0044814Z [00:04:32.725]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsinit.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.0109389Z [00:04:32.732]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-utimens.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.0173271Z [00:04:32.738]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isalnum.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.0238553Z [00:04:32.745]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-float-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.0301471Z [00:04:32.751]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-select.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.0366489Z [00:04:32.758]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getcwd-lgpl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.0429010Z [00:04:32.764]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-copy-acl.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.0492423Z [00:04:32.770]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-math-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.0555485Z [00:04:32.777]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.0618881Z [00:04:32.783]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.0683648Z [00:04:32.789]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-read-file.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.0745732Z [00:04:32.795]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-freadseek.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:14.0808919Z [00:04:32.802]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sha1-buffer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.0871290Z [00:04:32.808]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mkdirat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.0932840Z [00:04:32.814]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-once.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.0995965Z [00:04:32.820]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-stdlib-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.1059321Z [00:04:32.827]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftell3.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.1122644Z [00:04:32.833]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-w32-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.1185504Z [00:04:32.840]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/thread-optim.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.1252295Z [00:04:32.846]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isalpha.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.1315738Z [00:04:32.852]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fadvise.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.1378631Z [00:04:32.859]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wcrtomb-w32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.1443639Z [00:04:32.865]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sig2str.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.1506915Z [00:04:32.872]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-alloca-opt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.1567293Z [00:04:32.878]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fgetc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.1630055Z [00:04:32.884]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-time-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.1692093Z [00:04:32.890]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/warn-on-use.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.1754708Z [00:04:32.896]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/xgetcwd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.1816920Z [00:04:32.903]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-quotearg-simple.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.1880114Z [00:04:32.909]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fflush2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.1945227Z [00:04:32.915]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtold.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.2008177Z [00:04:32.922]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-w32-8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.2072630Z [00:04:32.928]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-accept.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.2134400Z [00:04:32.934]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bind.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.2196279Z [00:04:32.941]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.2259664Z [00:04:32.947]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32tolower.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.2320652Z [00:04:32.953]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-rename.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.2384334Z [00:04:32.959]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-w32utf8.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.2445668Z [00:04:32.965]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pthread-mutex-type.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.2507545Z [00:04:32.972]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strtod-mt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.2570281Z [00:04:32.978]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-unicodeio3.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:14.2632968Z [00:04:32.984]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strcasecmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.2695335Z [00:04:32.991]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-regex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.2756108Z [00:04:32.997]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-stdint-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.2816390Z [00:04:33.003]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtowcs-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.2878061Z [00:04:33.009]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-u64.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.2946509Z [00:04:33.016]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-memchr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.3009857Z [00:04:33.022]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-error.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:14.3075557Z [00:04:33.029]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-utime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.3139355Z [00:04:33.035]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strtod1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.3203304Z [00:04:33.041]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-lutimens.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.3266289Z [00:04:33.048]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.3327680Z [00:04:33.054]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-btowc-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.3388564Z [00:04:33.060]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbscasecmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.3449222Z [00:04:33.066]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-chdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.3510304Z [00:04:33.072]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-symlinkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.3573347Z [00:04:33.078]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-random_r.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.3636477Z [00:04:33.085]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-file-has-acl.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.3698657Z [00:04:33.091]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-filemode.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.3763241Z [00:04:33.097]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wmemchr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.3831335Z [00:04:33.104]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mcel-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.3897768Z [00:04:33.111]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mcel-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.3964360Z [00:04:33.117]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pipe2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.4028080Z [00:04:33.124]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mkdir.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.4094148Z [00:04:33.130]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fseek.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:14.4160029Z [00:04:33.137]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-binary-io.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:14.4225145Z [00:04:33.143]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/ioctl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.4286681Z [00:04:33.150]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.4351372Z [00:04:33.156]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/signed-snan.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.4413229Z [00:04:33.162]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-copy-acl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.4477021Z [00:04:33.169]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-vzprintf-posix.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.4538893Z [00:04:33.175]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/atoll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.4603047Z [00:04:33.181]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/random_r.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.4663925Z [00:04:33.187]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_wait-h.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.4725955Z [00:04:33.194]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-areadlink-with-size.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.4787275Z [00:04:33.200]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mcel-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.4849606Z [00:04:33.206]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strtold-mt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.4911782Z [00:04:33.212]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setenv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.4973834Z [00:04:33.218]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-netinet_in-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.5035560Z [00:04:33.225]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench_crc-randomb.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.5099334Z [00:04:33.231]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/randomd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.5163555Z [00:04:33.237]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-vc-list-files-git.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.5228932Z [00:04:33.244]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-futimens.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.5293867Z [00:04:33.250]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-access.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.5357310Z [00:04:33.257]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/str_startswith.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.5423612Z [00:04:33.263]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isxdigit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.5487808Z [00:04:33.270]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-nstrftime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.5551481Z [00:04:33.276]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-open.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.5616712Z [00:04:33.283]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-locale-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.5681232Z [00:04:33.289]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sched-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.5746548Z [00:04:33.296]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pthread_sigmask1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.5811378Z [00:04:33.302]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-physmem.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.5878148Z [00:04:33.309]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-readlink.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.5940216Z [00:04:33.315]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-explicit_bzero.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.6002840Z [00:04:33.321]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-array-mergesort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.6067474Z [00:04:33.328]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/randomb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.6131426Z [00:04:33.334]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-areadlinkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.6194503Z [00:04:33.340]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-gmtime_r.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.6260821Z [00:04:33.347]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isupper.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.6326679Z [00:04:33.354]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-inttypes-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.6391023Z [00:04:33.360]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mcel-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.6454911Z [00:04:33.366]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xvasprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.6518073Z [00:04:33.373]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-localcharset' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.6580324Z [00:04:33.379]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mkfifoat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.6644064Z [00:04:33.385]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-time.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.6708245Z [00:04:33.392]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.6771069Z [00:04:33.398]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/socket.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.6835679Z [00:04:33.405]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wctype.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.6903604Z [00:04:33.411]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setlocale1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.6968652Z [00:04:33.418]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strcasestr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.7036720Z [00:04:33.425]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/concat-filename.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.7103250Z [00:04:33.431]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/Makefile.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.7167568Z [00:04:33.438]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtold1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.7233736Z [00:04:33.444]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-isnanl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.7296978Z [00:04:33.451]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.7361609Z [00:04:33.457]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xstrtoimax.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:14.7427775Z [00:04:33.464]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/creat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.7493395Z [00:04:33.470]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-alignof.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.7560298Z [00:04:33.477]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-file-has-acl-1.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:14.7624866Z [00:04:33.483]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_types-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.7688740Z [00:04:33.490]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench_sha256-bench-sha256.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.7753060Z [00:04:33.496]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-argv-iter.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.7816603Z [00:04:33.503]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/localename-environ.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.7881830Z [00:04:33.509]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-exclude2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.7942119Z [00:04:33.515]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-unistd-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.8003098Z [00:04:33.521]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-w32-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.8064079Z [00:04:33.527]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-rwlock1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.8125998Z [00:04:33.534]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/vma-iter.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.8187736Z [00:04:33.540]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xstrtod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.8249628Z [00:04:33.546]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/wctomb-impl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.8312260Z [00:04:33.552]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/pthread-rwlock.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.8377094Z [00:04:33.559]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-nstrftime-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.8441652Z [00:04:33.565]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/localename.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.8505208Z [00:04:33.572]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.8566802Z [00:04:33.578]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-thread_self.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.8629314Z [00:04:33.584]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-utimens.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.8691719Z [00:04:33.590]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-md5-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.8754042Z [00:04:33.596]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-md5-buffer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.8816910Z [00:04:33.603]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-localtime_r.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.8881691Z [00:04:33.609]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-random-mt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.8943125Z [00:04:33.615]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-bool.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.9003243Z [00:04:33.621]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fseeko.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.9064570Z [00:04:33.627]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-sha224.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.9126854Z [00:04:33.634]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isdigit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.9191289Z [00:04:33.640]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.9254912Z [00:04:33.646]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-iswblank.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.9316751Z [00:04:33.653]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-posix_memalign.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.9380270Z [00:04:33.659]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-file-has-acl-2.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:14.9442059Z [00:04:33.665]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-chown.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.9503140Z [00:04:33.671]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pthread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.9562621Z [00:04:33.677]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-isnanf-nolibm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.9624790Z [00:04:33.683]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.9686881Z [00:04:33.690]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-futimens.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.9749768Z [00:04:33.696]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-canonicalize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.9813687Z [00:04:33.702]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/c++defs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:14.9873352Z [00:04:33.708]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-init.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:14.9935810Z [00:04:33.714]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/random.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.0000179Z [00:04:33.721]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_utsname-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.0065218Z [00:04:33.727]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-binary-io.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.0128361Z [00:04:33.734]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.0194158Z [00:04:33.740]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getprogname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.0257463Z [00:04:33.747]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sameacls.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.0321057Z [00:04:33.753]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-chown.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.0384598Z [00:04:33.759]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isgraph.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.0449013Z [00:04:33.766]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-base64.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.0511178Z [00:04:33.772]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isalpha.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.0575514Z [00:04:33.778]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mkfifo.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.0639991Z [00:04:33.785]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getaddrinfo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.0706376Z [00:04:33.792]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fseeko3.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.0771927Z [00:04:33.798]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-uname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.0836217Z [00:04:33.805]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-signbit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.0899741Z [00:04:33.811]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-str_startswith.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.0963097Z [00:04:33.817]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strncasecmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.1028217Z [00:04:33.824]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftello4.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:15.1092902Z [00:04:33.830]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-iswxdigit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.1157592Z [00:04:33.837]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32width.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.1221500Z [00:04:33.843]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32iscntrl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.1288215Z [00:04:33.850]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.1364098Z [00:04:33.857]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/nan.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.1429390Z [00:04:33.864]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fseeko.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:15.1498975Z [00:04:33.871]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-memset_explicit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.1563401Z [00:04:33.877]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/timespec-add.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.1625311Z [00:04:33.883]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-md5' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.1690287Z [00:04:33.890]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/wctob.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.1756095Z [00:04:33.897]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getrusage.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.1820718Z [00:04:33.903]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pipe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.1883087Z [00:04:33.909]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32_get_type_test.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.1949197Z [00:04:33.916]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench_sha224-bench-sha224.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.2015950Z [00:04:33.923]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/signed-nan.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.2082183Z [00:04:33.929]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/localename-table.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.2147866Z [00:04:33.936]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pselect.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.2212421Z [00:04:33.942]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftello.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.2276747Z [00:04:33.949]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.2342860Z [00:04:33.955]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtod1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.2409858Z [00:04:33.962]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32rtomb-w32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.2475293Z [00:04:33.968]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fseeko4.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.2542661Z [00:04:33.975]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench_crc-bench-crc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.2606845Z [00:04:33.982]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strerror_r.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.2672782Z [00:04:33.988]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mkdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.2738271Z [00:04:33.995]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-exclude.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.2804650Z [00:04:34.001]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsinit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.2870316Z [00:04:34.008]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/usleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.2938033Z [00:04:34.015]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strerror.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.3003147Z [00:04:34.021]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-iswdigit.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.3065893Z [00:04:34.027]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/c32tob.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.3131916Z [00:04:34.034]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-frexp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.3197507Z [00:04:34.041]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-w32-7.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.3259903Z [00:04:34.047]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-freadahead.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.3326582Z [00:04:34.054]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.3391236Z [00:04:34.060]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isprint.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.3457581Z [00:04:34.067]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-localcharset.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.3522781Z [00:04:34.073]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-memchr2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.3587481Z [00:04:34.080]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtoc32s-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.3650941Z [00:04:34.086]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fsync.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.3711825Z [00:04:34.092]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.3772786Z [00:04:34.098]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-faccessat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.3834239Z [00:04:34.104]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/str-two-way.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.3895259Z [00:04:34.110]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtod.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.3957874Z [00:04:34.117]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtoimax.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.4021935Z [00:04:34.123]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-symlink.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.4087222Z [00:04:34.130]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.4148437Z [00:04:34.136]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fopen.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.4212450Z [00:04:34.142]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.4275949Z [00:04:34.149]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-select-in.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:15.4339399Z [00:04:34.155]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-timespec.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.4399541Z [00:04:34.161]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-alignalloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.4463653Z [00:04:34.167]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-nl_langinfo1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.4524837Z [00:04:34.173]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getopt-gnu.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.4586848Z [00:04:34.180]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.4648678Z [00:04:34.186]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fchownat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.4712295Z [00:04:34.192]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/perror.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.4777483Z [00:04:34.199]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-putenv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.4841121Z [00:04:34.205]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isblank.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.4904017Z [00:04:34.211]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-year2038.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.4966720Z [00:04:34.218]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/xgetcwd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.5031427Z [00:04:34.224]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-printf-posix.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.5095329Z [00:04:34.230]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ctype-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.5160200Z [00:04:34.237]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-gettext-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.5226025Z [00:04:34.244]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-areadlinkat-with-size.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.5289933Z [00:04:34.250]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-btowc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.5354592Z [00:04:34.256]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-unlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.5417284Z [00:04:34.263]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.5481700Z [00:04:34.269]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sockets.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.5545975Z [00:04:34.276]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/listen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.5610922Z [00:04:34.282]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-dirent-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.5676819Z [00:04:34.289]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/vma-iter.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.5743030Z [00:04:34.295]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xstrtoumax.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:15.5811070Z [00:04:34.302]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.5876924Z [00:04:34.309]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/qemu.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.5941092Z [00:04:34.315]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/tmpfile.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.6004282Z [00:04:34.321]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-isnand-nolibm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.6071233Z [00:04:34.328]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/localename-table.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.6137085Z [00:04:34.335]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-inet_pton.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.6201325Z [00:04:34.341]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-linkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.6268891Z [00:04:34.348]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32islower.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.6343016Z [00:04:34.355]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-exclude1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.6419633Z [00:04:34.363]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-bind.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.6488196Z [00:04:34.370]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-localcharset-w32utf8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.6553066Z [00:04:34.376]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32_apply_type_test.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.6615754Z [00:04:34.383]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-perror.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:15.6684818Z [00:04:34.389]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-w32utf8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.6751374Z [00:04:34.396]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftell.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.6824690Z [00:04:34.403]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_time-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.6901468Z [00:04:34.411]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fputc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.7004529Z [00:04:34.421]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-utime-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.7076913Z [00:04:34.428]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setsockopt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.7177182Z [00:04:34.439]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-7.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.7246457Z [00:04:34.445]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setlocale_null-mt-all.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.7311824Z [00:04:34.452]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mknod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.7381395Z [00:04:34.459]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/windows-timedrwlock.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.7449714Z [00:04:34.466]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-crc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.7522233Z [00:04:34.473]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sha1-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.7593176Z [00:04:34.480]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-unicodeio2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.7667975Z [00:04:34.488]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.7739372Z [00:04:34.495]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/localename-table.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.7810244Z [00:04:34.502]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xstrtol.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.7881763Z [00:04:34.509]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.7948822Z [00:04:34.516]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.8017459Z [00:04:34.523]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-btowc-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.8084151Z [00:04:34.529]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/signature.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.8150187Z [00:04:34.536]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xalloc-die.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.8221595Z [00:04:34.543]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-localcharset-w32utf8.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.8288811Z [00:04:34.550]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-localeconv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.8358452Z [00:04:34.557]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strcasecmp.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.8435586Z [00:04:34.565]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/sched_yield.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.8513581Z [00:04:34.572]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-str_endswith.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.8587137Z [00:04:34.580]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getcwd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.8660735Z [00:04:34.587]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/c32tob.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.8731378Z [00:04:34.594]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-usleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.8805619Z [00:04:34.601]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setlocale_null-mt-one.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.8878724Z [00:04:34.609]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-random.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.8948485Z [00:04:34.616]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setlocale2.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:15.9022256Z [00:04:34.623]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/strerror_r.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.9098456Z [00:04:34.631]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isalnum.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.9174883Z [00:04:34.638]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fstat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.9250992Z [00:04:34.646]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/c32rtomb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.9332888Z [00:04:34.654]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/snan.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.9406426Z [00:04:34.662]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench_md5-bench-md5.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.9481998Z [00:04:34.669]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wctype-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.9547826Z [00:04:34.676]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/c-strcasestr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.9622810Z [00:04:34.683]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-select.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.9701626Z [00:04:34.691]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fseek2.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:15.9780193Z [00:04:34.699]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isspace.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:15.9856733Z [00:04:34.707]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:15.9934063Z [00:04:34.714]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-dirname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.0004548Z [00:04:34.721]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-windows-mutex-type.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.0080796Z [00:04:34.729]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-freopen-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.0154346Z [00:04:34.736]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32rtomb.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.0218988Z [00:04:34.743]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pthread-rwlock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.0281610Z [00:04:34.749]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getlogin.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.0346567Z [00:04:34.756]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-7.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.0411015Z [00:04:34.762]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mkfifo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.0475092Z [00:04:34.768]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-readutmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.0539199Z [00:04:34.775]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xstrtoul.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:16.0604086Z [00:04:34.781]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.0674024Z [00:04:34.788]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-sha512' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.0738853Z [00:04:34.795]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-unsetenv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.0803138Z [00:04:34.801]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/from-glibc/tst-stdc_leading_zeros.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.0867423Z [00:04:34.808]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/from-glibc/.deps/test_stdc_leading_zeros-tst-stdc_leading_zeros.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.0931135Z [00:04:34.814]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/from-glibc/.deps/test_stdc_trailing_zeros-tst-stdc_trailing_zeros.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.0994426Z [00:04:34.820]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/from-glibc/.deps/test_stdc_bit_width-tst-stdc_bit_width.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.1056815Z [00:04:34.827]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/from-glibc/tst-stdc_trailing_zeros.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.1120025Z [00:04:34.833]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/from-glibc/tst-stdc_bit_width.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.1184641Z [00:04:34.839]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/from-glibc/support/test-driver.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.1249911Z [00:04:34.846]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/from-glibc/tst-stdbit.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.1316703Z [00:04:34.853]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fdutimensat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.1382032Z [00:04:34.859]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-renameatu.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.1447762Z [00:04:34.866]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strtold1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.1515466Z [00:04:34.873]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-areadlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.1578873Z [00:04:34.879]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getloadavg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.1643344Z [00:04:34.885]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getline.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.1704868Z [00:04:34.891]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-file-has-acl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.1769221Z [00:04:34.898]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-netdb-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.1833482Z [00:04:34.904]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/strerror_r.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.1900747Z [00:04:34.911]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtoc32s-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.1969323Z [00:04:34.918]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-free.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.2035479Z [00:04:34.924]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-gettime-res.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.2103113Z [00:04:34.931]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xprintf-posix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.2169691Z [00:04:34.938]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/windows-utf8.rc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.2237821Z [00:04:34.945]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-btoc32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.2305686Z [00:04:34.951]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-sha384.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.2374021Z [00:04:34.958]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.2441212Z [00:04:34.965]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-sha224' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.2510945Z [00:04:34.972]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-windows-timedrecmutex-type.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.2577385Z [00:04:34.979]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-copy-acl-1.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:16.2644600Z [00:04:34.985]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-w32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.2711373Z [00:04:34.992]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setlocale-w32utf8.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.2776317Z [00:04:34.999]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-crc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.2843199Z [00:04:35.005]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strtold1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.2911698Z [00:04:35.012]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ignore-value.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.2979867Z [00:04:35.019]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-isnand.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.3048626Z [00:04:35.026]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-w32-6.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.3118378Z [00:04:35.033]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-byteswap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.3184450Z [00:04:35.039]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-6.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.3250368Z [00:04:35.046]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xprintf-posix.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:16.3315498Z [00:04:35.053]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-verror.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:16.3381944Z [00:04:35.059]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-exclude8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.3447843Z [00:04:35.066]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-w32-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.3512757Z [00:04:35.072]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-localtime_r-mt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.3578231Z [00:04:35.079]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-w32-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.3643915Z [00:04:35.085]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-printf-frexpl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.3712440Z [00:04:35.092]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftruncate.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.3778199Z [00:04:35.099]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-openat-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.3843152Z [00:04:35.105]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fopen-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.3908696Z [00:04:35.112]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-dup2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.3977252Z [00:04:35.119]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/timespec-sub.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.4044632Z [00:04:35.125]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-endian.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.4109363Z [00:04:35.132]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fprintf-posix.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.4177473Z [00:04:35.139]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-utimens-common.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.4244654Z [00:04:35.145]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-chmod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.4308699Z [00:04:35.152]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_socket-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.4374907Z [00:04:35.158]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-6.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.4438792Z [00:04:35.165]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/wctomb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.4504000Z [00:04:35.171]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-rawmemchr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.4568891Z [00:04:35.178]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/setlocale.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.4634750Z [00:04:35.184]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-7.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.4702173Z [00:04:35.191]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/zerosize-ptr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.4765953Z [00:04:35.198]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtold1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.4832153Z [00:04:35.204]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/minus-zero.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.4898601Z [00:04:35.211]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-euidaccess.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.4963673Z [00:04:35.217]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strnlen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.5030133Z [00:04:35.224]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-isblank.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.5097465Z [00:04:35.231]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbslen.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.5164353Z [00:04:35.237]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtowcs-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.5228419Z [00:04:35.244]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-strtod-mt.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.5294548Z [00:04:35.250]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-nanosleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.5359821Z [00:04:35.257]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/localename.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.5422309Z [00:04:35.263]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sha512-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.5486473Z [00:04:35.270]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-filevercmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.5551028Z [00:04:35.276]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32tolower.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.5615507Z [00:04:35.283]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ioctl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.5679121Z [00:04:35.289]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/infinity.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.5741357Z [00:04:35.295]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbschr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.5820715Z [00:04:35.303]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-argmatch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.5899087Z [00:04:35.311]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.5961995Z [00:04:35.317]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.6024775Z [00:04:35.323]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-priv-set.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.6088028Z [00:04:35.330]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtoc32s.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.6151392Z [00:04:35.336]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-realloc-posix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.6216360Z [00:04:35.343]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fchdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.6279571Z [00:04:35.349]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.6344872Z [00:04:35.355]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-exclude5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.6409027Z [00:04:35.362]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-connect.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.6476827Z [00:04:35.369]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/getlocalename_l-unsafe.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.6542376Z [00:04:35.375]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.6606890Z [00:04:35.382]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pthread_sigmask2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.6670053Z [00:04:35.388]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-w32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.6734642Z [00:04:35.394]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_select-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.6797802Z [00:04:35.401]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/setlocale-fixes.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.6862357Z [00:04:35.407]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-stat.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.6927105Z [00:04:35.414]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-localename.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.6992050Z [00:04:35.420]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fstatat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.7055349Z [00:04:35.426]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/virtualbox.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.7119439Z [00:04:35.433]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench_sha384-bench-sha384.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.7185268Z [00:04:35.439]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c-ctype.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.7249677Z [00:04:35.446]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fflush.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.7315926Z [00:04:35.453]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-exclude6.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.7379254Z [00:04:35.459]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-6.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.7443152Z [00:04:35.465]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/xgetcwd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.7508277Z [00:04:35.472]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-vc-list-files-cvs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.7574109Z [00:04:35.478]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-limits-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.7639083Z [00:04:35.485]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-close.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.7702978Z [00:04:35.491]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-sha1' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.7767118Z [00:04:35.498]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-update-copyright.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.7830211Z [00:04:35.504]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftello3.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.7893333Z [00:04:35.510]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/locale.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.7958857Z [00:04:35.517]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getopt_long.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.8022543Z [00:04:35.523]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-openat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.8090374Z [00:04:35.530]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32ispunct.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.8155796Z [00:04:35.536]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sm3-buffer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.8219238Z [00:04:35.543]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-scratch-buffer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.8283801Z [00:04:35.549]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fopen-gnu.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.8349063Z [00:04:35.556]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setlocale-w32utf8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.8413571Z [00:04:35.562]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xfprintf-posix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.8477788Z [00:04:35.569]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-base32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.8543790Z [00:04:35.575]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-btoc32-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.8611620Z [00:04:35.582]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-iswdigit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.8674956Z [00:04:35.588]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fcntl-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.8741330Z [00:04:35.595]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/pthread-rwlock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.8805488Z [00:04:35.602]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-select-out.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:16.8869846Z [00:04:35.608]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-sha256' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.8936006Z [00:04:35.615]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-malloca.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.9000672Z [00:04:35.621]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-cloexec.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.9064651Z [00:04:35.627]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-open.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.9127943Z [00:04:35.634]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pthread-once1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.9190372Z [00:04:35.640]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_stat-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.9256045Z [00:04:35.647]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-digest.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.9321330Z [00:04:35.653]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-exclude7.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:16.9385861Z [00:04:35.659]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-posixtm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.9448365Z [00:04:35.666]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getdelim.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.9513362Z [00:04:35.672]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getlogin.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.9577319Z [00:04:35.679]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-gmtime_r-mt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.9639904Z [00:04:35.685]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-memcasecmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.9704952Z [00:04:35.691]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.deps/u32-set.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.9768423Z [00:04:35.698]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.deps/test-u32-chr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.9831401Z [00:04:35.704]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.deps/test-u32-set.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.9895405Z [00:04:35.711]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.deps/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:16.9958101Z [00:04:35.717]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.deps/test-u32-strcat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.0022573Z [00:04:35.723]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.deps/test-u32-pcpy.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.0086251Z [00:04:35.730]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.deps/test-u8-uctomb.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.0149750Z [00:04:35.736]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.deps/test-u32-cpy.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.0212188Z [00:04:35.742]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.deps/test-u32-strlen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.0275582Z [00:04:35.749]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.deps/test-u8-mbtoucr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.0343100Z [00:04:35.755]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-chr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.0402951Z [00:04:35.761]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/u32-set.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.0466404Z [00:04:35.768]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-u32-set.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.0529750Z [00:04:35.774]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-u8-uctomb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.0596960Z [00:04:35.781]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-u32-strlen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.0663163Z [00:04:35.787]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-u32-pcpy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.0737345Z [00:04:35.795]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.0804721Z [00:04:35.801]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-u8-mbtoucr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.0870793Z [00:04:35.808]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-u32-strcat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.0938649Z [00:04:35.815]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/u32-set.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.1004819Z [00:04:35.821]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-set.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.1071625Z [00:04:35.828]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-u32-cpy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.1136757Z [00:04:35.835]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-cpy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.1200150Z [00:04:35.841]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-pcpy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.1264911Z [00:04:35.847]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/u-set.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.1326448Z [00:04:35.854]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-strcat.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.1389975Z [00:04:35.860]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/unistr/test-u32-chr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.1453518Z [00:04:35.866]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtowcs-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:17.1520161Z [00:04:35.873]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-errno-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.1584147Z [00:04:35.879]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:17.1647892Z [00:04:35.886]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-hard-locale.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.1716432Z [00:04:35.893]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sigprocmask.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.1782000Z [00:04:35.899]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fcntl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.1845636Z [00:04:35.905]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftello4.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.1909757Z [00:04:35.912]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/accept.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.1972504Z [00:04:35.918]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wcrtomb.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:17.2037202Z [00:04:35.925]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fopen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.2101236Z [00:04:35.931]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/getlocalename_l-unsafe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.2163945Z [00:04:35.937]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-stdbit-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.2226699Z [00:04:35.944]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-intprops.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.2288453Z [00:04:35.950]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-btoc32-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:17.2352304Z [00:04:35.956]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/localename-unsafe.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.2446280Z [00:04:35.966]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xstrtoumax.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:17.2512854Z [00:04:35.972]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-set-mode-acl-2.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:17.2577481Z [00:04:35.979]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/glthread/.deps/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.2638951Z [00:04:35.985]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/glthread/.deps/thread.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.2698363Z [00:04:35.991]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/glthread/thread.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.2760620Z [00:04:35.997]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/glthread/yield.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.2826661Z [00:04:36.004]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/glthread/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.2893402Z [00:04:36.010]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/glthread/thread.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.2957122Z [00:04:36.017]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/glthread/thread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.3021533Z [00:04:36.023]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-unlink.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.3088251Z [00:04:36.030]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32isblank.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.3153764Z [00:04:36.036]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-uchar-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.3214163Z [00:04:36.042]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-6.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:17.3276604Z [00:04:36.049]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/windows-timedrwlock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.3339992Z [00:04:36.055]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-gethostname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.3404324Z [00:04:36.061]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbsrtowcs.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.3469486Z [00:04:36.068]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-copy-acl-2.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:17.3533197Z [00:04:36.074]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/setsockopt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.3595906Z [00:04:36.081]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-bitrotate.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.3658182Z [00:04:36.087]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_uio-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.3723324Z [00:04:36.093]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench_sha512-bench-sha512.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.3785918Z [00:04:36.099]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xstrtol.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.3848932Z [00:04:36.106]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-exclude4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:17.3910760Z [00:04:36.112]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mcel.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.3972507Z [00:04:36.118]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-isnanf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.4037898Z [00:04:36.125]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strsignal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.4100415Z [00:04:36.131]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fseek.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.4161676Z [00:04:36.137]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-localename-w32utf8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:17.4222038Z [00:04:36.143]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/xconcat-filename.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.4283722Z [00:04:36.149]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:17.4345683Z [00:04:36.155]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/atomic-int-posix.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.4408276Z [00:04:36.162]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getdtablesize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.4470325Z [00:04:36.168]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fseeko2.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:17.4533451Z [00:04:36.174]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-listen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.4596942Z [00:04:36.181]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/libtests.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.4661718Z [00:04:36.187]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-frexp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.4723623Z [00:04:36.193]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-yesno.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.4786590Z [00:04:36.200]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-crc' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:17.4852055Z [00:04:36.206]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getopt-main.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.4914827Z [00:04:36.212]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-signal-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.4976789Z [00:04:36.219]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getrandom.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.5039673Z [00:04:36.225]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftell.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:17.5103280Z [00:04:36.231]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-w32-8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:17.5166933Z [00:04:36.238]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-nl_langinfo2.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:17.5230297Z [00:04:36.244]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-rmdir.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.5292326Z [00:04:36.250]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-iswpunct.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:17.5357125Z [00:04:36.257]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-perror2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.5421904Z [00:04:36.263]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wcwidth.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.5484896Z [00:04:36.269]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-pathmax.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.5547753Z [00:04:36.276]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:17.5613417Z [00:04:36.282]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-freopen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.5676399Z [00:04:36.289]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-ftello.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:17.5738309Z [00:04:36.295]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xalloc-die.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.5800830Z [00:04:36.301]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-printf-posix.output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.5865241Z [00:04:36.307]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-dynarray.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.5931957Z [00:04:36.314]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fclose.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.5997111Z [00:04:36.321]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-symlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.6061288Z [00:04:36.327]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-stdckdint-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.6126142Z [00:04:36.334]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mcel-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:17.6189777Z [00:04:36.340]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getopt-posix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.6253137Z [00:04:36.346]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/timespec-add.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.6314960Z [00:04:36.352]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/init.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.6375320Z [00:04:36.359]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-termios-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.6438750Z [00:04:36.365]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/concat-filename.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.6505637Z [00:04:36.371]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sha256-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.6570602Z [00:04:36.378]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-snprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.6633455Z [00:04:36.384]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:17.6692801Z [00:04:36.390]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-stddef-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.6756493Z [00:04:36.397]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-rmdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.6817639Z [00:04:36.403]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-yesno.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:17.6879134Z [00:04:36.409]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fnmatch-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:17.6941492Z [00:04:36.415]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-readtokens.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:17.7004416Z [00:04:36.421]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fdatasync.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.7078878Z [00:04:36.429]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-langinfo-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.7152157Z [00:04:36.436]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-iswpunct.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.7215847Z [00:04:36.443]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-lstat.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.7278637Z [00:04:36.449]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fcntl-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.7340678Z [00:04:36.455]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setlocale-w32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.7403671Z [00:04:36.461]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-thread_create.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.7467259Z [00:04:36.468]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/struniq.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.7528657Z [00:04:36.474]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.7591446Z [00:04:36.480]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setlocale_null-unlocked.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.7653523Z [00:04:36.486]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-freadahead.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:17.7715356Z [00:04:36.492]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fchmodat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.7779300Z [00:04:36.499]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-freadptr2.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:17.7841889Z [00:04:36.505]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-set-mode-acl-1.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:17.7904650Z [00:04:36.511]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-alignasof.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.7968566Z [00:04:36.518]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-sha256.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.8032107Z [00:04:36.524]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-setlocale1.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:17.8093125Z [00:04:36.530]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-set-mode-acl.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:17.8153991Z [00:04:36.536]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.8216538Z [00:04:36.543]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-vasprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.8276769Z [00:04:36.549]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-sha512.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.8340339Z [00:04:36.555]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-utimensat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.8406172Z [00:04:36.562]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getcwd.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:17.8470135Z [00:04:36.568]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fseeko3.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:17.8534424Z [00:04:36.574]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-xstrtold.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.8596375Z [00:04:36.581]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-strtold.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.8658545Z [00:04:36.587]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-unicodeio.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.8720250Z [00:04:36.593]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbschr.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:17.8786506Z [00:04:36.600]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtoc32-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:17.8853091Z [00:04:36.606]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-areadlink.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.8919381Z [00:04:36.613]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sigaction.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.8986325Z [00:04:36.620]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-largefile.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.9056115Z [00:04:36.627]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-iconv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.9124840Z [00:04:36.633]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-dirfd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.9190621Z [00:04:36.640]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-readlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.9256658Z [00:04:36.647]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-vasnprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.9320071Z [00:04:36.653]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-tls.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.9383323Z [00:04:36.659]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-malloc-posix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.9447201Z [00:04:36.666]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-parse-datetime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.9508816Z [00:04:36.672]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-userspec.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.9574667Z [00:04:36.678]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/bench-sha384' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:17.9640267Z [00:04:36.685]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-lchmod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.9706246Z [00:04:36.692]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/strftime-fixes.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.9773017Z [00:04:36.698]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/vma-iter.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.9837805Z [00:04:36.705]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32ispunct.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.9903880Z [00:04:36.711]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-lchown.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:17.9969666Z [00:04:36.718]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-getopt.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.0035494Z [00:04:36.724]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-printf-frexp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.0098844Z [00:04:36.731]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-c32iscntrl.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:18.0164352Z [00:04:36.737]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-verror.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.0235006Z [00:04:36.744]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:18.0300254Z [00:04:36.751]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-filenamecat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.0368164Z [00:04:36.758]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:18.0434991Z [00:04:36.764]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/Makefile.am' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:18.0498133Z [00:04:36.771]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fflush2.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:12:18.0564343Z [00:04:36.777]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-memcoll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.0629918Z [00:04:36.784]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-malloc-gnu.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.0696997Z [00:04:36.791]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/localename-unsafe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.0760712Z [00:04:36.797]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-sys_random-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.0824174Z [00:04:36.803]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-di-set.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.0892853Z [00:04:36.810]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-mbrlen-w32-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:18.0956909Z [00:04:36.817]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-closein.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.1021360Z [00:04:36.823]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-localename-w32utf8.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.1084303Z [00:04:36.829]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-fseterr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.1147239Z [00:04:36.836]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-localcharset.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.1213559Z [00:04:36.842]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:12:18.1275914Z [00:04:36.849]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-vzprintf-posix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.1343524Z [00:04:36.855]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/gnulib-tests/test-lock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.1406570Z [00:04:36.862]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/THANKS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.1480172Z [00:04:36.869]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-readutmp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.1544170Z [00:04:36.875]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/heap.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.1611903Z [00:04:36.882]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xalignalloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.1677172Z [00:04:36.889]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-setlocale_null-unlocked.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.1742868Z [00:04:36.895]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-osf.gperf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.1807147Z [00:04:36.902]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sig-handler.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.1871006Z [00:04:36.908]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/regex_internal.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.1935999Z [00:04:36.914]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-linebuffer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.2000623Z [00:04:36.921]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/errno.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.2065839Z [00:04:36.927]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fd-hook.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.2129350Z [00:04:36.934]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/randperm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.2194151Z [00:04:36.940]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/freadahead.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.2258169Z [00:04:36.947]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/quotearg.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.2323092Z [00:04:36.953]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-rand-isaac.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.2389895Z [00:04:36.960]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dirent-private.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.2453942Z [00:04:36.966]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-initguard.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.2521101Z [00:04:36.973]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/hard-locale.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.2583715Z [00:04:36.979]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-chdir-long.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.2646885Z [00:04:36.986]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.2714162Z [00:04:36.992]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getprogname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.2779299Z [00:04:36.999]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/alignof.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.2841875Z [00:04:37.005]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/filenamecat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.2905803Z [00:04:37.012]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getopt.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.2969467Z [00:04:37.018]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-heap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.3035587Z [00:04:37.025]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strnumcmp.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:18.3099569Z [00:04:37.031]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/time.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.3166861Z [00:04:37.038]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/safe-write.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.3230163Z [00:04:37.044]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/get-permissions.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.3290663Z [00:04:37.050]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/filevercmp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.3352240Z [00:04:37.056]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sha512-stream.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.3414603Z [00:04:37.062]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/priv-set.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.3476516Z [00:04:37.069]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-alignalloc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.3539139Z [00:04:37.075]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/timespec.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.3602563Z [00:04:37.081]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/linebuffer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.3667356Z [00:04:37.088]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-dtimespec-bound.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.3733317Z [00:04:37.094]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/binary-io.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.3795495Z [00:04:37.101]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-memset_explicit.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.3859742Z [00:04:37.107]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-areadlinkat.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.3923065Z [00:04:37.113]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-printf-frexpl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.3987236Z [00:04:37.120]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-skipchars.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.4050067Z [00:04:37.126]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/u64.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.4110725Z [00:04:37.132]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/printf-frexp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.4173736Z [00:04:37.138]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32islower.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.4236563Z [00:04:37.145]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sha256.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.4301915Z [00:04:37.151]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sha256.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.4367537Z [00:04:37.158]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/careadlinkat.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.4431901Z [00:04:37.164]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_uio.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.4497310Z [00:04:37.171]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getopt-ext.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.4562290Z [00:04:37.177]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/readlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.4626928Z [00:04:37.184]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.4691119Z [00:04:37.190]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-wctype-h.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.4758111Z [00:04:37.197]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fprintftime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.4824544Z [00:04:37.203]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wmemchr-impl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.4887710Z [00:04:37.210]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xsize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.4951863Z [00:04:37.216]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-posixver.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.5014107Z [00:04:37.222]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/localeconv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.5077376Z [00:04:37.229]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-pipe-safer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.5141251Z [00:04:37.235]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/asnprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.5206226Z [00:04:37.242]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/time_rz.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.5272266Z [00:04:37.248]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/nanosleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.5335551Z [00:04:37.254]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strtoumax.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.5400037Z [00:04:37.261]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_print.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.5471237Z [00:04:37.268]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_lower.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.5537733Z [00:04:37.275]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_alnum.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.5607622Z [00:04:37.282]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_cntrl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.5689045Z [00:04:37.290]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_punct.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.5756465Z [00:04:37.297]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_print.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.5821164Z [00:04:37.303]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_cntrl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.5886183Z [00:04:37.310]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_lower.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.5950374Z [00:04:37.316]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_alnum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.6013683Z [00:04:37.322]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.6078023Z [00:04:37.329]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_graph.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.6141221Z [00:04:37.335]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_upper.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.6205369Z [00:04:37.341]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_digit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.6269072Z [00:04:37.348]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_space.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.6332656Z [00:04:37.354]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_xdigit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.6396670Z [00:04:37.361]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_blank.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.6459675Z [00:04:37.367]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_alpha.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.6523709Z [00:04:37.373]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_lower.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.6588890Z [00:04:37.380]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_lower.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.6654204Z [00:04:37.386]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_digit.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.6721322Z [00:04:37.393]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_alpha.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.6786848Z [00:04:37.400]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_xdigit.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.6852314Z [00:04:37.406]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_space.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.6923666Z [00:04:37.413]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_blank.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.6991251Z [00:04:37.420]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/bitmap.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.7057698Z [00:04:37.427]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_blank.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.7123739Z [00:04:37.433]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_punct.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.7193989Z [00:04:37.440]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.7264858Z [00:04:37.447]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_cntrl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.7330705Z [00:04:37.454]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_cntrl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.7398829Z [00:04:37.461]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_digit.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.7468578Z [00:04:37.468]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_graph.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.7533603Z [00:04:37.474]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_alpha.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.7597811Z [00:04:37.481]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_digit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.7661567Z [00:04:37.487]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_print.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.7727577Z [00:04:37.494]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_xdigit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.7792886Z [00:04:37.500]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_alpha.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.7856040Z [00:04:37.507]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_punct.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.7921686Z [00:04:37.513]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_xdigit.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.7987907Z [00:04:37.520]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_upper.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.8052920Z [00:04:37.526]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_alnum.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.8115356Z [00:04:37.532]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_upper.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.8178116Z [00:04:37.539]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_space.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.8240081Z [00:04:37.545]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_blank.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.8304392Z [00:04:37.551]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_graph.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.8367120Z [00:04:37.558]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_print.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.8430687Z [00:04:37.564]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_graph.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.8493070Z [00:04:37.570]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_punct.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.8556565Z [00:04:37.577]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_upper.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.8621677Z [00:04:37.583]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/ctype_space.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.8687665Z [00:04:37.590]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_alnum.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.8754224Z [00:04:37.596]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/_Noreturn.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.8819140Z [00:04:37.603]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/setenv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.8913423Z [00:04:37.612]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/closein.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.8980422Z [00:04:37.619]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/crc-x86_64-pclmul.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.9049223Z [00:04:37.626]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iswpunct.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.9115358Z [00:04:37.632]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-malloca.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.9180858Z [00:04:37.639]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fpucw.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.9246373Z [00:04:37.646]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/isblank.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.9313182Z [00:04:37.652]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/filename.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.9379600Z [00:04:37.659]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/alignalloc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.9447255Z [00:04:37.666]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbszero.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.9514873Z [00:04:37.672]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/utimensat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.9579013Z [00:04:37.679]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/setlocale_null-unlocked.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.9644763Z [00:04:37.685]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-irix.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.9707294Z [00:04:37.692]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/closein.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.9769899Z [00:04:37.698]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xreadlink.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.9831524Z [00:04:37.704]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/randint.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.9892529Z [00:04:37.710]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-aix.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:18.9955523Z [00:04:37.716]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/openat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.0020056Z [00:04:37.723]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xmemcoll.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.0081798Z [00:04:37.729]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mini-gmp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.0145127Z [00:04:37.735]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fseeko.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.0208355Z [00:04:37.742]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/set-acl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.0272399Z [00:04:37.748]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/select.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.0334087Z [00:04:37.754]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ialloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.0396956Z [00:04:37.761]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/utime.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.0461046Z [00:04:37.767]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-dtoastr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.0526199Z [00:04:37.774]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xgetaname-impl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.0588153Z [00:04:37.780]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/timespec.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.0652576Z [00:04:37.786]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wcwidth.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.0717585Z [00:04:37.793]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sha256.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.0781984Z [00:04:37.799]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloca.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.0845608Z [00:04:37.806]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/hash-triple-simple.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.0909462Z [00:04:37.812]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getopt_int.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.0974324Z [00:04:37.818]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getugroups.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.1038764Z [00:04:37.825]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/nstrftime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.1104164Z [00:04:37.831]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/chdir-long.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.1169597Z [00:04:37.838]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wctype.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.1235714Z [00:04:37.844]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/printf-args.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.1301601Z [00:04:37.851]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/open-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.1366705Z [00:04:37.858]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xtime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.1431876Z [00:04:37.864]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32isgraph.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.1498825Z [00:04:37.871]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ignore-value.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.1566550Z [00:04:37.878]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/qset-acl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.1632211Z [00:04:37.884]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/careadlinkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.1698760Z [00:04:37.891]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-dup-safer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.1762984Z [00:04:37.897]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdio.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.1825542Z [00:04:37.903]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-version-etc-fsf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.1888110Z [00:04:37.910]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/safe-write.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.1949146Z [00:04:37.916]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/openat-priv.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.2015680Z [00:04:37.922]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-hash-triple-simple.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.2077836Z [00:04:37.929]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fchdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.2138948Z [00:04:37.935]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-basename-lgpl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.2200289Z [00:04:37.941]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-frexpl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.2264183Z [00:04:37.947]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strerror-override.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.2328053Z [00:04:37.954]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-linebuffer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.2390312Z [00:04:37.960]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xnanosleep.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.2454414Z [00:04:37.966]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-targetdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.2517227Z [00:04:37.973]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-file-set.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.2583360Z [00:04:37.979]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.2650119Z [00:04:37.986]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-areadlinkat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.2714815Z [00:04:37.992]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-gethrxtime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.2783209Z [00:04:37.999]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-se-selinux.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.2869078Z [00:04:38.008]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-chdir-long.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.2948222Z [00:04:38.016]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-str_endswith.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.3015702Z [00:04:38.022]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-lstat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.3081867Z [00:04:38.029]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-savedir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.3149428Z [00:04:38.036]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-isatty.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.3216809Z [00:04:38.043]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-acl_entries.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.3282046Z [00:04:38.049]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-endian.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.3349483Z [00:04:38.056]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-read-file.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.3415091Z [00:04:38.062]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-dtimespec-bound.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.3479883Z [00:04:38.069]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-freadahead.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.3547915Z [00:04:38.076]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-utime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.3616669Z [00:04:38.083]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-freadseek.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.3683097Z [00:04:38.089]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-progname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.3748403Z [00:04:38.096]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-byteswap.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.3813882Z [00:04:38.102]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-isnanf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.3879535Z [00:04:38.109]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-windows-thread.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.3944155Z [00:04:38.115]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-safe-read.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.4009709Z [00:04:38.122]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fd-hook.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.4077464Z [00:04:38.129]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-regex.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.4142580Z [00:04:38.135]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-isnanl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.4208373Z [00:04:38.142]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-windows-timedmutex.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.4275543Z [00:04:38.148]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xbinary-io.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.4341039Z [00:04:38.155]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-gethostname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.4404559Z [00:04:38.161]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-closedir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.4468351Z [00:04:38.168]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-pipe.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.4535032Z [00:04:38.174]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-dirfd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.4600153Z [00:04:38.181]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-setlocale-lock.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.4665739Z [00:04:38.188]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sha256.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.4732079Z [00:04:38.194]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strtold.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.4797748Z [00:04:38.201]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stdbit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.4858863Z [00:04:38.207]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fsync.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.4924605Z [00:04:38.213]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-ftello.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.4988428Z [00:04:38.220]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-at-func2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.5051569Z [00:04:38.226]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32isalnum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.5116367Z [00:04:38.233]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-creat-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.5179685Z [00:04:38.239]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strtol.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.5244594Z [00:04:38.245]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mini-mpq-gnulib.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.5309069Z [00:04:38.252]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-asprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.5374201Z [00:04:38.258]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-timespec.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.5439787Z [00:04:38.265]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fnmatch_loop.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.5504137Z [00:04:38.271]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-backup-find.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.5566629Z [00:04:38.278]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-readlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.5631402Z [00:04:38.284]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-secure_getenv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.5696455Z [00:04:38.291]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtoul.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.5765230Z [00:04:38.297]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-windows-rwlock.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.5831148Z [00:04:38.304]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-inet_pton.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.5894399Z [00:04:38.310]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbsrtowcs.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.5958228Z [00:04:38.317]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-filenamecat-lgpl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.6021075Z [00:04:38.323]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xmalloc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.6085370Z [00:04:38.329]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mknodat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.6148110Z [00:04:38.336]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-isnan.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.6212683Z [00:04:38.342]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getdtablesize.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.6276276Z [00:04:38.349]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-selinux-at.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.6343119Z [00:04:38.355]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-pipe-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.6406758Z [00:04:38.362]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-iswdigit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.6469527Z [00:04:38.368]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-chownat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.6540035Z [00:04:38.375]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-iswxdigit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.6599563Z [00:04:38.381]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mcel.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.6659981Z [00:04:38.387]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-free.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.6722237Z [00:04:38.393]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-ldtoastr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.6786612Z [00:04:38.400]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mkdirat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.6848911Z [00:04:38.406]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-wcrtomb.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.6913359Z [00:04:38.412]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-unlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.6975781Z [00:04:38.419]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-windows-mutex.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.7038918Z [00:04:38.425]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-ftell.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.7102504Z [00:04:38.431]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-open.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.7165712Z [00:04:38.438]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-windows-tls.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.7229406Z [00:04:38.444]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-rename.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.7293585Z [00:04:38.450]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-di-set.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.7357124Z [00:04:38.457]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-anytostr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.7421447Z [00:04:38.463]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getopt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.7481896Z [00:04:38.469]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stdc_trailing_zeros.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.7543935Z [00:04:38.475]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbrtowc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.7606584Z [00:04:38.482]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getloadavg.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.7671394Z [00:04:38.488]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32width.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.7737095Z [00:04:38.495]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32isupper.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.7802518Z [00:04:38.501]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-faccessat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.7865944Z [00:04:38.508]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-dup-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.7928508Z [00:04:38.514]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-i-ring.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.7993256Z [00:04:38.520]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-memcoll.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.8062177Z [00:04:38.527]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stdlib.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.8118883Z [00:04:38.533]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-float.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.8181861Z [00:04:38.539]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stripslash.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.8248174Z [00:04:38.546]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-freopen-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.8311385Z [00:04:38.552]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-file-type.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.8374668Z [00:04:38.558]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getugroups.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.8439756Z [00:04:38.565]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-regexec.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.8503782Z [00:04:38.571]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-obstack.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.8566322Z [00:04:38.578]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-dirname-lgpl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.8627896Z [00:04:38.584]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fsusage.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.8691757Z [00:04:38.590]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-iswblank.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.8756303Z [00:04:38.597]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-readutmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.8819238Z [00:04:38.603]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-open-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.8882596Z [00:04:38.609]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-uname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.8946741Z [00:04:38.616]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-qsort.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.9009344Z [00:04:38.622]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbschr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.9076226Z [00:04:38.629]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-gettimeofday.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.9139867Z [00:04:38.635]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-dtotimespec.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.9205041Z [00:04:38.641]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-nl_langinfo.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.9269332Z [00:04:38.648]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xdectoimax.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.9333408Z [00:04:38.654]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-same-inode.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.9396211Z [00:04:38.661]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-signbitl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.9458689Z [00:04:38.667]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-signbitd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.9524936Z [00:04:38.673]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32isalpha.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.9593923Z [00:04:38.680]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strnumcmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.9656521Z [00:04:38.687]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-offtostr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.9719548Z [00:04:38.693]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-quotearg.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.9784178Z [00:04:38.699]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-wcwidth.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.9852044Z [00:04:38.706]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/alloca.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.9917368Z [00:04:38.713]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-iconv_open.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:19.9981457Z [00:04:38.719]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stat-time.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.0046083Z [00:04:38.725]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fd-reopen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.0111164Z [00:04:38.732]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-regcomp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.0178799Z [00:04:38.739]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-timegm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.0244500Z [00:04:38.745]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-cl-strtold.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.0308783Z [00:04:38.752]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-signbitf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.0375099Z [00:04:38.758]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-cl-strtod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.0437082Z [00:04:38.765]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32_apply_type_test.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.0500312Z [00:04:38.771]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fclose.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.0564047Z [00:04:38.777]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-crc-generate-table.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.0629008Z [00:04:38.784]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-acl-internal.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.0696560Z [00:04:38.791]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fdutimensat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.0759199Z [00:04:38.797]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-se-context.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.0823619Z [00:04:38.803]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-basename.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.0886908Z [00:04:38.810]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-unlinkdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.0950081Z [00:04:38.816]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-memset_explicit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.1012394Z [00:04:38.822]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-safe-write.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.1074081Z [00:04:38.828]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mini-mpq.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.1136514Z [00:04:38.835]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-iconv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.1199957Z [00:04:38.841]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbrtoc32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.1263044Z [00:04:38.847]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getlocalename_l-unsafe.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.1326340Z [00:04:38.854]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-memrchr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.1391688Z [00:04:38.860]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-savewd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.1454234Z [00:04:38.866]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fseek.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.1516467Z [00:04:38.873]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-freopen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.1579598Z [00:04:38.879]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fileblocks.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.1645339Z [00:04:38.885]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getprogname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.1710993Z [00:04:38.892]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-closeout.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.1775652Z [00:04:38.899]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stat-w32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.1839027Z [00:04:38.905]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-save-cwd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.1904035Z [00:04:38.911]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtoumax.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.1966509Z [00:04:38.918]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-printf-frexpl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.2036323Z [00:04:38.925]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-vaszprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.2098735Z [00:04:38.931]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-copy-acl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.2163116Z [00:04:38.937]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-gai_strerror.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.2227024Z [00:04:38.944]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-error.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.2292872Z [00:04:38.950]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sha1-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.2355362Z [00:04:38.956]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-futimens.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.2420932Z [00:04:38.963]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mkfifo.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.2486426Z [00:04:38.970]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fnmatch.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.2552909Z [00:04:38.976]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-qcopy-acl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.2621152Z [00:04:38.983]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-long-options.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.2687563Z [00:04:38.990]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stdc_leading_zeros.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.2755070Z [00:04:38.996]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-dtoastr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.2821944Z [00:04:39.003]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-rewinddir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.2888599Z [00:04:39.010]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-ino-map.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.2953475Z [00:04:39.016]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.3019682Z [00:04:39.023]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fseterr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.3088343Z [00:04:39.030]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-base64.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.3152727Z [00:04:39.036]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-ialloc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.3217864Z [00:04:39.043]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-ftoastr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.3284272Z [00:04:39.049]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strtod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.3349087Z [00:04:39.056]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-get-permissions.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.3417439Z [00:04:39.063]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-wmempcpy.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.3480196Z [00:04:39.069]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strtoumax.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.3544679Z [00:04:39.075]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fts.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.3607692Z [00:04:39.082]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xalignalloc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.3670362Z [00:04:39.088]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fpurge.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.3734497Z [00:04:39.094]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-userspec.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.3798332Z [00:04:39.101]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-link.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.3864708Z [00:04:39.107]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-posixver.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.3928837Z [00:04:39.114]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fcntl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.3993149Z [00:04:39.120]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-msvc-nothrow.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.4057453Z [00:04:39.127]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-full-write.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.4123284Z [00:04:39.133]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-time.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.4184651Z [00:04:39.139]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32isdigit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.4248365Z [00:04:39.146]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xvasprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.4312486Z [00:04:39.152]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-full-read.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.4377621Z [00:04:39.159]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-heap.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.4440913Z [00:04:39.165]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-setenv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.4502693Z [00:04:39.171]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-localcharset.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.4567210Z [00:04:39.178]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtoimax.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.4631124Z [00:04:39.184]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-utimecmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.4695640Z [00:04:39.191]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-yesno.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.4761315Z [00:04:39.197]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-nstrftime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.4826572Z [00:04:39.204]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-time_r.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.4892722Z [00:04:39.210]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-backup-rename.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.4957205Z [00:04:39.217]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-explicit_bzero.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.5019631Z [00:04:39.223]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-btoc32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.5084739Z [00:04:39.229]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.5146997Z [00:04:39.236]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fflush.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.5209078Z [00:04:39.242]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-arpa_inet.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.5272925Z [00:04:39.248]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-hash-pjw.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.5337470Z [00:04:39.255]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbszero.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.5401669Z [00:04:39.261]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-memchr2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.5467305Z [00:04:39.268]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-argmatch.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.5532617Z [00:04:39.274]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-frexp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.5598889Z [00:04:39.281]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-msvc-inval.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.5665249Z [00:04:39.287]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-cycle-check.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.5726816Z [00:04:39.294]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-pthread-thread.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.5791458Z [00:04:39.300]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbrlen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.5854536Z [00:04:39.306]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-opendir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.5919631Z [00:04:39.313]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-realloc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.5984732Z [00:04:39.319]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-asnprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.6048819Z [00:04:39.326]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-unlinkat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.6112095Z [00:04:39.332]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32isxdigit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.6175974Z [00:04:39.338]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-memcasecmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.6239749Z [00:04:39.345]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-buffer-lcm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.6301366Z [00:04:39.351]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-snprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.6364749Z [00:04:39.357]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-pipe2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.6428456Z [00:04:39.364]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getpagesize.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.6494468Z [00:04:39.370]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbsrtoc32s.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.6557033Z [00:04:39.377]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getndelim2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.6617969Z [00:04:39.383]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-malloc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.6677784Z [00:04:39.389]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbsinit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.6738460Z [00:04:39.395]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-readdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.6796879Z [00:04:39.401]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fdatasync.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.6857409Z [00:04:39.407]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c-strncasecmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.6918593Z [00:04:39.413]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fopen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.6980974Z [00:04:39.419]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbscasecmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.7043039Z [00:04:39.425]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-pthread_mutex_timedlock.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.7105266Z [00:04:39.431]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getline.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.7165086Z [00:04:39.437]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stpcpy.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.7226863Z [00:04:39.444]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getdelim.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.7288300Z [00:04:39.450]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-modechange.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.7351951Z [00:04:39.456]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mkostemp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.7414152Z [00:04:39.462]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-symlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.7475245Z [00:04:39.468]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-readtokens0.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.7537711Z [00:04:39.475]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-bitrotate.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.7601217Z [00:04:39.481]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-vsnzprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.7667359Z [00:04:39.488]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-propername-lite.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.7728968Z [00:04:39.494]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-memchr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.7789708Z [00:04:39.500]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-md5.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.7851629Z [00:04:39.506]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-unistd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.7914509Z [00:04:39.512]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-dup-safer-flag.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.7977520Z [00:04:39.519]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mini-gmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.8040896Z [00:04:39.525]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-rand-isaac.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.8106301Z [00:04:39.532]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-uinttostr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.8168913Z [00:04:39.538]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-rmdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.8233865Z [00:04:39.544]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-inet_ntop.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.8297921Z [00:04:39.551]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strftime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.8363448Z [00:04:39.557]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fstatat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.8426918Z [00:04:39.564]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-localeconv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.8491182Z [00:04:39.570]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getcwd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.8554202Z [00:04:39.576]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-printf-parse.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.8617237Z [00:04:39.583]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-root-dev-ino.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.8678667Z [00:04:39.589]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strintcmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.8739054Z [00:04:39.595]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-access.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.8799538Z [00:04:39.601]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-math.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.8860278Z [00:04:39.607]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-close.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.8925127Z [00:04:39.613]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-parse-datetime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.8989221Z [00:04:39.620]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xmemcoll.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.9053739Z [00:04:39.626]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-argv-iter.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.9116902Z [00:04:39.633]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-dirname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.9178581Z [00:04:39.639]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-openat-proc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.9242463Z [00:04:39.645]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mktime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.9304841Z [00:04:39.651]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-same.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.9366844Z [00:04:39.658]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-readlinkat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.9428703Z [00:04:39.664]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-randperm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.9492844Z [00:04:39.670]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mkancesdirs.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.9552655Z [00:04:39.676]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fd-safer-flag.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.9616867Z [00:04:39.683]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-opendirat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.9678681Z [00:04:39.689]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32ispunct.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.9743137Z [00:04:39.695]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mpsort.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.9808380Z [00:04:39.702]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sm3-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.9872700Z [00:04:39.708]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strtoull.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:20.9940169Z [00:04:39.715]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-openat-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.0003539Z [00:04:39.721]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-aszprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.0066997Z [00:04:39.728]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-priv-set.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.0129588Z [00:04:39.734]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-iswctype.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.0194330Z [00:04:39.740]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-careadlinkat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.0255857Z [00:04:39.747]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-pthread-mutex.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.0316822Z [00:04:39.753]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xfts.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.0379932Z [00:04:39.759]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-close-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.0445362Z [00:04:39.765]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-renameatu.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.0508076Z [00:04:39.772]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sigaction.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.0572049Z [00:04:39.778]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.0635965Z [00:04:39.785]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-set-permissions.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.0701147Z [00:04:39.791]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-alignalloc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.0762963Z [00:04:39.797]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-gettime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.0826904Z [00:04:39.804]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-hash.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.0893529Z [00:04:39.810]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-write.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.0958741Z [00:04:39.817]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-remove.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.1024576Z [00:04:39.823]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-windows-timedrecmutex.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.1086850Z [00:04:39.830]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-areadlinkat-with-size.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.1150597Z [00:04:39.836]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-wmemchr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.1217989Z [00:04:39.843]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-dup2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.1282417Z [00:04:39.849]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c-file-type.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.1349612Z [00:04:39.856]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-closein.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.1414781Z [00:04:39.862]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-se-label.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.1479342Z [00:04:39.869]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-nanosleep.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.1545948Z [00:04:39.875]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-physmem.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.1609146Z [00:04:39.882]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mkfifoat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.1674528Z [00:04:39.888]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getopt1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.1736844Z [00:04:39.895]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-reallocarray.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.1801905Z [00:04:39.901]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-canonicalize.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.1864525Z [00:04:39.907]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mkstemp-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.1931185Z [00:04:39.914]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-pselect.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.1993895Z [00:04:39.920]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mempcpy.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.2058094Z [00:04:39.927]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xdectoumax.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.2122017Z [00:04:39.933]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-malloca.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.2186808Z [00:04:39.940]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-utimens.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.2251610Z [00:04:39.946]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stdc_bit_width.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.2317878Z [00:04:39.953]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-crc-x86_64-pclmul.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.2383209Z [00:04:39.959]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-file-has-acl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.2447463Z [00:04:39.966]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-write-any-file.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.2510645Z [00:04:39.972]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sigprocmask.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.2576170Z [00:04:39.979]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xsize.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.2640117Z [00:04:39.985]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xgetgroups.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.2701125Z [00:04:39.991]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-chmodat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.2763327Z [00:04:39.997]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-tmpdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.2825904Z [00:04:40.004]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-nproc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.2890105Z [00:04:40.010]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtol.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.2953525Z [00:04:40.016]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sha512.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.3016286Z [00:04:40.023]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-pthread_sigmask.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.3083003Z [00:04:40.029]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fprintftime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.3145114Z [00:04:40.035]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-version-etc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.3211265Z [00:04:40.042]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getaddrinfo.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.3275421Z [00:04:40.049]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c-ctype.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.3337844Z [00:04:40.055]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-tempname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.3401021Z [00:04:40.061]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fchown-stub.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.3466760Z [00:04:40.068]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-vasprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.3529937Z [00:04:40.074]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-iconv_close.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.3593130Z [00:04:40.080]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32iscntrl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.3658592Z [00:04:40.087]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-iswpunct.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.3723539Z [00:04:40.093]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-randint.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.3786631Z [00:04:40.100]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-qset-acl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.3850149Z [00:04:40.106]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-qsort_r.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.3913076Z [00:04:40.112]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-inttostr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.3974297Z [00:04:40.118]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-btowc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.4037070Z [00:04:40.125]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-at-func.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.4100352Z [00:04:40.131]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sockets.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.4162815Z [00:04:40.137]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32isgraph.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.4223186Z [00:04:40.143]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-raise.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.4285169Z [00:04:40.149]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-umaxtostr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.4346180Z [00:04:40.156]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-chown.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.4407330Z [00:04:40.162]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-af_alg.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.4468847Z [00:04:40.168]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-time_rz.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.4529981Z [00:04:40.174]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-utimensat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.4593019Z [00:04:40.180]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-nl_langinfo-lock.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.4654594Z [00:04:40.186]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xgethostname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.4715907Z [00:04:40.193]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-randread.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.4777876Z [00:04:40.199]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-unsetenv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.4841011Z [00:04:40.205]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mkdir-p.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.4902972Z [00:04:40.211]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-openat-die.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.4965171Z [00:04:40.217]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-hash-triple.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.5025661Z [00:04:40.223]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fadvise.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.5085793Z [00:04:40.230]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xdectoint.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.5149902Z [00:04:40.236]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sig-handler.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.5213672Z [00:04:40.242]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-idcache.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.5274852Z [00:04:40.248]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-allocator.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.5336559Z [00:04:40.255]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-rpmatch.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.5398193Z [00:04:40.261]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbtowc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.5460290Z [00:04:40.267]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-freading.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.5524906Z [00:04:40.273]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-linkat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.5590633Z [00:04:40.280]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xgetcwd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.5655001Z [00:04:40.286]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-wctype.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.5723150Z [00:04:40.293]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xreadlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.5791087Z [00:04:40.300]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-pthread-once.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.5853909Z [00:04:40.306]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-filemode.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.5919088Z [00:04:40.313]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mountlist.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.5984201Z [00:04:40.319]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mgetgroups.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.6047871Z [00:04:40.326]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-posix_memalign.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.6113602Z [00:04:40.332]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xtime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.6178329Z [00:04:40.339]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fstat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.6243688Z [00:04:40.345]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-posixtm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.6306666Z [00:04:40.352]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32isblank.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.6369709Z [00:04:40.358]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fdopen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.6432158Z [00:04:40.364]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-crc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.6494474Z [00:04:40.370]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-pthread-cond.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.6559109Z [00:04:40.377]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-imaxtostr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.6621832Z [00:04:40.383]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-ftruncate.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.6685837Z [00:04:40.389]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strdup.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.6749260Z [00:04:40.396]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-md5-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.6811253Z [00:04:40.402]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-filenamecat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.6873018Z [00:04:40.408]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stdio-write.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.6935888Z [00:04:40.414]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-cloexec.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.7000912Z [00:04:40.421]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-base32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.7063185Z [00:04:40.427]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-exitfail.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.7126670Z [00:04:40.434]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbslen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.7190082Z [00:04:40.440]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sys_socket.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.7253741Z [00:04:40.446]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-human.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.7316775Z [00:04:40.453]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-copy-file-range.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.7378261Z [00:04:40.459]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-isapipe.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.7440772Z [00:04:40.465]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-areadlink-with-size.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.7503891Z [00:04:40.471]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-isblank.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.7565353Z [00:04:40.477]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-readtokens.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.7628049Z [00:04:40.484]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c-strcasecmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.7693086Z [00:04:40.490]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fdopendir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.7755524Z [00:04:40.497]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strnlen1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.7818908Z [00:04:40.503]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-localename-unsafe.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.7883286Z [00:04:40.509]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strtoimax.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.7949240Z [00:04:40.516]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-windows-recmutex.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.8012465Z [00:04:40.522]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sha512-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.8077047Z [00:04:40.529]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xalloc-die.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.8141791Z [00:04:40.535]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-printf-args.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.8202273Z [00:04:40.541]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strnlen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.8265388Z [00:04:40.547]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-rawmemchr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.8326968Z [00:04:40.554]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strsignal.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.8388093Z [00:04:40.560]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbsrtowcs-state.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.8452471Z [00:04:40.566]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-stdio-read.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.8514439Z [00:04:40.572]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-euidaccess.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.8576480Z [00:04:40.579]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fchownat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.8640555Z [00:04:40.585]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-alloca.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.8704473Z [00:04:40.591]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-skipchars.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.8768372Z [00:04:40.598]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-isnand.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.8831819Z [00:04:40.604]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-canon-host.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.8897328Z [00:04:40.611]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-putenv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.8962810Z [00:04:40.617]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-areadlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.9024994Z [00:04:40.623]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c-strtold.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.9087653Z [00:04:40.630]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32_get_type_test.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.9151097Z [00:04:40.636]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-u64.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.9213481Z [00:04:40.642]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtol-error.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.9275811Z [00:04:40.649]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-lc-charset-dispatch.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.9338827Z [00:04:40.655]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fchmodat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.9404230Z [00:04:40.661]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getfilecon.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.9469987Z [00:04:40.668]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-symlinkat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.9533022Z [00:04:40.674]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fpending.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.9596192Z [00:04:40.681]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbswidth.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.9657949Z [00:04:40.687]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-printf-frexp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.9722912Z [00:04:40.693]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-windows-cond.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.9787130Z [00:04:40.700]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strerror.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.9861353Z [00:04:40.707]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-vzprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.9930941Z [00:04:40.714]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xasprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:21.9991984Z [00:04:40.720]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-renameat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.0054507Z [00:04:40.726]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-tzset.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.0119722Z [00:04:40.733]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtold.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.0181318Z [00:04:40.739]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sm3.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.0245447Z [00:04:40.745]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-version-etc-fsf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.0312066Z [00:04:40.752]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-lchmod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.0372825Z [00:04:40.758]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c-strtod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.0437741Z [00:04:40.765]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-calloc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.0502838Z [00:04:40.771]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-settime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.0569792Z [00:04:40.778]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-freadptr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.0633582Z [00:04:40.784]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-lchown.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.0701584Z [00:04:40.791]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fts-cycle.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.0767250Z [00:04:40.798]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-unicodeio.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.0833299Z [00:04:40.804]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-dirchownmod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.0898794Z [00:04:40.811]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strtoll.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.0965126Z [00:04:40.817]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-openat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.1034298Z [00:04:40.824]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sha256-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.1099908Z [00:04:40.831]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-backupfile.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.1165818Z [00:04:40.837]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fd-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.1230921Z [00:04:40.844]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-gettime-res.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.1299264Z [00:04:40.851]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-filevercmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.1363521Z [00:04:40.857]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getcwd-lgpl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.1426518Z [00:04:40.864]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fseeko.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.1494815Z [00:04:40.870]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mkdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.1555953Z [00:04:40.877]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-setlocale_null.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.1619790Z [00:04:40.883]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-itold.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.1683169Z [00:04:40.889]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32isspace.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.1746648Z [00:04:40.896]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-acl-errno-valid.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.1810133Z [00:04:40.902]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-lseek.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.1874658Z [00:04:40.908]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-dup.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.1937104Z [00:04:40.915]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-fopen-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.2001291Z [00:04:40.921]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mini-gmp-gnulib.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.2064395Z [00:04:40.927]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mknod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.2127536Z [00:04:40.934]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32islower.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.2192022Z [00:04:40.940]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-read.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.2257909Z [00:04:40.947]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-windows-once.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.2323414Z [00:04:40.953]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getgroups.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.2389287Z [00:04:40.960]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-setlocale_null-unlocked.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.2453936Z [00:04:40.966]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-group-member.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.2518774Z [00:04:40.973]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbsrtoc32s-state.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.2584243Z [00:04:40.979]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-chmod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.2650053Z [00:04:40.986]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mkstemp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.2716181Z [00:04:40.993]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-memcmp2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.2782288Z [00:04:40.999]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strstr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.2845701Z [00:04:41.006]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getrandom.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.2915747Z [00:04:41.012]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-select.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.2970340Z [00:04:41.018]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sig2str.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.3034526Z [00:04:41.024]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-mbtowc-lock.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.3099793Z [00:04:41.031]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-hard-locale.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.3165164Z [00:04:41.037]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-vasnprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.3229348Z [00:04:41.044]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-sha1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.3294137Z [00:04:41.050]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-strtoul.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.3363086Z [00:04:41.057]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-getlogin.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.3432297Z [00:04:41.064]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-exclude.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.3498561Z [00:04:41.071]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32tolower.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.3566934Z [00:04:41.078]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-vfzprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.3632058Z [00:04:41.084]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-set-acl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.3697926Z [00:04:41.091]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-regex_internal.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.3764370Z [00:04:41.097]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-binary-io.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.3831379Z [00:04:41.104]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-c32isprint.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.3896220Z [00:04:41.111]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.deps/libcoreutils_a-wctype-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.3963797Z [00:04:41.117]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unsetenv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.4026267Z [00:04:41.124]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/alloca.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.4091277Z [00:04:41.130]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/isapipe.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.4156586Z [00:04:41.137]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/savedir.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.4222426Z [00:04:41.143]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/gethrxtime.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.4288545Z [00:04:41.150]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/exitfail.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.4352872Z [00:04:41.156]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sigaction.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.4415497Z [00:04:41.162]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/acl-internal.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.4478641Z [00:04:41.169]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fts.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.4541937Z [00:04:41.175]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xprintf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.4603662Z [00:04:41.181]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/printf-args.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.4667191Z [00:04:41.188]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbsrtoc32s.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.4729172Z [00:04:41.194]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/backup-find.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.4795033Z [00:04:41.200]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/arg-nonnull.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.4858296Z [00:04:41.207]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/qcopy-acl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.4921706Z [00:04:41.213]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/lseek.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.4984947Z [00:04:41.219]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/full-write.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.5050009Z [00:04:41.226]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_select.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.5116591Z [00:04:41.233]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-unistd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.5181000Z [00:04:41.239]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicodeio.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.5246333Z [00:04:41.246]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uniwidth/.deps/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.5311439Z [00:04:41.252]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uniwidth/.deps/libcoreutils_a-width.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.5378597Z [00:04:41.259]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uniwidth/libcoreutils_a-width.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.5445798Z [00:04:41.265]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uniwidth/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.5512040Z [00:04:41.272]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uniwidth/width.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.5577752Z [00:04:41.279]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uniwidth/width2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.5643208Z [00:04:41.285]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uniwidth/cjk.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.5711179Z [00:04:41.292]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uniwidth/width0.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.5774309Z [00:04:41.298]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uniwidth.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.5838453Z [00:04:41.305]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/closeout.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.5903681Z [00:04:41.311]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/signal.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.5966469Z [00:04:41.318]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbrlen.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.6029463Z [00:04:41.324]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c-strcase.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.6094595Z [00:04:41.330]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xnanosleep.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.6158550Z [00:04:41.337]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mkdir-p.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.6222728Z [00:04:41.343]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dirchownmod.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.6286337Z [00:04:41.350]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-backup-rename.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.6346863Z [00:04:41.356]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/boot-time-aux.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.6410213Z [00:04:41.362]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdio-safer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.6474927Z [00:04:41.368]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-posix_memalign.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.6536764Z [00:04:41.375]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_time.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.6600373Z [00:04:41.381]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbsrtowcs-state.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.6661887Z [00:04:41.387]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-get-permissions.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.6723669Z [00:04:41.393]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_types.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.6785380Z [00:04:41.399]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-vaszprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.6850382Z [00:04:41.406]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-stat-time.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.6917854Z [00:04:41.413]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sched.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.6981697Z [00:04:41.419]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uchar.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.7044180Z [00:04:41.425]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-osf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.7108461Z [00:04:41.432]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-unicodeio.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.7174709Z [00:04:41.438]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/i-ring.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.7242898Z [00:04:41.445]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/hash-pjw.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.7306893Z [00:04:41.452]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/modechange.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.7370164Z [00:04:41.458]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/freopen-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.7435937Z [00:04:41.464]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/eloop-threshold.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.7501778Z [00:04:41.471]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-timedrecmutex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.7566973Z [00:04:41.478]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-write-any-file.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.7629979Z [00:04:41.484]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/siglist.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.7689855Z [00:04:41.490]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/anytostr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.7752502Z [00:04:41.496]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/areadlinkat-with-size.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.7816557Z [00:04:41.503]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/exclude.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.7879516Z [00:04:41.509]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/gethostname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.7943698Z [00:04:41.515]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uninorm.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.8008201Z [00:04:41.522]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sig2str.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.8072470Z [00:04:41.528]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fclose.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.8139149Z [00:04:41.535]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/localcharset.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.8206982Z [00:04:41.542]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/se-selinux.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.8273137Z [00:04:41.548]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/frexpl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.8339394Z [00:04:41.555]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fd-reopen.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.8406647Z [00:04:41.562]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/btoc32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.8470931Z [00:04:41.568]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/configmake.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.8536924Z [00:04:41.575]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/cl-strtold.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:22.8603527Z [00:04:41.581]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/targetdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.8668198Z [00:04:41.588]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xstrtol.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.8733575Z [00:04:41.594]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-areadlink-with-size.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.8797632Z [00:04:41.601]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fdopen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.8863399Z [00:04:41.607]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strftime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.8927024Z [00:04:41.614]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strtold.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.8994761Z [00:04:41.620]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xalloc-die.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.9060086Z [00:04:41.627]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/se-context.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.9126251Z [00:04:41.634]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdlib.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.9192259Z [00:04:41.640]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/rename.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.9256958Z [00:04:41.647]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mktime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.9323963Z [00:04:41.653]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xstrtol-error.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.9387600Z [00:04:41.660]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/cycle-check.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.9452401Z [00:04:41.666]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getopt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.9515686Z [00:04:41.672]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/argv-iter.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.9580106Z [00:04:41.679]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xalignalloc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.9643958Z [00:04:41.685]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-cond.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.9707253Z [00:04:41.692]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/renameatu.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.9771858Z [00:04:41.698]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memchr2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.9835551Z [00:04:41.704]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dtotimespec.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.9896952Z [00:04:41.711]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/lc-charset-dispatch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:22.9960556Z [00:04:41.717]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fchdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.0026258Z [00:04:41.724]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-aszprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.0088377Z [00:04:41.730]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/regex_internal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.0152167Z [00:04:41.736]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/close-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.0214261Z [00:04:41.742]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-canon-host.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.0285229Z [00:04:41.749]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/root-dev-ino.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.0363828Z [00:04:41.757]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pthread-once.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.0436370Z [00:04:41.765]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/utime.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.0498337Z [00:04:41.771]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-di-set.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.0561444Z [00:04:41.777]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-closein.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.0622959Z [00:04:41.783]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/inet_ntop.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.0687599Z [00:04:41.790]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-areadlink.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.0752156Z [00:04:41.796]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdarg.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.0816866Z [00:04:41.803]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/isnanl-nolibm.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.0879914Z [00:04:41.809]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-utimens.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.0944640Z [00:04:41.815]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/inttostr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.1008850Z [00:04:41.822]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-closeout.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.1074304Z [00:04:41.828]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/posixver.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.1136713Z [00:04:41.835]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-gethrxtime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.1199414Z [00:04:41.841]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/allocator.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.1265292Z [00:04:41.847]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-getndelim2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.1331453Z [00:04:41.854]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xmalloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.1398562Z [00:04:41.861]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/float+.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.1466357Z [00:04:41.868]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/posixver.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.1531679Z [00:04:41.874]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fd-reopen.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.1597210Z [00:04:41.881]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/cl-strtod.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:23.1661117Z [00:04:41.887]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-md5.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.1727221Z [00:04:41.894]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/gnulib.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.1791119Z [00:04:41.900]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/calloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.1854187Z [00:04:41.906]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32isspace.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.1919170Z [00:04:41.913]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strintcmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.1982655Z [00:04:41.919]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/selinux-at.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.2049277Z [00:04:41.926]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fseterr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.2113071Z [00:04:41.932]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stat-time.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.2177404Z [00:04:41.939]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicase/.deps/libcoreutils_a-tolower.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.2239458Z [00:04:41.945]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicase/.deps/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.2301607Z [00:04:41.951]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicase/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.2364776Z [00:04:41.957]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicase/tolower.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.2427833Z [00:04:41.964]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicase/tolower.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.2490687Z [00:04:41.970]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicase/simple-mapping.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.2554197Z [00:04:41.976]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicase/libcoreutils_a-tolower.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.2618139Z [00:04:41.983]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdio-impl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.2682876Z [00:04:41.989]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c-strcaseeq.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.2748260Z [00:04:41.996]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-rwlock.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.2815191Z [00:04:42.002]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-freopen-safer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.2889464Z [00:04:42.010]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mini-mpq-gnulib.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.2958287Z [00:04:42.017]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-argmatch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.3026088Z [00:04:42.023]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.3096921Z [00:04:42.031]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/locale.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.3166313Z [00:04:42.037]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/hash-triple.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.3233624Z [00:04:42.044]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strsignal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.3299639Z [00:04:42.051]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mkancesdirs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.3365726Z [00:04:42.057]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/base64.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.3430887Z [00:04:42.064]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/base32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.3495103Z [00:04:42.070]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/tempname.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.3558614Z [00:04:42.077]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xasprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.3621883Z [00:04:42.083]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/error.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.3687311Z [00:04:42.090]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/size_max.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.3754105Z [00:04:42.096]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-strnumcmp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.3819377Z [00:04:42.103]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/isnanf-nolibm.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.3885611Z [00:04:42.109]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdc_bit_width.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.3952027Z [00:04:42.116]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fcntl-safer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.4020267Z [00:04:42.123]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/buffer-lcm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.4086726Z [00:04:42.130]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/w32sock.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.4152907Z [00:04:42.136]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/vasnprintf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.4218030Z [00:04:42.143]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-gettime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.4283468Z [00:04:42.149]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-hpux.gperf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.4347555Z [00:04:42.156]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/close-stream.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.4414875Z [00:04:42.162]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/gethrxtime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.4479555Z [00:04:42.169]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-se-label.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.4544958Z [00:04:42.175]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c-strtold.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.4611625Z [00:04:42.182]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fadvise.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.4676025Z [00:04:42.189]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memcoll.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.4741833Z [00:04:42.195]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/full-read.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.4806931Z [00:04:42.202]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys/utsname.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.4873993Z [00:04:42.208]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys/uio.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.4940609Z [00:04:42.215]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys/ioctl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.5008109Z [00:04:42.222]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys/resource.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.5076833Z [00:04:42.229]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys/types.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.5141402Z [00:04:42.235]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys/wait.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.5208816Z [00:04:42.242]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys/socket.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.5275816Z [00:04:42.248]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys/random.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.5339695Z [00:04:42.255]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys/select.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.5408107Z [00:04:42.262]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys/time.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.5474832Z [00:04:42.268]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys/stat.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.5542724Z [00:04:42.275]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-memcoll.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.5609271Z [00:04:42.282]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fpurge.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.5672616Z [00:04:42.288]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/human.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.5739211Z [00:04:42.295]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-time.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.5808136Z [00:04:42.302]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/progname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.5874667Z [00:04:42.308]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/printf-parse.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.5941231Z [00:04:42.315]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/file-has-acl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.6007128Z [00:04:42.322]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-randread.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.6072483Z [00:04:42.328]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xalloc-oversized.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.6139183Z [00:04:42.335]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fchmodat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.6209449Z [00:04:42.342]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-read-file.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.6277142Z [00:04:42.349]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/nproc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.6342401Z [00:04:42.355]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/gettext.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.6408383Z [00:04:42.362]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fprintftime.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.6473809Z [00:04:42.368]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pthread-thread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.6536440Z [00:04:42.375]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-str_endswith.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.6600058Z [00:04:42.381]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-cond.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.6663129Z [00:04:42.387]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/af_alg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.6727192Z [00:04:42.394]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mini-mpq.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.6790867Z [00:04:42.400]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fsusage.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.6857757Z [00:04:42.407]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fchownat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.6924324Z [00:04:42.413]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/vasprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.6989054Z [00:04:42.420]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-tls.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.7054544Z [00:04:42.426]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sha512.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.7117866Z [00:04:42.433]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/physmem.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.7182797Z [00:04:42.439]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/endian.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.7248135Z [00:04:42.446]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strtoul.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.7314765Z [00:04:42.452]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xgethostname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.7379256Z [00:04:42.459]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mknodat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.7443072Z [00:04:42.465]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdio--.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.7508574Z [00:04:42.472]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fcntl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.7573286Z [00:04:42.478]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fstat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.7636336Z [00:04:42.485]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fopen.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.7702297Z [00:04:42.491]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/inttypes.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.7768127Z [00:04:42.498]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memrchr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.7834099Z [00:04:42.504]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xvasprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.7904368Z [00:04:42.511]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/cdefs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.7972274Z [00:04:42.518]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/regexec.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.8038271Z [00:04:42.525]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/opendirat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.8106110Z [00:04:42.532]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/qsort_r.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.8172175Z [00:04:42.538]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-af_alg.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.8238830Z [00:04:42.545]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xnanosleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.8304227Z [00:04:42.551]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/math.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.8370269Z [00:04:42.558]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/renameatu.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.8437221Z [00:04:42.565]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/free.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.8504449Z [00:04:42.571]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/backup-internal.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.8571638Z [00:04:42.578]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memchr.valgrind' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.8638981Z [00:04:42.585]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-timedmutex.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.8704179Z [00:04:42.591]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/tmpdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.8767343Z [00:04:42.598]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdc_leading_zeros.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.8831946Z [00:04:42.604]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/inet_pton.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.8897979Z [00:04:42.611]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-dirchownmod.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.8963647Z [00:04:42.617]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/readlinkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.9024813Z [00:04:42.623]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/targetdir.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.9088721Z [00:04:42.630]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-nstrftime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.9151226Z [00:04:42.636]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32isblank.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.9218254Z [00:04:42.643]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32isalnum.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.9280707Z [00:04:42.649]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pselect.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.9342777Z [00:04:42.655]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/warn-on-use.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.9404611Z [00:04:42.661]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xgetcwd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.9467043Z [00:04:42.668]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/safe-read.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.9529742Z [00:04:42.674]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unitypes.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.9590965Z [00:04:42.680]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iswblank.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.9651755Z [00:04:42.686]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/printf-parse.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.9713600Z [00:04:42.692]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fd-reopen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.9776460Z [00:04:42.699]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-parse-datetime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.9840375Z [00:04:42.705]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iswctype.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.9905519Z [00:04:42.711]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-localcharset.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:23.9970556Z [00:04:42.718]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/set-permissions.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.0039614Z [00:04:42.725]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/filemode.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.0113963Z [00:04:42.732]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.0180074Z [00:04:42.739]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xdectoimax.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.0247650Z [00:04:42.746]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getgroups.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.0315542Z [00:04:42.752]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-chmodat.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.0380981Z [00:04:42.759]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c-strncasecmp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.0446114Z [00:04:42.766]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/opendir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.0512717Z [00:04:42.772]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-getprogname.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.0578075Z [00:04:42.779]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32iscntrl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.0646279Z [00:04:42.786]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/same-inode.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.0712100Z [00:04:42.792]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-root-dev-ino.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.0778346Z [00:04:42.799]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/nproc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.0842315Z [00:04:42.805]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/buffer-lcm.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:24.0908377Z [00:04:42.812]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-human.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.0973204Z [00:04:42.818]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-hash-triple.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.1035903Z [00:04:42.825]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xfts.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.1097941Z [00:04:42.831]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-filenamecat.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.1162481Z [00:04:42.837]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stamp-h1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.1228174Z [00:04:42.844]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/at-func.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.1291485Z [00:04:42.850]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-openat-die.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.1357235Z [00:04:42.857]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/assert.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.1419800Z [00:04:42.863]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/acl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.1482949Z [00:04:42.869]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dup-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.1548896Z [00:04:42.876]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xmalloc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.1614401Z [00:04:42.882]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.1677583Z [00:04:42.889]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbtowc-impl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.1742204Z [00:04:42.895]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/lstat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.1808033Z [00:04:42.902]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbsrtoc32s-state.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.1872524Z [00:04:42.908]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-tmpdir.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.1935237Z [00:04:42.914]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/u64.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.2000157Z [00:04:42.921]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/lchown.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.2067830Z [00:04:42.928]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/time-internal.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.2134415Z [00:04:42.934]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c-ctype.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.2198289Z [00:04:42.941]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fchown-stub.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.2264316Z [00:04:42.947]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32ispunct.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.2328888Z [00:04:42.954]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mcel.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.2395894Z [00:04:42.960]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dirchownmod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.2461995Z [00:04:42.967]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-umaxtostr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.2527609Z [00:04:42.974]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32isalpha.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.2594512Z [00:04:42.980]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xstrtod.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.2662954Z [00:04:42.987]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/randread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.2728217Z [00:04:42.994]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/basename.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.2793361Z [00:04:43.000]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-targetdir.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.2859258Z [00:04:43.007]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mknod.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.2925792Z [00:04:43.013]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xdectoumax.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.2990180Z [00:04:43.020]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/limits.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.3052851Z [00:04:43.026]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbrtowc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.3121774Z [00:04:43.033]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-base32.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.3188205Z [00:04:43.040]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mgetgroups.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.3253249Z [00:04:43.046]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/freadptr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.3319762Z [00:04:43.053]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-freading.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.3384491Z [00:04:43.059]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/vsnzprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.3448464Z [00:04:43.066]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-getfilecon.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.3512215Z [00:04:43.072]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getcwd-lgpl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.3575504Z [00:04:43.079]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/minmax.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.3641739Z [00:04:43.085]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mkstemp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.3706900Z [00:04:43.092]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fadvise.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.3773802Z [00:04:43.098]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xvasprintf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.3837165Z [00:04:43.105]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32_get_type_test.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.3901443Z [00:04:43.111]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/write.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.3966192Z [00:04:43.118]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strnlen1.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.4029581Z [00:04:43.124]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32isupper.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.4094508Z [00:04:43.130]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/canon-host.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.4159257Z [00:04:43.137]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xtime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.4222001Z [00:04:43.143]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/root-uid.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.4287463Z [00:04:43.150]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xfts.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.4350729Z [00:04:43.156]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/signbitf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.4415683Z [00:04:43.163]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/readtokens.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.4480964Z [00:04:43.169]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fadvise.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.4544212Z [00:04:43.175]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/cloexec.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.4610807Z [00:04:43.182]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xstrtoimax.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.4677825Z [00:04:43.189]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sockets.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.4745062Z [00:04:43.195]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/asprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.4809911Z [00:04:43.202]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-full-read.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.4872092Z [00:04:43.208]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.4936146Z [00:04:43.215]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fd-safer-flag.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.5000391Z [00:04:43.221]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32isspace.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.5066688Z [00:04:43.228]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sig2str.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.5131774Z [00:04:43.234]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fileblocks.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.5196354Z [00:04:43.241]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-same-inode.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.5264566Z [00:04:43.247]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-openat-proc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.5332342Z [00:04:43.254]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-savewd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.5398540Z [00:04:43.261]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sm3.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.5463977Z [00:04:43.267]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c-strcasecmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.5531550Z [00:04:43.274]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-renameatu.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.5594429Z [00:04:43.280]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-close-stream.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.5656887Z [00:04:43.287]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32_get_type_test.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.5720741Z [00:04:43.293]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iswdigit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.5787173Z [00:04:43.300]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-offtostr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.5852824Z [00:04:43.306]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/printf-frexp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.5918328Z [00:04:43.313]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/arpa_inet.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.5981649Z [00:04:43.319]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/freopen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.6046114Z [00:04:43.326]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wctype.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.6112816Z [00:04:43.332]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mountlist.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.6179568Z [00:04:43.339]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.6249862Z [00:04:43.346]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-stripslash.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.6316023Z [00:04:43.353]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/rawmemchr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.6379981Z [00:04:43.359]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sockets.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.6445164Z [00:04:43.365]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/i-ring.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.6511342Z [00:04:43.372]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/signal.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.6575985Z [00:04:43.379]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getdtablesize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.6640329Z [00:04:43.385]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/posixtm.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.6703677Z [00:04:43.391]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-vasnprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.6769750Z [00:04:43.398]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sha1-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.6836537Z [00:04:43.405]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-obstack.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.6906400Z [00:04:43.412]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unlinkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.6973235Z [00:04:43.418]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdbit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.7041933Z [00:04:43.425]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/closedir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.7108041Z [00:04:43.432]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getopt-core.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.7175234Z [00:04:43.438]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/symlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.7239167Z [00:04:43.445]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/same.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.7306671Z [00:04:43.452]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xgethostname.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.7371796Z [00:04:43.458]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-argv-iter.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.7438724Z [00:04:43.465]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/open.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.7505331Z [00:04:43.471]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sm3-stream.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.7571665Z [00:04:43.478]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32isdigit.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.7637281Z [00:04:43.485]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ftello.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.7705078Z [00:04:43.491]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/timegm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.7772455Z [00:04:43.498]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-nproc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.7837552Z [00:04:43.505]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memcoll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.7913220Z [00:04:43.512]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/write-any-file.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.7988554Z [00:04:43.520]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ftell.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.8052821Z [00:04:43.526]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/crc-x86_64.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.8118022Z [00:04:43.533]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/futimens.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.8182046Z [00:04:43.539]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-isapipe.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.8247365Z [00:04:43.546]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getdelim.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.8311174Z [00:04:43.552]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fopen-safer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.8376017Z [00:04:43.558]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/parse-datetime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.8438679Z [00:04:43.565]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/version-etc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.8503700Z [00:04:43.571]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/langinfo.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.8569209Z [00:04:43.578]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/creat-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.8634113Z [00:04:43.584]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dev-ino.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.8697178Z [00:04:43.591]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/file-type.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.8760592Z [00:04:43.597]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getrandom.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.8826349Z [00:04:43.604]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/openat-proc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.8894723Z [00:04:43.610]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-solaris.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.8959025Z [00:04:43.617]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32to-impl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.9022896Z [00:04:43.623]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/alloca.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:24.9089790Z [00:04:43.630]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/math.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.9155729Z [00:04:43.637]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fts-cycle.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.9220310Z [00:04:43.643]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/file-set.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.9284179Z [00:04:43.649]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/freadahead.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.9348290Z [00:04:43.656]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/hard-locale.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.9411499Z [00:04:43.662]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c-ctype.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.9477810Z [00:04:43.669]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.9542425Z [00:04:43.675]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/signbitl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.9609627Z [00:04:43.682]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/skipchars.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.9676657Z [00:04:43.689]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-asnprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.9741577Z [00:04:43.695]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dup2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.9805726Z [00:04:43.701]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wctype.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.9875347Z [00:04:43.708]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/read.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:24.9941975Z [00:04:43.715]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/rpmatch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.0008235Z [00:04:43.722]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/savedir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.0074099Z [00:04:43.728]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/argv-iter.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.0140634Z [00:04:43.735]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/savewd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.0206452Z [00:04:43.742]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-timedmutex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.0270416Z [00:04:43.748]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wchar.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.0339206Z [00:04:43.755]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/time.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.0405749Z [00:04:43.761]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-randint.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.0475205Z [00:04:43.768]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/close.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.0544864Z [00:04:43.775]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-se-context.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.0612493Z [00:04:43.782]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strnumcmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.0676860Z [00:04:43.789]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/utimens.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.0744524Z [00:04:43.795]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/rawmemchr.valgrind' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.0809906Z [00:04:43.802]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbrtowc-impl-utf8.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.0874667Z [00:04:43.808]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-hpux.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.0943323Z [00:04:43.815]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/crc-generate-table.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.1013399Z [00:04:43.822]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/at-func2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.1083188Z [00:04:43.829]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-unlinkdir.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.1149575Z [00:04:43.836]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/selinux/selinux.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.1216958Z [00:04:43.843]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/chown.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.1285475Z [00:04:43.849]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/vzprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.1351138Z [00:04:43.856]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fts.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.1420612Z [00:04:43.863]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/openat.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.1485668Z [00:04:43.870]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/bitrotate.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.1548370Z [00:04:43.876]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sha512.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.1615249Z [00:04:43.882]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-save-cwd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.1680522Z [00:04:43.889]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fcntl--.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.1746787Z [00:04:43.896]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c++defs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.1812658Z [00:04:43.902]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/vaszprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.1876668Z [00:04:43.909]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/config.hin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.1940119Z [00:04:43.915]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/error.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.2002518Z [00:04:43.921]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stat-w32.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.2071225Z [00:04:43.928]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ftoastr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.2141328Z [00:04:43.935]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/same-inode.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.2207948Z [00:04:43.942]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/file-set.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.2271424Z [00:04:43.948]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/allocator.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.2336589Z [00:04:43.955]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/netdb.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.2401219Z [00:04:43.961]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/tzset.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.2465213Z [00:04:43.967]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.2530009Z [00:04:43.974]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xdectoimax.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.2595546Z [00:04:43.980]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fd-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.2660693Z [00:04:43.987]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbsrtowcs-impl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.2727020Z [00:04:43.994]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stat-w32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.2792236Z [00:04:44.000]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-version-etc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.2858074Z [00:04:44.007]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memset_explicit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.2921961Z [00:04:44.013]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ctype.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.2987898Z [00:04:44.020]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wctype-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.3056444Z [00:04:44.027]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xstrtol.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.3122478Z [00:04:44.033]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pipe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.3188307Z [00:04:44.040]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbswidth.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.3250898Z [00:04:44.046]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/di-set.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.3314556Z [00:04:44.052]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xsize.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.3379315Z [00:04:44.059]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mgetgroups.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.3447317Z [00:04:44.066]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/exitfail.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.3513623Z [00:04:44.072]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/rewinddir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.3581935Z [00:04:44.079]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-filenamecat-lgpl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.3648789Z [00:04:44.086]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/gettimeofday.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.3715697Z [00:04:44.092]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fdopendir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.3786569Z [00:04:44.100]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/canonicalize.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.3856337Z [00:04:44.107]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/reallocarray.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.3925472Z [00:04:44.113]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/symlinkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.3997302Z [00:04:44.121]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-md5-stream.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.4066465Z [00:04:44.128]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/netdb.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.4137296Z [00:04:44.135]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-thread.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.4208708Z [00:04:44.142]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-nanosleep.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.4282016Z [00:04:44.149]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getndelim2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.4353477Z [00:04:44.156]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-acl-errno-valid.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.4421025Z [00:04:44.163]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-ino-map.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.4486654Z [00:04:44.170]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/closeout.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.4551141Z [00:04:44.176]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getpagesize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.4617375Z [00:04:44.183]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/netinet_in.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.4685435Z [00:04:44.190]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/localcharset.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.4751698Z [00:04:44.196]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-exclude.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.4819608Z [00:04:44.203]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getopt-pfx-ext.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.4888067Z [00:04:44.210]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fcntl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.4956417Z [00:04:44.217]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicase.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.5021221Z [00:04:44.223]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dirname.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.5087372Z [00:04:44.230]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fnmatch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.5152704Z [00:04:44.236]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xstrtoul.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.5219590Z [00:04:44.243]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fseek.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.5285155Z [00:04:44.249]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/itold.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.5351633Z [00:04:44.256]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/regex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.5417552Z [00:04:44.263]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/readutmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.5483512Z [00:04:44.269]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/propername-lite.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.5546991Z [00:04:44.276]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strdup.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.5613284Z [00:04:44.282]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/filevercmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.5682522Z [00:04:44.289]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/flexmember.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.5749170Z [00:04:44.296]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dirfd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.5817095Z [00:04:44.303]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/config.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.5882136Z [00:04:44.309]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdlib-safer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.5946431Z [00:04:44.316]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mini-gmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.6011089Z [00:04:44.322]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/full-read.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.6078394Z [00:04:44.329]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/priv-set.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.6146337Z [00:04:44.336]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-mutex.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.6215747Z [00:04:44.343]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xbinary-io.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.6284359Z [00:04:44.349]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.6354373Z [00:04:44.356]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stpcpy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.6418684Z [00:04:44.363]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/posix_memalign.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.6485004Z [00:04:44.369]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdckdint.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.6553099Z [00:04:44.376]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-base64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.6621595Z [00:04:44.383]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strtoll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.6690742Z [00:04:44.390]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/locale.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.6759005Z [00:04:44.397]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mini-mpq.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.6825794Z [00:04:44.404]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uchar.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.6894854Z [00:04:44.410]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-nl_langinfo.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.6959873Z [00:04:44.417]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/float.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.7025059Z [00:04:44.423]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbrtowc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.7092547Z [00:04:44.430]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-cl-strtold.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.7158119Z [00:04:44.437]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/btowc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.7224386Z [00:04:44.443]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdint.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.7290685Z [00:04:44.450]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/heap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.7356000Z [00:04:44.457]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/msvc-nothrow.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.7421658Z [00:04:44.463]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/nl_langinfo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.7487301Z [00:04:44.470]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/scratch_buffer_grow.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.7554802Z [00:04:44.476]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-scratch_buffer_grow_preserve.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.7623071Z [00:04:44.483]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-dynarray_at_failure.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.7689151Z [00:04:44.490]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.deps/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.7754004Z [00:04:44.496]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-dynarray-skeleton.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.7818083Z [00:04:44.503]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-dynarray_resize.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.7882695Z [00:04:44.509]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-dynarray_resize_clear.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.7949264Z [00:04:44.516]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-scratch_buffer_set_array_size.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.8016668Z [00:04:44.523]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-scratch_buffer_grow.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.8085367Z [00:04:44.529]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-dynarray_emplace_enlarge.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.8151591Z [00:04:44.536]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-dynarray_finalize.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.8218491Z [00:04:44.543]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/scratch_buffer.gl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.8282939Z [00:04:44.549]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/scratch_buffer_grow_preserve.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.8348423Z [00:04:44.556]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/scratch_buffer_set_array_size.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.8412922Z [00:04:44.562]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/libcoreutils_a-dynarray_at_failure.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.8475912Z [00:04:44.569]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/dynarray-skeleton.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.8537307Z [00:04:44.575]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/libcoreutils_a-dynarray_emplace_enlarge.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.8599946Z [00:04:44.581]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.8664148Z [00:04:44.587]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/libcoreutils_a-scratch_buffer_grow.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.8728903Z [00:04:44.594]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/dynarray_resize_clear.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.8794121Z [00:04:44.600]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/dynarray_resize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.8856918Z [00:04:44.607]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/dynarray_emplace_enlarge.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.8922247Z [00:04:44.613]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/scratch_buffer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.8986896Z [00:04:44.620]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/libcoreutils_a-dynarray_resize_clear.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.9051175Z [00:04:44.626]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/dynarray_finalize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.9113764Z [00:04:44.632]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/libcoreutils_a-dynarray_resize.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.9176014Z [00:04:44.638]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/dynarray-skeleton.gl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.9240591Z [00:04:44.645]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/dynarray.gl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.9306509Z [00:04:44.652]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/libcoreutils_a-scratch_buffer_set_array_size.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.9370405Z [00:04:44.658]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/dynarray_at_failure.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.9433661Z [00:04:44.664]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/dynarray.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.9497224Z [00:04:44.671]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/libcoreutils_a-scratch_buffer_grow_preserve.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.9559139Z [00:04:44.677]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc/libcoreutils_a-dynarray_finalize.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.9618258Z [00:04:44.683]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/crc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.9679420Z [00:04:44.689]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fd-safer-flag.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.9745805Z [00:04:44.695]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-strnlen1.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.9813550Z [00:04:44.702]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-thread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.9881416Z [00:04:44.709]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unlinkdir.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:25.9946735Z [00:04:44.716]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/af_alg.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.0011904Z [00:04:44.722]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strerror-override.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.0074036Z [00:04:44.728]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c-ctype.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.0138296Z [00:04:44.735]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/obstack.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.0203961Z [00:04:44.741]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mountlist.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.0273073Z [00:04:44.748]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/long-options.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.0336285Z [00:04:44.755]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/str-two-way.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.0399540Z [00:04:44.761]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getopt-pfx-core.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.0463845Z [00:04:44.767]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-mutex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.0525901Z [00:04:44.774]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/di-set.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.0590620Z [00:04:44.780]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ldtoastr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.0653823Z [00:04:44.786]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fts_.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.0715724Z [00:04:44.793]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbscasecmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.0778357Z [00:04:44.799]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/openat-die.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.0841792Z [00:04:44.805]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getugroups.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.0907630Z [00:04:44.812]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iswctype-impl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.0971560Z [00:04:44.818]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.1036898Z [00:04:44.825]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/hash-pjw.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.1100123Z [00:04:44.831]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/str_endswith.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.1162292Z [00:04:44.837]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-getugroups.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.1227272Z [00:04:44.844]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fd-safer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.1293387Z [00:04:44.850]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbrtoc32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.1362038Z [00:04:44.857]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbswidth.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.1427085Z [00:04:44.864]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wcrtomb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.1492291Z [00:04:44.870]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sha512.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.1558871Z [00:04:44.877]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-inttostr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.1626330Z [00:04:44.884]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ctype.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.1694778Z [00:04:44.890]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mkancesdirs.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.1763534Z [00:04:44.897]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xstrtol-error.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.1829652Z [00:04:44.904]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dup-safer-flag.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.1896095Z [00:04:44.911]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/aszprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.1960643Z [00:04:44.917]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbslen.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.2025240Z [00:04:44.923]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32isprint.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.2091806Z [00:04:44.930]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memcasecmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.2159119Z [00:04:44.937]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicase.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.2227915Z [00:04:44.944]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/arpa/inet.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.2295016Z [00:04:44.950]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/tempname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.2361133Z [00:04:44.957]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/basename-lgpl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.2424736Z [00:04:44.963]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strerror.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.2489853Z [00:04:44.970]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pthread.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.2555204Z [00:04:44.976]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-printf-args.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.2621500Z [00:04:44.983]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/group-member.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.2688507Z [00:04:44.990]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32is-impl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.2755297Z [00:04:44.996]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32isdigit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.2821293Z [00:04:45.003]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/file-type.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.2889680Z [00:04:45.010]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dirent.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.2958573Z [00:04:45.017]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/backupfile.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.3025525Z [00:04:45.023]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mkdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.3095233Z [00:04:45.030]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-open-safer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.3167546Z [00:04:45.038]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/endian.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.3232474Z [00:04:45.044]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/obstack.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.3299784Z [00:04:45.051]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-hard-locale.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.3364977Z [00:04:45.057]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-settime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.3431494Z [00:04:45.064]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c-strncasecmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.3496144Z [00:04:45.071]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/isnanl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.3563485Z [00:04:45.077]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/setlocale_null.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.3630192Z [00:04:45.084]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-readtokens.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.3707172Z [00:04:45.092]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-math.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.3782340Z [00:04:45.099]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/float.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.3848911Z [00:04:45.106]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/linebuffer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.3923711Z [00:04:45.113]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fpending.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.4001291Z [00:04:45.121]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/alloca.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.4068345Z [00:04:45.128]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-uinttostr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.4131984Z [00:04:45.134]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdio.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.4196552Z [00:04:45.141]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-crc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.4259625Z [00:04:45.147]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-ialloc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.4320373Z [00:04:45.153]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/limits.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.4384945Z [00:04:45.159]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/freading.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.4447716Z [00:04:45.166]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/snprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.4507772Z [00:04:45.172]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/physmem.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.4568916Z [00:04:45.178]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/setlocale-lock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.4629632Z [00:04:45.184]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mkdir-p.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.4692094Z [00:04:45.190]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-same.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.4756797Z [00:04:45.197]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/regcomp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.4821176Z [00:04:45.203]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xasprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.4887254Z [00:04:45.210]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/printf-frexpl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.4953617Z [00:04:45.216]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/write-any-file.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.5017969Z [00:04:45.223]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/msvc-inval.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.5084111Z [00:04:45.229]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unictype.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.5149185Z [00:04:45.236]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fseterr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.5211256Z [00:04:45.242]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fflush.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.5276691Z [00:04:45.249]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-recmutex.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.5341483Z [00:04:45.255]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/opendirat.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.5403506Z [00:04:45.261]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/streq.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.5468928Z [00:04:45.268]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/readtokens0.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.5533139Z [00:04:45.274]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stddef.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.5598113Z [00:04:45.281]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-readtokens0.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.5663117Z [00:04:45.287]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/scratch_buffer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.5728419Z [00:04:45.294]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sha512-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.5791363Z [00:04:45.300]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-error.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.5853963Z [00:04:45.306]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbsrtowcs.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.5918732Z [00:04:45.313]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fsync.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.5984322Z [00:04:45.319]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ino-map.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.6049899Z [00:04:45.326]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/userspec.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.6115227Z [00:04:45.332]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32_apply_type_test.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.6179242Z [00:04:45.339]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/hash.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.6245910Z [00:04:45.346]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fclose.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.6310036Z [00:04:45.352]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloca.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.6379104Z [00:04:45.359]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xreadlink.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.6446055Z [00:04:45.366]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sha1.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.6513212Z [00:04:45.372]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/renameat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.6578566Z [00:04:45.379]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fseterr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.6640611Z [00:04:45.385]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbslen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.6704651Z [00:04:45.391]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbsinit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.6765562Z [00:04:45.397]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/isatty.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.6828445Z [00:04:45.404]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xstrtol.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.6891064Z [00:04:45.410]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/isnan.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.6957862Z [00:04:45.417]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/read-file.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.7024134Z [00:04:45.423]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbsrtowcs.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.7089285Z [00:04:45.430]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/openat-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.7158032Z [00:04:45.437]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/inttypes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.7223757Z [00:04:45.443]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/readtokens.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.7289626Z [00:04:45.450]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/linkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.7356639Z [00:04:45.457]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-careadlinkat.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.7422803Z [00:04:45.463]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sched.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.7488642Z [00:04:45.470]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/selinux-at.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.7554659Z [00:04:45.476]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-once.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.7619259Z [00:04:45.483]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-freadseek.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.7683621Z [00:04:45.489]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fdatasync.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.7749055Z [00:04:45.496]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xstrtold.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.7814370Z [00:04:45.502]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/lchmod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.7876679Z [00:04:45.509]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xfts.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:26.7940167Z [00:04:45.515]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-zos.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.8005102Z [00:04:45.521]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys-limits.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.8068198Z [00:04:45.528]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getlogin.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.8132393Z [00:04:45.534]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/printf-frexpl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.8197297Z [00:04:45.541]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_wait.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.8262620Z [00:04:45.547]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strftime.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.8328644Z [00:04:45.554]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistd--.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.8393326Z [00:04:45.560]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dup.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.8458414Z [00:04:45.567]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/basename-lgpl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.8525891Z [00:04:45.574]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-reallocarray.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.8591568Z [00:04:45.580]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pthread-cond.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.8657353Z [00:04:45.587]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-hash-pjw.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.8723444Z [00:04:45.593]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fpurge.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.8790768Z [00:04:45.600]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdbit.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.8855082Z [00:04:45.606]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sys_socket.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.8924879Z [00:04:45.613]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.8991154Z [00:04:45.620]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/euidaccess.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.9055356Z [00:04:45.627]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/argmatch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.9117449Z [00:04:45.633]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistd-safer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.9179138Z [00:04:45.639]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/se-context.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.9243682Z [00:04:45.645]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_ioctl.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.9306158Z [00:04:45.652]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_socket.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.9370296Z [00:04:45.658]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/idcache.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.9435861Z [00:04:45.665]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-dup-safer-flag.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.9500657Z [00:04:45.671]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pipe2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.9566831Z [00:04:45.678]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/chownat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.9629106Z [00:04:45.684]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-recmutex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.9688625Z [00:04:45.690]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-rwlock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.9748582Z [00:04:45.696]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/gettime-res.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.9814305Z [00:04:45.702]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ino-map.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.9880645Z [00:04:45.709]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pthread_sigmask.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:26.9945088Z [00:04:45.715]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mcel.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.0007669Z [00:04:45.722]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32isblank.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.0072584Z [00:04:45.728]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xdectoumax.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.0134493Z [00:04:45.734]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-gettime-res.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.0197399Z [00:04:45.741]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memchr2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.0263779Z [00:04:45.747]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xsize.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.0327581Z [00:04:45.754]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fopen-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.0391724Z [00:04:45.760]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/obstack.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.0455709Z [00:04:45.767]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/root-dev-ino.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.0518355Z [00:04:45.773]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fsusage.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.0581586Z [00:04:45.779]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getopt-cdefs.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.0644881Z [00:04:45.785]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-file-set.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.0707933Z [00:04:45.792]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-setlocale_null.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.0772008Z [00:04:45.798]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/backup-rename.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.0834606Z [00:04:45.804]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/gettime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.0896934Z [00:04:45.811]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-strintcmp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.0959418Z [00:04:45.817]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mempcpy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.1023194Z [00:04:45.823]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/faccessat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.1085126Z [00:04:45.829]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memcasecmp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.1147795Z [00:04:45.836]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/randperm.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:27.1209709Z [00:04:45.842]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/base32.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.1269807Z [00:04:45.848]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sm3-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.1332013Z [00:04:45.854]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xgetcwd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.1392153Z [00:04:45.860]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dirname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.1456037Z [00:04:45.866]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sha256-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.1517776Z [00:04:45.873]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-endian.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.1581736Z [00:04:45.879]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c-file-type.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.1640228Z [00:04:45.885]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dtoastr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.1702460Z [00:04:45.891]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strtol.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.1766120Z [00:04:45.898]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-userspec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.1827981Z [00:04:45.904]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c-strcasecmp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.1889973Z [00:04:45.910]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/skipchars.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.1950253Z [00:04:45.916]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sig2str.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.2013455Z [00:04:45.922]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/chdir-long.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.2076160Z [00:04:45.929]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_random.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.2136913Z [00:04:45.935]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xstrtod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.2197882Z [00:04:45.941]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/copy-file-range.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.2259524Z [00:04:45.947]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fcntl.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.2319907Z [00:04:45.953]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/realloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.2380722Z [00:04:45.959]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistd.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.2442311Z [00:04:45.965]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-u64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.2503850Z [00:04:45.971]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/secure_getenv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.2565110Z [00:04:45.977]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-hash-triple-simple.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.2627750Z [00:04:45.984]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbsrtoc32s-state.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.2689223Z [00:04:45.990]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/offtostr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.2751945Z [00:04:45.996]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/utime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.2813826Z [00:04:46.002]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-exitfail.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.2873444Z [00:04:46.008]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/raise.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.2935969Z [00:04:46.015]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/yesno.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.2997955Z [00:04:46.021]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fseek.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.3061278Z [00:04:46.027]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-basename-lgpl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.3123518Z [00:04:46.033]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mkstemp-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.3184307Z [00:04:46.039]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getprogname.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.3245157Z [00:04:46.045]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fsusage.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.3309567Z [00:04:46.052]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-file-has-acl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.3374043Z [00:04:46.058]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/qsort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.3437234Z [00:04:46.065]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-opendirat.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.3501320Z [00:04:46.071]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/smack.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.3564814Z [00:04:46.077]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/backupfile.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.3627643Z [00:04:46.084]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wchar.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.3688641Z [00:04:46.090]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/long-options.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.3752707Z [00:04:46.096]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fdutimensat.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.3814318Z [00:04:46.102]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/areadlink-with-size.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.3876744Z [00:04:46.109]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/utimecmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.3939817Z [00:04:46.115]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/quote.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.4002662Z [00:04:46.121]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unlocked-io.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.4066392Z [00:04:46.128]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mkfifoat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.4130271Z [00:04:46.134]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/read-file.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.4194697Z [00:04:46.140]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/endian.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.4258018Z [00:04:46.147]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/byteswap.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.4321439Z [00:04:46.153]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/canonicalize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.4385397Z [00:04:46.159]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-float.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.4448646Z [00:04:46.166]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/langinfo.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.4511802Z [00:04:46.172]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/hash-triple.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.4572987Z [00:04:46.178]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbsrtoc32s.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.4637916Z [00:04:46.185]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fstatat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.4701388Z [00:04:46.191]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/cl-strtod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.4764983Z [00:04:46.197]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-memcasecmp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.4827948Z [00:04:46.204]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbsrtowcs-state.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.4892434Z [00:04:46.210]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/gl_openssl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.4958207Z [00:04:46.217]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-acl-internal.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.5024328Z [00:04:46.223]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stat-macros.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.5089204Z [00:04:46.230]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fd-hook.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.5163372Z [00:04:46.237]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-btoc32.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.5236061Z [00:04:46.245]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sha1.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.5301679Z [00:04:46.251]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/utimecmp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.5368697Z [00:04:46.258]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unlinkdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.5434568Z [00:04:46.264]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/areadlinkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.5499893Z [00:04:46.271]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/setlocale_null.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.5564785Z [00:04:46.277]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/progname.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.5628820Z [00:04:46.284]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getndelim2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.5693943Z [00:04:46.290]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/isnand-nolibm.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.5760595Z [00:04:46.297]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/randint.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.5827704Z [00:04:46.304]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-timedrecmutex.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.5895659Z [00:04:46.311]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sha1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.5962968Z [00:04:46.317]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-realloc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.6028003Z [00:04:46.324]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uinttostr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.6091269Z [00:04:46.330]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbrlen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.6154508Z [00:04:46.336]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strtoimax.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.6217177Z [00:04:46.343]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-cycle-check.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.6279928Z [00:04:46.349]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/savewd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.6342579Z [00:04:46.355]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/remove.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.6407266Z [00:04:46.362]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wmemchr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.6472651Z [00:04:46.368]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/byteswap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.6537635Z [00:04:46.375]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/localename.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.6598723Z [00:04:46.381]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strtod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.6661645Z [00:04:46.387]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/acl_entries.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.6723359Z [00:04:46.393]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/crc-sliceby8.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.6785950Z [00:04:46.400]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sha256-stream.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.6848325Z [00:04:46.406]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-memchr2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.6912292Z [00:04:46.412]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sm3.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.6976230Z [00:04:46.418]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/freadseek.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.7036709Z [00:04:46.425]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/math.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.7100677Z [00:04:46.431]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fdutimensat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.7165845Z [00:04:46.438]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-qset-acl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.7228750Z [00:04:46.444]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sockets.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.7295948Z [00:04:46.450]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strstr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.7360329Z [00:04:46.457]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/isapipe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.7424631Z [00:04:46.463]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/nl_langinfo-lock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.7491011Z [00:04:46.470]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-ldtoastr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.7555741Z [00:04:46.476]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-zos.gperf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.7633491Z [00:04:46.484]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/access.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.7698089Z [00:04:46.491]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdlib.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.7762499Z [00:04:46.497]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sigprocmask.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.7825011Z [00:04:46.503]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/acl-errno-valid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.7887896Z [00:04:46.510]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-solaris.gperf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.7950228Z [00:04:46.516]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/filenamecat-lgpl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.8014495Z [00:04:46.522]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c-strtold.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.8083988Z [00:04:46.529]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-buffer-lcm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.8149908Z [00:04:46.536]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-filevercmp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.8218586Z [00:04:46.543]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/readutmp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.8284926Z [00:04:46.549]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mountlist.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.8352117Z [00:04:46.556]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fd-hook.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.8419721Z [00:04:46.563]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xbinary-io.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.8489563Z [00:04:46.570]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xstrtod.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.8558671Z [00:04:46.577]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memcmp2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.8624785Z [00:04:46.583]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stripslash.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.8692925Z [00:04:46.590]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getlocalename_l-unsafe.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.8758261Z [00:04:46.597]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32isxdigit.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.8825596Z [00:04:46.604]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/quotearg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.8891573Z [00:04:46.610]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-chownat.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.8958125Z [00:04:46.617]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.9024873Z [00:04:46.623]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/binary-io.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.9093884Z [00:04:46.630]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uniwidth.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.9159818Z [00:04:46.637]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/version-etc-fsf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.9226038Z [00:04:46.644]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32isprint.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.9294678Z [00:04:46.650]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-cloexec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.9360632Z [00:04:46.657]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mkdirat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.9424254Z [00:04:46.663]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stat-size.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.9489225Z [00:04:46.670]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xgetcwd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.9556393Z [00:04:46.677]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdlib.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.9619781Z [00:04:46.683]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/imaxtostr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.9684252Z [00:04:46.689]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xmemcoll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.9749842Z [00:04:46.696]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/regex.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.9813628Z [00:04:46.702]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/freadptr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.9877247Z [00:04:46.709]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mkdir-p.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:27.9942059Z [00:04:46.715]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xgethostname.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.0006382Z [00:04:46.722]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/float.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.0070298Z [00:04:46.728]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32width.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.0133900Z [00:04:46.734]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xstrtold.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.0201448Z [00:04:46.741]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbschr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.0264657Z [00:04:46.747]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-physmem.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.0327877Z [00:04:46.754]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-randperm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.0390973Z [00:04:46.760]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-cl-strtod.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.0454366Z [00:04:46.766]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/parse-datetime.y' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.0515981Z [00:04:46.773]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/lc-charset-dispatch.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.0577759Z [00:04:46.779]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-printf-parse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.0638415Z [00:04:46.785]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/rmdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.0702989Z [00:04:46.791]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-freadptr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.0766802Z [00:04:46.798]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-backup-find.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.0829122Z [00:04:46.804]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strtoull.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.0893019Z [00:04:46.810]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/termios.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.0954398Z [00:04:46.816]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getfilecon.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.1018691Z [00:04:46.823]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/putenv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.1082927Z [00:04:46.829]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/se-selinux.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.1146885Z [00:04:46.836]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-timespec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.1210359Z [00:04:46.842]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mkancesdirs.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.1274056Z [00:04:46.848]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getline.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.1338632Z [00:04:46.855]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strerror-override.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.1403934Z [00:04:46.861]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/rand-isaac.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.1465256Z [00:04:46.867]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sm3.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.1528953Z [00:04:46.874]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/cloexec.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.1591547Z [00:04:46.880]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ftruncate.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.1653700Z [00:04:46.886]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getcwd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.1715348Z [00:04:46.892]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-basename.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.1780753Z [00:04:46.899]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u-cpy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.1845391Z [00:04:46.906]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u32-cpy.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.1907851Z [00:04:46.912]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u8-uctomb-aux.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.1969580Z [00:04:46.918]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u8-uctomb.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.2033785Z [00:04:46.924]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/.deps/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.2106573Z [00:04:46.932]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u32-strcat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.2170266Z [00:04:46.938]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u32-pcpy.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.2231543Z [00:04:46.944]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u8-mbtoucr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.2295724Z [00:04:46.951]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u32-strlen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.2359458Z [00:04:46.957]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u32-chr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.2424088Z [00:04:46.963]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/libcoreutils_a-u8-mbtoucr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.2486476Z [00:04:46.970]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u-strlen.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.2549293Z [00:04:46.976]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u-pcpy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.2607822Z [00:04:46.982]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u8-uctomb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.2670787Z [00:04:46.988]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u32-strlen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.2733940Z [00:04:46.994]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/libcoreutils_a-u32-pcpy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.2794284Z [00:04:47.000]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/libcoreutils_a-u32-strcat.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.2854948Z [00:04:47.006]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.2917646Z [00:04:47.013]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u-strcat.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.2978005Z [00:04:47.019]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/libcoreutils_a-u32-chr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.3039812Z [00:04:47.025]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u32-pcpy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.3104226Z [00:04:47.031]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u32-strcat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.3165617Z [00:04:47.037]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u32-chr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.3225648Z [00:04:47.043]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/libcoreutils_a-u8-uctomb.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.3286247Z [00:04:47.050]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u8-mbtoucr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.3347254Z [00:04:47.056]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u8-uctomb-aux.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.3409509Z [00:04:47.062]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/u32-cpy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.3484691Z [00:04:47.069]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/libcoreutils_a-u32-cpy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.3547555Z [00:04:47.076]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/libcoreutils_a-u8-uctomb-aux.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.3612991Z [00:04:47.082]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistr/libcoreutils_a-u32-strlen.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.3679559Z [00:04:47.089]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdc_trailing_zeros.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.3748057Z [00:04:47.096]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dynarray.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.3813998Z [00:04:47.102]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdio-write.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.3878658Z [00:04:47.109]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mkostemp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.3941726Z [00:04:47.115]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strnlen1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.4005685Z [00:04:47.121]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xalloc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.4070261Z [00:04:47.128]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/arpa_inet.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.4136594Z [00:04:47.135]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-dtotimespec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.4203261Z [00:04:47.141]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mktime-internal.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.4271023Z [00:04:47.148]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/msvc-nothrow.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.4338539Z [00:04:47.155]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/chmod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.4403751Z [00:04:47.161]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/local.mk' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:12:28.4468604Z [00:04:47.168]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/attribute.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.4532699Z [00:04:47.174]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-dirname-lgpl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.4597664Z [00:04:47.181]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-set-permissions.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.4661501Z [00:04:47.187]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getlocalename_l-unsafe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.4724652Z [00:04:47.193]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/time_r.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.4789137Z [00:04:47.200]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mgetgroups.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.4855328Z [00:04:47.206]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xbinary-io.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.4919295Z [00:04:47.213]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32tolower.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.4986401Z [00:04:47.220]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-savedir.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.5049269Z [00:04:47.226]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/time.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.5115187Z [00:04:47.232]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-idcache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.5178489Z [00:04:47.239]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/readdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.5242317Z [00:04:47.245]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/isnand.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.5310391Z [00:04:47.252]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/randread.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.5377762Z [00:04:47.259]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbszero.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.5443747Z [00:04:47.265]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-se-selinux.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.5510106Z [00:04:47.272]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbtowc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.5575625Z [00:04:47.278]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fseeko.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.5642379Z [00:04:47.285]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/tls.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.5706637Z [00:04:47.292]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/libcoreutils_a-threadlib.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.5772550Z [00:04:47.298]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/.deps/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.5838324Z [00:04:47.305]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/.deps/libcoreutils_a-threadlib.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.5902838Z [00:04:47.311]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/.deps/libcoreutils_a-tls.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.5967140Z [00:04:47.318]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/.deps/libcoreutils_a-once.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.6030937Z [00:04:47.324]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/.deps/libcoreutils_a-lock.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.6096038Z [00:04:47.331]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/libcoreutils_a-lock.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.6161587Z [00:04:47.337]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.6224947Z [00:04:47.343]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/lock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.6288756Z [00:04:47.350]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/libcoreutils_a-tls.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.6352755Z [00:04:47.356]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/threadlib.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.6414770Z [00:04:47.362]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/lock.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.6476865Z [00:04:47.369]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/tls.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.6540327Z [00:04:47.375]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/once.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.6603858Z [00:04:47.381]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/libcoreutils_a-once.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.6665299Z [00:04:47.388]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/glthread/once.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.6732239Z [00:04:47.394]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-priv-set.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.6798034Z [00:04:47.401]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbrtowc-impl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.6863477Z [00:04:47.407]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libc-config.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.6926465Z [00:04:47.414]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-once.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.6989126Z [00:04:47.420]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dirname-lgpl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.7051340Z [00:04:47.426]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-yesno.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.7112660Z [00:04:47.432]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/verify.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.7175214Z [00:04:47.438]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32width.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.7237923Z [00:04:47.445]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iswxdigit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.7300837Z [00:04:47.451]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/error.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.7366117Z [00:04:47.458]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-irix.gperf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.7431393Z [00:04:47.464]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/full-write.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.7495762Z [00:04:47.471]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mpsort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.7558734Z [00:04:47.477]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-dirname.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.7623309Z [00:04:47.483]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/parse-datetime.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.7686585Z [00:04:47.490]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xgetgroups.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.7749327Z [00:04:47.496]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c-strtod.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.7813143Z [00:04:47.502]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.7877495Z [00:04:47.509]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strnumcmp-in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.7941707Z [00:04:47.515]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/msvc-inval.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.8006976Z [00:04:47.522]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sig-handler.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.8071314Z [00:04:47.528]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unitypes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.8133897Z [00:04:47.534]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/base64.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.8200865Z [00:04:47.541]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/idcache.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.8267868Z [00:04:47.548]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xreadlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.8330741Z [00:04:47.554]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xvasprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.8392871Z [00:04:47.560]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/posixtm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.8457108Z [00:04:47.567]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-i-ring.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.8518375Z [00:04:47.573]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pthread.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.8582337Z [00:04:47.579]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.8648045Z [00:04:47.586]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dtimespec-bound.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.8710349Z [00:04:47.592]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/string.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.8772233Z [00:04:47.598]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mini-gmp-gnulib.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.8837859Z [00:04:47.605]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-selinux-at.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.8903620Z [00:04:47.611]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_close.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.8969919Z [00:04:47.618]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-propername-lite.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.9036595Z [00:04:47.625]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-areadlinkat-with-size.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.9099784Z [00:04:47.631]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/frexp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.9168635Z [00:04:47.638]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbrtoc32.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.9234907Z [00:04:47.644]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sig-handler.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.9303715Z [00:04:47.651]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbtowc-lock.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.9369394Z [00:04:47.658]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/intprops.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.9434712Z [00:04:47.664]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-long-options.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.9499676Z [00:04:47.671]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdlib--.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.9565440Z [00:04:47.677]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-full-write.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.9628582Z [00:04:47.684]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dirent.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.9691829Z [00:04:47.690]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/vfzprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.9756548Z [00:04:47.697]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/chmodat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.9821159Z [00:04:47.703]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/termios.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.9883500Z [00:04:47.709]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/copy-acl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:28.9947287Z [00:04:47.716]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/gai_strerror.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.0008947Z [00:04:47.722]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-copy-file-range.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.0071377Z [00:04:47.728]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-openat-safer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.0135181Z [00:04:47.734]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-set-acl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.0197402Z [00:04:47.741]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-modechange.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.0261481Z [00:04:47.747]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getaddrinfo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.0325695Z [00:04:47.753]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/argmatch.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.0388995Z [00:04:47.760]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/isnanf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.0452927Z [00:04:47.766]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/assure.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.0516089Z [00:04:47.773]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xdectoint.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.0583924Z [00:04:47.779]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wctype-impl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.0650892Z [00:04:47.786]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-creat-safer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.0719504Z [00:04:47.793]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-memcmp2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.0784005Z [00:04:47.799]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/canon-host.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.0849941Z [00:04:47.806]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-qcopy-acl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.0914594Z [00:04:47.812]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xalloc-die.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.0977588Z [00:04:47.819]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/md5.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.1039894Z [00:04:47.825]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mkfifo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.1103686Z [00:04:47.831]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/save-cwd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.1168314Z [00:04:47.838]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-time_rz.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.1232297Z [00:04:47.844]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xstrtoumax.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.1296475Z [00:04:47.851]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/dtimespec-bound.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.1361822Z [00:04:47.857]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/cycle-check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.1430301Z [00:04:47.864]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/malloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.1498200Z [00:04:47.871]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-imaxtostr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.1562519Z [00:04:47.877]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/modechange.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.1626106Z [00:04:47.884]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.1691556Z [00:04:47.890]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/exclude.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.1756512Z [00:04:47.897]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-filemode.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.1822529Z [00:04:47.903]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unistd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.1886702Z [00:04:47.910]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fprintftime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.1953576Z [00:04:47.916]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/string.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.2016550Z [00:04:47.923]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-utimecmp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.2078776Z [00:04:47.929]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-tempname.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.2145122Z [00:04:47.935]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-backupfile.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.2206943Z [00:04:47.942]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/vasnprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.2271182Z [00:04:47.948]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/save-cwd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.2335366Z [00:04:47.955]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-pipe2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.2398614Z [00:04:47.961]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-vzprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.2463827Z [00:04:47.967]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/settime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.2528240Z [00:04:47.974]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbtowc-lock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.2593360Z [00:04:47.980]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-hash.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.2660419Z [00:04:47.987]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pthread-mutex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.2725245Z [00:04:47.993]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/signbitd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.2789226Z [00:04:48.000]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/md5-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.2854103Z [00:04:48.006]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32islower.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.2919554Z [00:04:48.013]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c-file-type.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.2987450Z [00:04:48.020]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xstrtoimax.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.3055952Z [00:04:48.026]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xmemcoll.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.3122621Z [00:04:48.033]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memchr2.valgrind' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.3186252Z [00:04:48.040]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xtime.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.3251773Z [00:04:48.046]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memchr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.3316099Z [00:04:48.052]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/iconv_open-aix.gperf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.3377934Z [00:04:48.059]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fnmatch_loop.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.3442218Z [00:04:48.065]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-freadahead.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.3505825Z [00:04:48.072]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/areadlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.3568326Z [00:04:48.078]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stdio-read.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.3632735Z [00:04:48.084]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-allocator.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.3697514Z [00:04:48.091]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/memcmp2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.3763692Z [00:04:48.097]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pipe-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.3828810Z [00:04:48.104]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-btowc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.3894163Z [00:04:48.110]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pthread_mutex_timedlock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.3958379Z [00:04:48.117]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/se-label.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.4025600Z [00:04:48.124]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xdectoint.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.4094582Z [00:04:48.130]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-posixtm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.4158022Z [00:04:48.137]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/intprops-internal.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.4224190Z [00:04:48.143]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32isgraph.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.4288453Z [00:04:48.150]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/safe-read.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.4353742Z [00:04:48.156]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32tolower.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.4418197Z [00:04:48.163]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fnmatch.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.4483503Z [00:04:48.169]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32isalpha.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.4546329Z [00:04:48.176]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/same.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.4610279Z [00:04:48.182]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbswidth.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.4675039Z [00:04:48.188]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/readtokens0.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.4738819Z [00:04:48.195]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mknod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.4805066Z [00:04:48.201]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fflush.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.4869585Z [00:04:48.208]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32iscntrl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.4934310Z [00:04:48.214]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_stat.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.4998750Z [00:04:48.221]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-printf-frexp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.5062065Z [00:04:48.227]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-fcntl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.5131840Z [00:04:48.234]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-arpa_inet.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.5199540Z [00:04:48.241]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-safe-read.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.5266083Z [00:04:48.248]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-quotearg.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.5334480Z [00:04:48.254]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/rand-isaac.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.5399314Z [00:04:48.261]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/explicit_bzero.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.5463077Z [00:04:48.267]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/idx.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.5526007Z [00:04:48.274]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/hash.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.5591078Z [00:04:48.280]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/filemode.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.5656784Z [00:04:48.287]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/se-label.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.5721415Z [00:04:48.293]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-copy-acl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.5787225Z [00:04:48.300]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/acl-internal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.5853964Z [00:04:48.306]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-vfzprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.5917193Z [00:04:48.313]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_resource.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.5978728Z [00:04:48.319]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/version-etc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.6042357Z [00:04:48.325]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/areadlink.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.6106257Z [00:04:48.332]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fopen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.6169564Z [00:04:48.338]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/windows-tls.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.6236032Z [00:04:48.345]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/freading.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.6302396Z [00:04:48.351]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/uninorm.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.6369385Z [00:04:48.358]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-canonicalize.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.6434670Z [00:04:48.364]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mkstemp-safer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.6501617Z [00:04:48.371]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32isxdigit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.6566487Z [00:04:48.378]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/freadseek.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.6633926Z [00:04:48.384]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ialloc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.6701489Z [00:04:48.391]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getloadavg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.6766753Z [00:04:48.398]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/md5.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.6830219Z [00:04:48.404]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mpsort.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.6897665Z [00:04:48.411]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/human.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.6960995Z [00:04:48.417]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-file-type.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.7026687Z [00:04:48.424]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/ftoastr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.7090870Z [00:04:48.430]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mcel.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.7155609Z [00:04:48.437]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xstrtoumax.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.7219501Z [00:04:48.443]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-mbscasecmp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.7285741Z [00:04:48.450]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/umaxtostr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.7352912Z [00:04:48.456]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/filenamecat.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.7423409Z [00:04:48.463]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c-strtod.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.7487242Z [00:04:48.470]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-ftoastr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.7551383Z [00:04:48.476]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/unicodeio.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.7617253Z [00:04:48.483]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c-strtod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.7681608Z [00:04:48.489]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-progname.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.7747156Z [00:04:48.496]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xgetgroups.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.7813592Z [00:04:48.502]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-vsnzprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.7877664Z [00:04:48.509]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/alignalloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.7943215Z [00:04:48.515]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xnanosleep.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.8008233Z [00:04:48.522]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/propername.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.8072909Z [00:04:48.528]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/c32isalnum.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.8137132Z [00:04:48.535]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-stdlib.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.8204487Z [00:04:48.541]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/wmempcpy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.8272057Z [00:04:48.548]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mpsort.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.8339715Z [00:04:48.555]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/xstrtoul.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.8422352Z [00:04:48.563]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-xstrtol-error.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.8492738Z [00:04:48.570]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/bitrotate.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.8555526Z [00:04:48.576]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-safe-write.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.8617928Z [00:04:48.583]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/userspec.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.8681421Z [00:04:48.589]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/mbschr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.8745064Z [00:04:48.595]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/utimens.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.8809395Z [00:04:48.602]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/localename-unsafe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.8872613Z [00:04:48.608]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/yesno.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.8935951Z [00:04:48.615]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32isupper.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.8997811Z [00:04:48.621]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-binary-io.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.9063550Z [00:04:48.627]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_socket.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.9126809Z [00:04:48.634]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/pathmax.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.9191283Z [00:04:48.640]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-bitrotate.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.9253593Z [00:04:48.646]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/tmpdir.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.9317804Z [00:04:48.653]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32_apply_type_test.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.9381590Z [00:04:48.659]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/crc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.9447228Z [00:04:48.666]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/stat-time.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.9513104Z [00:04:48.672]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-c32ispunct.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.9577355Z [00:04:48.679]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/sys_utsname.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.9644336Z [00:04:48.685]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/fpending.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.9709101Z [00:04:48.692]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/inttostr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.9773125Z [00:04:48.698]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/getopt1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.9841157Z [00:04:48.705]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/libcoreutils_a-sha1-stream.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.9906691Z [00:04:48.712]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils-9.7/lib/strnlen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:29.9972247Z [00:04:48.718]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8fS7E6TFwz/coreutils.tgz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:30.0040184Z [00:04:48.725]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-d12f6c.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:30.0106360Z [00:04:48.732]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-15ecd8.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:30.0170063Z [00:04:48.738]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-416238.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:30.0236036Z [00:04:48.745]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-a7d8a5.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:30.0300115Z [00:04:48.751]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-88e24b.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:30.0366809Z [00:04:48.758]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-b366db.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:30.0433740Z [00:04:48.764]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-02fca2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:30.0500037Z [00:04:48.771]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-b22b00.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:30.0567146Z [00:04:48.778]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-9540e7.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:30.0634944Z [00:04:48.784]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-6b0691.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:30.0704012Z [00:04:48.791]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-a57ec5.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:30.0770729Z [00:04:48.798]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-8b6279.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:30.0837773Z [00:04:48.805]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/coreutils.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:30.0902435Z [00:04:48.811]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:30.0966576Z [00:04:48.818]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:30.1033197Z [00:04:48.824]➜  mode of '/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/coreutils.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:12:30.1425836Z [00:04:48.863]➜  realpath: missing operand
2025-08-20T19:12:30.1426267Z [00:04:48.864]➜  Try 'realpath --help' for more information.
2025-08-20T19:12:30.1508059Z [00:04:48.872]➜  
2025-08-20T19:12:30.1508899Z [00:04:48.872]➜  [+] Found LICENSE ==> [/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T19:12:30.1509374Z [00:04:48.872]➜  
2025-08-20T19:12:30.1509574Z [00:04:48.872]➜  
2025-08-20T19:12:30.1517317Z [00:04:48.873]➜                      GNU GENERAL PUBLIC LICENSE
2025-08-20T19:12:30.1518140Z [00:04:48.873]➜                         Version 3, 29 June 2007
2025-08-20T19:12:30.1518434Z [00:04:48.873]➜  
2025-08-20T19:12:30.1518817Z [00:04:48.873]➜   Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
2025-08-20T19:12:30.1519311Z [00:04:48.873]➜   Everyone is permitted to copy and distribute verbatim copies
2025-08-20T19:12:30.1520089Z [00:04:48.873]➜   of this license document, but changing it is not allowed.
2025-08-20T19:12:30.1520404Z [00:04:48.873]➜  
2025-08-20T19:12:30.1521349Z [00:04:48.873]➜                              Preamble
2025-08-20T19:12:30.1521614Z [00:04:48.873]➜  
2025-08-20T19:12:30.1521941Z [00:04:48.873]➜    The GNU General Public License is a free, copyleft license for
2025-08-20T19:12:30.1522603Z [00:04:48.873]➜  software and other kinds of works.
2025-08-20T19:12:30.1522874Z [00:04:48.873]➜  
2025-08-20T19:12:30.1523220Z [00:04:48.873]➜    The licenses for most software and other practical works are designed
2025-08-20T19:12:30.1523724Z [00:04:48.873]➜  to take away your freedom to share and change the works.  By contrast,
2025-08-20T19:12:30.1524238Z [00:04:48.873]➜  the GNU General Public License is intended to guarantee your freedom to
2025-08-20T19:12:30.1524757Z [00:04:48.873]➜  share and change all versions of a program--to make sure it remains free
2025-08-20T19:12:30.1525280Z [00:04:48.873]➜  software for all its users.  We, the Free Software Foundation, use the
2025-08-20T19:12:30.1525793Z [00:04:48.873]➜  GNU General Public License for most of our software; it applies also to
2025-08-20T19:12:30.1526305Z [00:04:48.873]➜  any other work released this way by its authors.  You can apply it to
2025-08-20T19:12:30.1526685Z [00:04:48.873]➜  your programs, too.
2025-08-20T19:12:30.1526927Z [00:04:48.873]➜  
2025-08-20T19:12:30.1527251Z [00:04:48.873]➜    When we speak of free software, we are referring to freedom, not
2025-08-20T19:12:30.1527739Z [00:04:48.873]➜  price.  Our General Public Licenses are designed to make sure that you
2025-08-20T19:12:30.1528250Z [00:04:48.873]➜  have the freedom to distribute copies of free software (and charge for
2025-08-20T19:12:30.1528736Z [00:04:48.873]➜  them if you wish), that you receive source code or can get it if you
2025-08-20T19:12:30.1529212Z [00:04:48.873]➜  want it, that you can change the software or use pieces of it in new
2025-08-20T19:12:30.1529673Z [00:04:48.873]➜  free programs, and that you know you can do these things.
2025-08-20T19:12:30.1529986Z [00:04:48.873]➜  
2025-08-20T19:12:30.1530318Z [00:04:48.873]➜    To protect your rights, we need to prevent others from denying you
2025-08-20T19:12:30.1531062Z [00:04:48.873]➜  these rights or asking you to surrender the rights.  Therefore, you have
2025-08-20T19:12:30.1531607Z [00:04:48.873]➜  certain responsibilities if you distribute copies of the software, or if
2025-08-20T19:12:30.1532117Z [00:04:48.873]➜  you modify it: responsibilities to respect the freedom of others.
2025-08-20T19:12:30.1532455Z [00:04:48.873]➜  
2025-08-20T19:12:30.1532808Z [00:04:48.873]➜    For example, if you distribute copies of such a program, whether
2025-08-20T19:12:30.1533504Z [00:04:48.873]➜  gratis or for a fee, you must pass on to the recipients the same
2025-08-20T19:12:30.1534056Z [00:04:48.873]➜  freedoms that you received.  You must make sure that they, too, receive
2025-08-20T19:12:30.1534663Z [00:04:48.873]➜  or can get the source code.  And you must show them these terms so they
2025-08-20T19:12:30.1535099Z [00:04:48.873]➜  know their rights.
2025-08-20T19:12:30.1535335Z [00:04:48.873]➜  
2025-08-20T19:12:30.1535677Z [00:04:48.873]➜    Developers that use the GNU GPL protect your rights with two steps:
2025-08-20T19:12:30.1536168Z [00:04:48.873]➜  (1) assert copyright on the software, and (2) offer you this License
2025-08-20T19:12:30.1536663Z [00:04:48.873]➜  giving you legal permission to copy, distribute and/or modify it.
2025-08-20T19:12:30.1537003Z [00:04:48.873]➜  
2025-08-20T19:12:30.1537349Z [00:04:48.873]➜    For the developers' and authors' protection, the GPL clearly explains
2025-08-20T19:12:30.1537879Z [00:04:48.873]➜  that there is no warranty for this free software.  For both users' and
2025-08-20T19:12:30.1538392Z [00:04:48.873]➜  authors' sake, the GPL requires that modified versions be marked as
2025-08-20T19:12:30.1538907Z [00:04:48.873]➜  changed, so that their problems will not be attributed erroneously to
2025-08-20T19:12:30.1539489Z [00:04:48.873]➜  authors of previous versions.
2025-08-20T19:12:30.1539745Z [00:04:48.873]➜  
2025-08-20T19:12:30.1540072Z [00:04:48.873]➜    Some devices are designed to deny users access to install or run
2025-08-20T19:12:30.1541020Z [00:04:48.873]➜  modified versions of the software inside them, although the manufacturer
2025-08-20T19:12:30.1541703Z [00:04:48.873]➜  can do so.  This is fundamentally incompatible with the aim of
2025-08-20T19:12:30.1542173Z [00:04:48.873]➜  protecting users' freedom to change the software.  The systematic
2025-08-20T19:12:30.1542677Z [00:04:48.873]➜  pattern of such abuse occurs in the area of products for individuals to
2025-08-20T19:12:30.1543185Z [00:04:48.873]➜  use, which is precisely where it is most unacceptable.  Therefore, we
2025-08-20T19:12:30.1543697Z [00:04:48.873]➜  have designed this version of the GPL to prohibit the practice for those
2025-08-20T19:12:30.1544209Z [00:04:48.873]➜  products.  If such problems arise substantially in other domains, we
2025-08-20T19:12:30.1544725Z [00:04:48.873]➜  stand ready to extend this provision to those domains in future versions
2025-08-20T19:12:30.1545183Z [00:04:48.873]➜  of the GPL, as needed to protect the freedom of users.
2025-08-20T19:12:30.1545486Z [00:04:48.873]➜  
2025-08-20T19:12:30.1545826Z [00:04:48.873]➜    Finally, every program is threatened constantly by software patents.
2025-08-20T19:12:30.1546333Z [00:04:48.873]➜  States should not allow patents to restrict development and use of
2025-08-20T19:12:30.1546847Z [00:04:48.873]➜  software on general-purpose computers, but in those that do, we wish to
2025-08-20T19:12:30.1547366Z [00:04:48.873]➜  avoid the special danger that patents applied to a free program could
2025-08-20T19:12:30.1547879Z [00:04:48.873]➜  make it effectively proprietary.  To prevent this, the GPL assures that
2025-08-20T19:12:30.1548355Z [00:04:48.873]➜  patents cannot be used to render the program non-free.
2025-08-20T19:12:30.1548678Z [00:04:48.873]➜  
2025-08-20T19:12:30.1549002Z [00:04:48.873]➜    The precise terms and conditions for copying, distribution and
2025-08-20T19:12:30.1549368Z [00:04:48.873]➜  modification follow.
2025-08-20T19:12:30.1549607Z [00:04:48.873]➜  
2025-08-20T19:12:30.1549856Z [00:04:48.873]➜                         TERMS AND CONDITIONS
2025-08-20T19:12:30.1550127Z [00:04:48.873]➜  
2025-08-20T19:12:30.1550339Z [00:04:48.873]➜    0. Definitions.
2025-08-20T19:12:30.1550905Z [00:04:48.873]➜  
2025-08-20T19:12:30.1551258Z [00:04:48.873]➜    "This License" refers to version 3 of the GNU General Public License.
2025-08-20T19:12:30.1551602Z [00:04:48.873]➜  
2025-08-20T19:12:30.1552197Z [00:04:48.873]➜    "Copyright" also means copyright-like laws that apply to other kinds of
2025-08-20T19:12:30.1552689Z [00:04:48.873]➜  works, such as semiconductor masks.
2025-08-20T19:12:30.1552959Z [00:04:48.873]➜  
2025-08-20T19:12:30.1553289Z [00:04:48.873]➜    "The Program" refers to any copyrightable work licensed under this
2025-08-20T19:12:30.1553884Z [00:04:48.873]➜  License.  Each licensee is addressed as "you".  "Licensees" and
2025-08-20T19:12:30.1554375Z [00:04:48.873]➜  "recipients" may be individuals or organizations.
2025-08-20T19:12:30.1554675Z [00:04:48.873]➜  
2025-08-20T19:12:30.1555145Z [00:04:48.873]➜    To "modify" a work means to copy from or adapt all or part of the work
2025-08-20T19:12:30.1555661Z [00:04:48.873]➜  in a fashion requiring copyright permission, other than the making of an
2025-08-20T19:12:30.1556172Z [00:04:48.873]➜  exact copy.  The resulting work is called a "modified version" of the
2025-08-20T19:12:30.1556616Z [00:04:48.873]➜  earlier work or a work "based on" the earlier work.
2025-08-20T19:12:30.1556912Z [00:04:48.873]➜  
2025-08-20T19:12:30.1557253Z [00:04:48.873]➜    A "covered work" means either the unmodified Program or a work based
2025-08-20T19:12:30.1557617Z [00:04:48.873]➜  on the Program.
2025-08-20T19:12:30.1557848Z [00:04:48.873]➜  
2025-08-20T19:12:30.1558178Z [00:04:48.873]➜    To "propagate" a work means to do anything with it that, without
2025-08-20T19:12:30.1558932Z [00:04:48.873]➜  permission, would make you directly or secondarily liable for
2025-08-20T19:12:30.1559436Z [00:04:48.873]➜  infringement under applicable copyright law, except executing it on a
2025-08-20T19:12:30.1559957Z [00:04:48.873]➜  computer or modifying a private copy.  Propagation includes copying,
2025-08-20T19:12:30.1560925Z [00:04:48.873]➜  distribution (with or without modification), making available to the
2025-08-20T19:12:30.1561414Z [00:04:48.873]➜  public, and in some countries other activities as well.
2025-08-20T19:12:30.1561730Z [00:04:48.873]➜  
2025-08-20T19:12:30.1562071Z [00:04:48.873]➜    To "convey" a work means any kind of propagation that enables other
2025-08-20T19:12:30.1562571Z [00:04:48.873]➜  parties to make or receive copies.  Mere interaction with a user through
2025-08-20T19:12:30.1563067Z [00:04:48.873]➜  a computer network, with no transfer of a copy, is not conveying.
2025-08-20T19:12:30.1563411Z [00:04:48.873]➜  
2025-08-20T19:12:30.1563751Z [00:04:48.873]➜    An interactive user interface displays "Appropriate Legal Notices"
2025-08-20T19:12:30.1564245Z [00:04:48.873]➜  to the extent that it includes a convenient and prominently visible
2025-08-20T19:12:30.1564735Z [00:04:48.873]➜  feature that (1) displays an appropriate copyright notice, and (2)
2025-08-20T19:12:30.1565233Z [00:04:48.873]➜  tells the user that there is no warranty for the work (except to the
2025-08-20T19:12:30.1565731Z [00:04:48.873]➜  extent that warranties are provided), that licensees may convey the
2025-08-20T19:12:30.1566227Z [00:04:48.873]➜  work under this License, and how to view a copy of this License.  If
2025-08-20T19:12:30.1566728Z [00:04:48.873]➜  the interface presents a list of user commands or options, such as a
2025-08-20T19:12:30.1567187Z [00:04:48.873]➜  menu, a prominent item in the list meets this criterion.
2025-08-20T19:12:30.1567537Z [00:04:48.873]➜  
2025-08-20T19:12:30.1567759Z [00:04:48.873]➜    1. Source Code.
2025-08-20T19:12:30.1567987Z [00:04:48.873]➜  
2025-08-20T19:12:30.1568309Z [00:04:48.873]➜    The "source code" for a work means the preferred form of the work
2025-08-20T19:12:30.1568794Z [00:04:48.873]➜  for making modifications to it.  "Object code" means any non-source
2025-08-20T19:12:30.1569160Z [00:04:48.873]➜  form of a work.
2025-08-20T19:12:30.1569386Z [00:04:48.873]➜  
2025-08-20T19:12:30.1569727Z [00:04:48.873]➜    A "Standard Interface" means an interface that either is an official
2025-08-20T19:12:30.1570224Z [00:04:48.873]➜  standard defined by a recognized standards body, or, in the case of
2025-08-20T19:12:30.1570946Z [00:04:48.873]➜  interfaces specified for a particular programming language, one that
2025-08-20T19:12:30.1571654Z [00:04:48.873]➜  is widely used among developers working in that language.
2025-08-20T19:12:30.1572056Z [00:04:48.873]➜  
2025-08-20T19:12:30.1572399Z [00:04:48.873]➜    The "System Libraries" of an executable work include anything, other
2025-08-20T19:12:30.1572986Z [00:04:48.873]➜  than the work as a whole, that (a) is included in the normal form of
2025-08-20T19:12:30.1584204Z [00:04:48.873]➜  packaging a Major Component, but which is not part of that Major
2025-08-20T19:12:30.1584716Z [00:04:48.873]➜  Component, and (b) serves only to enable use of the work with that
2025-08-20T19:12:30.1585199Z [00:04:48.873]➜  Major Component, or to implement a Standard Interface for which an
2025-08-20T19:12:30.1585720Z [00:04:48.873]➜  implementation is available to the public in source code form.  A
2025-08-20T19:12:30.1586219Z [00:04:48.873]➜  "Major Component", in this context, means a major essential component
2025-08-20T19:12:30.1586712Z [00:04:48.873]➜  (kernel, window system, and so on) of the specific operating system
2025-08-20T19:12:30.1587183Z [00:04:48.873]➜  (if any) on which the executable work runs, or a compiler used to
2025-08-20T19:12:30.1587642Z [00:04:48.873]➜  produce the work, or an object code interpreter used to run it.
2025-08-20T19:12:30.1588302Z [00:04:48.873]➜  
2025-08-20T19:12:30.1588650Z [00:04:48.873]➜    The "Corresponding Source" for a work in object code form means all
2025-08-20T19:12:30.1589140Z [00:04:48.873]➜  the source code needed to generate, install, and (for an executable
2025-08-20T19:12:30.1589627Z [00:04:48.873]➜  work) run the object code and to modify the work, including scripts to
2025-08-20T19:12:30.1590282Z [00:04:48.873]➜  control those activities.  However, it does not include the work's
2025-08-20T19:12:30.1591095Z [00:04:48.873]➜  System Libraries, or general-purpose tools or generally available free
2025-08-20T19:12:30.1591614Z [00:04:48.873]➜  programs which are used unmodified in performing those activities but
2025-08-20T19:12:30.1592115Z [00:04:48.873]➜  which are not part of the work.  For example, Corresponding Source
2025-08-20T19:12:30.1592612Z [00:04:48.873]➜  includes interface definition files associated with source files for
2025-08-20T19:12:30.1593108Z [00:04:48.873]➜  the work, and the source code for shared libraries and dynamically
2025-08-20T19:12:30.1593607Z [00:04:48.873]➜  linked subprograms that the work is specifically designed to require,
2025-08-20T19:12:30.1594112Z [00:04:48.873]➜  such as by intimate data communication or control flow between those
2025-08-20T19:12:30.1594525Z [00:04:48.873]➜  subprograms and other parts of the work.
2025-08-20T19:12:30.1594802Z [00:04:48.873]➜  
2025-08-20T19:12:30.1595123Z [00:04:48.873]➜    The Corresponding Source need not include anything that users
2025-08-20T19:12:30.1595609Z [00:04:48.873]➜  can regenerate automatically from other parts of the Corresponding
2025-08-20T19:12:30.1595967Z [00:04:48.873]➜  Source.
2025-08-20T19:12:30.1596168Z [00:04:48.873]➜  
2025-08-20T19:12:30.1596657Z [00:04:48.873]➜    The Corresponding Source for a work in source code form is that
2025-08-20T19:12:30.1597068Z [00:04:48.873]➜  same work.
2025-08-20T19:12:30.1597283Z [00:04:48.873]➜  
2025-08-20T19:12:30.1597495Z [00:04:48.873]➜    2. Basic Permissions.
2025-08-20T19:12:30.1597754Z [00:04:48.873]➜  
2025-08-20T19:12:30.1598085Z [00:04:48.873]➜    All rights granted under this License are granted for the term of
2025-08-20T19:12:30.1598564Z [00:04:48.873]➜  copyright on the Program, and are irrevocable provided the stated
2025-08-20T19:12:30.1599055Z [00:04:48.873]➜  conditions are met.  This License explicitly affirms your unlimited
2025-08-20T19:12:30.1599555Z [00:04:48.873]➜  permission to run the unmodified Program.  The output from running a
2025-08-20T19:12:30.1600051Z [00:04:48.873]➜  covered work is covered by this License only if the output, given its
2025-08-20T19:12:30.1600713Z [00:04:48.873]➜  content, constitutes a covered work.  This License acknowledges your
2025-08-20T19:12:30.1601284Z [00:04:48.873]➜  rights of fair use or other equivalent, as provided by copyright law.
2025-08-20T19:12:30.1601634Z [00:04:48.873]➜  
2025-08-20T19:12:30.1601947Z [00:04:48.873]➜    You may make, run and propagate covered works that you do not
2025-08-20T19:12:30.1602585Z [00:04:48.873]➜  convey, without conditions so long as your license otherwise remains
2025-08-20T19:12:30.1603164Z [00:04:48.873]➜  in force.  You may convey covered works to others for the sole purpose
2025-08-20T19:12:30.1603662Z [00:04:48.873]➜  of having them make modifications exclusively for you, or provide you
2025-08-20T19:12:30.1604169Z [00:04:48.873]➜  with facilities for running those works, provided that you comply with
2025-08-20T19:12:30.1604715Z [00:04:48.873]➜  the terms of this License in conveying all material for which you do
2025-08-20T19:12:30.1605216Z [00:04:48.873]➜  not control copyright.  Those thus making or running the covered works
2025-08-20T19:12:30.1605713Z [00:04:48.874]➜  for you must do so exclusively on your behalf, under your direction
2025-08-20T19:12:30.1606187Z [00:04:48.874]➜  and control, on terms that prohibit them from making any copies of
2025-08-20T19:12:30.1606664Z [00:04:48.874]➜  your copyrighted material outside their relationship with you.
2025-08-20T19:12:30.1607169Z [00:04:48.874]➜  
2025-08-20T19:12:30.1607511Z [00:04:48.874]➜    Conveying under any other circumstances is permitted solely under
2025-08-20T19:12:30.1608020Z [00:04:48.874]➜  the conditions stated below.  Sublicensing is not allowed; section 10
2025-08-20T19:12:30.1608401Z [00:04:48.874]➜  makes it unnecessary.
2025-08-20T19:12:30.1608639Z [00:04:48.874]➜  
2025-08-20T19:12:30.1609142Z [00:04:48.874]➜    3. Protecting Users' Legal Rights From Anti-Circumvention Law.
2025-08-20T19:12:30.1609478Z [00:04:48.874]➜  
2025-08-20T19:12:30.1609809Z [00:04:48.874]➜    No covered work shall be deemed part of an effective technological
2025-08-20T19:12:30.1610305Z [00:04:48.874]➜  measure under any applicable law fulfilling obligations under article
2025-08-20T19:12:30.1611016Z [00:04:48.874]➜  11 of the WIPO copyright treaty adopted on 20 December 1996, or
2025-08-20T19:12:30.1611479Z [00:04:48.874]➜  similar laws prohibiting or restricting circumvention of such
2025-08-20T19:12:30.1611828Z [00:04:48.874]➜  measures.
2025-08-20T19:12:30.1612035Z [00:04:48.874]➜  
2025-08-20T19:12:30.1612366Z [00:04:48.874]➜    When you convey a covered work, you waive any legal power to forbid
2025-08-20T19:12:30.1612879Z [00:04:48.874]➜  circumvention of technological measures to the extent such circumvention
2025-08-20T19:12:30.1613392Z [00:04:48.874]➜  is effected by exercising rights under this License with respect to
2025-08-20T19:12:30.1613895Z [00:04:48.874]➜  the covered work, and you disclaim any intention to limit operation or
2025-08-20T19:12:30.1614393Z [00:04:48.874]➜  modification of the work as a means of enforcing, against the work's
2025-08-20T19:12:30.1614891Z [00:04:48.874]➜  users, your or third parties' legal rights to forbid circumvention of
2025-08-20T19:12:30.1615421Z [00:04:48.874]➜  technological measures.
2025-08-20T19:12:30.1615746Z [00:04:48.874]➜  
2025-08-20T19:12:30.1615990Z [00:04:48.874]➜    4. Conveying Verbatim Copies.
2025-08-20T19:12:30.1616247Z [00:04:48.874]➜  
2025-08-20T19:12:30.1616675Z [00:04:48.874]➜    You may convey verbatim copies of the Program's source code as you
2025-08-20T19:12:30.1617205Z [00:04:48.874]➜  receive it, in any medium, provided that you conspicuously and
2025-08-20T19:12:30.1617690Z [00:04:48.874]➜  appropriately publish on each copy an appropriate copyright notice;
2025-08-20T19:12:30.1618164Z [00:04:48.874]➜  keep intact all notices stating that this License and any
2025-08-20T19:12:30.1618650Z [00:04:48.874]➜  non-permissive terms added in accord with section 7 apply to the code;
2025-08-20T19:12:30.1619154Z [00:04:48.874]➜  keep intact all notices of the absence of any warranty; and give all
2025-08-20T19:12:30.1619615Z [00:04:48.874]➜  recipients a copy of this License along with the Program.
2025-08-20T19:12:30.1619938Z [00:04:48.874]➜  
2025-08-20T19:12:30.1620268Z [00:04:48.874]➜    You may charge any price or no price for each copy that you convey,
2025-08-20T19:12:30.1621068Z [00:04:48.874]➜  and you may offer support or warranty protection for a fee.
2025-08-20T19:12:30.1621405Z [00:04:48.874]➜  
2025-08-20T19:12:30.1621660Z [00:04:48.874]➜    5. Conveying Modified Source Versions.
2025-08-20T19:12:30.1621931Z [00:04:48.874]➜  
2025-08-20T19:12:30.1622256Z [00:04:48.874]➜    You may convey a work based on the Program, or the modifications to
2025-08-20T19:12:30.1622736Z [00:04:48.874]➜  produce it from the Program, in the form of source code under the
2025-08-20T19:12:30.1623448Z [00:04:48.874]➜  terms of section 4, provided that you also meet all of these conditions:
2025-08-20T19:12:30.1623800Z [00:04:48.874]➜  
2025-08-20T19:12:30.1624127Z [00:04:48.874]➜      a) The work must carry prominent notices stating that you modified
2025-08-20T19:12:30.1624526Z [00:04:48.874]➜      it, and giving a relevant date.
2025-08-20T19:12:30.1624791Z [00:04:48.874]➜  
2025-08-20T19:12:30.1625100Z [00:04:48.874]➜      b) The work must carry prominent notices stating that it is
2025-08-20T19:12:30.1625569Z [00:04:48.874]➜      released under this License and any conditions added under section
2025-08-20T19:12:30.1626256Z [00:04:48.874]➜      7.  This requirement modifies the requirement in section 4 to
2025-08-20T19:12:30.1626633Z [00:04:48.874]➜      "keep intact all notices".
2025-08-20T19:12:30.1626888Z [00:04:48.874]➜  
2025-08-20T19:12:30.1627192Z [00:04:48.874]➜      c) You must license the entire work, as a whole, under this
2025-08-20T19:12:30.1627647Z [00:04:48.874]➜      License to anyone who comes into possession of a copy.  This
2025-08-20T19:12:30.1628119Z [00:04:48.874]➜      License will therefore apply, along with any applicable section 7
2025-08-20T19:12:30.1628599Z [00:04:48.874]➜      additional terms, to the whole of the work, and all its parts,
2025-08-20T19:12:30.1629064Z [00:04:48.874]➜      regardless of how they are packaged.  This License gives no
2025-08-20T19:12:30.1629528Z [00:04:48.874]➜      permission to license the work in any other way, but it does not
2025-08-20T19:12:30.1630012Z [00:04:48.874]➜      invalidate such permission if you have separately received it.
2025-08-20T19:12:30.1630351Z [00:04:48.874]➜  
2025-08-20T19:12:30.1630921Z [00:04:48.874]➜      d) If the work has interactive user interfaces, each must display
2025-08-20T19:12:30.1631411Z [00:04:48.874]➜      Appropriate Legal Notices; however, if the Program has interactive
2025-08-20T19:12:30.1631901Z [00:04:48.874]➜      interfaces that do not display Appropriate Legal Notices, your
2025-08-20T19:12:30.1632293Z [00:04:48.874]➜      work need not make them do so.
2025-08-20T19:12:30.1632551Z [00:04:48.874]➜  
2025-08-20T19:12:30.1632891Z [00:04:48.874]➜    A compilation of a covered work with other separate and independent
2025-08-20T19:12:30.1633544Z [00:04:48.874]➜  works, which are not by their nature extensions of the covered work,
2025-08-20T19:12:30.1634092Z [00:04:48.874]➜  and which are not combined with it such as to form a larger program,
2025-08-20T19:12:30.1634570Z [00:04:48.874]➜  in or on a volume of a storage or distribution medium, is called an
2025-08-20T19:12:30.1635144Z [00:04:48.874]➜  "aggregate" if the compilation and its resulting copyright are not
2025-08-20T19:12:30.1635682Z [00:04:48.874]➜  used to limit the access or legal rights of the compilation's users
2025-08-20T19:12:30.1636181Z [00:04:48.874]➜  beyond what the individual works permit.  Inclusion of a covered work
2025-08-20T19:12:30.1636667Z [00:04:48.874]➜  in an aggregate does not cause this License to apply to the other
2025-08-20T19:12:30.1637036Z [00:04:48.874]➜  parts of the aggregate.
2025-08-20T19:12:30.1637277Z [00:04:48.874]➜  
2025-08-20T19:12:30.1637513Z [00:04:48.874]➜    6. Conveying Non-Source Forms.
2025-08-20T19:12:30.1637771Z [00:04:48.874]➜  
2025-08-20T19:12:30.1638099Z [00:04:48.874]➜    You may convey a covered work in object code form under the terms
2025-08-20T19:12:30.1638537Z [00:04:48.874]➜  of sections 4 and 5, provided that you also convey the
2025-08-20T19:12:30.1639013Z [00:04:48.874]➜  machine-readable Corresponding Source under the terms of this License,
2025-08-20T19:12:30.1639412Z [00:04:48.874]➜  in one of these ways:
2025-08-20T19:12:30.1639646Z [00:04:48.874]➜  
2025-08-20T19:12:30.1639973Z [00:04:48.874]➜      a) Convey the object code in, or embodied in, a physical product
2025-08-20T19:12:30.1640694Z [00:04:48.874]➜      (including a physical distribution medium), accompanied by the
2025-08-20T19:12:30.1641224Z [00:04:48.874]➜      Corresponding Source fixed on a durable physical medium
2025-08-20T19:12:30.1641832Z [00:04:48.874]➜      customarily used for software interchange.
2025-08-20T19:12:30.1642117Z [00:04:48.874]➜  
2025-08-20T19:12:30.1642439Z [00:04:48.874]➜      b) Convey the object code in, or embodied in, a physical product
2025-08-20T19:12:30.1642913Z [00:04:48.874]➜      (including a physical distribution medium), accompanied by a
2025-08-20T19:12:30.1643377Z [00:04:48.874]➜      written offer, valid for at least three years and valid for as
2025-08-20T19:12:30.1643853Z [00:04:48.874]➜      long as you offer spare parts or customer support for that product
2025-08-20T19:12:30.1644500Z [00:04:48.874]➜      model, to give anyone who possesses the object code either (1) a
2025-08-20T19:12:30.1644962Z [00:04:48.874]➜      copy of the Corresponding Source for all the software in the
2025-08-20T19:12:30.1645426Z [00:04:48.874]➜      product that is covered by this License, on a durable physical
2025-08-20T19:12:30.1645915Z [00:04:48.874]➜      medium customarily used for software interchange, for a price no
2025-08-20T19:12:30.1646386Z [00:04:48.874]➜      more than your reasonable cost of physically performing this
2025-08-20T19:12:30.1646805Z [00:04:48.874]➜      conveying of source, or (2) access to copy the
2025-08-20T19:12:30.1647215Z [00:04:48.874]➜      Corresponding Source from a network server at no charge.
2025-08-20T19:12:30.1647534Z [00:04:48.874]➜  
2025-08-20T19:12:30.1647861Z [00:04:48.874]➜      c) Convey individual copies of the object code with a copy of the
2025-08-20T19:12:30.1648335Z [00:04:48.874]➜      written offer to provide the Corresponding Source.  This
2025-08-20T19:12:30.1648816Z [00:04:48.874]➜      alternative is allowed only occasionally and noncommercially, and
2025-08-20T19:12:30.1649307Z [00:04:48.874]➜      only if you received the object code with such an offer, in accord
2025-08-20T19:12:30.1649674Z [00:04:48.874]➜      with subsection 6b.
2025-08-20T19:12:30.1649919Z [00:04:48.874]➜  
2025-08-20T19:12:30.1650246Z [00:04:48.874]➜      d) Convey the object code by offering access from a designated
2025-08-20T19:12:30.1650973Z [00:04:48.874]➜      place (gratis or for a charge), and offer equivalent access to the
2025-08-20T19:12:30.1651465Z [00:04:48.874]➜      Corresponding Source in the same way through the same place at no
2025-08-20T19:12:30.1652083Z [00:04:48.874]➜      further charge.  You need not require recipients to copy the
2025-08-20T19:12:30.1652658Z [00:04:48.874]➜      Corresponding Source along with the object code.  If the place to
2025-08-20T19:12:30.1653232Z [00:04:48.874]➜      copy the object code is a network server, the Corresponding Source
2025-08-20T19:12:30.1653765Z [00:04:48.874]➜      may be on a different server (operated by you or a third party)
2025-08-20T19:12:30.1654244Z [00:04:48.874]➜      that supports equivalent copying facilities, provided you maintain
2025-08-20T19:12:30.1654738Z [00:04:48.874]➜      clear directions next to the object code saying where to find the
2025-08-20T19:12:30.1655216Z [00:04:48.874]➜      Corresponding Source.  Regardless of what server hosts the
2025-08-20T19:12:30.1655688Z [00:04:48.874]➜      Corresponding Source, you remain obligated to ensure that it is
2025-08-20T19:12:30.1656167Z [00:04:48.874]➜      available for as long as needed to satisfy these requirements.
2025-08-20T19:12:30.1656510Z [00:04:48.874]➜  
2025-08-20T19:12:30.1656847Z [00:04:48.874]➜      e) Convey the object code using peer-to-peer transmission, provided
2025-08-20T19:12:30.1657327Z [00:04:48.874]➜      you inform other peers where the object code and Corresponding
2025-08-20T19:12:30.1657815Z [00:04:48.874]➜      Source of the work are being offered to the general public at no
2025-08-20T19:12:30.1658198Z [00:04:48.874]➜      charge under subsection 6d.
2025-08-20T19:12:30.1658457Z [00:04:48.874]➜  
2025-08-20T19:12:30.1658799Z [00:04:48.874]➜    A separable portion of the object code, whose source code is excluded
2025-08-20T19:12:30.1659283Z [00:04:48.874]➜  from the Corresponding Source as a System Library, need not be
2025-08-20T19:12:30.1659876Z [00:04:48.874]➜  included in conveying the object code work.
2025-08-20T19:12:30.1660159Z [00:04:48.874]➜  
2025-08-20T19:12:30.1660665Z [00:04:48.874]➜    A "User Product" is either (1) a "consumer product", which means any
2025-08-20T19:12:30.1661253Z [00:04:48.874]➜  tangible personal property which is normally used for personal, family,
2025-08-20T19:12:30.1661787Z [00:04:48.874]➜  or household purposes, or (2) anything designed or sold for incorporation
2025-08-20T19:12:30.1662314Z [00:04:48.874]➜  into a dwelling.  In determining whether a product is a consumer product,
2025-08-20T19:12:30.1663002Z [00:04:48.874]➜  doubtful cases shall be resolved in favor of coverage.  For a particular
2025-08-20T19:12:30.1663512Z [00:04:48.874]➜  product received by a particular user, "normally used" refers to a
2025-08-20T19:12:30.1664018Z [00:04:48.874]➜  typical or common use of that class of product, regardless of the status
2025-08-20T19:12:30.1664518Z [00:04:48.874]➜  of the particular user or of the way in which the particular user
2025-08-20T19:12:30.1665015Z [00:04:48.874]➜  actually uses, or expects or is expected to use, the product.  A product
2025-08-20T19:12:30.1665530Z [00:04:48.874]➜  is a consumer product regardless of whether the product has substantial
2025-08-20T19:12:30.1666061Z [00:04:48.874]➜  commercial, industrial or non-consumer uses, unless such uses represent
2025-08-20T19:12:30.1666511Z [00:04:48.874]➜  the only significant mode of use of the product.
2025-08-20T19:12:30.1666801Z [00:04:48.874]➜  
2025-08-20T19:12:30.1667142Z [00:04:48.874]➜    "Installation Information" for a User Product means any methods,
2025-08-20T19:12:30.1667659Z [00:04:48.874]➜  procedures, authorization keys, or other information required to install
2025-08-20T19:12:30.1668193Z [00:04:48.874]➜  and execute modified versions of a covered work in that User Product from
2025-08-20T19:12:30.1668710Z [00:04:48.874]➜  a modified version of its Corresponding Source.  The information must
2025-08-20T19:12:30.1669222Z [00:04:48.874]➜  suffice to ensure that the continued functioning of the modified object
2025-08-20T19:12:30.1669698Z [00:04:48.874]➜  code is in no case prevented or interfered with solely because
2025-08-20T19:12:30.1670061Z [00:04:48.874]➜  modification has been made.
2025-08-20T19:12:30.1670616Z [00:04:48.874]➜  
2025-08-20T19:12:30.1671040Z [00:04:48.874]➜    If you convey an object code work under this section in, or with, or
2025-08-20T19:12:30.1671532Z [00:04:48.874]➜  specifically for use in, a User Product, and the conveying occurs as
2025-08-20T19:12:30.1672131Z [00:04:48.874]➜  part of a transaction in which the right of possession and use of the
2025-08-20T19:12:30.1672692Z [00:04:48.874]➜  User Product is transferred to the recipient in perpetuity or for a
2025-08-20T19:12:30.1673193Z [00:04:48.874]➜  fixed term (regardless of how the transaction is characterized), the
2025-08-20T19:12:30.1673697Z [00:04:48.874]➜  Corresponding Source conveyed under this section must be accompanied
2025-08-20T19:12:30.1674216Z [00:04:48.874]➜  by the Installation Information.  But this requirement does not apply
2025-08-20T19:12:30.1674705Z [00:04:48.874]➜  if neither you nor any third party retains the ability to install
2025-08-20T19:12:30.1675193Z [00:04:48.874]➜  modified object code on the User Product (for example, the work has
2025-08-20T19:12:30.1675569Z [00:04:48.874]➜  been installed in ROM).
2025-08-20T19:12:30.1675812Z [00:04:48.874]➜  
2025-08-20T19:12:30.1676164Z [00:04:48.874]➜    The requirement to provide Installation Information does not include a
2025-08-20T19:12:30.1676692Z [00:04:48.874]➜  requirement to continue to provide support service, warranty, or updates
2025-08-20T19:12:30.1677205Z [00:04:48.874]➜  for a work that has been modified or installed by the recipient, or for
2025-08-20T19:12:30.1677712Z [00:04:48.874]➜  the User Product in which it has been modified or installed.  Access to a
2025-08-20T19:12:30.1678377Z [00:04:48.874]➜  network may be denied when the modification itself materially and
2025-08-20T19:12:30.1678881Z [00:04:48.874]➜  adversely affects the operation of the network or violates the rules and
2025-08-20T19:12:30.1679333Z [00:04:48.874]➜  protocols for communication across the network.
2025-08-20T19:12:30.1679628Z [00:04:48.874]➜  
2025-08-20T19:12:30.1679988Z [00:04:48.874]➜    Corresponding Source conveyed, and Installation Information provided,
2025-08-20T19:12:30.1680675Z [00:04:48.874]➜  in accord with this section must be in a format that is publicly
2025-08-20T19:12:30.1681223Z [00:04:48.874]➜  documented (and with an implementation available to the public in
2025-08-20T19:12:30.1681889Z [00:04:48.874]➜  source code form), and must require no special password or key for
2025-08-20T19:12:30.1682276Z [00:04:48.874]➜  unpacking, reading or copying.
2025-08-20T19:12:30.1682531Z [00:04:48.874]➜  
2025-08-20T19:12:30.1682745Z [00:04:48.874]➜    7. Additional Terms.
2025-08-20T19:12:30.1682984Z [00:04:48.874]➜  
2025-08-20T19:12:30.1683329Z [00:04:48.874]➜    "Additional permissions" are terms that supplement the terms of this
2025-08-20T19:12:30.1683819Z [00:04:48.874]➜  License by making exceptions from one or more of its conditions.
2025-08-20T19:12:30.1684319Z [00:04:48.874]➜  Additional permissions that are applicable to the entire Program shall
2025-08-20T19:12:30.1684844Z [00:04:48.874]➜  be treated as though they were included in this License, to the extent
2025-08-20T19:12:30.1685344Z [00:04:48.874]➜  that they are valid under applicable law.  If additional permissions
2025-08-20T19:12:30.1685841Z [00:04:48.874]➜  apply only to part of the Program, that part may be used separately
2025-08-20T19:12:30.1686337Z [00:04:48.874]➜  under those permissions, but the entire Program remains governed by
2025-08-20T19:12:30.1686806Z [00:04:48.874]➜  this License without regard to the additional permissions.
2025-08-20T19:12:30.1687124Z [00:04:48.874]➜  
2025-08-20T19:12:30.1687445Z [00:04:48.874]➜    When you convey a copy of a covered work, you may at your option
2025-08-20T19:12:30.1687945Z [00:04:48.874]➜  remove any additional permissions from that copy, or from any part of
2025-08-20T19:12:30.1688434Z [00:04:48.874]➜  it.  (Additional permissions may be written to require their own
2025-08-20T19:12:30.1689060Z [00:04:48.874]➜  removal in certain cases when you modify the work.)  You may place
2025-08-20T19:12:30.1689629Z [00:04:48.874]➜  additional permissions on material, added by you to a covered work,
2025-08-20T19:12:30.1690129Z [00:04:48.874]➜  for which you have or can give appropriate copyright permission.
2025-08-20T19:12:30.1690717Z [00:04:48.874]➜  
2025-08-20T19:12:30.1691120Z [00:04:48.874]➜    Notwithstanding any other provision of this License, for material you
2025-08-20T19:12:30.1691642Z [00:04:48.874]➜  add to a covered work, you may (if authorized by the copyright holders of
2025-08-20T19:12:30.1692129Z [00:04:48.874]➜  that material) supplement the terms of this License with terms:
2025-08-20T19:12:30.1692467Z [00:04:48.874]➜  
2025-08-20T19:12:30.1692802Z [00:04:48.874]➜      a) Disclaiming warranty or limiting liability differently from the
2025-08-20T19:12:30.1693239Z [00:04:48.874]➜      terms of sections 15 and 16 of this License; or
2025-08-20T19:12:30.1693532Z [00:04:48.874]➜  
2025-08-20T19:12:30.1693874Z [00:04:48.874]➜      b) Requiring preservation of specified reasonable legal notices or
2025-08-20T19:12:30.1694373Z [00:04:48.874]➜      author attributions in that material or in the Appropriate Legal
2025-08-20T19:12:30.1694802Z [00:04:48.874]➜      Notices displayed by works containing it; or
2025-08-20T19:12:30.1695253Z [00:04:48.874]➜  
2025-08-20T19:12:30.1695601Z [00:04:48.874]➜      c) Prohibiting misrepresentation of the origin of that material, or
2025-08-20T19:12:30.1696090Z [00:04:48.874]➜      requiring that modified versions of such material be marked in
2025-08-20T19:12:30.1696553Z [00:04:48.874]➜      reasonable ways as different from the original version; or
2025-08-20T19:12:30.1697009Z [00:04:48.874]➜  
2025-08-20T19:12:30.1697352Z [00:04:48.874]➜      d) Limiting the use for publicity purposes of names of licensors or
2025-08-20T19:12:30.1697741Z [00:04:48.874]➜      authors of the material; or
2025-08-20T19:12:30.1698000Z [00:04:48.874]➜  
2025-08-20T19:12:30.1698336Z [00:04:48.874]➜      e) Declining to grant rights under trademark law for use of some
2025-08-20T19:12:30.1698758Z [00:04:48.874]➜      trade names, trademarks, or service marks; or
2025-08-20T19:12:30.1699051Z [00:04:48.874]➜  
2025-08-20T19:12:30.1699375Z [00:04:48.874]➜      f) Requiring indemnification of licensors and authors of that
2025-08-20T19:12:30.1699864Z [00:04:48.874]➜      material by anyone who conveys the material (or modified versions of
2025-08-20T19:12:30.1700364Z [00:04:48.874]➜      it) with contractual assumptions of liability to the recipient, for
2025-08-20T19:12:30.1701175Z [00:04:48.874]➜      any liability that these contractual assumptions directly impose on
2025-08-20T19:12:30.1701585Z [00:04:48.874]➜      those licensors and authors.
2025-08-20T19:12:30.1701843Z [00:04:48.874]➜  
2025-08-20T19:12:30.1702173Z [00:04:48.874]➜    All other non-permissive additional terms are considered "further
2025-08-20T19:12:30.1702675Z [00:04:48.874]➜  restrictions" within the meaning of section 10.  If the Program as you
2025-08-20T19:12:30.1703176Z [00:04:48.874]➜  received it, or any part of it, contains a notice stating that it is
2025-08-20T19:12:30.1703636Z [00:04:48.874]➜  governed by this License along with a term that is a further
2025-08-20T19:12:30.1704114Z [00:04:48.874]➜  restriction, you may remove that term.  If a license document contains
2025-08-20T19:12:30.1704631Z [00:04:48.874]➜  a further restriction but permits relicensing or conveying under this
2025-08-20T19:12:30.1705175Z [00:04:48.874]➜  License, you may add to a covered work material governed by the terms
2025-08-20T19:12:30.1705671Z [00:04:48.874]➜  of that license document, provided that the further restriction does
2025-08-20T19:12:30.1706100Z [00:04:48.874]➜  not survive such relicensing or conveying.
2025-08-20T19:12:30.1706379Z [00:04:48.874]➜  
2025-08-20T19:12:30.1706707Z [00:04:48.874]➜    If you add terms to a covered work in accord with this section, you
2025-08-20T19:12:30.1707159Z [00:04:48.874]➜  must place, in the relevant source files, a statement of the
2025-08-20T19:12:30.1707836Z [00:04:48.874]➜  additional terms that apply to those files, or a notice indicating
2025-08-20T19:12:30.1708307Z [00:04:48.874]➜  where to find the applicable terms.
2025-08-20T19:12:30.1708575Z [00:04:48.874]➜  
2025-08-20T19:12:30.1709015Z [00:04:48.874]➜    Additional terms, permissive or non-permissive, may be stated in the
2025-08-20T19:12:30.1709565Z [00:04:48.874]➜  form of a separately written license, or stated as exceptions;
2025-08-20T19:12:30.1709963Z [00:04:48.874]➜  the above requirements apply either way.
2025-08-20T19:12:30.1710237Z [00:04:48.874]➜  
2025-08-20T19:12:30.1710658Z [00:04:48.874]➜    8. Termination.
2025-08-20T19:12:30.1710962Z [00:04:48.874]➜  
2025-08-20T19:12:30.1711304Z [00:04:48.874]➜    You may not propagate or modify a covered work except as expressly
2025-08-20T19:12:30.1711799Z [00:04:48.874]➜  provided under this License.  Any attempt otherwise to propagate or
2025-08-20T19:12:30.1712299Z [00:04:48.874]➜  modify it is void, and will automatically terminate your rights under
2025-08-20T19:12:30.1712789Z [00:04:48.874]➜  this License (including any patent licenses granted under the third
2025-08-20T19:12:30.1713172Z [00:04:48.874]➜  paragraph of section 11).
2025-08-20T19:12:30.1713623Z [00:04:48.874]➜  
2025-08-20T19:12:30.1713959Z [00:04:48.874]➜    However, if you cease all violation of this License, then your
2025-08-20T19:12:30.1714421Z [00:04:48.874]➜  license from a particular copyright holder is reinstated (a)
2025-08-20T19:12:30.1714914Z [00:04:48.874]➜  provisionally, unless and until the copyright holder explicitly and
2025-08-20T19:12:30.1715428Z [00:04:48.874]➜  finally terminates your license, and (b) permanently, if the copyright
2025-08-20T19:12:30.1716077Z [00:04:48.874]➜  holder fails to notify you of the violation by some reasonable means
2025-08-20T19:12:30.1716481Z [00:04:48.874]➜  prior to 60 days after the cessation.
2025-08-20T19:12:30.1716749Z [00:04:48.874]➜  
2025-08-20T19:12:30.1717073Z [00:04:48.874]➜    Moreover, your license from a particular copyright holder is
2025-08-20T19:12:30.1717555Z [00:04:48.874]➜  reinstated permanently if the copyright holder notifies you of the
2025-08-20T19:12:30.1718052Z [00:04:48.874]➜  violation by some reasonable means, this is the first time you have
2025-08-20T19:12:30.1718556Z [00:04:48.874]➜  received notice of violation of this License (for any work) from that
2025-08-20T19:12:30.1719056Z [00:04:48.874]➜  copyright holder, and you cure the violation prior to 30 days after
2025-08-20T19:12:30.1719442Z [00:04:48.874]➜  your receipt of the notice.
2025-08-20T19:12:30.1719693Z [00:04:48.874]➜  
2025-08-20T19:12:30.1720041Z [00:04:48.874]➜    Termination of your rights under this section does not terminate the
2025-08-20T19:12:30.1720805Z [00:04:48.874]➜  licenses of parties who have received copies or rights from you under
2025-08-20T19:12:30.1721371Z [00:04:48.874]➜  this License.  If your rights have been terminated and not permanently
2025-08-20T19:12:30.1721873Z [00:04:48.874]➜  reinstated, you do not qualify to receive new licenses for the same
2025-08-20T19:12:30.1722253Z [00:04:48.874]➜  material under section 10.
2025-08-20T19:12:30.1722495Z [00:04:48.874]➜  
2025-08-20T19:12:30.1722771Z [00:04:48.874]➜    9. Acceptance Not Required for Having Copies.
2025-08-20T19:12:30.1723063Z [00:04:48.874]➜  
2025-08-20T19:12:30.1723386Z [00:04:48.874]➜    You are not required to accept this License in order to receive or
2025-08-20T19:12:30.1723863Z [00:04:48.874]➜  run a copy of the Program.  Ancillary propagation of a covered work
2025-08-20T19:12:30.1724358Z [00:04:48.874]➜  occurring solely as a consequence of using peer-to-peer transmission
2025-08-20T19:12:30.1724852Z [00:04:48.874]➜  to receive a copy likewise does not require acceptance.  However,
2025-08-20T19:12:30.1725341Z [00:04:48.874]➜  nothing other than this License grants you permission to propagate or
2025-08-20T19:12:30.1725845Z [00:04:48.874]➜  modify any covered work.  These actions infringe copyright if you do
2025-08-20T19:12:30.1726611Z [00:04:48.874]➜  not accept this License.  Therefore, by modifying or propagating a
2025-08-20T19:12:30.1727194Z [00:04:48.874]➜  covered work, you indicate your acceptance of this License to do so.
2025-08-20T19:12:30.1727549Z [00:04:48.874]➜  
2025-08-20T19:12:30.1727925Z [00:04:48.874]➜    10. Automatic Licensing of Downstream Recipients.
2025-08-20T19:12:30.1728275Z [00:04:48.874]➜  
2025-08-20T19:12:30.1728609Z [00:04:48.874]➜    Each time you convey a covered work, the recipient automatically
2025-08-20T19:12:30.1729086Z [00:04:48.874]➜  receives a license from the original licensors, to run, modify and
2025-08-20T19:12:30.1729590Z [00:04:48.874]➜  propagate that work, subject to this License.  You are not responsible
2025-08-20T19:12:30.1730076Z [00:04:48.874]➜  for enforcing compliance by third parties with this License.
2025-08-20T19:12:30.1730415Z [00:04:48.874]➜  
2025-08-20T19:12:30.1730977Z [00:04:48.874]➜    An "entity transaction" is a transaction transferring control of an
2025-08-20T19:12:30.1731481Z [00:04:48.874]➜  organization, or substantially all assets of one, or subdividing an
2025-08-20T19:12:30.1731985Z [00:04:48.874]➜  organization, or merging organizations.  If propagation of a covered
2025-08-20T19:12:30.1732639Z [00:04:48.874]➜  work results from an entity transaction, each party to that
2025-08-20T19:12:30.1733115Z [00:04:48.874]➜  transaction who receives a copy of the work also receives whatever
2025-08-20T19:12:30.1733608Z [00:04:48.874]➜  licenses to the work the party's predecessor in interest had or could
2025-08-20T19:12:30.1734111Z [00:04:48.874]➜  give under the previous paragraph, plus a right to possession of the
2025-08-20T19:12:30.1734774Z [00:04:48.874]➜  Corresponding Source of the work from the predecessor in interest, if
2025-08-20T19:12:30.1735262Z [00:04:48.874]➜  the predecessor has it or can get it with reasonable efforts.
2025-08-20T19:12:30.1735590Z [00:04:48.874]➜  
2025-08-20T19:12:30.1735922Z [00:04:48.874]➜    You may not impose any further restrictions on the exercise of the
2025-08-20T19:12:30.1736412Z [00:04:48.874]➜  rights granted or affirmed under this License.  For example, you may
2025-08-20T19:12:30.1736901Z [00:04:48.874]➜  not impose a license fee, royalty, or other charge for exercise of
2025-08-20T19:12:30.1737404Z [00:04:48.874]➜  rights granted under this License, and you may not initiate litigation
2025-08-20T19:12:30.1737908Z [00:04:48.874]➜  (including a cross-claim or counterclaim in a lawsuit) alleging that
2025-08-20T19:12:30.1738407Z [00:04:48.874]➜  any patent claim is infringed by making, using, selling, offering for
2025-08-20T19:12:30.1738860Z [00:04:48.874]➜  sale, or importing the Program or any portion of it.
2025-08-20T19:12:30.1739163Z [00:04:48.874]➜  
2025-08-20T19:12:30.1739371Z [00:04:48.874]➜    11. Patents.
2025-08-20T19:12:30.1739583Z [00:04:48.874]➜  
2025-08-20T19:12:30.1739917Z [00:04:48.874]➜    A "contributor" is a copyright holder who authorizes use under this
2025-08-20T19:12:30.1740413Z [00:04:48.874]➜  License of the Program or a work on which the Program is based.  The
2025-08-20T19:12:30.1741135Z [00:04:48.874]➜  work thus licensed is called the contributor's "contributor version".
2025-08-20T19:12:30.1741489Z [00:04:48.874]➜  
2025-08-20T19:12:30.1741824Z [00:04:48.874]➜    A contributor's "essential patent claims" are all patent claims
2025-08-20T19:12:30.1742309Z [00:04:48.874]➜  owned or controlled by the contributor, whether already acquired or
2025-08-20T19:12:30.1742811Z [00:04:48.874]➜  hereafter acquired, that would be infringed by some manner, permitted
2025-08-20T19:12:30.1743313Z [00:04:48.874]➜  by this License, of making, using, or selling its contributor version,
2025-08-20T19:12:30.1743776Z [00:04:48.874]➜  but do not include claims that would be infringed only as a
2025-08-20T19:12:30.1744247Z [00:04:48.874]➜  consequence of further modification of the contributor version.  For
2025-08-20T19:12:30.1744743Z [00:04:48.874]➜  purposes of this definition, "control" includes the right to grant
2025-08-20T19:12:30.1745419Z [00:04:48.874]➜  patent sublicenses in a manner consistent with the requirements of
2025-08-20T19:12:30.1745845Z [00:04:48.874]➜  this License.
2025-08-20T19:12:30.1746064Z [00:04:48.874]➜  
2025-08-20T19:12:30.1746504Z [00:04:48.874]➜    Each contributor grants you a non-exclusive, worldwide, royalty-free
2025-08-20T19:12:30.1747065Z [00:04:48.874]➜  patent license under the contributor's essential patent claims, to
2025-08-20T19:12:30.1747556Z [00:04:48.874]➜  make, use, sell, offer for sale, import and otherwise run, modify and
2025-08-20T19:12:30.1747996Z [00:04:48.874]➜  propagate the contents of its contributor version.
2025-08-20T19:12:30.1748300Z [00:04:48.874]➜  
2025-08-20T19:12:30.1748639Z [00:04:48.874]➜    In the following three paragraphs, a "patent license" is any express
2025-08-20T19:12:30.1749148Z [00:04:48.874]➜  agreement or commitment, however denominated, not to enforce a patent
2025-08-20T19:12:30.1749662Z [00:04:48.874]➜  (such as an express permission to practice a patent or covenant not to
2025-08-20T19:12:30.1750168Z [00:04:48.874]➜  sue for patent infringement).  To "grant" such a patent license to a
2025-08-20T19:12:30.1750903Z [00:04:48.874]➜  party means to make such an agreement or commitment not to enforce a
2025-08-20T19:12:30.1751483Z [00:04:48.874]➜  patent against the party.
2025-08-20T19:12:30.1751736Z [00:04:48.874]➜  
2025-08-20T19:12:30.1752067Z [00:04:48.874]➜    If you convey a covered work, knowingly relying on a patent license,
2025-08-20T19:12:30.1752563Z [00:04:48.874]➜  and the Corresponding Source of the work is not available for anyone
2025-08-20T19:12:30.1753219Z [00:04:48.874]➜  to copy, free of charge and under the terms of this License, through a
2025-08-20T19:12:30.1753720Z [00:04:48.874]➜  publicly available network server or other readily accessible means,
2025-08-20T19:12:30.1754209Z [00:04:48.874]➜  then you must either (1) cause the Corresponding Source to be so
2025-08-20T19:12:30.1754687Z [00:04:48.874]➜  available, or (2) arrange to deprive yourself of the benefit of the
2025-08-20T19:12:30.1755176Z [00:04:48.874]➜  patent license for this particular work, or (3) arrange, in a manner
2025-08-20T19:12:30.1755687Z [00:04:48.874]➜  consistent with the requirements of this License, to extend the patent
2025-08-20T19:12:30.1756205Z [00:04:48.874]➜  license to downstream recipients.  "Knowingly relying" means you have
2025-08-20T19:12:30.1756718Z [00:04:48.874]➜  actual knowledge that, but for the patent license, your conveying the
2025-08-20T19:12:30.1757218Z [00:04:48.874]➜  covered work in a country, or your recipient's use of the covered work
2025-08-20T19:12:30.1757715Z [00:04:48.874]➜  in a country, would infringe one or more identifiable patents in that
2025-08-20T19:12:30.1758156Z [00:04:48.874]➜  country that you have reason to believe are valid.
2025-08-20T19:12:30.1758449Z [00:04:48.874]➜  
2025-08-20T19:12:30.1758763Z [00:04:48.875]➜    If, pursuant to or in connection with a single transaction or
2025-08-20T19:12:30.1759241Z [00:04:48.875]➜  arrangement, you convey, or propagate by procuring conveyance of, a
2025-08-20T19:12:30.1759727Z [00:04:48.875]➜  covered work, and grant a patent license to some of the parties
2025-08-20T19:12:30.1760218Z [00:04:48.875]➜  receiving the covered work authorizing them to use, propagate, modify
2025-08-20T19:12:30.1761056Z [00:04:48.875]➜  or convey a specific copy of the covered work, then the patent license
2025-08-20T19:12:30.1761565Z [00:04:48.875]➜  you grant is automatically extended to all recipients of the covered
2025-08-20T19:12:30.1761950Z [00:04:48.875]➜  work and works based on it.
2025-08-20T19:12:30.1762211Z [00:04:48.875]➜  
2025-08-20T19:12:30.1762543Z [00:04:48.875]➜    A patent license is "discriminatory" if it does not include within
2025-08-20T19:12:30.1763005Z [00:04:48.875]➜  the scope of its coverage, prohibits the exercise of, or is
2025-08-20T19:12:30.1763478Z [00:04:48.875]➜  conditioned on the non-exercise of one or more of the rights that are
2025-08-20T19:12:30.1764181Z [00:04:48.875]➜  specifically granted under this License.  You may not convey a covered
2025-08-20T19:12:30.1764751Z [00:04:48.875]➜  work if you are a party to an arrangement with a third party that is
2025-08-20T19:12:30.1765336Z [00:04:48.875]➜  in the business of distributing software, under which you make payment
2025-08-20T19:12:30.1765892Z [00:04:48.875]➜  to the third party based on the extent of your activity of conveying
2025-08-20T19:12:30.1766364Z [00:04:48.875]➜  the work, and under which the third party grants, to any of the
2025-08-20T19:12:30.1766842Z [00:04:48.875]➜  parties who would receive the covered work from you, a discriminatory
2025-08-20T19:12:30.1767333Z [00:04:48.875]➜  patent license (a) in connection with copies of the covered work
2025-08-20T19:12:30.1767807Z [00:04:48.875]➜  conveyed by you (or copies made from those copies), or (b) primarily
2025-08-20T19:12:30.1768288Z [00:04:48.875]➜  for and in connection with specific products or compilations that
2025-08-20T19:12:30.1768773Z [00:04:48.875]➜  contain the covered work, unless you entered into that arrangement,
2025-08-20T19:12:30.1769232Z [00:04:48.875]➜  or that patent license was granted, prior to 28 March 2007.
2025-08-20T19:12:30.1769552Z [00:04:48.875]➜  
2025-08-20T19:12:30.1770053Z [00:04:48.875]➜    Nothing in this License shall be construed as excluding or limiting
2025-08-20T19:12:30.1770749Z [00:04:48.875]➜  any implied license or other defenses to infringement that may
2025-08-20T19:12:30.1771268Z [00:04:48.875]➜  otherwise be available to you under applicable patent law.
2025-08-20T19:12:30.1771594Z [00:04:48.875]➜  
2025-08-20T19:12:30.1772007Z [00:04:48.875]➜    12. No Surrender of Others' Freedom.
2025-08-20T19:12:30.1772274Z [00:04:48.875]➜  
2025-08-20T19:12:30.1772616Z [00:04:48.875]➜    If conditions are imposed on you (whether by court order, agreement or
2025-08-20T19:12:30.1773125Z [00:04:48.875]➜  otherwise) that contradict the conditions of this License, they do not
2025-08-20T19:12:30.1773639Z [00:04:48.875]➜  excuse you from the conditions of this License.  If you cannot convey a
2025-08-20T19:12:30.1774146Z [00:04:48.875]➜  covered work so as to satisfy simultaneously your obligations under this
2025-08-20T19:12:30.1774723Z [00:04:48.875]➜  License and any other pertinent obligations, then as a consequence you may
2025-08-20T19:12:30.1775244Z [00:04:48.875]➜  not convey it at all.  For example, if you agree to terms that obligate you
2025-08-20T19:12:30.1775753Z [00:04:48.875]➜  to collect a royalty for further conveying from those to whom you convey
2025-08-20T19:12:30.1776253Z [00:04:48.875]➜  the Program, the only way you could satisfy both those terms and this
2025-08-20T19:12:30.1776735Z [00:04:48.875]➜  License would be to refrain entirely from conveying the Program.
2025-08-20T19:12:30.1777069Z [00:04:48.875]➜  
2025-08-20T19:12:30.1777352Z [00:04:48.875]➜    13. Use with the GNU Affero General Public License.
2025-08-20T19:12:30.1777644Z [00:04:48.875]➜  
2025-08-20T19:12:30.1777973Z [00:04:48.875]➜    Notwithstanding any other provision of this License, you have
2025-08-20T19:12:30.1778465Z [00:04:48.875]➜  permission to link or combine any covered work with a work licensed
2025-08-20T19:12:30.1778964Z [00:04:48.875]➜  under version 3 of the GNU Affero General Public License into a single
2025-08-20T19:12:30.1779453Z [00:04:48.875]➜  combined work, and to convey the resulting work.  The terms of this
2025-08-20T19:12:30.1779954Z [00:04:48.875]➜  License will continue to apply to the part which is the covered work,
2025-08-20T19:12:30.1780734Z [00:04:48.875]➜  but the special requirements of the GNU Affero General Public License,
2025-08-20T19:12:30.1781325Z [00:04:48.875]➜  section 13, concerning interaction through a network will apply to the
2025-08-20T19:12:30.1781710Z [00:04:48.875]➜  combination as such.
2025-08-20T19:12:30.1781944Z [00:04:48.875]➜  
2025-08-20T19:12:30.1782197Z [00:04:48.875]➜    14. Revised Versions of this License.
2025-08-20T19:12:30.1782467Z [00:04:48.875]➜  
2025-08-20T19:12:30.1783046Z [00:04:48.875]➜    The Free Software Foundation may publish revised and/or new versions of
2025-08-20T19:12:30.1783636Z [00:04:48.875]➜  the GNU General Public License from time to time.  Such new versions will
2025-08-20T19:12:30.1784243Z [00:04:48.875]➜  be similar in spirit to the present version, but may differ in detail to
2025-08-20T19:12:30.1784699Z [00:04:48.875]➜  address new problems or concerns.
2025-08-20T19:12:30.1784967Z [00:04:48.875]➜  
2025-08-20T19:12:30.1785288Z [00:04:48.875]➜    Each version is given a distinguishing version number.  If the
2025-08-20T19:12:30.1785770Z [00:04:48.875]➜  Program specifies that a certain numbered version of the GNU General
2025-08-20T19:12:30.1786264Z [00:04:48.875]➜  Public License "or any later version" applies to it, you have the
2025-08-20T19:12:30.1786752Z [00:04:48.875]➜  option of following the terms and conditions either of that numbered
2025-08-20T19:12:30.1787228Z [00:04:48.875]➜  version or of any later version published by the Free Software
2025-08-20T19:12:30.1787702Z [00:04:48.875]➜  Foundation.  If the Program does not specify a version number of the
2025-08-20T19:12:30.1788201Z [00:04:48.875]➜  GNU General Public License, you may choose any version ever published
2025-08-20T19:12:30.1788757Z [00:04:48.875]➜  by the Free Software Foundation.
2025-08-20T19:12:30.1789017Z [00:04:48.875]➜  
2025-08-20T19:12:30.1789333Z [00:04:48.875]➜    If the Program specifies that a proxy can decide which future
2025-08-20T19:12:30.1789808Z [00:04:48.875]➜  versions of the GNU General Public License can be used, that proxy's
2025-08-20T19:12:30.1790320Z [00:04:48.875]➜  public statement of acceptance of a version permanently authorizes you
2025-08-20T19:12:30.1791075Z [00:04:48.875]➜  to choose that version for the Program.
2025-08-20T19:12:30.1791351Z [00:04:48.875]➜  
2025-08-20T19:12:30.1791664Z [00:04:48.875]➜    Later license versions may give you additional or different
2025-08-20T19:12:30.1792146Z [00:04:48.875]➜  permissions.  However, no additional obligations are imposed on any
2025-08-20T19:12:30.1792645Z [00:04:48.875]➜  author or copyright holder as a result of your choosing to follow a
2025-08-20T19:12:30.1793006Z [00:04:48.875]➜  later version.
2025-08-20T19:12:30.1793228Z [00:04:48.875]➜  
2025-08-20T19:12:30.1793456Z [00:04:48.875]➜    15. Disclaimer of Warranty.
2025-08-20T19:12:30.1793707Z [00:04:48.875]➜  
2025-08-20T19:12:30.1794039Z [00:04:48.875]➜    THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
2025-08-20T19:12:30.1794534Z [00:04:48.875]➜  APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
2025-08-20T19:12:30.1795061Z [00:04:48.875]➜  HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
2025-08-20T19:12:30.1795582Z [00:04:48.875]➜  OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
2025-08-20T19:12:30.1796097Z [00:04:48.875]➜  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2025-08-20T19:12:30.1796624Z [00:04:48.875]➜  PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
2025-08-20T19:12:30.1797138Z [00:04:48.875]➜  IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
2025-08-20T19:12:30.1797578Z [00:04:48.875]➜  ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
2025-08-20T19:12:30.1797873Z [00:04:48.875]➜  
2025-08-20T19:12:30.1798106Z [00:04:48.875]➜    16. Limitation of Liability.
2025-08-20T19:12:30.1798363Z [00:04:48.875]➜  
2025-08-20T19:12:30.1798698Z [00:04:48.875]➜    IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2025-08-20T19:12:30.1799209Z [00:04:48.875]➜  WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
2025-08-20T19:12:30.1799747Z [00:04:48.875]➜  THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
2025-08-20T19:12:30.1800280Z [00:04:48.875]➜  GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
2025-08-20T19:12:30.1801242Z [00:04:48.875]➜  USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
2025-08-20T19:12:30.1801841Z [00:04:48.875]➜  DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
2025-08-20T19:12:30.1802443Z [00:04:48.875]➜  PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
2025-08-20T19:12:30.1803055Z [00:04:48.875]➜  EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
2025-08-20T19:12:30.1803428Z [00:04:48.875]➜  SUCH DAMAGES.
2025-08-20T19:12:30.1803643Z [00:04:48.875]➜  
2025-08-20T19:12:30.1803904Z [00:04:48.875]➜    17. Interpretation of Sections 15 and 16.
2025-08-20T19:12:30.1804181Z [00:04:48.875]➜  
2025-08-20T19:12:30.1804522Z [00:04:48.875]➜    If the disclaimer of warranty and limitation of liability provided
2025-08-20T19:12:30.1805059Z [00:04:48.875]➜  above cannot be given local legal effect according to their terms,
2025-08-20T19:12:30.1805556Z [00:04:48.875]➜  reviewing courts shall apply local law that most closely approximates
2025-08-20T19:12:30.1806054Z [00:04:48.875]➜  an absolute waiver of all civil liability in connection with the
2025-08-20T19:12:30.1806537Z [00:04:48.875]➜  Program, unless a warranty or assumption of liability accompanies a
2025-08-20T19:12:30.1806961Z [00:04:48.875]➜  copy of the Program in return for a fee.
2025-08-20T19:12:30.1807398Z [00:04:48.875]➜  
2025-08-20T19:12:30.1807664Z [00:04:48.875]➜                       END OF TERMS AND CONDITIONS
2025-08-20T19:12:30.1807936Z [00:04:48.875]➜  
2025-08-20T19:12:30.1808217Z [00:04:48.875]➜              How to Apply These Terms to Your New Programs
2025-08-20T19:12:30.1808513Z [00:04:48.875]➜  
2025-08-20T19:12:30.1809029Z [00:04:48.875]➜    If you develop a new program, and you want it to be of the greatest
2025-08-20T19:12:30.1809518Z [00:04:48.875]➜  possible use to the public, the best way to achieve this is to make it
2025-08-20T19:12:30.1810038Z [00:04:48.875]➜  free software which everyone can redistribute and change under these terms.
2025-08-20T19:12:30.1810407Z [00:04:48.875]➜  
2025-08-20T19:12:30.1810977Z [00:04:48.875]➜    To do so, attach the following notices to the program.  It is safest
2025-08-20T19:12:30.1811459Z [00:04:48.875]➜  to attach them to the start of each source file to most effectively
2025-08-20T19:12:30.1811953Z [00:04:48.875]➜  state the exclusion of warranty; and each file should have at least
2025-08-20T19:12:30.1812451Z [00:04:48.875]➜  the "copyright" line and a pointer to where the full notice is found.
2025-08-20T19:12:30.1812796Z [00:04:48.875]➜  
2025-08-20T19:12:30.1813134Z [00:04:48.875]➜      <one line to give the program's name and a brief idea of what it does.>
2025-08-20T19:12:30.1813555Z [00:04:48.875]➜      Copyright (C) <year>  <name of author>
2025-08-20T19:12:30.1813832Z [00:04:48.875]➜  
2025-08-20T19:12:30.1814169Z [00:04:48.875]➜      This program is free software: you can redistribute it and/or modify
2025-08-20T19:12:30.1814663Z [00:04:48.875]➜      it under the terms of the GNU General Public License as published by
2025-08-20T19:12:30.1815307Z [00:04:48.875]➜      the Free Software Foundation, either version 3 of the License, or
2025-08-20T19:12:30.1815778Z [00:04:48.875]➜      (at your option) any later version.
2025-08-20T19:12:30.1816049Z [00:04:48.875]➜  
2025-08-20T19:12:30.1816386Z [00:04:48.875]➜      This program is distributed in the hope that it will be useful,
2025-08-20T19:12:30.1816855Z [00:04:48.875]➜      but WITHOUT ANY WARRANTY; without even the implied warranty of
2025-08-20T19:12:30.1817327Z [00:04:48.875]➜      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2025-08-20T19:12:30.1817744Z [00:04:48.875]➜      GNU General Public License for more details.
2025-08-20T19:12:30.1818037Z [00:04:48.875]➜  
2025-08-20T19:12:30.1818367Z [00:04:48.875]➜      You should have received a copy of the GNU General Public License
2025-08-20T19:12:30.1818894Z [00:04:48.875]➜      along with this program.  If not, see <https://www.gnu.org/licenses/>.
2025-08-20T19:12:30.1819248Z [00:04:48.875]➜  
2025-08-20T19:12:30.1819604Z [00:04:48.875]➜  Also add information on how to contact you by electronic and paper mail.
2025-08-20T19:12:30.1819965Z [00:04:48.875]➜  
2025-08-20T19:12:30.1820290Z [00:04:48.875]➜    If the program does terminal interaction, make it output a short
2025-08-20T19:12:30.1821148Z [00:04:48.875]➜  notice like this when it starts in an interactive mode:
2025-08-20T19:12:30.1821493Z [00:04:48.875]➜  
2025-08-20T19:12:30.1821781Z [00:04:48.875]➜      <program>  Copyright (C) <year>  <name of author>
2025-08-20T19:12:30.1822252Z [00:04:48.875]➜      This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
2025-08-20T19:12:30.1822752Z [00:04:48.875]➜      This is free software, and you are welcome to redistribute it
2025-08-20T19:12:30.1823182Z [00:04:48.875]➜      under certain conditions; type `show c' for details.
2025-08-20T19:12:30.1823484Z [00:04:48.875]➜  
2025-08-20T19:12:30.1823858Z [00:04:48.875]➜  The hypothetical commands `show w' and `show c' should show the appropriate
2025-08-20T19:12:30.1824392Z [00:04:48.875]➜  parts of the General Public License.  Of course, your program's commands
2025-08-20T19:12:30.1824896Z [00:04:48.875]➜  might be different; for a GUI interface, you would use an "about box".
2025-08-20T19:12:30.1825388Z [00:04:48.875]➜  
2025-08-20T19:12:30.1825757Z [00:04:48.875]➜    You should also get your employer (if you work as a programmer) or school,
2025-08-20T19:12:30.1826263Z [00:04:48.875]➜  if any, to sign a "copyright disclaimer" for the program, if necessary.
2025-08-20T19:12:30.1826773Z [00:04:48.875]➜  For more information on this, and how to apply and follow the GNU GPL, see
2025-08-20T19:12:30.1827337Z [00:04:48.875]➜  <https://www.gnu.org/licenses/>.
2025-08-20T19:12:30.1827608Z [00:04:48.875]➜  
2025-08-20T19:12:30.1827969Z [00:04:48.875]➜    The GNU General Public License does not permit incorporating your program
2025-08-20T19:12:30.1828497Z [00:04:48.875]➜  into proprietary programs.  If your program is a subroutine library, you
2025-08-20T19:12:30.1829041Z [00:04:48.875]➜  may consider it more useful to permit linking proprietary applications with
2025-08-20T19:12:30.1829555Z [00:04:48.875]➜  the library.  If this is what you want to do, use the GNU Lesser General
2025-08-20T19:12:30.1830043Z [00:04:48.875]➜  Public License instead of this License.  But first, please read
2025-08-20T19:12:30.1830663Z [00:04:48.875]➜  <https://www.gnu.org/licenses/why-not-lgpl.html>.
2025-08-20T19:12:30.1831021Z [00:04:48.875]➜  
2025-08-20T19:12:30.1831212Z [00:04:48.875]➜  
2025-08-20T19:12:35.7903341Z [00:04:54.511]➜  
2025-08-20T19:12:35.7903682Z [00:04:54.511]➜  File: LICENSE
2025-08-20T19:12:35.7903985Z [00:04:54.511]➜    Type: ASCII text
2025-08-20T19:12:35.7904422Z [00:04:54.511]➜    B3sum: 9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-20T19:12:35.7905001Z [00:04:54.511]➜    SHA256sum: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
2025-08-20T19:12:35.7905401Z [00:04:54.511]➜    Size: 36K
2025-08-20T19:12:35.8031111Z [00:04:54.524]➜  
2025-08-20T19:12:35.8031797Z [00:04:54.524]➜  File: SBUILD
2025-08-20T19:12:35.8032226Z [00:04:54.524]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T19:12:35.8032881Z [00:04:54.524]➜    B3sum: ced0247ae23eb05ab6eb26947cea6d3873531d160b035da8b9e1df1c851743b5
2025-08-20T19:12:35.8033573Z [00:04:54.524]➜    SHA256sum: d1a63cf6c67e4c4c83771ed02fd1afbfb0f943d60a901acc9ccd67263b7348dd
2025-08-20T19:12:35.8033981Z [00:04:54.524]➜    Size: 16K
2025-08-20T19:12:35.8134186Z [00:04:54.534]➜  
2025-08-20T19:12:35.8134541Z [00:04:54.534]➜  File: coreutils.static.version
2025-08-20T19:12:35.8134895Z [00:04:54.534]➜    Type: ASCII text, with no line terminators
2025-08-20T19:12:35.8135413Z [00:04:54.534]➜    B3sum: e6137ba8e50b84764f118afecb15bb5e7fdd6c19f0c110383b6faf6b1ac03243
2025-08-20T19:12:35.8135988Z [00:04:54.534]➜    SHA256sum: 0e25863be6ff54dccc21f1dc2c10909f753c7f5b4a689e9a8e0db65d6c84a6b6
2025-08-20T19:12:35.8136383Z [00:04:54.534]➜    Size: 4.0K
2025-08-20T19:12:35.8234668Z [00:04:54.544]➜  
2025-08-20T19:12:35.8234998Z [00:04:54.544]➜  File: coreutils.version
2025-08-20T19:12:35.8235349Z [00:04:54.544]➜    Type: ASCII text, with no line terminators
2025-08-20T19:12:35.8235849Z [00:04:54.544]➜    B3sum: e6137ba8e50b84764f118afecb15bb5e7fdd6c19f0c110383b6faf6b1ac03243
2025-08-20T19:12:35.8236439Z [00:04:54.544]➜    SHA256sum: 0e25863be6ff54dccc21f1dc2c10909f753c7f5b4a689e9a8e0db65d6c84a6b6
2025-08-20T19:12:35.8236838Z [00:04:54.544]➜    Size: 4.0K
2025-08-20T19:12:35.8237249Z [00:04:54.545]➜  
2025-08-20T19:12:35.8237821Z [00:04:54.545]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T19:12:35.8265513Z [00:04:54.548]➜  coreutils.static.version:e6137ba8e50b84764f118afecb15bb5e7fdd6c19f0c110383b6faf6b1ac03243
2025-08-20T19:12:35.8266227Z [00:04:54.548]➜  SBUILD:ced0247ae23eb05ab6eb26947cea6d3873531d160b035da8b9e1df1c851743b5
2025-08-20T19:12:35.8266822Z [00:04:54.548]➜  LICENSE:9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-20T19:12:35.8267436Z [00:04:54.548]➜  coreutils.version:e6137ba8e50b84764f118afecb15bb5e7fdd6c19f0c110383b6faf6b1ac03243
2025-08-20T19:12:35.8284726Z [00:04:54.549]➜  
2025-08-20T19:12:35.8285368Z [00:04:54.550]➜  [+] Signing coreutils.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T19:12:35.8373865Z [00:04:54.558]➜  
2025-08-20T19:12:35.8374794Z [00:04:54.558]➜  [✓] SuccessFully Built coreutils.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/coreutils/static.multicall.glibc.yaml [Wednesday, 2025-08-20 (07:12:35 PM) UTC]
2025-08-20T19:12:35.8375557Z [00:04:54.558]➜  
2025-08-20T19:12:35.8489408Z [00:04:54.570]➜  [+] Total Size: 122M (Includes DUPES+TMPFILES)
2025-08-20T19:12:35.8489986Z [00:04:54.570]➜  [+] LOGPATH='/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/coreutils.static.log'
2025-08-20T19:12:35.8504389Z [00:04:54.571]➜  [+] ENVPATH=/tmp/pkgforge/VkzB6N6aq_SBUILD/ENVPATH
2025-08-20T19:12:35.8737604Z 
2025-08-20T19:12:35.8738352Z [+] Sanitizing /tmp/pkgforge/VkzB6N6aq_SBUILD/BUILD.log ==> /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/coreutils.static.log
2025-08-20T19:12:39.4754053Z 
2025-08-20T19:12:39.4755041Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/coreutils/multicall/glibc]
2025-08-20T19:12:39.4755562Z [+] LOGS (Build Dir): /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR
2025-08-20T19:12:39.4755819Z 
2025-08-20T19:12:39.5814114Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T19:12:39.9959720Z ./BUILD_ARTIFACTS.tar : 26.74%   (   116 MiB =>   31.1 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T19:12:40.0180221Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T19:12:40.0220353Z 
2025-08-20T19:12:40.0221516Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml :: 00(Hr):04(Min):59(Sec)
2025-08-20T19:12:40.0222187Z 
2025-08-20T19:12:40.0235462Z 
2025-08-20T19:12:40.0235838Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (07:12:40 PM) UTC
2025-08-20T19:12:40.0236102Z 
2025-08-20T19:12:41.0718284Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T19:12:41.0765810Z ##[group]Run ##Presets
2025-08-20T19:12:41.0766166Z [36;1m##Presets[0m
2025-08-20T19:12:41.0766345Z [36;1mset +x ; set +e[0m
2025-08-20T19:12:41.0766535Z [36;1m#-------------#[0m
2025-08-20T19:12:41.0766714Z [36;1m##Debug?[0m
2025-08-20T19:12:41.0766931Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:12:41.0767203Z [36;1m  set -x[0m
2025-08-20T19:12:41.0767382Z [36;1mfi[0m
2025-08-20T19:12:41.0767539Z [36;1m#-------------#[0m
2025-08-20T19:12:41.0768073Z [36;1m##Set ENV[0m
2025-08-20T19:12:41.0768311Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T19:12:41.0768707Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T19:12:41.0769073Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T19:12:41.0769501Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-"[0m
2025-08-20T19:12:41.0770025Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T19:12:41.0770412Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:12:41.0770984Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:12:41.0771303Z [36;1m fi[0m
2025-08-20T19:12:41.0771459Z [36;1m##Push[0m
2025-08-20T19:12:41.0771661Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T19:12:41.0772140Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T19:12:41.0772489Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T19:12:41.0772942Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T19:12:41.0773366Z [36;1m     ls -sh "/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T19:12:41.0773687Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T19:12:41.0773878Z [36;1m       {[0m
2025-08-20T19:12:41.0774056Z [36;1m        for i in {1..10}; do[0m
2025-08-20T19:12:41.0774477Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T19:12:41.0774906Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T19:12:41.0775322Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T19:12:41.0775734Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T19:12:41.0776131Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T19:12:41.0776500Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T19:12:41.0776869Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T19:12:41.0777240Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T19:12:41.0777613Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T19:12:41.0778004Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T19:12:41.0778455Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T19:12:41.0778937Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T19:12:41.0779373Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T19:12:41.0779786Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T19:12:41.0780193Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T19:12:41.0780852Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-coreutils")[0m
2025-08-20T19:12:41.0781295Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T19:12:41.0781976Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T19:12:41.0782415Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T19:12:41.0782813Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T19:12:41.0783294Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T19:12:41.0783711Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T19:12:41.0783944Z [36;1m         #Check[0m
2025-08-20T19:12:41.0784473Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "" ]]; then[0m
2025-08-20T19:12:41.0785158Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T19:12:41.0785489Z [36;1m            break[0m
2025-08-20T19:12:41.0785677Z [36;1m          else[0m
2025-08-20T19:12:41.0786066Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T19:12:41.0786480Z [36;1m          fi[0m
2025-08-20T19:12:41.0786678Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T19:12:41.0786914Z [36;1m        done[0m
2025-08-20T19:12:41.0787084Z [36;1m       }[0m
2025-08-20T19:12:41.0787382Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T19:12:41.0787613Z [36;1m       ghcr_push_cmd[0m
2025-08-20T19:12:41.0788150Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T19:12:41.0788858Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T19:12:41.0789242Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T19:12:41.0789489Z [36;1m          ghcr_push_cmd[0m
2025-08-20T19:12:41.0790136Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T19:12:41.0791322Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T19:12:41.0791812Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T19:12:41.0792197Z [36;1m             return 1 || exit 1[0m
2025-08-20T19:12:41.0792412Z [36;1m           fi[0m
2025-08-20T19:12:41.0792586Z [36;1m       fi[0m
2025-08-20T19:12:41.0792750Z [36;1m   fi[0m
2025-08-20T19:12:41.0792907Z [36;1m fi[0m
2025-08-20T19:12:41.0793071Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T19:12:41.0828034Z shell: /usr/bin/bash -e {0}
2025-08-20T19:12:41.0828251Z env:
2025-08-20T19:12:41.0828413Z   CROSS_COMPILING: NO
2025-08-20T19:12:41.0828627Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:12:41.0828904Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:12:41.0829104Z   ON_QEMU: NO
2025-08-20T19:12:41.0829258Z   DEBUG: 0
2025-08-20T19:12:41.0829421Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:12:41.0829631Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:12:41.0829928Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:12:41.0830234Z   KEEP_LOGS: YES
2025-08-20T19:12:41.0830409Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:12:41.0830879Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:12:41.0831096Z   SBUILD_REBUILD: false
2025-08-20T19:12:41.0831618Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:12:41.0832171Z   BUILD_SYS: docker://clang+make
2025-08-20T19:12:41.0832383Z   BUILD_ON_HOST: FALSE
2025-08-20T19:12:41.0832562Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:12:41.0832743Z   SYSTMP: /tmp
2025-08-20T19:12:41.0832904Z   GHA_MODE: MATRIX
2025-08-20T19:12:41.0833611Z   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-20T19:12:41.0834114Z   INPUT_SBUILD: /tmp/pkgforge/lzUWZdkYa_build.yaml
2025-08-20T19:12:41.0834418Z   BUILD_DIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml
2025-08-20T19:12:41.0834781Z   SBUILD_OUTDIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR
2025-08-20T19:12:41.0835240Z   SBUILD_TMPDIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:12:41.0835598Z   PKG_TYPE: static
2025-08-20T19:12:41.0835772Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:12:41.0835962Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:12:41.0836672Z   GHCR_TOKEN: ***
2025-08-20T19:12:41.0836970Z   GITHUB_TOKEN: ***
2025-08-20T19:12:41.0837176Z   GITLAB_TOKEN: ***
2025-08-20T19:12:41.0838289Z   MINISIGN_KEY: ***
2025-08-20T19:12:41.0838460Z ##[endgroup]
2025-08-20T19:12:41.0912168Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T19:12:41.0921425Z 32M	./BUILD_ARTIFACTS.zstd
2025-08-20T19:12:41.0932493Z total 4.2M
2025-08-20T19:12:41.0932656Z 4.0K CHECKSUM
2025-08-20T19:12:41.0932816Z 4.0K CHECKSUM.sig
2025-08-20T19:12:41.0932981Z  36K LICENSE
2025-08-20T19:12:41.0933133Z 4.0K LICENSE.sig
2025-08-20T19:12:41.0933296Z  16K SBUILD
2025-08-20T19:12:41.0933446Z 4.0K SBUILD.sig
2025-08-20T19:12:41.0933613Z 4.0K SBUILD_TEMP
2025-08-20T19:12:41.0933788Z 4.1M coreutils.static.log
2025-08-20T19:12:41.0934321Z 4.0K coreutils.static.version
2025-08-20T19:12:41.0934543Z 4.0K coreutils.static.version.sig
2025-08-20T19:12:41.0934760Z 4.0K coreutils.version
2025-08-20T19:12:41.0934949Z 4.0K coreutils.version.sig
2025-08-20T19:12:41.0965352Z Error: "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-"
2025-08-20T19:12:41.0968577Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T19:12:46.1020005Z Error: "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-"
2025-08-20T19:12:46.1021558Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T19:12:46.1026921Z 
2025-08-20T19:12:46.1027258Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-
2025-08-20T19:12:46.1027648Z 
2025-08-20T19:12:46.1062543Z Error: "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-"
2025-08-20T19:12:46.1063470Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T19:12:46.1101895Z ##[group]Run ##Presets
2025-08-20T19:12:46.1102163Z [36;1m##Presets[0m
2025-08-20T19:12:46.1102390Z [36;1mset +x ; set +e[0m
2025-08-20T19:12:46.1102579Z [36;1m#-------------#[0m
2025-08-20T19:12:46.1102773Z [36;1m##Debug?[0m
2025-08-20T19:12:46.1102989Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:12:46.1103254Z [36;1m  set -x[0m
2025-08-20T19:12:46.1103411Z [36;1mfi[0m
2025-08-20T19:12:46.1103568Z [36;1m#-------------#[0m
2025-08-20T19:12:46.1103799Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T19:12:46.1104120Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:12:46.1137825Z shell: /usr/bin/bash -e {0}
2025-08-20T19:12:46.1138041Z env:
2025-08-20T19:12:46.1138200Z   CROSS_COMPILING: NO
2025-08-20T19:12:46.1138394Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:12:46.1138604Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:12:46.1138803Z   ON_QEMU: NO
2025-08-20T19:12:46.1139012Z   DEBUG: 0
2025-08-20T19:12:46.1139176Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:12:46.1139389Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:12:46.1139685Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:12:46.1139996Z   KEEP_LOGS: YES
2025-08-20T19:12:46.1140165Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:12:46.1140360Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:12:46.1140861Z   SBUILD_REBUILD: false
2025-08-20T19:12:46.1141383Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:12:46.1141950Z   BUILD_SYS: docker://clang+make
2025-08-20T19:12:46.1142161Z   BUILD_ON_HOST: FALSE
2025-08-20T19:12:46.1142340Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:12:46.1142517Z   SYSTMP: /tmp
2025-08-20T19:12:46.1142678Z   GHA_MODE: MATRIX
2025-08-20T19:12:46.1143076Z   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-20T19:12:46.1143566Z   INPUT_SBUILD: /tmp/pkgforge/lzUWZdkYa_build.yaml
2025-08-20T19:12:46.1143871Z   BUILD_DIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml
2025-08-20T19:12:46.1144233Z   SBUILD_OUTDIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR
2025-08-20T19:12:46.1144696Z   SBUILD_TMPDIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:12:46.1145052Z   PKG_TYPE: static
2025-08-20T19:12:46.1145226Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:12:46.1145415Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:12:46.1145597Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:12:46.1145969Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-
2025-08-20T19:12:46.1146639Z ##[endgroup]
2025-08-20T19:12:46.1284932Z ##[group]Run actions/upload-artifact@v4
2025-08-20T19:12:46.1285263Z with:
2025-08-20T19:12:46.1285451Z   name: Bincache_coreutils_aarch64-Linux
2025-08-20T19:12:46.1285725Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T19:12:46.1285989Z   compression-level: 0
2025-08-20T19:12:46.1286173Z   retention-days: 30
2025-08-20T19:12:46.1286350Z   overwrite: true
2025-08-20T19:12:46.1286520Z   if-no-files-found: warn
2025-08-20T19:12:46.1286728Z   include-hidden-files: false
2025-08-20T19:12:46.1287203Z env:
2025-08-20T19:12:46.1287353Z   CROSS_COMPILING: NO
2025-08-20T19:12:46.1287545Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:12:46.1287756Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:12:46.1287952Z   ON_QEMU: NO
2025-08-20T19:12:46.1288106Z   DEBUG: 0
2025-08-20T19:12:46.1288269Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:12:46.1288490Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:12:46.1288791Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:12:46.1289141Z   KEEP_LOGS: YES
2025-08-20T19:12:46.1289315Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:12:46.1289508Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:12:46.1289713Z   SBUILD_REBUILD: false
2025-08-20T19:12:46.1290235Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:12:46.1291409Z   BUILD_SYS: docker://clang+make
2025-08-20T19:12:46.1291631Z   BUILD_ON_HOST: FALSE
2025-08-20T19:12:46.1291819Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:12:46.1291998Z   SYSTMP: /tmp
2025-08-20T19:12:46.1292160Z   GHA_MODE: MATRIX
2025-08-20T19:12:46.1292558Z   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-20T19:12:46.1293043Z   INPUT_SBUILD: /tmp/pkgforge/lzUWZdkYa_build.yaml
2025-08-20T19:12:46.1293353Z   BUILD_DIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml
2025-08-20T19:12:46.1293718Z   SBUILD_OUTDIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR
2025-08-20T19:12:46.1294176Z   SBUILD_TMPDIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:12:46.1294535Z   PKG_TYPE: static
2025-08-20T19:12:46.1294712Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:12:46.1294903Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:12:46.1295089Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:12:46.1295464Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-
2025-08-20T19:12:46.1295878Z   UTC_TIME: 2025_08_20T07_12_46_PM
2025-08-20T19:12:46.1296086Z ##[endgroup]
2025-08-20T19:12:46.3229011Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T19:12:46.3231410Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T19:12:46.3232074Z With the provided path, there will be 2 files uploaded
2025-08-20T19:12:46.4809135Z Artifact name is valid!
2025-08-20T19:12:46.4810405Z Root directory input is valid!
2025-08-20T19:12:46.5323689Z Beginning upload of artifact content to blob storage
2025-08-20T19:12:47.1937250Z Uploaded bytes 8388608
2025-08-20T19:12:47.2737867Z Uploaded bytes 16777216
2025-08-20T19:12:47.3180071Z Uploaded bytes 25165824
2025-08-20T19:12:47.6457735Z Uploaded bytes 33554432
2025-08-20T19:12:47.8441233Z Uploaded bytes 37127772
2025-08-20T19:12:47.9186156Z Finished uploading artifact content to blob storage!
2025-08-20T19:12:47.9187314Z SHA256 digest of uploaded artifact zip is 8f6a1d8bdcb98708e12fa2f002e206960b194e1f70460cb8317d292f7edbbcda
2025-08-20T19:12:47.9187835Z Finalizing artifact upload
2025-08-20T19:12:48.0697103Z Artifact Bincache_coreutils_aarch64-Linux.zip successfully finalized. Artifact ID 3812303127
2025-08-20T19:12:48.0697816Z Artifact Bincache_coreutils_aarch64-Linux has been successfully uploaded! Final size is 37127772 bytes. Artifact ID is 3812303127
2025-08-20T19:12:48.0704341Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107523099/artifacts/3812303127
2025-08-20T19:12:48.0901628Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T19:12:48.0901973Z with:
2025-08-20T19:12:48.0902150Z   subject-name: coreutils--
2025-08-20T19:12:48.0902829Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T19:12:48.0903527Z   show-summary: true
2025-08-20T19:12:48.0903719Z   push-to-registry: false
2025-08-20T19:12:48.0904331Z   github-token: ***
2025-08-20T19:12:48.0904508Z env:
2025-08-20T19:12:48.0904668Z   CROSS_COMPILING: NO
2025-08-20T19:12:48.0904861Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:12:48.0905080Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:12:48.0905279Z   ON_QEMU: NO
2025-08-20T19:12:48.0905436Z   DEBUG: 0
2025-08-20T19:12:48.0905601Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:12:48.0905826Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:12:48.0906176Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:12:48.0906490Z   KEEP_LOGS: YES
2025-08-20T19:12:48.0906669Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:12:48.0906874Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:12:48.0907084Z   SBUILD_REBUILD: false
2025-08-20T19:12:48.0907600Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:12:48.0908157Z   BUILD_SYS: docker://clang+make
2025-08-20T19:12:48.0908381Z   BUILD_ON_HOST: FALSE
2025-08-20T19:12:48.0908572Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:12:48.0908755Z   SYSTMP: /tmp
2025-08-20T19:12:48.0908921Z   GHA_MODE: MATRIX
2025-08-20T19:12:48.0909336Z   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-20T19:12:48.0909828Z   INPUT_SBUILD: /tmp/pkgforge/lzUWZdkYa_build.yaml
2025-08-20T19:12:48.0910146Z   BUILD_DIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml
2025-08-20T19:12:48.0910775Z   SBUILD_OUTDIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR
2025-08-20T19:12:48.0911256Z   SBUILD_TMPDIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:12:48.0911625Z   PKG_TYPE: static
2025-08-20T19:12:48.0911804Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:12:48.0912002Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:12:48.0912192Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:12:48.0912572Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-
2025-08-20T19:12:48.0912989Z   UTC_TIME: 2025_08_20T07_12_46_PM
2025-08-20T19:12:48.0913203Z ##[endgroup]
2025-08-20T19:12:48.0995073Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T19:12:48.0995488Z env:
2025-08-20T19:12:48.0995645Z   CROSS_COMPILING: NO
2025-08-20T19:12:48.0995839Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:12:48.0996073Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:12:48.0996275Z   ON_QEMU: NO
2025-08-20T19:12:48.0996450Z   DEBUG: 0
2025-08-20T19:12:48.0996617Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:12:48.0996835Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:12:48.0997142Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:12:48.0997450Z   KEEP_LOGS: YES
2025-08-20T19:12:48.0997624Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:12:48.0997821Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:12:48.0998029Z   SBUILD_REBUILD: false
2025-08-20T19:12:48.0998555Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:12:48.0999116Z   BUILD_SYS: docker://clang+make
2025-08-20T19:12:48.0999334Z   BUILD_ON_HOST: FALSE
2025-08-20T19:12:48.0999524Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:12:48.0999711Z   SYSTMP: /tmp
2025-08-20T19:12:48.0999876Z   GHA_MODE: MATRIX
2025-08-20T19:12:48.1000949Z   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-20T19:12:48.1001449Z   INPUT_SBUILD: /tmp/pkgforge/lzUWZdkYa_build.yaml
2025-08-20T19:12:48.1001752Z   BUILD_DIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml
2025-08-20T19:12:48.1002115Z   SBUILD_OUTDIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR
2025-08-20T19:12:48.1002579Z   SBUILD_TMPDIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:12:48.1002948Z   PKG_TYPE: static
2025-08-20T19:12:48.1003125Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:12:48.1003435Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:12:48.1003621Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:12:48.1003996Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-
2025-08-20T19:12:48.1004406Z   UTC_TIME: 2025_08_20T07_12_46_PM
2025-08-20T19:12:48.1004614Z ##[endgroup]
2025-08-20T19:12:48.6111850Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T19:12:48.6112193Z with:
2025-08-20T19:12:48.6112850Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T19:12:48.6113562Z   subject-name: coreutils--
2025-08-20T19:12:48.6113822Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T19:12:48.6116360Z   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/17107523099/attempts/1"}}}
2025-08-20T19:12:48.6118914Z   push-to-registry: false
2025-08-20T19:12:48.6119119Z   show-summary: true
2025-08-20T19:12:48.6119503Z   github-token: ***
2025-08-20T19:12:48.6119683Z env:
2025-08-20T19:12:48.6119841Z   CROSS_COMPILING: NO
2025-08-20T19:12:48.6120035Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:12:48.6120251Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:12:48.6120740Z   ON_QEMU: NO
2025-08-20T19:12:48.6120911Z   DEBUG: 0
2025-08-20T19:12:48.6121078Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:12:48.6121297Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:12:48.6121602Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:12:48.6121915Z   KEEP_LOGS: YES
2025-08-20T19:12:48.6122090Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:12:48.6122298Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:12:48.6122506Z   SBUILD_REBUILD: false
2025-08-20T19:12:48.6123026Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:12:48.6123586Z   BUILD_SYS: docker://clang+make
2025-08-20T19:12:48.6123807Z   BUILD_ON_HOST: FALSE
2025-08-20T19:12:48.6123992Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:12:48.6124176Z   SYSTMP: /tmp
2025-08-20T19:12:48.6124344Z   GHA_MODE: MATRIX
2025-08-20T19:12:48.6124749Z   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-20T19:12:48.6125252Z   INPUT_SBUILD: /tmp/pkgforge/lzUWZdkYa_build.yaml
2025-08-20T19:12:48.6125564Z   BUILD_DIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml
2025-08-20T19:12:48.6125946Z   SBUILD_OUTDIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR
2025-08-20T19:12:48.6126415Z   SBUILD_TMPDIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:12:48.6127100Z   PKG_TYPE: static
2025-08-20T19:12:48.6127282Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:12:48.6127664Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:12:48.6127863Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:12:48.6128242Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-
2025-08-20T19:12:48.6128656Z   UTC_TIME: 2025_08_20T07_12_46_PM
2025-08-20T19:12:48.6128868Z ##[endgroup]
2025-08-20T19:12:50.2521968Z Attestation created for 12 subjects
2025-08-20T19:12:50.2525592Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T19:12:50.2526374Z -----BEGIN CERTIFICATE-----
2025-08-20T19:12:50.2526708Z MIIG7jCCBnSgAwIBAgIUMezvOWpL99S0jyr/N/cPYmgIys4wCgYIKoZIzj0EAwMw
2025-08-20T19:12:50.2527160Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T19:12:50.2527623Z cm1lZGlhdGUwHhcNMjUwODIwMTkxMjQ5WhcNMjUwODIwMTkyMjQ5WjAAMFkwEwYH
2025-08-20T19:12:50.2528088Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEoeGIMLNw2Xb5RujzfdiJMI1RQjt5ZXOSVWjz
2025-08-20T19:12:50.2528575Z 9t0e1YeAiX8lMk9jx4j3vKKKPnm9ZUPpPjdBYlsb3r6YEzBdrKOCBZMwggWPMA4G
2025-08-20T19:12:50.2529028Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUPVET
2025-08-20T19:12:50.2529490Z DRCvH3KATm6rVt7cALGZwx8wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T19:12:50.2529933Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T19:12:50.2530373Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T19:12:50.2531021Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T19:12:50.2531476Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T19:12:50.2531909Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T19:12:50.2532359Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T19:12:50.2532823Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T19:12:50.2533288Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T19:12:50.2533786Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T19:12:50.2534236Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T19:12:50.2534684Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T19:12:50.2535141Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T19:12:50.2535587Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T19:12:50.2536037Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T19:12:50.2536509Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T19:12:50.2536974Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T19:12:50.2537440Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T19:12:50.2537897Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T19:12:50.2538359Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T19:12:50.2538823Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T19:12:50.2539280Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T19:12:50.2539739Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T19:12:50.2540201Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T19:12:50.2540803Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3NTIzMDk5L2F0
2025-08-20T19:12:50.2541264Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T19:12:50.2541739Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjI5fFD
2025-08-20T19:12:50.2542181Z AAAEAwBGMEQCIC2+KEao/6qnigRL3vV95JpvaQYdCV4eRVRCJjvhBRaDAiBjeHIs
2025-08-20T19:12:50.2542622Z 8br3QIeo+LLdRyy5QW8a6dSjmIrsIFDoSWqjYjAKBggqhkjOPQQDAwNoADBlAjEA
2025-08-20T19:12:50.2543070Z xIqNmOZDqzjya4LrIina02h8CwigO3p22LXHQ7CEXRjPnbRNmEj/Jf5hlIi9Mb02
2025-08-20T19:12:50.2543792Z AjAovAsxVu5uK6I4b8LD5NArhomN968x3bPTdpS6MFgJ5WrBuKRp+YhLwBMAy6XX
2025-08-20T19:12:50.2544119Z dkM=
2025-08-20T19:12:50.2544433Z -----END CERTIFICATE-----
2025-08-20T19:12:50.2544578Z 
2025-08-20T19:12:50.2545098Z ##[endgroup]
2025-08-20T19:12:50.2545580Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T19:12:50.2545954Z https://search.sigstore.dev?logIndex=413976912
2025-08-20T19:12:50.2546295Z [36mAttestation uploaded to repository[39m
2025-08-20T19:12:50.2546607Z https://github.com/pkgforge/bincache/attestations/9868894
2025-08-20T19:12:50.3532384Z ##[group]Run ##Presets
2025-08-20T19:12:50.3532823Z [36;1m##Presets[0m
2025-08-20T19:12:50.3533009Z [36;1mset +x ; set +e[0m
2025-08-20T19:12:50.3533207Z [36;1m#-------------#[0m
2025-08-20T19:12:50.3533392Z [36;1m##Debug?[0m
2025-08-20T19:12:50.3533613Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:12:50.3533888Z [36;1m  set -x[0m
2025-08-20T19:12:50.3534073Z [36;1mfi[0m
2025-08-20T19:12:50.3534236Z [36;1m#-------------#[0m
2025-08-20T19:12:50.3534523Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T19:12:50.3535043Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"[0m
2025-08-20T19:12:50.3535458Z [36;1m exit 1[0m
2025-08-20T19:12:50.3535627Z [36;1mfi[0m
2025-08-20T19:12:50.3568630Z shell: /usr/bin/bash -e {0}
2025-08-20T19:12:50.3568864Z env:
2025-08-20T19:12:50.3569030Z   CROSS_COMPILING: NO
2025-08-20T19:12:50.3569282Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:12:50.3569506Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:12:50.3569713Z   ON_QEMU: NO
2025-08-20T19:12:50.3569872Z   DEBUG: 0
2025-08-20T19:12:50.3570039Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:12:50.3570256Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:12:50.3570794Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:12:50.3571116Z   KEEP_LOGS: YES
2025-08-20T19:12:50.3571302Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:12:50.3571505Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:12:50.3571716Z   SBUILD_REBUILD: false
2025-08-20T19:12:50.3572237Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:12:50.3572798Z   BUILD_SYS: docker://clang+make
2025-08-20T19:12:50.3573018Z   BUILD_ON_HOST: FALSE
2025-08-20T19:12:50.3573202Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:12:50.3573386Z   SYSTMP: /tmp
2025-08-20T19:12:50.3573560Z   GHA_MODE: MATRIX
2025-08-20T19:12:50.3573975Z   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-20T19:12:50.3574469Z   INPUT_SBUILD: /tmp/pkgforge/lzUWZdkYa_build.yaml
2025-08-20T19:12:50.3574778Z   BUILD_DIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml
2025-08-20T19:12:50.3575156Z   SBUILD_OUTDIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR
2025-08-20T19:12:50.3575630Z   SBUILD_TMPDIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:12:50.3575995Z   PKG_TYPE: static
2025-08-20T19:12:50.3576183Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:12:50.3576381Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:12:50.3576576Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:12:50.3576960Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-
2025-08-20T19:12:50.3577377Z   UTC_TIME: 2025_08_20T07_12_46_PM
2025-08-20T19:12:50.3577590Z ##[endgroup]
2025-08-20T19:12:50.3655591Z ##[group]Run ##Presets
2025-08-20T19:12:50.3655911Z [36;1m##Presets[0m
2025-08-20T19:12:50.3656100Z [36;1mset +x ; set +e[0m
2025-08-20T19:12:50.3656295Z [36;1m#-------------#[0m
2025-08-20T19:12:50.3656483Z [36;1m##Debug?[0m
2025-08-20T19:12:50.3656707Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:12:50.3656982Z [36;1m  set -x[0m
2025-08-20T19:12:50.3657148Z [36;1mfi[0m
2025-08-20T19:12:50.3657493Z [36;1m#-------------#[0m
2025-08-20T19:12:50.3657717Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T19:12:50.3658169Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"[0m
2025-08-20T19:12:50.3658585Z [36;1m exit 1[0m
2025-08-20T19:12:50.3658750Z [36;1mfi[0m
2025-08-20T19:12:50.3688729Z shell: /usr/bin/bash -e {0}
2025-08-20T19:12:50.3688961Z env:
2025-08-20T19:12:50.3689124Z   CROSS_COMPILING: NO
2025-08-20T19:12:50.3689384Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:12:50.3689606Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:12:50.3689999Z   ON_QEMU: NO
2025-08-20T19:12:50.3690162Z   DEBUG: 0
2025-08-20T19:12:50.3690332Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:12:50.3690808Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:12:50.3691123Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:12:50.3691439Z   KEEP_LOGS: YES
2025-08-20T19:12:50.3691615Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:12:50.3691830Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:12:50.3692040Z   SBUILD_REBUILD: false
2025-08-20T19:12:50.3692563Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:12:50.3693121Z   BUILD_SYS: docker://clang+make
2025-08-20T19:12:50.3693341Z   BUILD_ON_HOST: FALSE
2025-08-20T19:12:50.3693525Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:12:50.3693711Z   SYSTMP: /tmp
2025-08-20T19:12:50.3693876Z   GHA_MODE: MATRIX
2025-08-20T19:12:50.3694331Z   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-20T19:12:50.3694829Z   INPUT_SBUILD: /tmp/pkgforge/lzUWZdkYa_build.yaml
2025-08-20T19:12:50.3695146Z   BUILD_DIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml
2025-08-20T19:12:50.3695519Z   SBUILD_OUTDIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR
2025-08-20T19:12:50.3695984Z   SBUILD_TMPDIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:12:50.3696350Z   PKG_TYPE: static
2025-08-20T19:12:50.3696529Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:12:50.3696725Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:12:50.3696917Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:12:50.3697295Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-
2025-08-20T19:12:50.3697708Z   UTC_TIME: 2025_08_20T07_12_46_PM
2025-08-20T19:12:50.3697922Z ##[endgroup]
2025-08-20T19:12:50.3746553Z 
2025-08-20T19:12:50.3746991Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:12:50.3759436Z ##[error]Process completed with exit code 1.
2025-08-20T19:12:50.3805086Z ##[group]Run ##Presets
2025-08-20T19:12:50.3805387Z [36;1m##Presets[0m
2025-08-20T19:12:50.3805574Z [36;1mset +x ; set +e[0m
2025-08-20T19:12:50.3805771Z [36;1m#-------------#[0m
2025-08-20T19:12:50.3805966Z [36;1m##Debug?[0m
2025-08-20T19:12:50.3806190Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:12:50.3806481Z [36;1m  set -x[0m
2025-08-20T19:12:50.3806648Z [36;1mfi[0m
2025-08-20T19:12:50.3806813Z [36;1m#-------------#[0m
2025-08-20T19:12:50.3807129Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T19:12:50.3807498Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T19:12:50.3807775Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T19:12:50.3808020Z [36;1mfi[0m
2025-08-20T19:12:50.3839419Z shell: /usr/bin/bash -e {0}
2025-08-20T19:12:50.3839667Z env:
2025-08-20T19:12:50.3839836Z   CROSS_COMPILING: NO
2025-08-20T19:12:50.3840138Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:12:50.3840362Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:12:50.3840932Z   ON_QEMU: NO
2025-08-20T19:12:50.3841109Z   DEBUG: 0
2025-08-20T19:12:50.3841281Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:12:50.3841501Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:12:50.3842097Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:12:50.3842416Z   KEEP_LOGS: YES
2025-08-20T19:12:50.3842594Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:12:50.3842799Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:12:50.3843012Z   SBUILD_REBUILD: false
2025-08-20T19:12:50.3843537Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:12:50.3844101Z   BUILD_SYS: docker://clang+make
2025-08-20T19:12:50.3844318Z   BUILD_ON_HOST: FALSE
2025-08-20T19:12:50.3844509Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:12:50.3844851Z   SYSTMP: /tmp
2025-08-20T19:12:50.3845024Z   GHA_MODE: MATRIX
2025-08-20T19:12:50.3845443Z   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-20T19:12:50.3845938Z   INPUT_SBUILD: /tmp/pkgforge/lzUWZdkYa_build.yaml
2025-08-20T19:12:50.3846247Z   BUILD_DIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml
2025-08-20T19:12:50.3846632Z   SBUILD_OUTDIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR
2025-08-20T19:12:50.3847099Z   SBUILD_TMPDIR: /tmp/pkgforge/Uc1BXAL_lzUWZdkYa_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:12:50.3847466Z   PKG_TYPE: static
2025-08-20T19:12:50.3847651Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:12:50.3847885Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:12:50.3848079Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:12:50.3848459Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-
2025-08-20T19:12:50.3848879Z   UTC_TIME: 2025_08_20T07_12_46_PM
2025-08-20T19:12:50.3849092Z ##[endgroup]
2025-08-20T19:12:50.3910256Z EXITED
2025-08-20T19:12:50.3959782Z Cleaning up orphan processes
